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-15Merge pull request #468 from sherief/exception-handler-fixBartosz Taudul
2022-09-13Make symbol thread exit status more robust.Bartosz Taudul
2022-09-11Windows exception handler allows other handlers to be called.Sherief Farouk
2022-09-09Added gpu zone begin non-alloc and callstack variants to the C APIPilzschaf
2022-09-09Added gpu calibration to the C APIPilzschaf
2022-09-02Normalize symbol paths on libbacktrace systems.Bartosz Taudul
2022-09-02Add path normalization function.Bartosz Taudul
2022-08-31Fix cpuid symbol redefinition on older GCC versionsRobert Adam
2022-08-26Add user data pointer to parameter callback.Bartosz Taudul
2022-08-18Keep a list of buffers left to handle.Bartosz Taudul
2022-08-18Add include for cpuid.Bartosz Taudul
2022-08-18Load globals to local variables.Bartosz Taudul
2022-08-17Use source contents callback.Bartosz Taudul
2022-08-17Add source contents callback setup.Bartosz Taudul
2022-08-16Log invalid debuginfod queries.Bartosz Taudul
2022-08-16Add debug logging for debuginfod queries.Bartosz Taudul
2022-08-16Move initialization of callstack structs to a thread.Bartosz Taudul
2022-08-13Properly terminate CPU model string.Bartosz Taudul
2022-08-08Decouple rpmalloc usage from TRACY_ENABLE flag.Bartosz Taudul
2022-07-30Fix typo.Bartosz Taudul
2022-07-30Add support for Vsync capture on Linux.Bartosz Taudul
2022-07-30Emit dedicated Vsync frame messages.Bartosz Taudul
2022-07-30Fix call to rpmalloc_thread_finalize in manual lifetime use-case.Bartosz Taudul
2022-07-30Compatibility fixes for rpmalloc.Bartosz Taudul
2022-07-30Disable auto-cleanup in rpmalloc.Bartosz Taudul
2022-07-30Update rpmalloc to 1.4.4.Bartosz Taudul
2022-07-24Allow setting plot color in the configuration message.Bartosz Taudul
2022-07-24Add step and fill parameters to plot configuration.Bartosz Taudul
2022-07-24Use separate messages for transfer of different plot value types.Bartosz Taudul
2022-07-23Do not try to demangle really long function names.Bartosz Taudul
2022-07-23Fix demangle buffer.Bartosz Taudul
2022-07-20Fix demangling of functions with names >64KB.Bartosz Taudul
2022-07-20Do not duplicate code.Bartosz Taudul
2022-07-20Force inline string copy functions.Bartosz Taudul
2022-07-20Drop string copy length asserts.Bartosz Taudul
2022-07-18Don't transfer lock release thread id.Bartosz Taudul
2022-07-17Move all client headers and sources to public/ directory.Bartosz Taudul