zig/std/os
Andrew Kelley ade10387a5
breaking changes to the way targets work in zig
* CLI: `-target [name]` instead of `--target-*` args.
   This matches clang's API.
 * `builtin.Environ` renamed to `builtin.Abi`
   - likewise `builtin.environ` renamed to `builtin.abi`
 * stop hiding the concept of sub-arch. closes #1526
 * `zig targets` only shows available targets. closes #438
 * include all targets in readme, even those that don't
   print with `zig targets` but note they are Tier 4
 * refactor target.cpp and make the naming conventions
   more consistent
 * introduce the concept of a "default C ABI" for a given
   OS/Arch combo. As a rule of thumb, if the system compiler
   is clang or gcc then the default C ABI is the gnu ABI.
2019-02-26 15:58:10 -05:00
..
darwin re-organize std lib darwin files 2018-07-22 00:04:24 -04:00
freebsd freebsd: fix pointer cast in mmap 2019-02-17 02:25:37 -05:00
linux breaking changes to the way targets work in zig 2019-02-26 15:58:10 -05:00
netbsd Don't provide a bogus definition of EVFILT_USER 2019-02-17 23:50:30 +02:00
windows implement Thread Local Storage on Windows 2019-02-06 18:32:41 -05:00
child_process.zig std.debug.assert: remove special case for test builds 2019-02-08 18:23:38 -05:00
darwin.zig darwin: fix pointer cast in mmap 2019-02-14 23:38:14 -05:00
epoch.zig run zig fmt on the codebase 2018-05-29 04:23:38 -04:00
file.zig Merge pull request #1972 from coypoop/netbsd 2019-02-18 00:10:31 -05:00
get_app_data_dir.zig Add NetBSD support 2019-02-17 09:17:34 +02:00
get_user_id.zig Add NetBSD support 2019-02-17 09:17:34 +02:00
index.zig export _mh_execute_header with weak linkage 2019-02-18 16:47:30 -05:00
path.zig Add NetBSD support 2019-02-17 09:17:34 +02:00
test.zig std.debug.assert: remove special case for test builds 2019-02-08 18:23:38 -05:00
time.zig Add NetBSD support 2019-02-17 09:17:34 +02:00
uefi.zig fixups 2018-12-26 15:25:54 -05:00
zen.zig update zen os std lib for latest zig changes 2018-11-24 16:51:52 -05:00