zig/tools
Marc Tiehuis ef5618fcd5 std.hash.crc: simplify api
This removes the two original implementations in favour of the single
generic one based on the Algorithm type. Previously we had three, very
similar implementations which was somewhat confusing when knowing what
one should actually be used.

The previous polynomials all have equivalent variants available when
using the Algorithm type.
2024-04-28 21:12:01 +12:00
..
crc std.hash.crc: simplify api 2024-04-28 21:12:01 +12:00
spirv spirv: update spec generator 2024-03-18 19:13:46 +01:00
docgen.zig migrate langref documentation generation to the build system 2024-04-25 00:09:24 -07:00
doctest.zig migrate langref documentation generation to the build system 2024-04-25 00:09:24 -07:00
gen_outline_atomics.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
gen_spirv_spec.zig ComptimeStringMap: return a regular struct and optimize 2024-04-22 15:31:41 -07:00
gen_stubs.zig std.builtin.Endian: make the tags lower case 2023-10-31 21:37:35 -04:00
generate_JSONTestSuite.zig update for the std.fs.Dir changes 2023-11-22 15:24:57 -07:00
generate_linux_syscalls.zig ComptimeStringMap: return a regular struct and optimize 2024-04-22 15:31:41 -07:00
lldb_pretty_printers.py cbe: rewrite CType 2024-03-30 20:50:48 -04:00
migrate_langref.zig migrate langref documentation generation to the build system 2024-04-25 00:09:24 -07:00
process_headers.zig Revert "Merge pull request #12060 from Vexu/IterableDir" 2023-11-22 12:35:33 -07:00
stage1_gdb_pretty_printers.py gdb: restructure pretty printers into different files 2022-03-16 18:13:10 +01:00
stage2_gdb_pretty_printers.py InternPool: port most of value tags 2023-06-10 20:47:54 -07:00
std_gdb_pretty_printers.py tools: implement more lldb pretty printers 2023-02-27 05:37:03 -05:00
update_clang_options.zig mingw: support -municode 2024-03-27 10:05:57 +00:00
update_cpu_features.zig Update usages of fmtId/isValidId 2024-04-07 14:47:11 +02:00
update_crc_catalog.zig std.hash.crc: simplify api 2024-04-28 21:12:01 +12:00
update_glibc.zig Revert "Merge pull request #12060 from Vexu/IterableDir" 2023-11-22 12:35:33 -07:00
update_mingw.zig mingw-w64 updater: don't include windowsapp or onecore APIs 2024-03-20 11:25:54 -07:00
update_spirv_features.zig Update usages of fmtId/isValidId 2024-04-07 14:47:11 +02:00
update-linux-headers.zig Revert "Merge pull request #12060 from Vexu/IterableDir" 2023-11-22 12:35:33 -07:00
zig_gdb_pretty_printers.py Update GDB pretty printers 2023-03-30 12:15:53 +03:00