zig/std/os
Andrew Kelley 6096dc5f94
move some of the installation from cmake to zig build
This moves the installation of shipped source files from large
CMakeLists.txt lists to zig build recursive directory installation.

On my computer a cmake `make install` takes 2.4 seconds even when it has
to do nothing, and prints a lot of unnecessary lines to stdout that say
"up-to-date: [some file it is installing]".

After this commit, the default output of `make` is down to 1
second, and it does not print any junk to stdout. Further, a `make
install` is no longer required and `make` is sufficient.

This closes #2874.

It also closes #2585. `make` now always invokes `zig build` for
installing files and libuserland.a, and zig's own caching system makes
that go fast.
2019-07-15 01:45:26 -04:00
..
bits std: add new linux 5.2 constants 2019-07-12 11:52:32 -04:00
linux different array literal syntax when inferring the size 2019-06-09 19:26:32 -04:00
windows move some of the installation from cmake to zig build 2019-07-15 01:45:26 -04:00
bits.zig run zig fmt to update use to usingnamespace 2019-05-29 19:09:58 -04:00
darwin.zig run zig fmt to update use to usingnamespace 2019-05-29 19:09:58 -04:00
freebsd.zig run zig fmt to update use to usingnamespace 2019-05-29 19:09:58 -04:00
linux.zig move some of the installation from cmake to zig build 2019-07-15 01:45:26 -04:00
netbsd.zig run zig fmt to update use to usingnamespace 2019-05-29 19:09:58 -04:00
test.zig Move dl_iterate_phdr to os.zig 2019-05-31 11:59:53 +02:00
uefi.zig Add sigaltstack wrapper in os.zig 2019-05-29 22:38:14 +02:00
wasi.zig run zig fmt to update use to usingnamespace 2019-05-29 19:09:58 -04:00
windows.zig move some of the installation from cmake to zig build 2019-07-15 01:45:26 -04:00
zen.zig run zig fmt to update use to usingnamespace 2019-05-29 19:09:58 -04:00