| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-07-05 | Update TracyAllocator to new allocator API | Silver | |
| 2024-11-29 | Add build option to set tracy-callstack-depth in `build.zig` (#21990) | Justin Braben | |
| 2023-10-23 | tracy: protect source info via global constant | Andrew Kelley | |
| When the code is written this way, you get a compile error if the pointer given to Tracy does not have a static lifetime. This would have caught the regression in #13315. | |||
| 2023-06-24 | all: migrate code to new cast builtin syntax | mlugg | |
| Most of this migration was performed automatically with `zig fmt`. There were a few exceptions which I had to manually fix: * `@alignCast` and `@addrSpaceCast` cannot be automatically rewritten * `@truncate`'s fixup is incorrect for vectors * Test cases are not formatted, and their error locations change | |||
| 2022-12-11 | update TracyAllocator for new Allocator changes | Lee Cannon | |
| 2022-10-05 | fix(text): hyphenate "comptime" adjectives | r00ster91 | |
| 2022-01-07 | lint: duplicate import (#10519) | Meghan | |
| 2021-12-19 | stage1, stage2: rename c_void to anyopaque (#10316) | Isaac Freund | |
| zig fmt now replaces c_void with anyopaque to make updating code easy. | |||
| 2021-12-16 | TracyAllocator: correct order of free and alloc | Lee Cannon | |
| 2021-12-06 | stage2: fix TracyAllocator bugs | Lee Cannon | |
| 2021-11-30 | allocgate: change resize to return optional instead of error | Lee Cannon | |
| 2021-11-30 | allocgate: split free out from resize | Lee Cannon | |
| 2021-11-30 | allocgate: update code to use new interface | Lee Cannon | |
| 2021-11-30 | allocgate: std Allocator interface refactor | Lee Cannon | |
| 2021-10-31 | add functionality to trace allocations | Lee Cannon | |
| 2021-10-31 | make tracy.zig more feature complete | Lee Cannon | |
| 2021-10-04 | migrate from `std.Target.current` to `@import("builtin").target` | Andrew Kelley | |
| closes #9388 closes #9321 | |||
| 2021-06-21 | fix code broken from previous commit | Jacob G-W | |
| 2021-05-20 | Run `zig fmt` on src/ and lib/std/ | Isaac Freund | |
| This replaces callconv(.Inline) with the more idiomatic inline keyword. | |||
| 2021-02-10 | Convert inline fn to callconv(.Inline) everywhere | Tadeo Kondrak | |
| 2020-09-21 | rename src-self-hosted/ to src/ | Andrew Kelley | |
