aboutsummaryrefslogtreecommitdiff
path: root/lib/std/build.zig
AgeCommit message (Expand)Author
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