aboutsummaryrefslogtreecommitdiff
path: root/test/build_examples.zig
AgeCommit message (Expand)Author
2019-03-19c_abi: activate tests on windowsSahnvour
2019-03-16enable issue_339 test on macosAndrew Kelley
2019-03-11enable C ABI tests on macOSAndrew Kelley
2019-03-11add test for spawning child process with empty environmentAndrew Kelley
2019-03-03fix build.zig not respecting --staticAndrew Kelley
2019-03-02compile error for import outside package pathAndrew Kelley
2019-02-25building DLLs on Windows works betterAndrew Kelley
2018-10-06disable C ABI tests on macos due to LLD deficiencyAndrew Kelley
2018-09-06add C ABI testsAndrew Kelley
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