index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tracy.zig
Age
Commit message (
Expand
)
Author
2023-10-23
tracy: protect source info via global constant
Andrew Kelley
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
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
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
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
2021-02-10
Convert inline fn to callconv(.Inline) everywhere
Tadeo Kondrak
2020-09-21
rename src-self-hosted/ to src/
Andrew Kelley