aboutsummaryrefslogtreecommitdiff
path: root/lib/std/build.zig
AgeCommit message (Expand)Author
2020-01-20Fix ICE in build addAssemblyFileLemonBoy
2020-01-07cleanups related to --eh-frame-hdrAndrew Kelley
2020-01-07add --eh-frame-hdr conditionallyDavid Cao
2020-01-07build support list optionsmogud
2020-01-07added -- to pass args to zig build commandsemekoi
2020-01-07test harness: show annotated case name when translate-c test failsAndrew Kelley
2020-01-05fix test-gen-h and test-compile-errors regressionAndrew Kelley
2020-01-05rework and improve some of the zig build stepsAndrew Kelley
2019-12-31generate header in separate foldermogud
2019-12-16Revert "added -- to pass args to zig build commands"Andrew Kelley
2019-12-16added -- to pass args to zig build commandsemekoi
2019-12-16expose the ability to disable C sanitizationAndrew Kelley
2019-12-10print call in build.zig needs to use a tuple argumentdbandstra
2019-12-08std.fmt.format: tuple parameter instead of var argsAndrew Kelley
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