zig/std/os
Andrew Kelley fb492d19eb zig build system supports building a library
See #329

Supporting work:
 * move std.cstr.Buffer0 to std.buffer.Buffer
 * add build.zig to example/shared_library/ and add an automated test
   for it
 * add std.list.List.resizeDown
 * improve std.os.makePath
   - no longer recursive
   - takes into account . and ..
 * add std.os.path.isAbsolute
 * add std.os.path.resolve
 * reimplement std.os.path.dirname
   - no longer requires an allocator
   - handles edge cases correctly
2017-04-21 01:56:12 -04:00
..
child_process.zig rename @intType to @IntType to follow convention 2017-04-18 00:05:09 -04:00
darwin_x86_64.zig organize std and make import relative to current file 2017-03-26 06:39:28 -04:00
darwin.zig fix std build for darwin 2017-04-03 19:30:03 -04:00
errno.zig organize std and make import relative to current file 2017-03-26 06:39:28 -04:00
index.zig zig build system supports building a library 2017-04-21 01:56:12 -04:00
linux_i386.zig organize std and make import relative to current file 2017-03-26 06:39:28 -04:00
linux_x86_64.zig organize std and make import relative to current file 2017-03-26 06:39:28 -04:00
linux.zig delete test_artifacts directory when tests complete 2017-04-20 02:26:36 -04:00
path.zig zig build system supports building a library 2017-04-21 01:56:12 -04:00
windows.zig organize std and make import relative to current file 2017-03-26 06:39:28 -04:00