aboutsummaryrefslogtreecommitdiff
path: root/lib/std/build.zig
AgeCommit message (Expand)Author
2022-03-22macho: extend CodeSignature to accept entitlementsJakub Konka
2022-03-21Sema: dummy implementation of `@errorReturnTrace`Andrew Kelley
2022-03-16std: introduce posix_spawn as an alt to fork-execJakub Konka
2022-03-05Revert "Revert "Merge pull request #10950 from hexops/sg/responsefiles""Stephen Gutekanst
2022-02-24Revert "Merge pull request #10950 from hexops/sg/responsefiles"Andrew Kelley
2022-02-23Merge pull request #10950 from hexops/sg/responsefilesJakub Konka
2022-02-23stage1-wasm: implement shared memoryxReveres
2022-02-21std: Builder: use response files for zig test invocations tooStephen Gutekanst
2022-02-21std: Builder: account for null term considering response filesStephen Gutekanst
2022-02-20std: have Builder use response files if zig build args exceed OS limitsStephen Gutekanst
2022-02-17Revert "reduce build error noise"Andrew Kelley
2022-02-17reduce build error noiseJonathan Marler
2022-02-06Avoid depending on child process execution when not supported by host OSCody Tapscott
2022-02-06CLI: remove remainders of --verbose-ast and --verbose-tokenizeJohannes Löthberg
2022-02-05std: allow tests to use cache and setOutputDirpraschke
2022-02-05std.build.TranslateCStep: add C macro supportrohlem
2022-01-24Normalize some build function namesJonathan Marler
2022-01-19stage2: improvements to entry point handlingAndrew Kelley
2022-01-19lld: allow for entrypoint symbol name to be setKenta Iwasaki
2022-01-12Make prominent_compile_errors also work for test stepsJimmi Holst Christensen
2022-01-07Pass `--allow-unknown-exports` to wasmtimeLuuk de Gram
2021-12-21wasm-linker: Implement the --export-table and --import-table flags.Luuk de Gram
2021-12-18macho: handle -install_name option for dylibs/MachOJakub Konka
2021-12-18Make Builder.spawnChildEnvMap publicfubark
2021-12-17Actually installs the implib for DLLs.Felix "xq" Queißner
2021-12-14wasm-linker: Allow specifying symbols to be exportedLuuk de Gram
2021-12-06Fix run() for test_exe stepsMartin Wickham
2021-12-06Add test executable builds to build.zigMartin Wickham
2021-12-05Add emit path options to emit args in build.zig (#10278)Martin Wickham
2021-12-03Add single section dumping and padding to InstallRawStepN00byEdge
2021-12-03std.build.InstallRawStep: allow custom dest_dirJonathan Marler
2021-12-02improve detection of how to execute binaries on the hostAndrew Kelley
2021-12-02CLI: always try to exec binariesAndrew Kelley
2021-12-02zig build: promote qemu, wine, wasmtime, darling, and rosettaAndrew Kelley
2021-12-02Make Rosetta availability declarative by the userJakub Konka
2021-12-02Make Rosetta a new variant in ExternalExecutor enumJakub Konka
2021-11-30Merge pull request #10055 from leecannon/allocator_refactorAndrew Kelley
2021-11-30CLI: introduce -fsingle-threaded/-fno-single-threadedAndrew Kelley
2021-11-30allocgate: renamed getAllocator function to allocatorLee Cannon
2021-11-30allocgate: std Allocator interface refactorLee Cannon
2021-11-30std lib API deprecations for the upcoming 0.9.0 releaseAndrew Kelley
2021-11-26zig build: add each_lib_rpath propertyAndrew Kelley
2021-11-24build system: add --debug-log advanced option to build runnerAndrew Kelley
2021-11-10Merge pull request #10058 from marler8997/builderPathJoinAndrew Kelley
2021-11-09stage2: add 4 new linker flags for WebAssemblyAndrew Kelley
2021-11-09Omit array type for pathJoin callsJonathan Marler
2021-11-09add pathJoin to builderJonathan Marler
2021-10-29zig: expose linker options and include '-z notext'Kenta Iwasaki
2021-10-16Add build.zig and command line flagsLee Cannon
2021-10-04migrate from `std.Target.current` to `@import("builtin").target`Andrew Kelley