aboutsummaryrefslogtreecommitdiff
path: root/src/os.cpp
AgeCommit message (Expand)Author
2020-06-15Use _wfopen instead of fopen on windowsAlexandros Naskos
2020-06-15UTF16 create process, utf8->utf16 fixAlexandros Naskos
2020-06-15Use more wide functions on windowsAlexandros Naskos
2020-06-15Switched more Windows FS calls to their wide versionsAlexandros Naskos
2020-06-15Convert paths to UTF-16 before calling CreateDirectory on windowsAlexandros Naskos
2020-05-01In init_rand avoid reading from /dev/urandom on NetBSD/FreeBSDnia
2020-04-06stage1 fixes to support building with 32-bit mingw-w64Andrew Kelley
2020-03-31Fix possible unaligned ptr from `getauxval`Timon Kruiper
2020-03-31fixes to 32-bit handling, to support 32-bit armAndrew Kelley
2020-03-23stage1: Remove fflush on file open for readingLemonBoy
2020-03-21zig cc: better support for the preprocessor option (-E)Andrew Kelley
2020-03-01stage1: fix compilation on 32-bit armAndrew Kelley
2020-02-22update std lib to integrate with libc for environAndrew Kelley
2020-02-17self-host dynamic linker detectionAndrew Kelley
2020-02-16stage1 os_update_file additionally compares src and dest sizeAndrew Kelley
2020-02-16fix os_update_file implementation on WindowsAndrew Kelley
2020-02-16stage1 os: handle errors from read/writeAndrew Kelley
2020-02-16stage1: don't copy unchanged output filesAndrew Kelley
2020-02-16self-hosted libc detectionAndrew Kelley
2020-02-10stage1: memory/report overhaulMichael Dusan
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