aboutsummaryrefslogtreecommitdiff
path: root/test/build_examples.zig
AgeCommit message (Expand)Author
2018-06-18disable failing macos test. see #1126Andrew Kelley
2018-06-16disable load dynamic library testAndrew Kelley
2018-06-16add basic std lib code for loading dynamic librariesAndrew Kelley
2018-05-31use * for pointer type instead of &Andrew Kelley
2018-05-24update github.com/zig-lang to github.com/ziglangAndrew Kelley
2018-03-17add test for addIncludeDir for test stepAndrew Kelley
2018-01-25syntax: functions require return type. remove `->`Andrew Kelley
2018-01-15fix compiler crash related to @alignOfAndrew Kelley
2017-10-16std.os.ChildProcess: on windows cwd affects exe search pathAndrew Kelley
2017-08-20fix not propagating parseh aliases through pub use declsAndrew Kelley
2017-05-01basic support for specifying packages at the command lineAndrew Kelley
2017-04-23fix crash when unwrapping error with no error declsAndrew 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-19convert assemble and link tests to zig build systemAndrew Kelley
2017-04-19convert build examples tests to zig build systemAndrew Kelley