aboutsummaryrefslogtreecommitdiff
path: root/lib/std/build.zig
AgeCommit message (Expand)Author
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
2020-11-11std: Fix code model argumentHubert Jasudowicz
2020-11-07remove deprecated uses of ArrayList.spanJosh Holland
2020-11-06Rely on ZIG_SYSTEM_LINKER_HACK instead of input flagsJakub Konka
2020-11-05Re-enable system linker hackJakub Konka
2020-10-29panic when empty string passed as dest_rel_path to addInstallFileWithDirTravis
2020-10-29make addBuildOption append type (#6801)wozeparrot
2020-10-22std: reference more declarations in std.buildxackus
2020-10-21Update enable-valgrind flag to fvalgrindfrmdstryr
2020-10-18Disable build.zig tests on WASI since rely on cwd()Jakub Konka
2020-10-18add addPackage testRobin Voetter
2020-10-18Fix invalid call to dupePkg in build.zigRobin Voetter
2020-10-17add Builder.dupePkg()Jesse Rudolph
2020-10-17std: remove renderStringLiteral in favor of std.fmt specifierVexu
2020-10-17use new format specifier in translate-c and std libVexu
2020-10-15std: move std.meta.refAllDecls to std.testingTadeo Kondrak
2020-10-13std/build: support --colorIsaac Freund
2020-10-05Build.zig: Skip copying files that are used internally by the compilerTimon Kruiper
2020-10-04build system: implement computeOutFilenames using std.zig.binNameAllocAndrew Kelley
2020-10-04add --image-base supportAndrew Kelley
2020-10-02Merge pull request #6494 from IridescentRose/emit-reloc-patchAlexandros Naskos
2020-10-01Resolved additional formatting issues.Nathan
2020-10-01Resolve name and format issues.Nathan
2020-10-01Patch in emit relocs supportNathan Bourgeois
2020-10-01Update build.zigmarkfirmware
2020-10-01Update build.zigmarkfirmware