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
2021-01-27Enable Link Time Optimization on unix.Bartosz Taudul
2021-01-26Use proper capstone include path.Bartosz Taudul
2021-01-26Remove all lingering references to 32-bit win32 builds.Bartosz Taudul
2021-01-26Update all sln files to MSVC 2019.Bartosz Taudul
2021-01-26ARM clang doesn't support -march=native.Bartosz Taudul
2021-01-26Don't pass -s parameter to clang.Bartosz Taudul
2021-01-22PR feedback: write the name into the tracy filejoshuakr
2021-01-22Imported Chrome traces bring over thread namesjoshuakr
2020-10-03Build release target by default.Bartosz Taudul
2020-08-07Fix timestamp calculation in chrome tracing importerKais
2020-07-31Factor out Unix build logic into shared files.Jim Blandy
2020-07-31Factor out makefile TBB detection, apply to all tools.Jim Blandy
2020-06-24Cosmetics.Bartosz Taudul
2020-06-21Check if plot data contains the earliest timestamp of the whole profileDmitry Ivanov
2020-06-21Import chrome metricsDmitry Ivanov
2020-06-20Allow import of plots.Bartosz Taudul
2020-06-19Revert "Use pkg-config to link with TBB, but silence errors."Bartosz Taudul
2020-06-19Use pkg-config to link with TBB, but silence errors.Bartosz Taudul
2020-05-13Target native architecture.Bartosz Taudul
2020-05-12import-chrome: import zone metadata from "args" keyDmitry Ivanov
2020-05-12Add support for custom text in ImportEventTimeline.Bartosz Taudul
2020-04-22Use debug vcpkg librariesDavid Farrell
2020-04-21Updated Visual Studio project files to use vcpkg directory for dependenciesDavid Farrell
2020-04-12Remove -fomit-frame-pointer.Bartosz Taudul
2020-04-02Add missing vcpkg triplets.Bartosz Taudul
2020-04-01Query source location of each assembly instruction.Bartosz Taudul
2020-03-19Remove benaphore, use std::mutex on cygwin.Bartosz Taudul
2020-03-02Extract texture compression functionality.Bartosz Taudul
2020-02-12Add mmap() wrapper.Bartosz Taudul
2020-02-08Fix typo.Bartosz Taudul
2020-02-08Add zstd to project files.Bartosz Taudul
2020-01-28Use Martin Ankerl's robin hood unordered map.Bartosz Taudul
2019-12-19Notify about cleanup stage during import.Bartosz Taudul
2019-12-16Make chrome:tracing importer support both array and object forms of input.Dmitry Ivanov
2019-12-16Chrome:tracing importer implementation.Bartosz Taudul
2019-12-16Add nlohmann-json 3.7.3.Bartosz Taudul
2019-12-16Copy update utility to import-chrome.Bartosz Taudul