index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
Build
/
Step
/
CheckObject.zig
Age
Commit message (
Expand
)
Author
2025-11-20
update deprecated ArrayListUnmanaged usage (#25958)
Benjamin Jurk
2025-11-20
std.debug: split up Mach-O debug info handling
Matthew Lugg
2025-11-19
std.Build.Step.CheckObject: make ELF reading endianness-aware
Alex Rønne Petersen
2025-09-30
std: fixes
mlugg
2025-09-30
yet more
mlugg
2025-09-04
std.elf: change STV enum from u2 to u3
Alex Rønne Petersen
2025-08-31
std.fmt: delete deprecated APIs
Andrew Kelley
2025-08-30
upgrade more old API uses
Andrew Kelley
2025-08-30
rework std.Io.Writer.Allocating to support runtime-known alignment
Andrew Kelley
2025-08-29
std.Io: delete GenericReader
Andrew Kelley
2025-08-29
std.Io: delete CountingReader
Andrew Kelley
2025-08-28
std.Io: delete GenericWriter
Andrew Kelley
2025-08-11
std.ArrayList: make unmanaged the default
Andrew Kelley
2025-07-07
std.Build.Step.CheckObject: mostly revert to master branch
Andrew Kelley
2025-07-07
fix 32-bit compilation
Andrew Kelley
2025-07-07
std.io.Writer.printValue: rework logic
Andrew Kelley
2025-07-07
std.io.Writer.Allocating: rename interface to writer
Andrew Kelley
2025-07-07
std.Build.Step.CheckObject: fix the TODO
Andrew Kelley
2025-07-07
std.fmt: breaking API changes
Andrew Kelley
2025-06-30
std.Build.Step.CheckObject: Truncate st_other before interpreting it
Alex Rønne Petersen
2025-05-13
std.meta.intToEnum -> std.enums.fromInt
wooster0
2025-04-13
std: eradicate u29 and embrace std.mem.Alignment
Andrew Kelley
2025-01-15
std.Build.Step.CheckObject: better EOF handling
Andrew Kelley
2025-01-15
wasm linker: aggressive DODification
Andrew Kelley
2024-10-10
std.Build.Step.CheckObject: display source file path
Andrew Kelley
2024-09-12
Replace deprecated default initializations with decl literals
Linus Groh
2024-07-14
make zig compiler processes live across rebuilds
Andrew Kelley
2024-07-12
make more build steps integrate with the watch system
Andrew Kelley
2024-06-23
Rename *[UI]LEB128 functions to *[UI]leb128
Michael Bradshaw
2024-05-27
update the codebase for the new std.Progress API
Andrew Kelley
2024-05-24
Step/CheckObject: handle stab entries when dumping MachO symtab
Jakub Konka
2024-05-13
Step.CheckObject: support dumping raw section contents for MachO
Jakub Konka
2024-05-13
Step.CheckObject: put MachO object parsing logic in ObjectContext wrapper
Jakub Konka
2024-05-05
Build: cleanup
Jacob Young
2024-04-30
std.Build.Step.CheckObject: fix parseDumpNames
Andrew Kelley
2024-04-15
lib/std/Build/Step/CheckObject: dump section as string
Jakub Konka
2024-03-30
Update uses of `@fieldParentPtr` to use RLS
Jacob Young
2024-03-30
Update uses of `@fieldParentPtr` to pass a pointer type
Jacob Young
2024-01-01
zig build system: change target, compilation, and module APIs
Andrew Kelley
2023-12-13
lib/std/Build/CheckObject: split dyld info into subsections for easier scoped...
Jakub Konka
2023-12-13
lib/std/Build/CheckObject: update all tests to new API
Jakub Konka
2023-12-13
lib/std/Build/CheckObject: implement for Wasm
Jakub Konka
2023-12-13
lib/std/Build/CheckObject: implement for ELF
Jakub Konka
2023-12-13
lib/std/Build/CheckObject: introduce scoped checks; implement for MachO
Jakub Konka
2023-12-13
lib/std/Build/CheckObject: fix parsing and dumping special dylib lookup values
Jakub Konka
2023-12-10
lib/std/Build/CheckObject: dump Mach-O dyld_info_only bind, weak-bind and laz...
Jakub Konka
2023-12-10
lib/std/Build/CheckObject: dump Mach-O dyld_info_only rebase data
Jakub Konka
2023-12-09
lib/std/Build/CheckObject: dump Mach-O dyld_info_only exports data
Jakub Konka
2023-12-09
lib/std/Build/CheckObject: dump Mach-O symbol attributes
Jakub Konka
2023-12-08
lib/std/Build/CheckObject: dump Mach-O header
Jakub Konka
[next]