aboutsummaryrefslogtreecommitdiff
path: root/src/os.cpp
AgeCommit message (Expand)Author
2020-01-15stage1: move local native_libc.txt to globalMichael Dusan
2019-11-24removed unnecessary backslashes in windows' libc pathsSahnvour
2019-11-02stage1: add linux XDG Base Directory supportMichael Dusan
2019-10-30DragonFlyBSD supportTse
2019-09-22more helpful error message when failing to parse glibc abi.txtAndrew Kelley
2019-09-05os: raise maximum file descriptor limitAndrew Kelley
2019-09-01Revert "Merge pull request #2991 from emekoi/mingw-ci"Andrew Kelley
2019-08-02accept unix style paths on windows-gnuemekoi
2019-08-02implemented runtime abi detetction for windowsemekoi
2019-06-22make string literal const on windowsemekoi
2019-06-17Remove duplicate exe name with zig runJonathan Marler
2019-05-20Fix signedness mismatch in comparisonLemonBoy
2019-05-15fix static builds of zig from requiring c compilerAndrew Kelley
2019-04-26Fix path canonicalization when $HOME has a trailing slashAndrew Kelley
2019-04-24remove Shebang (#!) supportShawn Landden
2019-04-13make os_file_close poison file handle after closeBen Noordhuis
2019-04-02better error message when os_file_overwrite failsAndrew Kelley
2019-03-27fix build on arm64Shawn Landden
2019-03-11fix build on windowsAndrew Kelley
2019-03-11stage1 caching system: detect problematic mtimesAndrew Kelley
2019-03-08breaking changes to zig build API and improved cachingAndrew Kelley
2019-03-07fix windows buildAndrew Kelley
2019-03-07better behavior when cache dir unavailableAndrew Kelley
2019-03-07fix regressions on macosAndrew Kelley
2019-03-04initial glibc supportAndrew Kelley
2019-02-28struct types get fully qualified namesAndrew Kelley
2019-02-26windows returns EINVAL for fopen when there is an asterisk in the nameAndrew Kelley
2019-02-25`@cImport` works with `--cache on`Andrew Kelley
2019-02-23better libc detection (#1996)Andrew Kelley
2019-02-17Add NetBSD supportMaya Rashish
2019-01-31os.cpp: fix regression on Windows from 59c050e7Andrew Kelley
2019-01-30collapse os_file_mtime into os_file_open_r and check for directoryAndrew Kelley
2018-12-12freebsd: fix os_self_exe_path function and update std libAndrew Kelley
2018-11-27Merge branch 'master' into freebsd2Andrew Kelley
2018-11-26stage1: better file path handlingAndrew Kelley
2018-11-19Merge branch 'freebsd-up' of https://github.com/myfreeweb/zig into freebsd2Andrew Kelley
2018-11-18src/os.cpp: os_file_read: return ErrorIsDir on case EISDIR;kristopher tate
2018-11-16Fixed typosVallentin
2018-11-08made colored output more consistent (#1706)emekoi
2018-11-06limit integer types to maximum bit width of 65535Andrew Kelley
2018-11-02support building static self hosted compiler on macosAndrew Kelley
2018-10-20Add FreeBSD support to os.cppGreg V
2018-10-09stage1 os: workaround for macos not having environ variableAndrew Kelley
2018-10-09more efficient builtin library code generationAndrew Kelley
2018-10-06Merge pull request #1429 from shawnl/arm64Andrew Kelley
2018-10-06arm64: respond to code reviewShawn Landden
2018-09-22rm extraneous macroJeff Fowler
2018-09-18minor cleanups from 68c1d05917Andrew Kelley
2018-09-18compiling on mingw is now supported (#1542)emekoi
2018-09-17remove `zig build --init`. add `zig init-lib` and `zig init-exe`Andrew Kelley