aboutsummaryrefslogtreecommitdiff
path: root/std/build.zig
AgeCommit message (Expand)Author
2017-04-28build system: remove setLinkerScriptContentsAndrew Kelley
2017-04-28zig puts temporary object files in zig-cache folderAndrew Kelley
2017-04-27add compile error for returning local variable addressAndrew Kelley
2017-04-26build system: consolidate duplicate code and moreAndrew Kelley
2017-04-26build system: addAssembly and addObject functionsAndrew Kelley
2017-04-23blocks check that their statements are voidJosh Wolfe
2017-04-23zig build system: installFile and installClibraryAndrew Kelley
2017-04-21update syntax for try and nullable unwrappingAndrew Kelley
2017-04-21add example which exercises addObject in the zig build systemAndrew Kelley
2017-04-21zig build system supports building a libraryAndrew Kelley
2017-04-20delete test_artifacts directory when tests completeAndrew Kelley
2017-04-19test framework supports name prefix and filter argumentAndrew Kelley
2017-04-19convert assemble and link tests to zig build systemAndrew Kelley
2017-04-19convert compare-output tests to use zig build systemAndrew Kelley
2017-04-18add `@fieldParentPtr` builtin functionAndrew Kelley
2017-04-17zig build system creates symlinks atomicallyAndrew Kelley
2017-04-17zig build system: progress toward install and uninstallAndrew Kelley
2017-04-17zig build system: implement custom command stepAndrew Kelley
2017-04-17improvements to zig build system and unwrap error safetyAndrew Kelley
2017-04-17zig build system: ability to link against dynamic library stepAndrew Kelley
2017-04-13zig build system understands the concept of dependenciesAndrew Kelley
2017-04-08add enumTagName builtin functionAndrew Kelley
2017-04-07allow implicit cast from `[N]T` to `&const []const T`Andrew Kelley
2017-04-06peer resolve types [N]T, [M]T as []const TAndrew Kelley
2017-04-06zig build: use -D for options instead of -OAndrew Kelley
2017-04-06Update zig build system to support user defined optionsAndrew Kelley
2017-04-04zig build system: fix cleanup on error, report spawn errorAndrew Kelley
2017-04-04zig build system improvements, add some std APIAndrew Kelley
2017-04-04API for command line argsAndrew Kelley
2017-04-03delete alloca builtin functionAndrew Kelley
2017-04-03zig build system: add setLinkerScript and setTargetAndrew Kelley
2017-04-02proof of concept build systemAndrew Kelley
2017-04-02zig build system progressAndrew Kelley
2017-03-31first pass at zig build systemAndrew Kelley
2017-03-26organize std and make import relative to current fileAndrew Kelley
2017-03-23improvements for windows and libc integrationAndrew Kelley
2017-03-22unify main entry point regardless of whether linking libcAndrew Kelley