aboutsummaryrefslogtreecommitdiff
path: root/src/os.hpp
AgeCommit message (Expand)Author
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
2016-04-18add @embed_file builtin functionAndrew Kelley
2016-02-17os: implement windows os layerAndrew Kelley
2016-02-03basic support for building a test targetAndrew Kelley
2016-01-27upgrade to the libclang C++ APIAndrew Kelley
2015-12-15use realpath to avoid duplicate importsAndrew Kelley
2015-12-01colored error messages that tell the source fileAndrew Kelley
2015-11-30refactor code to prepare for multiple filesAndrew Kelley
2015-11-26add testsAndrew Kelley
2015-11-24debug information for functionsAndrew Kelley
2015-11-24hello world example workingAndrew Kelley