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
2021-11-02Add fiber support on client side.Bartosz Taudul
2021-02-16Add ZoneIsActive and ZoneIsActiveV macros.John Lynch
2021-02-12Use triple underscore!John Lynch
2021-02-12Fix typo in ZoneColor macro.John Lynch
2020-11-27Adding ZoneColor to set a dynamic color override to an existing zone.Ben Vanik
2020-09-24Add support for custom allocator tracking to client.Bartosz Taudul
2020-08-16Add transient zone macros.Bartosz Taudul
2020-08-16Mark SourceLocationData constexpr, not const.Bartosz Taudul
2020-07-16Add TracyIsConnected macro.Bartosz Taudul
2020-06-24Add secure alloc/free macros.Bartosz Taudul
2020-06-06Fix missing comma in ZoneScopedNCS macroLogan Buchy
2020-05-28Add Zone{Text,Value,Name}V macros for conditionally-compiled calls to varname...Graydon Hoare
2020-05-24Implement transfer of integral values for zones.Bartosz Taudul
2020-03-08Custom lock name transfer.Bartosz Taudul
2019-11-26Implement setting client parameters from server.Bartosz Taudul
2019-11-15Update macros.Bartosz Taudul
2019-11-15Plumbing for message call stacks.Bartosz Taudul
2019-11-05Allow remote plot configuration.Bartosz Taudul
2019-07-12Allow sending application information messages.Bartosz Taudul
2019-06-12Frame image may need flipping.Bartosz Taudul
2019-06-07Include frame offset in frame image message.Bartosz Taudul
2019-06-06Frame image transfer prototype.Bartosz Taudul
2019-05-10Transfer of colored messages.Bartosz Taudul
2019-02-28Serialize discontinuous frame messages.Bartosz Taudul
2018-12-13Allow forcing call stack capture.Bartosz Taudul
2018-08-13Reduce the amount of macros, add docsArvid Gerstmann
2018-08-13Add possibility to explicitly avoid loggingArvid Gerstmann
2018-08-05Add support for discontinuous frames.Bartosz Taudul
2018-08-04Allow sending named frames.Bartosz Taudul
2018-07-28Rename client's SourceLocation to SourceLocationData.Bartosz Taudul
2018-07-26Of course, this can't work without stupid fuckery.Bartosz Taudul
2018-07-26Provide named versions of ZoneScoped* macro.Bartosz Taudul
2018-07-26Provide dummy defines for ZoneScoped*S macros.Bartosz Taudul
2018-07-26Fix SourceLocation qualifiers for ZoneNamedCS.Bartosz Taudul
2018-07-26Make source location names unique.Bartosz Taudul
2018-07-13Rename FrameMark() to SendFrameMark().Bartosz Taudul
2018-06-29Custom per-zone name transfer.Bartosz Taudul
2018-06-22Callstack capture for ZoneBegin.Bartosz Taudul
2018-06-19Fallback to callback-less version of macros if no callback support.Bartosz Taudul
2018-06-19Missing defines for disabled tracy.Bartosz Taudul
2018-06-19Optional sending of callstack ptr in memory events.Bartosz Taudul
2018-04-05Add missing no-op macros for use if tracy is disabled.Bartosz Taudul
2018-03-31Memory allocations tracker.Bartosz Taudul
2017-12-10Shared lockable skeleton.Bartosz Taudul
2017-12-05Workaround uninitialized variable warning.Bartosz Taudul
2017-11-25Provide tracy color list in default client header.Bartosz Taudul
2017-11-15Don't send source location pointer in query reply.Bartosz Taudul
2017-10-22Include TracySystem.hpp in Tracy.hpp.Bartosz Taudul
2017-10-16Change TRACY_DISABLE to TRACY_ENABLE.Bartosz Taudul
2017-10-16Move client/Tracy.hpp -> Tracy.hpp.Bartosz Taudul