aboutsummaryrefslogtreecommitdiff
path: root/src/os.cpp
AgeCommit message (Expand)Author
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
2017-11-01windows: use the same libc search within a compilation unitAndrew Kelley
2017-11-01WIN32: Linking with the CRT at runtime. (#570)Dimenus
2017-10-15fix windows argument parsingAndrew Kelley
2017-10-15set stdout and stderr to binary mode on windowsAndrew Kelley
2017-10-15mingw build: delete unused variableAndrew Kelley
2017-10-15only SetConsoleTextAttribute to do console colors on windowsAndrew Kelley
2017-10-14try harder to emit console colorsAndrew Kelley
2017-10-03fix mingw buildAndrew Kelley
2017-10-02support terminal colors for cmd.exe and msys ptyAndrew Kelley
2017-10-01implement standard library path searchAndrew Kelley
2017-09-30better implementation of os_spawn_process for windowsAndrew Kelley
2017-09-11Add support for MSVCJonathan Marler
2017-08-27progress toward tests passing on MacOSAndrew Kelley
2017-05-23building with mingw for windowsAndrew Kelley
2017-04-28zig puts temporary object files in zig-cache folderAndrew Kelley
2017-04-26build system: consolidate duplicate code and moreAndrew Kelley
2017-04-25add some timing diagnosticsAndrew Kelley
2017-04-19convert assemble and link tests to zig build systemAndrew Kelley
2017-04-11zig build system writes template build.zig file when none existsAndrew Kelley
2017-04-10fix some -Wconversion errorsAndrew Kelley
2017-03-31first pass at zig build systemAndrew Kelley
2017-03-13add --each-lib-rpath option and corresponding config optionAndrew Kelley
2016-09-22os: fix file descriptor leak in os_execAndrew Kelley
2016-09-19use size_t for indexesAndrew Kelley
2016-05-07add debug safety for divisionAndrew Kelley
2016-04-18add @embed_file builtin functionAndrew Kelley
2016-02-19fix build error with signed/unsignedAndrew Kelley
2016-02-17os: implement windows os layerAndrew Kelley
2016-02-16os: fix ability to compile for windowsAndrew Kelley
2016-02-16add windows os codeAndrew Kelley
2016-02-03basic support for building a test targetAndrew Kelley
2016-01-28fix incorrect loading of files over 8192 bytesAndrew Kelley