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
path: root/common
AgeCommit message (Expand)Author
2022-09-29Allow manual disabling of libtbb linkage.Bartosz Taudul
2022-09-11Do not use deprecated grep variants.Bartosz Taudul
2022-08-08Target native architecture when making debug builds.Bartosz Taudul
2022-07-17Move all client headers and sources to public/ directory.Bartosz Taudul
2022-07-02No force inlines in TracySocket.Bartosz Taudul
2022-06-23On ARM64 use ISB to yield CPU in spinlocks.Bartosz Taudul
2022-05-20Support TRACY_NO_ISA_EXTENSIONS build flag.Graydon Hoare
2022-05-05Ignore ld.mold not found error during detection.Bartosz Taudul
2022-05-01Transfer executable image name in source file queries.Bartosz Taudul
2022-04-29The mold linker is not recognized by gcc.Bartosz Taudul
2022-04-29Fix clang test.Bartosz Taudul
2022-04-29Use mold for even faster linking.Bartosz Taudul
2022-04-27LTO + lld wants the compiler to be clang.Bartosz Taudul
2022-04-27Use lld linker, if available.Bartosz Taudul
2022-04-26Add missing includes.Bartosz Taudul
2022-04-18Bump protocol to simplify IsQueryPrio().Bartosz Taudul
2022-02-28pthread_setname_np takes 1 arg on macOSDave Rigby
2022-02-10Move TRACY_UWP define to own headerBalazs Kovacsics
2022-02-09Fix compiling TracyClient.cpp on UWP with undefined TRACY_ENABLEBalazs Kovacsics
2022-01-01CallTrace() is no longer present.Bartosz Taudul
2022-01-01Fix line endings.Bartosz Taudul
2021-12-21Separate message type for context switch callstack samples.Bartosz Taudul
2021-12-21Add support for compiling assembly files.Bartosz Taudul
2021-12-04Add IdentifySamples flag to the protocol.Bartosz Taudul
2021-11-26Properly acknowledge unavailable symbol code.Bartosz Taudul
2021-11-26Add new metadata message, not for wire transfer.Bartosz Taudul
2021-11-05Fix zone validation thread piggybacking.Bartosz Taudul
2021-11-03Fiber name transport.Bartosz Taudul
2021-11-02Add fiber support on client side.Bartosz Taudul
2021-10-22Move symbol resolution to a separate thread.Bartosz Taudul
2021-10-22Add space for piggy-backing symbol data transfer.Bartosz Taudul
2021-10-16Delta-encode code information pointers.Bartosz Taudul
2021-10-10Implement callstack serialization.Bartosz Taudul
2021-10-10Crash reports may be serialized.Bartosz Taudul
2021-10-10Messages may now use serialized queue.Bartosz Taudul
2021-10-09Allow serialized zone validation.Bartosz Taudul
2021-10-09Use the possibly-synchronous macros in C++ zones.Bartosz Taudul
2021-10-08Change thread id size from 64 to 32 bits.Bartosz Taudul
2021-10-08Drop support for Cygwin.Bartosz Taudul
2021-06-19Send symbol address in code information message.Bartosz Taudul
2021-06-16No _alloca() on cygwin.Bartosz Taudul
2021-06-15Set combine samples flag on win32.Bartosz Taudul
2021-06-15Combine flags in welcome message.Bartosz Taudul
2021-06-15Merge remote-tracking branch 'origin/master' into hwBartosz Taudul
2021-06-13Fix rpmalloc init for shared libraries.Bartosz Taudul
2021-06-10Don't init rpmalloc, if we know it has been done already.Bartosz Taudul
2021-06-10Add fast versions of tracy_malloc/tracy_free.Bartosz Taudul
2021-06-09Also ignore "atomic" header.Bartosz Taudul
2021-06-09Specify minimum length of subframe skip in one place.Bartosz Taudul
2021-06-09Ignore atomic_base.h implementation.Bartosz Taudul