aboutsummaryrefslogtreecommitdiff
path: root/lib/std/build.zig
AgeCommit message (Expand)Author
2020-09-25build.zig: addBuildOptionArtifactJosh Wolfe
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
2020-07-04zig build --help: Consistent capitalization/punctuationheidezomp
2020-06-22Merge remote-tracking branch 'origin/master' into zig-ast-to-zirAndrew Kelley
2020-06-18self-hosted: add Tracy integrationAndrew Kelley
2020-06-18reference emit_raw in std lib testsVexu
2020-05-25Added custom build step id, made tests.zig steps use itAlexandros Naskos
2020-05-25Added and id and a cast function to build stepsAlexandros Naskos
2020-05-18Re-enable refAllDecls gen and check in std.zigJakub Konka
2020-05-18Add/fix missing WASI functionality to pass libstd testsJakub Konka
2020-05-16Merge pull request #5217 from wozeparrot/masterAndrew Kelley
2020-05-16Add Enum OptionDrDeano
2020-05-16Add enum to addBuildOptionsDrDeano
2020-05-09make std.build.getInstallPath publicVexu
2020-05-08publicize member functions affected by #4909Josh Junon
2020-05-05simplify test-evented-io build settingAndrew Kelley
2020-05-05Add setUseTestEventedIO for test steps in build.zigHaze Booth
2020-04-30switch anyerror to OutOfMemorywozeparrot
2020-04-29build.zig recursive dep supportwozeparrot
2020-04-27add missing const to pkg dependencieswozeparrot
2020-04-17build: Create the output directory if it doesn't existLemonBoy
2020-04-02new ArrayList API: fix everything elsexackus
2020-04-01fixups and revert a few thingsAndrew Kelley
2020-04-01std: use std.ArrayList(u8) instead of std.Buffer in std/build.zigdaurnimator
2020-03-30std lib API deprecations for the upcoming 0.6.0 releaseAndrew Kelley
2020-03-21fix build.zig addBuildOption function for stream refactordbandstra
2020-03-20"generate .h files" feature is no longer supported in stage1Andrew Kelley
2020-03-19(breaking) std.fs.copyFile now integrates with DirAndrew Kelley
2020-03-18fix swapped logic for WindowsAndrew Kelley
2020-03-18(breaking) clarify openDir APIAndrew Kelley
2020-03-18build: Fix silly bug in directory traversalLemonBoy
2020-03-16build: Expose function-sections switchLemonBoy
2020-03-13zig build system: correctly handle multiple output artifactsAndrew Kelley
2020-03-10fix regressions found by test suiteAndrew Kelley
2020-03-06Use in_stream.readAllAlloc where sensibledaurnimator
2020-03-03Update callers of fs.makePathdaurnimator