aboutsummaryrefslogtreecommitdiff
path: root/lib/std/build
AgeCommit message (Expand)Author
2022-11-15std.build: fix typoGethDW
2022-11-12Make invalidFmtError public and use in place of compileErrors for bad format ...Nick Cernis
2022-11-04all: rename i386 to x86Ali Chraghi
2022-10-25CheckObjectStep: parse and dump `target_features`Luuk de Gram
2022-10-19Merge pull request #13218 from Luukdegram/fix-emulatable-stepLuuk de Gram
2022-10-18CheckObjectStep: correctly depend on its own stepLuuk de Gram
2022-10-18all: rename `@maximum` to `@max` and `@minimum` to `@min`Ali Chraghi
2022-10-18Sema: implement linksection on functionsjacobly0
2022-10-08CheckObjectStep: parsing and dumping producersLuuk de Gram
2022-09-29Fix `Step.cast` for `OptionsStep` and `CheckObjectStep`Lee Cannon
2022-09-08std.zig.system.NativeTargetInfo: detection ignores self exeAndrew Kelley
2022-08-24Enables std.build.TranslateCStep to use stage1/stage2 selectively. Unbreaks p...Felix "xq" Queißner
2022-08-21std: fix EmulatableRunStepLuuk de Gram
2022-08-18build: Allow comptime_int in OptionsStep.addOptionBen Fiedler
2022-08-03macho: sync with zldJakub Konka
2022-07-23Share logic between EmulatableRunStep & RunStepLuuk de Gram
2022-07-23Use `EmulatableRunStep` for MachO linker testsLuuk de Gram
2022-07-23rename:RunCompareStep -> EmulatableRunStepLuuk de Gram
2022-07-23show/hide warning for incompatible warningsLuuk de Gram
2022-07-23RunCompareStep: implement new stepLuuk de Gram
2022-07-22link-tests: add checkNotPresent and add -dead_strip smoke testJakub Konka
2022-07-12wasm-linker: Implement linker tests (#12006)Luuk de Gram
2022-06-28link-tests: do not save global extracted var unless a matchJakub Konka
2022-06-28link-tests: test -weak-lx and -weak_framework xJakub Konka
2022-06-25link-tests: defer parsing of the RPN program until running the actionJakub Konka
2022-06-23link-tests: rename check() to checkStart()Jakub Konka
2022-06-23link-tests: fix parsing symtab for machoJakub Konka
2022-06-22link-tests: add better docsJakub Konka
2022-06-22link-tests: clean up error messages in case of failureJakub Konka
2022-06-22link-tests: clean up linker testing harnessJakub Konka
2022-06-22link-tests: fix dumping of LOAD_DYLIB: name instead of path fieldJakub Konka
2022-06-22link-tests: rename CheckMachOStep to CheckObjectStep and accept obj formatJakub Konka
2022-06-22link-tests: extract values into variablesJakub Konka
2022-06-21link-tests: move macho tests to subfolderJakub Konka
2022-06-21link-tests: dump metadata to string and grep resultsJakub Konka
2022-06-21link-tests: add CheckMachOStepJakub Konka
2022-06-20test: introduce link(er) tests - builds on standalone testsJakub Konka
2022-05-26Rename `std.build.Pkg.path` to `std.build.Pkg.source` (#11557)Hanna
2022-05-11some fixes to the EnvMap HashContextJonathan Marler
2022-05-11Fix regression in RunStep.addPathDirRyan Liptak
2022-05-11Update usages of `process.getEnvMap` and change BufMap -> EnvMap where applic...Jonathan Marler
2022-04-29std: Do not allocate the result for ChildProcess.initJimmi Holst Christensen
2022-03-28std.build: fix functions returning address of by value parameterVeikka Tuominen
2022-03-21OptionsStep: Always use `fmtId` for type names.Lee Cannon
2022-02-06Replace argvCmd with std.mem.joinCody Tapscott
2022-02-06Avoid depending on child process execution when not supported by host OSCody Tapscott
2022-02-05std.build.TranslateCStep: add C macro supportrohlem
2022-01-24allow `expected_exit_code` to be `null`Lee Cannon
2021-12-06Add test executable builds to build.zigMartin Wickham
2021-12-03Add single section dumping and padding to InstallRawStepN00byEdge