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-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
2021-06-04Add missing include.Bartosz Taudul
2021-06-04Sample time for hardware samples.Bartosz Taudul
2021-06-02Merge remote-tracking branch 'origin/master' into hwBartosz Taudul
2021-05-31Hide rpmalloc init behind thread local boolean.Bartosz Taudul
2021-05-31Check if rpmalloc has to be initialized before each operation.Bartosz Taudul
2021-05-31Move TracyYield.hpp to common.Bartosz Taudul
2021-05-24Move TracyStackFrames to common.Bartosz Taudul
2021-05-20Sample cache and branch stats.Bartosz Taudul
2021-05-20Reduce hardware sampling perdiod. Don't sample time.Bartosz Taudul
2021-05-19Don't send thread id for hw samples.Bartosz Taudul
2021-05-19Collect CPU cycles and instruction retirement events.Bartosz Taudul
2021-05-02Add D3D11 Gpu Context/ZoneHugo Amiard
2021-04-29Shuffle code around to avoid error C2712.Bartosz Taudul
2021-04-18Force inline LZ4_NbCommonBytes().Bartosz Taudul
2021-04-10PR feedbackjoshuakr
2021-02-04Last-resort source code transfer from client to server.Bartosz Taudul