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
2020-11-27Adding ZoneColor to set a dynamic color override to an existing zone.Ben Vanik
2020-11-15Support memory pools in the C API.Bartosz Taudul
2020-08-04TracyCSetThreadName() should be always available.Bartosz Taudul
2020-08-04add set thread to c apiNiclas Olmenius
2020-06-24Add secure alloc/free macros.Bartosz Taudul
2020-06-20`___tracy_alloc_*` take pointer-size pairsSimonas Kazlauskas
2020-06-20Add ___tracy_init_thread functionSimonas Kazlauskas
2020-05-24Implement transfer of integral values for zones.Bartosz Taudul
2020-05-19FIX: TracyC Api incorrect spelling of function/build breakikrima
2020-05-06Add missing include.Bartosz Taudul
2019-12-06Expose srcloc allocation in C API.Bartosz Taudul
2019-12-06Add allocated srcloc zone begin emit functions to C API.Bartosz Taudul
2019-11-15Add C API no-callstack redirect macros.Bartosz Taudul
2019-11-15Add missing C API empty macros.Bartosz Taudul
2019-11-15Update macros.Bartosz Taudul
2019-11-15Plumbing for message call stacks.Bartosz Taudul
2019-10-03Make C API symbols visible across dlls.Bartosz Taudul
2019-07-13Merged in z33ky/tracy/const-frame-image (pull request #37)Alex
2019-07-13Constify frame-image pointer in API.Alexander 'z33ky' Hirsch
2019-07-12Allow sending application information messages.Bartosz Taudul
2019-07-01Remove const qualifier from TracyCZoneCtx.Bartosz Taudul
2019-06-24Add callstack versions of C API macros.Bartosz Taudul
2019-06-24Add C API for plots and messages.Bartosz Taudul
2019-06-24Add C API for frame markup.Bartosz Taudul
2019-06-24Implement memory allocation tracking for C API.Bartosz Taudul
2019-01-27Use language neutral header for callstack capability detection.Bartosz Taudul
2019-01-16Add ZoneText and ZoneName to the C API.Bartosz Taudul
2019-01-14C API prototype.Bartosz Taudul