zig/tools
Martin Wickham fc9430f567 Breaking hash map changes for 0.8.0
- hash/eql functions moved into a Context object
- *Context functions pass an explicit context
- *Adapted functions pass specialized keys and contexts
- new getPtr() function returns a pointer to value
- remove functions renamed to fetchRemove
- new remove functions return bool
- removeAssertDiscard deleted, use assert(remove(...)) instead
- Keys and values are stored in separate arrays
- Entry is now {*K, *V}, the new KV is {K, V}
- BufSet/BufMap functions renamed to match other set/map types
- fixed iterating-while-modifying bug in src/link/C.zig
2021-06-03 17:02:16 -05:00
..
spirv SPIR-V: Split out registry from gen_spirv_spec.zig 2021-05-14 19:49:32 +02:00
gen_spirv_spec.zig Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen 2021-05-15 21:44:38 -07:00
gen_stubs.zig stage2: use %type not @type for libc stubs 2021-01-18 11:04:33 -08:00
merge_anal_dumps.zig update depreciated code (#7502) 2020-12-23 13:01:29 +02:00
process_headers.zig Breaking hash map changes for 0.8.0 2021-06-03 17:02:16 -05:00
update_clang_options.zig Breaking hash map changes for 0.8.0 2021-06-03 17:02:16 -05:00
update_cpu_features.zig Breaking hash map changes for 0.8.0 2021-06-03 17:02:16 -05:00
update_glibc.zig Breaking hash map changes for 0.8.0 2021-06-03 17:02:16 -05:00
update_spirv_features.zig SPIR-V: SPIR-V feature generation tool 2021-05-14 19:49:32 +02:00
zig-gdb.py gdb pretty printers for slices and optionals 2020-12-23 20:21:47 +02:00
zig_gdb_pretty_printers.py gdb pretty printers for slices and optionals 2020-12-23 20:21:47 +02:00