aboutsummaryrefslogtreecommitdiff
path: root/tools/process_headers.zig
AgeCommit message (Expand)Author
2023-11-22Revert "Merge pull request #12060 from Vexu/IterableDir"Andrew Kelley
2023-10-13it's unclear which zig target glibc sparcv9 maps toAndrew Kelley
2023-06-20musl: deal with zig rename of i386 to x86Andrew Kelley
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-05-25std.fs.file: Rename File.Kind enum values to snake caseLinus Groh
2023-05-23std.sort: add pdqsort and heapsortAli Chraghi
2022-11-04all: rename i386 to x86Ali Chraghi
2022-07-15std.fs: split `Dir` into `IterableDir`Veikka Tuominen
2022-06-06tools: fix update-linux-headers.zig and process_headers.zigBratishkaErik
2022-05-13target: Rename sparcv9 -> sparc64Koakuma
2021-12-16glibc: fix inconsistency of powerpc ABI mappingAndrew Kelley
2021-12-15glibc: fix inconsistency of mips ABI mappingAndrew Kelley
2021-11-30allocgate: renamed getAllocator function to allocatorLee Cannon
2021-11-30allocgate: stage 1 and 2 buildingLee Cannon
2021-11-30std lib API deprecations for the upcoming 0.9.0 releaseAndrew Kelley
2021-08-16add m68k musl (1.2.2) headersAndrew Kelley
2021-06-21fix code broken from previous commitJacob G-W
2021-06-13tools: Unbreak many toolsLemonBoy
2021-06-03Breaking hash map changes for 0.8.0Martin Wickham
2021-04-04glibc: add support for csky architectureAndrew Kelley
2021-03-07std: Deprecate the B and Bi format specifiersLemonBoy
2021-01-30Replace @TagType uses, mostly with std.meta.TagTadeo Kondrak
2020-11-18Merge pull request #7005 from jshholland/deprecate-spanVeikka Tuominen
2020-11-07remove deprecated uses of ArrayList.spanJosh Holland
2020-11-06update process_headers toolAndrew Kelley
2020-08-30fix tools/process_headers.zig regressionAndrew Kelley
2020-08-22update update_glibc and process_headers to latest zigJan200101
2020-08-21Update tools/process_headers.zigFrank Denis
2020-08-20Breaking: sort std/crypto functions into categoriesFrank Denis
2020-08-10Update tools/process_headers.zig to latest zigjoachimschmidt557
2020-06-12Fix a few std.sort.sort invocationsCassidy Dingenskirchen
2020-03-30std lib API deprecations for the upcoming 0.6.0 releaseAndrew Kelley
2020-03-21ability to use `zig cc` as a drop-in C compilerAndrew Kelley
2020-03-03update update_glibc tool to latest zigAndrew Kelley
2020-03-03update process_headers tool to latest zigAndrew Kelley
2020-01-09Fix remaining variadic formatted printsRyan Liptak
2019-12-03Update `process_headers.zig` to use `@as`yvt
2019-11-25Avoid deprecated cwd-based functions for opening directories, preferring to o...Jonathan S
2019-11-25rename std.heap.direct_allocator to std.heap.page_allocatorAndrew Kelley
2019-10-19Use 8192 sized buffers and remove allocator parametersstratact
2019-09-07update process_headers tool for glibc 2.30Andrew Kelley
2019-08-30update process_headers.zig for latest zigAndrew Kelley
2019-08-24hash_map: adding a StringHashMap for convenienceSahnvour
2019-08-09add a little compile error to make Future Andy's life easierAndrew Kelley
2019-07-16update musl headers to musl v1.1.23Andrew Kelley
2019-07-07add an update_glibc tool, delete dummy libc filesAndrew Kelley