aboutsummaryrefslogtreecommitdiff
path: root/std/build.zig
AgeCommit message (Expand)Author
2019-04-16stage1 is now a hybrid of C++ and ZigAndrew Kelley
2019-04-05zig build: support single-threaded buildsAndrew Kelley
2019-04-03handle LibExeObjStep.disable_gen_hRuslan Prokopchuk
2019-03-23add compile error for ignoring errorAndrew Kelley
2019-03-19build.zig: allow run() on non-native target artifactsAndrew Kelley
2019-03-14Add /lib/x86_64-linux-gnu or similar to default system library search pathsAkuli
2019-03-13breaking: remove --static; add -dynamicAndrew Kelley
2019-03-11zig build: do a better job of detecting system pathsAndrew Kelley
2019-03-11add test for spawning child process with empty environmentAndrew Kelley
2019-03-09fix running things with zig build on WindowsAndrew Kelley
2019-03-08breaking changes to zig build API and improved cachingAndrew Kelley
2019-03-03fix build.zig not respecting --staticAndrew Kelley
2019-03-02rename std lib files to new conventionAndrew Kelley
2019-03-02compile error for import outside package pathAndrew Kelley
2019-02-26add builder.addFmt API and use it to test stage1 zig fmtAndrew Kelley
2019-02-26breaking changes to the way targets work in zigAndrew Kelley
2019-02-25zig build: 2 improvementsAndrew Kelley
2019-02-25building DLLs on Windows works betterAndrew Kelley
2019-02-25first class support for compiling C codeAndrew Kelley
2019-02-19remove --no-rosegment workaround now that valgrind bug is fixedAndrew Kelley
2019-02-07fixups, and modify std.mem.join and std.os.path.resolve APIAndrew Kelley
2019-02-06Merge branch 'zig-backport-std.os.path' of https://github.com/kristate/zig in...Andrew Kelley
2019-02-06require running std lib tests coherentlyAndrew Kelley
2019-02-04adjustments to std.mem split / separateAndrew Kelley
2019-02-03`std.mem.Allocator.create` replaced with better APIAndrew Kelley
2018-12-05Allow packages in TestStepJimmi Holst Christensen
2018-12-01zig build: addStaticExecutableAndrew Kelley
2018-11-30std.os.path: remove dependance on std.mem.join;kristopher tate
2018-11-19Merge branch 'freebsd-up' of https://github.com/myfreeweb/zig into freebsd2Andrew Kelley
2018-11-13New Zig formal grammar (#1685)Jimmi Holst Christensen
2018-11-07std.build.Builder: mutable env_mapAndrew Kelley
2018-11-02support building static self hosted compiler on macosAndrew Kelley
2018-10-20Add /usr/local/lib path for libxml2 and link libc++ on FreeBSDGreg V
2018-10-15remove implicit cast from T to *const TAndrew Kelley
2018-10-15Solve the return type ambiguity (#1628)Jimmi Holst Christensen
2018-10-01std lib (breaking): posixRead can return less than buffer sizeAndrew Kelley
2018-09-13remove `this`. add `@This()`.Andrew Kelley
2018-09-11zig build: make the cache root dir before buildingAndrew Kelley
2018-09-11zig build: better placement of test exe artifactAndrew Kelley
2018-09-06add C ABI testsAndrew Kelley
2018-08-21fix linuxAndrew Kelley
2018-08-21fix windowsAndrew Kelley
2018-08-03self-hosted: watch files and trigger a rebuildAndrew Kelley
2018-07-30introduce std.event.fs for async file system functionsAndrew Kelley
2018-07-24fix race conditions in self-hosted compiler; add testAndrew Kelley
2018-07-10self-hosted: first passing testAndrew Kelley
2018-07-08builder.addBuildOptionJosh Wolfe
2018-06-21std: update stdlib to match updated allocator create signature; ref #733kristopher tate
2018-06-16don't automatically take pointer when passing by non-copying valueAndrew Kelley
2018-06-14std.os.path.dirname: return null instead of empty sliceAndrew Kelley