aboutsummaryrefslogtreecommitdiff
path: root/src/os.cpp
AgeCommit message (Expand)Author
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
2018-09-12windows os.cpp implementationsAndrew Kelley
2018-09-11darwin fixupsAndrew Kelley
2018-09-11Merge remote-tracking branch 'origin/master' into stage1-cachingAndrew Kelley
2018-09-10stage1 caching: zig no longer uses zig-cacheAndrew Kelley
2018-09-10caching is workingAndrew Kelley
2018-09-09`zig id` commandAndrew Kelley
2018-09-09basic compiler id hash workingAndrew Kelley
2018-09-08Fixes a path corruption when compiling on windows.Sahnvour
2018-09-08use vfork in stage1 compiler to avoid OOMShawn Landden
2018-09-04port std.os.path.resolve to stage1Andrew Kelley
2018-07-20self-hosted: share C++ code for finding libc on windowsAndrew Kelley
2018-06-26Fix os_path_join for case where dirname is emptyIsaac Hier
2018-06-18stage1: update darwin code to workaround old libc bugAndrew Kelley
2018-06-18adjust logic for finding the path to zig executable on darwinAndrew Kelley
2018-06-18Fix 1117: Revise realpath scratch logicBodie Solomon
2018-06-18Fix 1117: Tweak realpath logic to use out_path as scratch spaceBodie Solomon
2018-06-18Fix 1117: Use realpath in stage1 Darwin os_self_exe_pathBodie Solomon
2018-04-22exit(1) instead of abort() for file not foundAndrew Kelley
2018-04-22fix windows build broken by previous commitAndrew Kelley
2018-04-22better error reporting for missing libc on windowsAndrew Kelley
2018-04-15fix linux implementation of self exe pathAndrew Kelley
2018-04-01Add run compiler commandMarc Tiehuis
2018-03-31implement os_self_exe_path in the c++ compiler for darwinAndrew Kelley
2018-03-30find libc and zig std lib at runtimeAndrew Kelley
2018-01-20remove unused function, fixes mingw buildAndrew Kelley
2018-01-19fix docgen on windowsAndrew Kelley
2018-01-19os_rename uses MoveFileEx on windowsAndrew Kelley
2018-01-19windows-compatible os_rename functionAndrew Kelley
2018-01-05workaround for microsoft releasing windows SDK with wrong versionAndrew Kelley
2017-12-04Fix the color of compiler messages for light-themed terminal.MIURA Masahiro