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-11-03Merge pull request #488 from xxxbxxx/masterBartosz Taudul
2022-11-03Signals are only set if TRACY_NO_CRASH_HANDLER is not defined.Bartosz Taudul
2022-11-03Added typed plots variants to the C APIxxxbxxx
2022-10-28Don't read payload.extra, if not needed.Bartosz Taudul
2022-10-13Make sure source file data is properly tracked.Bartosz Taudul
2022-10-13Decouple source code retrieval from the profiler thread.Bartosz Taudul
2022-10-13Handle symbol thread crashes.Bartosz Taudul
2022-10-13Initialize rpmalloc properly in symbol worker.Bartosz Taudul
2022-10-12Fix preprocesor condition.Bartosz Taudul
2022-10-12s_symbolTid is only available if crash handler is there.Bartosz Taudul
2022-10-11Remove CodeLocation query and CodeInformation response.Bartosz Taudul
2022-10-09Include PID in broadcast message.Bartosz Taudul
2022-10-08Ditto on windows.Bartosz Taudul
2022-10-08Do not freeze symbol thread.Bartosz Taudul
2022-10-08__GNUC__ version checks are not valid on clang.Bartosz Taudul
2022-10-08Include gcc patchlevel in compiler version report.Bartosz Taudul
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-08-31Fix cpuid symbol redefinition on older GCC versionsRobert Adam
2022-08-26Add user data pointer to parameter callback.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-24Use separate messages for transfer of different plot value types.Bartosz Taudul
2022-07-17Move all client headers and sources to public/ directory.Bartosz Taudul