aboutsummaryrefslogtreecommitdiff
path: root/lib/std/build.zig
AgeCommit message (Expand)Author
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
2020-03-01short std.builtin enum literals in std libxackus
2020-02-28dynamic_linker becomes a field of std.zig.CrossTargetAndrew Kelley
2020-02-28fix builder.findProgram testAndrew Kelley
2020-02-28improve the "external executor" detection logicAndrew Kelley
2020-02-28fix standardTargetOptions and improve init-exe to use itAndrew Kelley
2020-02-28separate std.Target and std.zig.CrossTargetAndrew Kelley
2020-02-28update std lib to new Target APIAndrew Kelley
2020-02-28introduce operating system version ranges as part of the targetAndrew Kelley
2020-02-24Merge pull request #4547 from Vexu/deprecateAndrew Kelley
2020-02-24expose --verbose-llvm-cpu-features to zig buildAndrew Kelley
2020-02-24remove usages of `@typeId`, `@memberCount`, `@memberName` and `@memberType`Vexu
2020-02-21fix regression in standardTargetOptionsAndrew Kelley
2020-02-21fix zig build adding invalid cli argsAndrew Kelley
2020-02-20fix zig build, ABI ABI, and update tests to new Target layoutAndrew Kelley
2020-02-19make the CLI support depending on system headers and librariesAndrew Kelley
2020-02-18improvements which allow zig to emit multiple things at onceAndrew Kelley
2020-02-18Rename produce_* bools to emit_* to match CLINoam Preil
2020-02-18Improve support for generating LLVM IR/asm filesNoam Preil
2020-02-07Fixing library search pathpwzk