aboutsummaryrefslogtreecommitdiff
path: root/lib/std/build.zig
AgeCommit message (Expand)Author
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
2020-02-06build: fix handling disabling .h file generationAndrew Kelley
2020-02-03Add InstallRawStep to Zig build system that does a similar job to llvm-objcop...Michaƫl Larouche
2020-02-02Add support for dependent packages when using build.zigfrmdstryr
2020-01-30build: Fix missing `dupe`meme
2020-01-30Merge pull request #4324 from fengb/testing-allocatorAndrew Kelley
2020-01-29Convert a bunch of page_allocator to testing.allocatorBenjamin Feng
2020-01-29Add support for code model selectionValentin Anger
2020-01-28fix build.zig logic for -target-cpu and -target-featureAndrew Kelley
2020-01-25Merge remote-tracking branch 'origin/master' into layneson-cpus_and_featuresAndrew Kelley
2020-01-22std.Target.CpuFeatures is now a struct with both CPU and feature setAndrew Kelley
2020-01-21hit a comptime limitation with computing dense setsAndrew Kelley
2020-01-21fixups to arch data, support any number of cpu featuresAndrew Kelley
2020-01-20Fix ICE in build addAssemblyFileLemonBoy
2020-01-19progress towards mergingAndrew Kelley
2020-01-19Add builtin.zig supportLayne Gustafson
2020-01-19Add TargetDetails abstractionLayne Gustafson