aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Build/Step/CheckObject.zig
AgeCommit message (Expand)Author
2023-08-18check-object: dump contents of LC_BUILD_VERSION and LC_VERSION_MIN_* cmdsJakub Konka
2023-07-30Build.zig rename orgy (aka: #16353). Renames FileSource to LazyPath and remov...Felix (xq) Queißner
2023-07-27test: add a test that verifies no debug handlers get pulled into compiler_rtkcbanner
2023-07-20check-object: allow for multiple extractions within one checkJakub Konka
2023-07-20check-object: format known OS-specific types before doing generic formatJakub Konka
2023-07-20check-object: dump PT flags when dumping program headersJakub Konka
2023-07-20check-object: remove wildcard matchers as they are too clunkyJakub Konka
2023-07-20check-object: dump contents of .dynamic sectionJakub Konka
2023-07-19test/link: add shared-memory test for WebAssemblyLuuk de Gram
2023-07-13check-object: dump info on PHDRsJakub Konka
2023-07-13check-object: dump more info on SHDRsJakub Konka
2023-07-13check-object: dump some info on SHDRsJakub Konka
2023-07-13check-object: dump ELF headerJakub Konka
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-13Remove CheckObjectStep.runAndCompare (#15973)Zapolsky Anton
2023-05-13Update all std.mem.tokenize calls to their appropriate functionRyan Liptak
2023-05-03std.Build: use Step.* instead of *StepVeikka Tuominen
2023-05-03build: rename std.Build.*Step to std.Build.Step.*Nicolas Sterchele