aboutsummaryrefslogtreecommitdiff
path: root/std/build.zig
AgeCommit message (Expand)Author
2018-02-03*WIP* error sets - support fns called at comptimeAndrew Kelley
2018-01-31*WIP* error sets converting std libAndrew Kelley
2018-01-25syntax: functions require return type. remove `->`Andrew Kelley
2018-01-17docgen: support executing exe code examplesAndrew Kelley
2018-01-15clean up error return tracingAndrew Kelley
2018-01-12*WIP* proof of concept error return tracesAndrew Kelley
2018-01-09remove %% prefix operatorAndrew Kelley
2018-01-07replace `a %% b` with `a catch b`Andrew Kelley
2018-01-07replace `%return` with `try`Andrew Kelley
2018-01-06Darwin -> MacOSX, added Zen. See #438Andrea Orru
2018-01-04appveyor: enable verbose link for self hosted compilerAndrew Kelley
2017-12-26self-hosted: build against zig_llvm and embedded LLDAndrew Kelley
2017-12-23build: add --search-prefix optionAndrew Kelley
2017-12-22explicitly return from blocksAndrew Kelley
2017-12-12self-hosted: build tries to find llvm-config.exeAndrew Kelley
2017-12-12self-hosted: cleanup build looking for llvm-configAndrew Kelley
2017-12-11self-hosted: link with LLVMAndrew Kelley
2017-12-03rework enums and unions and their relationship to each otherAndrew Kelley
2017-11-07std.io: introduce buffered I/O and change APIAndrew Kelley
2017-10-31breaking change to std.io APIAndrew Kelley
2017-10-25cleaner verbose flags and zig build prints failed commandAndrew Kelley
2017-10-21zig build: fix system libraries not respected for C artifactsAndrew Kelley
2017-10-16fix regression on posix from previous commitAndrew Kelley
2017-10-16ability to make a DLLAndrew Kelley
2017-10-15implement environment variables for windowsAndrew Kelley
2017-10-08more std.os.path work for windowsAndrew Kelley
2017-09-26update std.os.ChildProcess APIAndrew Kelley
2017-09-23zig build: add linkFramework APIAndrew Kelley
2017-09-23std.build: fix -install_name for darwin dynamic C linkingAndrew Kelley
2017-09-23std.build: fix building C dynamic libraries on darwinAndrew Kelley
2017-09-18std.build: catch mistake of setting output path to build dirAndrew Kelley
2017-09-18std.build: explicitly disable stack protector when nostdlibAndrew Kelley
2017-09-18std.build: simpler APIAndrew Kelley
2017-09-17zig build: use stack protector for C code in debug modeAndrew Kelley
2017-09-17add option to run tests in LLDB and turn it on for macos travisAndrew Kelley
2017-09-17Add dash arguments for cliMarc Tiehuis
2017-09-07std: os.ChildProcess knows when its child diedAndrew Kelley
2017-08-30test suite cross-compile builds tests for other targetsAndrew Kelley
2017-08-27all tests passing in MacOSAndrew Kelley
2017-08-20fix not propagating parseh aliases through pub use declsAndrew Kelley
2017-06-14partial implementation of printing floating point numbers with errol3Andrew Kelley
2017-05-19change slicing syntax from ... to ..Andrew Kelley
2017-05-17typeId builtin instead of isInteger, isFloat, etcAndrew Kelley
2017-05-09zig build: allow calling b.standardReleaseOptions...Andrew Kelley
2017-05-04std: rename List to ArrayList and re-organize...Andrew Kelley
2017-05-03remove test and try expressions in favor of if expressionsAndrew Kelley
2017-05-03zig build: cache_root is relative to build_rootAndrew Kelley
2017-05-03zig build: inherit stdin for running commandsAndrew Kelley
2017-05-02zig build: copy args for addCommandAndrew Kelley
2017-05-02add safe release build modeAndrew Kelley