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-12-04Added IsConnected C API EquivalentNathan Day
2021-11-27Renaming to match convention.slembcke
2021-11-27Add fibers to TracyC.hslembcke
2021-11-24Add serial functionsAshley Ruglys
2021-11-24Remove the 'active' argumentAshley Ruglys
2021-11-17Small formatting changesAshley Ruglys
2021-11-17Implement bare-bones functionality for gpu contexts in the C apiAshley Ruglys
2021-10-18Fix TracyCAppInfo macro argument nameMatej Mulej
2021-09-18Expose TRACY_MANUAL_LIFETIME APIs to C API clientsSimonas Kazlauskas
2021-05-31Check if rpmalloc has to be initialized before each operation.Bartosz Taudul
2021-04-01Add missing declarations for the _named variants of memory alloc/free.Ben Vanik
2021-03-16replace __FUNCTION__ with __func__ from c99 stdStone Tickle
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