aboutsummaryrefslogtreecommitdiff
path: root/lib/std/build.zig
AgeCommit message (Expand)Author
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
2020-09-29update wasm to use ".o.wasm" extension for objectsAndrew Kelley
2020-09-29Merge remote-tracking branch 'origin/master' into stage2-zig-ccAndrew Kelley
2020-09-24fix a round of regressions in this branchAndrew Kelley
2020-09-25build.zig: addBuildOptionArtifactJosh Wolfe
2020-09-24zig build: update to use new --version flag instead of legacy flagsAndrew Kelley
2020-09-23stage2: support passing extra C flags to C source filesAndrew Kelley
2020-09-22stage2: implement --pkg-begin and --pkg-end CLI argsAndrew Kelley
2020-09-22stage2: implement zig buildAndrew Kelley
2020-09-19Add "emit_docs" field to LibExeObjStep.zenith391
2020-09-11Merge pull request #6315 from ifreund/optional-shlib-versionAndrew Kelley
2020-09-11std, stage1: make shared library versioning optionalIsaac Freund
2020-09-11std: allow overriding install dir of artifactsIsaac Freund
2020-08-20add license header to all std lib filesAndrew Kelley
2020-08-19builder: implement integer optionsVincent Rischmann
2020-08-04zig build: fix addBuildOption for `[]const u8` and `?[]const u8`Andrew Kelley
2020-08-04stage2 tests: support the -Denable-qemu options and friendsAndrew Kelley
2020-08-03self-hosted: add build option for log scopesAndrew Kelley
2020-08-02Add rdynamic option to build.zigS0urc3C0de
2020-07-31Print } as format argument in enum build option (#5953)Sam Tebbs
2020-07-11run zig fmt on std lib and self hostedVexu
2020-07-05Merge pull request #5786 from ziglang/std-hash-mapAndrew Kelley
2020-07-05update std lib to new hash map APIAndrew Kelley
2020-07-04std.mem.dupe is deprecated, move all references in stdjoachimschmidt557