aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Build/Step/CheckObject.zig
AgeCommit message (Expand)Author
2025-09-30yet moremlugg
2025-09-04std.elf: change STV enum from u2 to u3Alex Rønne Petersen
2025-08-31std.fmt: delete deprecated APIsAndrew Kelley
2025-08-30upgrade more old API usesAndrew Kelley
2025-08-30rework std.Io.Writer.Allocating to support runtime-known alignmentAndrew Kelley
2025-08-29std.Io: delete GenericReaderAndrew Kelley
2025-08-29std.Io: delete CountingReaderAndrew Kelley
2025-08-28std.Io: delete GenericWriterAndrew Kelley
2025-08-11std.ArrayList: make unmanaged the defaultAndrew Kelley
2025-07-07std.Build.Step.CheckObject: mostly revert to master branchAndrew Kelley
2025-07-07fix 32-bit compilationAndrew Kelley
2025-07-07std.io.Writer.printValue: rework logicAndrew Kelley
2025-07-07std.io.Writer.Allocating: rename interface to writerAndrew Kelley
2025-07-07std.Build.Step.CheckObject: fix the TODOAndrew Kelley
2025-07-07std.fmt: breaking API changesAndrew Kelley
2025-06-30std.Build.Step.CheckObject: Truncate st_other before interpreting itAlex Rønne Petersen
2025-05-13std.meta.intToEnum -> std.enums.fromIntwooster0
2025-04-13std: eradicate u29 and embrace std.mem.AlignmentAndrew Kelley
2025-01-15std.Build.Step.CheckObject: better EOF handlingAndrew Kelley
2025-01-15wasm linker: aggressive DODificationAndrew Kelley
2024-10-10std.Build.Step.CheckObject: display source file pathAndrew Kelley
2024-09-12Replace deprecated default initializations with decl literalsLinus Groh
2024-07-14make zig compiler processes live across rebuildsAndrew Kelley
2024-07-12make more build steps integrate with the watch systemAndrew Kelley
2024-06-23Rename *[UI]LEB128 functions to *[UI]leb128Michael Bradshaw
2024-05-27update the codebase for the new std.Progress APIAndrew Kelley
2024-05-24Step/CheckObject: handle stab entries when dumping MachO symtabJakub Konka
2024-05-13Step.CheckObject: support dumping raw section contents for MachOJakub Konka
2024-05-13Step.CheckObject: put MachO object parsing logic in ObjectContext wrapperJakub Konka
2024-05-05Build: cleanupJacob Young
2024-04-30std.Build.Step.CheckObject: fix parseDumpNamesAndrew Kelley
2024-04-15lib/std/Build/Step/CheckObject: dump section as stringJakub Konka
2024-03-30Update uses of `@fieldParentPtr` to use RLSJacob Young
2024-03-30Update uses of `@fieldParentPtr` to pass a pointer typeJacob Young
2024-01-01zig build system: change target, compilation, and module APIsAndrew Kelley
2023-12-13lib/std/Build/CheckObject: split dyld info into subsections for easier scoped...Jakub Konka
2023-12-13lib/std/Build/CheckObject: update all tests to new APIJakub Konka
2023-12-13lib/std/Build/CheckObject: implement for WasmJakub Konka
2023-12-13lib/std/Build/CheckObject: implement for ELFJakub Konka
2023-12-13lib/std/Build/CheckObject: introduce scoped checks; implement for MachOJakub Konka
2023-12-13lib/std/Build/CheckObject: fix parsing and dumping special dylib lookup valuesJakub Konka
2023-12-10lib/std/Build/CheckObject: dump Mach-O dyld_info_only bind, weak-bind and laz...Jakub Konka
2023-12-10lib/std/Build/CheckObject: dump Mach-O dyld_info_only rebase dataJakub Konka
2023-12-09lib/std/Build/CheckObject: dump Mach-O dyld_info_only exports dataJakub Konka
2023-12-09lib/std/Build/CheckObject: dump Mach-O symbol attributesJakub Konka
2023-12-08lib/std/Build/CheckObject: dump Mach-O headerJakub Konka
2023-11-19lib: correct unnecessary uses of 'var'mlugg
2023-11-06CheckObject: support parsing and dumping archive symtab for ELFJakub Konka
2023-10-31std.builtin.Endian: make the tags lower caseAndrew Kelley
2023-10-31mem: fix ub in writeIntJacob Young