aboutsummaryrefslogtreecommitdiff
path: root/src/os.cpp
AgeCommit message (Expand)Author
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
2016-01-27upgrade to the libclang C++ APIAndrew Kelley
2015-12-15use realpath to avoid duplicate importsAndrew Kelley
2015-12-15when linking with libc use the C runtime libraryAndrew Kelley
2015-12-04fix reading source from stdinAndrew Kelley
2015-12-01add test for bad importAndrew Kelley
2015-12-01colored error messages that tell the source fileAndrew Kelley
2015-11-30refactor code to prepare for multiple filesAndrew Kelley
2015-11-26more readable integer constantJosh Wolfe
2015-11-26add testsAndrew Kelley
2015-11-25fix the remaining TODOs in the sourceAndrew Kelley
2015-11-24debug information for functionsAndrew Kelley
2015-11-24hello world example workingAndrew Kelley