aboutsummaryrefslogtreecommitdiff
path: root/src/tracy.zig
AgeCommit message (Expand)Author
2023-10-23tracy: protect source info via global constantAndrew Kelley
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2022-12-11update TracyAllocator for new Allocator changesLee Cannon
2022-10-05fix(text): hyphenate "comptime" adjectivesr00ster91
2022-01-07lint: duplicate import (#10519)Meghan
2021-12-19stage1, stage2: rename c_void to anyopaque (#10316)Isaac Freund
2021-12-16TracyAllocator: correct order of free and allocLee Cannon
2021-12-06stage2: fix TracyAllocator bugsLee Cannon
2021-11-30allocgate: change resize to return optional instead of errorLee Cannon
2021-11-30allocgate: split free out from resizeLee Cannon
2021-11-30allocgate: update code to use new interfaceLee Cannon
2021-11-30allocgate: std Allocator interface refactorLee Cannon
2021-10-31add functionality to trace allocationsLee Cannon
2021-10-31make tracy.zig more feature completeLee Cannon
2021-10-04migrate from `std.Target.current` to `@import("builtin").target`Andrew Kelley
2021-06-21fix code broken from previous commitJacob G-W
2021-05-20Run `zig fmt` on src/ and lib/std/Isaac Freund
2021-02-10Convert inline fn to callconv(.Inline) everywhereTadeo Kondrak
2020-09-21rename src-self-hosted/ to src/Andrew Kelley