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
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
2023-11-19
lib: correct unnecessary uses of 'var'
mlugg
2023-11-06
CheckObject: support parsing and dumping archive symtab for ELF
Jakub Konka
2023-10-31
std.builtin.Endian: make the tags lower case
Andrew Kelley
2023-10-31
mem: fix ub in writeInt
Jacob Young
2023-10-03
std.macho: remove alignment from LoadCommandIterator
Andrew Kelley
2023-08-18
check-object: dump contents of LC_BUILD_VERSION and LC_VERSION_MIN_* cmds
Jakub Konka
2023-07-30
Build.zig rename orgy (aka: #16353). Renames FileSource to LazyPath and remov...
Felix (xq) Queißner
2023-07-27
test: add a test that verifies no debug handlers get pulled into compiler_rt
kcbanner
2023-07-20
check-object: allow for multiple extractions within one check
Jakub Konka
2023-07-20
check-object: format known OS-specific types before doing generic format
Jakub Konka
2023-07-20
check-object: dump PT flags when dumping program headers
Jakub Konka
2023-07-20
check-object: remove wildcard matchers as they are too clunky
Jakub Konka
2023-07-20
check-object: dump contents of .dynamic section
Jakub Konka
2023-07-19
test/link: add shared-memory test for WebAssembly
Luuk de Gram
2023-07-13
check-object: dump info on PHDRs
Jakub Konka
2023-07-13
check-object: dump more info on SHDRs
Jakub Konka
2023-07-13
check-object: dump some info on SHDRs
Jakub Konka
2023-07-13
check-object: dump ELF header
Jakub Konka
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-13
Remove CheckObjectStep.runAndCompare (#15973)
Zapolsky Anton
2023-05-13
Update all std.mem.tokenize calls to their appropriate function
Ryan Liptak
2023-05-03
std.Build: use Step.* instead of *Step
Veikka Tuominen
2023-05-03
build: rename std.Build.*Step to std.Build.Step.*
Nicolas Sterchele