aboutsummaryrefslogtreecommitdiff
path: root/lib/std/build.zig
AgeCommit message (Expand)Author
2019-12-01Merge remote-tracking branch 'origin/master' into remove-array-type-coercionAndrew Kelley
2019-11-30move `std.fs.Dir.cwd` to `std.fs.cwd`Andrew Kelley
2019-11-27Windows: fix test/standalone/shared_libraryMichael Dusan
2019-11-27remove type coercion from array values to referencesAndrew Kelley
2019-11-26Fix build system crash when compiling windows dllsyscall0
2019-11-25Merge branch 'wasi-run-tests' of https://github.com/fengb/zig into fengb-wasi...Andrew Kelley
2019-11-25rename std.heap.direct_allocator to std.heap.page_allocatorAndrew Kelley
2019-11-20Add .enable_wasmtime build flagBenjamin Feng
2019-11-12Merge pull request #3447 from Sahnvour/vcpkgSahnvour
2019-11-10std.ChildProcess.spawn has a consistent error setAndrew Kelley
2019-11-09build: initial support for using vcpkg librariesSahnvour
2019-11-05zig build: addIncludeDir does -I instead of -isystemAndrew Kelley
2019-10-24get rid of std.os.foo.is_the_targetAndrew Kelley
2019-10-23move types from builtin to stdAndrew Kelley
2019-10-21Merge branch 'stratact-no-dir-allocators'Andrew Kelley
2019-10-19Use 8192 sized buffers and remove allocator parametersstratact
2019-10-18std/build: make subsystem configurableNick Erdmann
2019-10-09zig build: bump default max exec output size to 400 KBAndrew Kelley
2019-10-08stage1: enable PIC for libuserlandAndrew Kelley
2019-10-03zig build: fix exe file ext to match target.cppAndrew Kelley
2019-09-25remove --override-std-dir. fix issues caused by moving std libAndrew Kelley
2019-09-25mv std/ lib/Andrew Kelley