zig/lib/std/build
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
..
check_file.zig Dupe strings on all public api points for std.build 2021-02-01 12:31:24 -08:00
emit_raw.zig Merge pull request #7763 from kivikakk/zig-elf-parse 2021-03-04 11:56:31 -08:00
fmt.zig Year++ 2020-12-31 15:45:24 -08:00
run.zig Breaking hash map changes for 0.8.0 2021-06-03 17:02:16 -05:00
translate_c.zig translate_c: remove unused WriteFileStep import 2021-05-23 14:35:19 -04:00
write_file.zig Dupe strings on all public api points for std.build 2021-02-01 12:31:24 -08:00