aboutsummaryrefslogtreecommitdiff
path: root/src/os.hpp
AgeCommit message (Expand)Author
2020-01-15stage1: move local native_libc.txt to globalMichael Dusan
2019-11-02stage1: add linux XDG Base Directory supportMichael Dusan
2019-10-30DragonFlyBSD supportTse
2019-10-03add -fdump-analysis to dump type information to jsonAndrew 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-17Remove duplicate exe name with zig runJonathan Marler
2019-04-24remove Shebang (#!) supportShawn Landden
2019-04-13make os_file_close poison file handle after closeBen Noordhuis
2019-03-27use __ARM_EABI__, not __arm__Shawn Landden
2019-03-27fix build on arm64Shawn Landden
2019-03-11stage1 caching system: detect problematic mtimesAndrew Kelley
2019-03-08breaking changes to zig build API and improved cachingAndrew Kelley
2019-02-28struct types get fully qualified namesAndrew 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-30collapse os_file_mtime into os_file_open_r and check for directoryAndrew Kelley
2018-11-19Merge branch 'freebsd-up' of https://github.com/myfreeweb/zig into freebsd2Andrew Kelley
2018-11-06limit integer types to maximum bit width of 65535Andrew Kelley
2018-10-20Add FreeBSD support to os.cppGreg V
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-10stage1 caching: zig no longer uses zig-cacheAndrew Kelley
2018-09-10caching is workingAndrew Kelley
2018-09-09basic compiler id hash workingAndrew Kelley
2018-09-04port std.os.path.resolve to stage1Andrew Kelley
2018-07-20self-hosted: share C++ code for finding libc on windowsAndrew Kelley
2018-04-01Add run compiler commandMarc Tiehuis
2017-12-26self-hosted: build against zig_llvm and embedded LLDAndrew 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-02support terminal colors for cmd.exe and msys ptyAndrew Kelley
2017-10-01implement standard library path searchAndrew Kelley
2017-09-30better output for cross platform zig test on windowsAndrew Kelley
2017-09-23improvements to windows supportAndrew Kelley
2017-08-27progress toward tests passing on MacOSAndrew Kelley
2017-07-08better bigint/bigfloat implementationAndrew Kelley
2017-05-23building with mingw for windowsAndrew Kelley
2017-04-28zig puts temporary object files in zig-cache folderAndrew 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-05add support to use zig as a linker driverAndrew Kelley
2017-03-31first pass at zig build systemAndrew Kelley
2017-03-13add --each-lib-rpath option and corresponding config optionAndrew Kelley
2016-05-07add debug safety for divisionAndrew Kelley