aboutsummaryrefslogtreecommitdiff
path: root/lib/std/build.zig
AgeCommit message (Expand)Author
2021-05-18build.zig: blank out "*test.zig" files instead of omitAndrew Kelley
2021-05-15Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-13Add experimental Darling support for cross testing macOSJakub Konka
2021-05-12Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-12build system: fix wrong glibc dir passed to qemu for i386Andrew Kelley
2021-05-08Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-08std: update usage of std.testingVeikka Tuominen
2021-04-30Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-04-29std/build: change default install prefix to zig-outIsaac Freund
2021-04-24Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-04-17std/build: fix linker_allow_shlib_undefinedIsaac Freund
2021-04-16Add LibExeObjStep.linker_allow_shlib_undefined field to set --allow-shlib-und...daurnimator
2021-04-15std: change `@import("builtin")` to `std.builtin`Andrew Kelley
2021-04-15ci: windows: proper flags to zig buildAndrew Kelley
2021-04-06std/build: fix ?[:0]const u8 build optionsMichael Holmes
2021-03-24std.build: make Builder.install_prefix non optionalIsaac Freund
2021-02-27HashMap.put returns !void, not a !booldaurnimator
2021-02-25std/build: Add support for LTO configurationHubert Jasudowicz
2021-02-24zig fmt the std libAndrew Kelley
2021-02-21Added support for passing write file args as build options (#7909)Ryan Greenblatt
2021-02-21fix unspecified fmtrgreenblatt
2021-02-09require specifier for arrayish typesJonathan Marler
2021-02-01Dupe strings on all public api points for std.buildMartin Wickham
2021-01-30FromWriteFileStep for all LibExeObjStep typesrgreenblatt
2021-01-22std: Update `test ""` to `test` where it makes senseLemonBoy
2021-01-11stage2: cleanups regarding red zone CLI flagsAndrew Kelley
2021-01-11Added support for no red zoneLee Cannon
2021-01-07remove z/Z format specifiersJonathan Marler
2021-01-07Reduce use of deprecated IO typesJay Petacat
2021-01-07builder: propagate env_map for child processesMichael Dusan
2021-01-04Revert "Fix #7296:"Andrew Kelley
2021-01-02Merge pull request #7612 from g-w1/do-7296Andrew Kelley
2021-01-02std: Use {s} instead of {} when printing stringsLemonBoy
2021-01-01std/build: assert that install paths are relativeIsaac Freund
2021-01-02Build errors should be followed by two newlinesdaurnimator
2021-01-02Don't process.exit() on invalid option use .markInvalidUserInputdaurnimator
2021-01-02std/build.zig: use (existing) warn function aliasdaurnimator
2020-12-31Fix #7296:g-w1
2020-12-31Year++Frank Denis
2020-12-26builder: implement sanitize_thread optionlithdew
2020-12-20builder: implement float optionsVincent Rischmann
2020-12-10Added global-cache argument to build system + removed extra args.antlilja
2020-12-08Add option to override default stack size in build system.antlilja
2020-12-07ability to build stage1 using only a zig tarballAndrew Kelley
2020-12-02std.build: addBuildOption special handling for SemanticVersionVexu
2020-12-01COFF linking: fix incorrectly passing .dll instead of .libAndrew Kelley
2020-11-30build system: pass dyn lib artifacts as positionalsAndrew Kelley
2020-11-30rework the bundle compiler-rt featureAndrew Kelley
2020-11-22modernize the PIE patch for the latest master branchAndrew Kelley
2020-11-18Merge pull request #7005 from jshholland/deprecate-spanVeikka Tuominen