Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-04Migrate CPU data to timeline item system.Bartosz Taudul
2022-09-04Migrate drawing GPU data to the new timeline item system.Bartosz Taudul
2022-09-04Migrate drawing CPU threads to the new timeline item system.Bartosz Taudul
2022-09-03Switch plot drawing to the timeline items system.Bartosz Taudul
2022-09-03Add base class for timeline items.Bartosz Taudul
2022-08-27Move TracyVersion.hpp to common.Bartosz Taudul
2022-08-17Update font awesome and migrate to v6 headers.Bartosz Taudul
2022-08-15Extract ShortenZoneName() function to a separate file.Bartosz Taudul
2022-08-15Start extracting timeline height control logic.Bartosz Taudul
2022-08-12Drop access to native window.Bartosz Taudul
2022-07-28Move all GLFW code to a separate class.Bartosz Taudul
2022-07-28Extract filtering connections functionality.Bartosz Taudul
2022-07-28Extract connection history functionality.Bartosz Taudul
2022-07-28Extract window position save/load functionality.Bartosz Taudul
2022-07-28Extract main thread run queue.Bartosz Taudul
2022-07-28Extract font loading.Bartosz Taudul
2022-07-28Move imgui backends to a subdirectory.Bartosz Taudul
2022-07-28Move fonts to a subdirectory.Bartosz Taudul
2022-07-17Move all client headers and sources to public/ directory.Bartosz Taudul
2022-07-13Add protocol -> version mapping table.Bartosz Taudul
2022-07-03Link with UniformTypeIdentifiers on macos.Bartosz Taudul
2022-07-02Extract ranges UI from View.Bartosz Taudul
2022-07-02Extract zone timeline rendering from View.Bartosz Taudul
2022-07-02Extract frames timeline UI from View.Bartosz Taudul
2022-07-02Extract locks UI from View.Bartosz Taudul
2022-07-02Extract messages UI from View.Bartosz Taudul
2022-07-02Extract annotations UI from View.Bartosz Taudul
2022-07-02Extract samples UI from View.Bartosz Taudul
2022-07-02Extract frame tree functionality from View.Bartosz Taudul
2022-07-02Extract connection state and notification area.Bartosz Taudul
2022-07-02Extract memory UI from View.Bartosz Taudul
2022-07-02Extract plot drawing from View.Bartosz Taudul
2022-07-02Extract frame overview UI from View.Bartosz Taudul
2022-07-02Split callstack UI from View.Bartosz Taudul
2022-07-02Extract CPU data UI from View.Bartosz Taudul
2022-07-02Extract trace info UI from View.Bartosz Taudul
2022-07-02Extract statistics UI from View.Bartosz Taudul
2022-07-02Extract playback UI from View.Bartosz Taudul
2022-07-02Extract compare UI from View.Bartosz Taudul
2022-07-02Extract context switch UI from View.Bartosz Taudul
2022-07-02Move zone info UI out of View.Bartosz Taudul
2022-07-02Extract options UI from View.Bartosz Taudul
2022-07-02Split View navigation functions.Bartosz Taudul
2022-07-02Extract common zone algorithms from View.Bartosz Taudul
2022-07-02Extract Find Zone UI to a separate file.Bartosz Taudul
2022-06-27Merge pull request #412 from theblackunknown/fix-windows-vcpkgBartosz Taudul
2022-06-23Update xxhash filename in MSVC project.Bartosz Taudul
2022-06-18Use $(ProjectDir) for vcpkg msbuild without integration paths.MACHIZAUD Andréa
2022-06-18Uses $(VcpkgManifestRoot) for vcpkg msbuild integration paths.MACHIZAUD Andréa
2022-06-13Fix vcxproj support without `vcpkg integrate install`MACHIZAUD Andréa