1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00
Commit Graph

333 Commits

Author SHA1 Message Date
Bartosz Taudul 889e643d2a Extract ranges UI from View. 2022-07-02 15:40:51 +02:00
Bartosz Taudul e3b11821c3 Extract zone timeline rendering from View. 2022-07-02 15:36:36 +02:00
Bartosz Taudul 7b04d8c0b3 Extract frames timeline UI from View. 2022-07-02 15:31:03 +02:00
Bartosz Taudul c2728fde04 Extract locks UI from View. 2022-07-02 15:24:09 +02:00
Bartosz Taudul e005d4ff36 Extract messages UI from View. 2022-07-02 15:15:24 +02:00
Bartosz Taudul 358148920a Extract annotations UI from View. 2022-07-02 15:04:54 +02:00
Bartosz Taudul 5b451c3557 Extract samples UI from View. 2022-07-02 15:04:53 +02:00
Bartosz Taudul 585587fa36 Extract frame tree functionality from View. 2022-07-02 15:01:22 +02:00
Bartosz Taudul 8147eadaf0 Extract connection state and notification area. 2022-07-02 14:47:13 +02:00
Bartosz Taudul de5c4c678a Extract memory UI from View. 2022-07-02 14:42:06 +02:00
Bartosz Taudul f3fe8b27e8 Extract plot drawing from View. 2022-07-02 14:36:54 +02:00
Bartosz Taudul e98b24a9ed Extract frame overview UI from View. 2022-07-02 14:19:16 +02:00
Bartosz Taudul 003621802f Split callstack UI from View. 2022-07-02 14:09:15 +02:00
Bartosz Taudul 5a3305095e Extract CPU data UI from View. 2022-07-02 14:04:45 +02:00
Bartosz Taudul 6f99c8d055 Extract trace info UI from View. 2022-07-02 14:03:01 +02:00
Bartosz Taudul a6cee9e7f7 Extract statistics UI from View. 2022-07-02 13:57:56 +02:00
Bartosz Taudul 749bab7ab0 Extract playback UI from View. 2022-07-02 13:55:45 +02:00
Bartosz Taudul 35f55c781b Extract compare UI from View. 2022-07-02 13:48:54 +02:00
Bartosz Taudul 10dbefefab Extract context switch UI from View. 2022-07-02 13:43:09 +02:00
Bartosz Taudul c9f77ee5fa Move zone info UI out of View. 2022-07-02 13:37:04 +02:00
Bartosz Taudul b602d61944 Extract options UI from View. 2022-07-02 13:23:52 +02:00
Bartosz Taudul d19b337573 Split View navigation functions. 2022-07-02 13:16:06 +02:00
Bartosz Taudul 5b8c8c5309 Extract common zone algorithms from View. 2022-07-02 13:12:30 +02:00
Bartosz Taudul 2473760c04 Extract Find Zone UI to a separate file. 2022-07-02 13:12:29 +02:00
Bartosz Taudul 7f35a299c4 Merge pull request #412 from theblackunknown/fix-windows-vcpkg
Fix building on Windows without `VCPKG_ROOT` env var set
2022-06-27 17:22:21 +02:00
Bartosz Taudul a05285083a Update xxhash filename in MSVC project. 2022-06-23 01:46:56 +02:00
Bartosz Taudul 84ea1bc35b Update ImGui OpenGL loader. 2022-06-21 22:37:20 +02:00
Bartosz Taudul 56863f5ab7 Update ImGui to 1.88 + docking. 2022-06-21 22:18:01 +02:00
MACHIZAUD Andréa 84319911c5 Use $(ProjectDir) for vcpkg msbuild without integration paths. 2022-06-18 17:28:56 +02:00
MACHIZAUD Andréa 5e9b007e90 Uses $(VcpkgManifestRoot) for vcpkg msbuild integration paths. 2022-06-18 17:28:56 +02:00
MACHIZAUD Andréa 6aec95e739 Fix vcxproj support without vcpkg integrate install 2022-06-13 22:30:56 +02:00
Bartosz Taudul 411b3137b5 Merge pull request #365 from theblackunknown/msvc+vcpkg-manifest
Using vcpkg manifest for Windows
2022-06-04 16:44:27 +02:00
MACHIZAUD Andréa fa8bcdfb30 Inject appropriate path for manifest install 2022-06-04 16:26:22 +02:00
Graydon Hoare 0d4a4f6d9b Support TRACY_NO_LTO build flag. 2022-05-19 23:40:27 -07:00
Bartosz Taudul 4347b5c99c Allow using GTK file chooser instead of portal one (#387). 2022-05-09 22:37:40 +02:00
MACHIZAUD Andréa 599098912e Remove superfluous vcxproj setup thanks to vcpkg integration 2022-05-09 10:42:11 +02:00
MACHIZAUD Andréa 3adc55d66d Fix weird path ? 2022-05-09 10:42:11 +02:00
MACHIZAUD Andréa 1fabf9dfa5 Update vcxproj vcpkg path 2022-05-09 10:42:11 +02:00
MACHIZAUD Andréa adcfe4df35 Add Vcpkg manifest + MSBuild integration 2022-05-09 10:42:10 +02:00
Bartosz Taudul f4581c398c Provide 256x256 application icon (was 48x48). 2022-05-03 02:41:10 +02:00
Bartosz Taudul b10c83f358 Use lld linker, if available. 2022-04-27 02:17:16 +02:00
Bartosz Taudul 7f44eba2e9 Process command line parameters immediately after starting. 2022-04-27 01:51:30 +02:00
Bartosz Taudul 92dc52d530 Add --help message to GUI profiler. 2022-04-27 01:44:26 +02:00
Bartosz Taudul 1e35bbd54e Join update thread before bailing out on bad input. 2022-04-27 01:39:51 +02:00
Bartosz Taudul 0d547bf4db Update ImGui to 1.87 + docking. 2022-04-27 00:49:37 +02:00
Bartosz Taudul bc36f5ff27 Fix buffer overflow. 2022-04-26 22:42:54 +02:00
Bartosz Taudul 1f3ebc9f41 Use item spacing instead of ExtraLineHeight. 2022-04-26 21:11:38 +02:00
Bartosz Taudul 2dd61aba49 Makefiles can now build clangd database.
Executing the "make db" will run the build process of the selected tool or
library through the bear wrapper (which has to be available in the system),
which will record the compilation parameters of each source file. This
database can be then used by VS Code to set the proper defines and find all
the required includes.

Note that database building is performed in context of the specific tool or
library. Not all tools have the same set of flags.
2022-04-23 23:46:55 +02:00
Bartosz Taudul 94b283b1e6 Use native file selector on Linux. 2022-04-20 19:40:27 +02:00
Bartosz Taudul e870d68a47 Specify proper NFD GTK source file. 2022-04-20 19:40:27 +02:00