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-08-16Fix test application flags.Bartosz Taudul
2022-07-17Move all client headers and sources to public/ directory.Bartosz Taudul
2022-05-01Restrict debuginfod to Linux.Bartosz Taudul
2022-04-30Enable debuginfod in test application.Bartosz Taudul
2022-04-30Do not pass linker flags during compilation.Bartosz Taudul
2021-10-08Drop support for Cygwin.Bartosz Taudul
2020-05-13Downgrade test application C++ version to C++11.Bartosz Taudul
2019-11-21Link with execinfo on FreeBSD.Bartosz Taudul
2019-09-21Allow easy adding of tracy flags in test application.Bartosz Taudul
2018-06-20More involved callstack frame description on linux.Bartosz Taudul
2018-06-20Callstack support needs the -rdynamic flag.Bartosz Taudul
2018-06-19Link test executable with dbghelp under cygwin.Bartosz Taudul
2017-12-10Shared mutex test.Bartosz Taudul
2017-10-31C++11 is enough.Bartosz Taudul
2017-10-30No _GNU_SOURCE define in test application.Bartosz Taudul
2017-10-16Enable profiling in the test application.Bartosz Taudul
2017-10-14Use TracyClient.cpp in test program.Bartosz Taudul
2017-09-23Add _GNU_SOURCE define for pthread_[gs]etname_np on cygwin.Bartosz Taudul
2017-09-22Add simple test application.Bartosz Taudul