aboutsummaryrefslogtreecommitdiff
path: root/src/os.cpp
AgeCommit message (Collapse)Author
2016-09-22os: fix file descriptor leak in os_execAndrew Kelley
See #182
2016-09-19use size_t for indexesAndrew Kelley
protect against incorrect copies in debug mode
2016-05-07add debug safety for divisionAndrew Kelley
See #149
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
c_import creates a tmp .h file and parses it with libclang, reporting any errors found. See #88
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
verbose compiler output is now behind --verbose flag
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