aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
AgeCommit message (Expand)Author
2017-02-03add ability to set linker scriptAndrew Kelley
2017-01-10partially fix parseh commandAndrew Kelley
2016-09-19use size_t for indexesAndrew Kelley
2016-09-18ability to specify -framework linker args for MacOSAndrew Kelley
2016-09-14darwin compat fixupsAndrew Kelley
2016-09-14MacOSX compatibilityalter
2016-05-12Add --zig-std-dirJosé Miguel Sánchez
2016-05-11recognize ar program and pass --gc-sections to ldAndrew Kelley
2016-05-07add debug safety for divisionAndrew Kelley
2016-03-01rewrite how importing worksAndrew Kelley
2016-02-17os: implement windows os layerAndrew Kelley
2016-02-16rename 'environ' to 'env_type'Andrew Kelley
2016-02-15first pass at linking on macosAndrew Kelley
2016-02-11add @compile_var("os") and @compile_var("arch")Andrew Kelley
2016-02-11ability to cross compileAndrew Kelley
2016-02-10cleanup target data organizationAndrew Kelley
2016-02-10targets command shows which ones are nativeAndrew Kelley
2016-02-10add "targets" command to list architectures, oses, abisAndrew Kelley
2016-02-08support overriding the dynamic linker argument to ldAndrew Kelley
2016-02-08support static linking against libcAndrew Kelley
2016-02-03basic support for building a test targetAndrew Kelley
2016-02-02build: fix libc path findingAndrew Kelley
2016-01-31add --library-path cli optionAndrew Kelley
2016-01-31delete bogus --help textAndrew Kelley
2016-01-31parseh understands types better and handles some situations betterAndrew Kelley
2016-01-29parseh properly ignores anonymous structsAndrew Kelley
2016-01-28parseh: add --c-import-warnings optionAndrew Kelley
2016-01-27move AST rendering code to separate fileAndrew Kelley
2016-01-27build command supports -isystem argumentAndrew Kelley
2016-01-27parseh correctly handles C's void typeAndrew Kelley
2016-01-27parseh: recognize typedef typesAndrew Kelley
2016-01-27parseh works for simple functionsAndrew Kelley
2016-01-27upgrade to the libclang C++ APIAndrew Kelley
2016-01-18Revert "delete parseh"Andrew Kelley
2016-01-15delete parsehAndrew Kelley
2015-12-15when linking with libc use the C runtime libraryAndrew Kelley
2015-12-13fix incorrect debug info path to importsAndrew Kelley
2015-12-03parseh command, parses a C .h file and produces extern declsAndrew Kelley
2015-12-03add labels and gotoAndrew Kelley
2015-12-01add --color cli arg to override tty detectionAndrew Kelley
2015-11-30closer to multiple files workingAndrew Kelley
2015-11-30refactor code to prepare for multiple filesAndrew Kelley
2015-11-30factor analysis code out of codegenJosh Wolfe
2015-11-27add root export declaration which is overridable by command line optionsAndrew Kelley
2015-11-27add pub and export visibility modifiers and optimizationAndrew Kelley
2015-11-25fix the remaining TODOs in the sourceAndrew Kelley
2015-11-24debug/release modeAndrew Kelley
2015-11-24debug information for functionsAndrew Kelley
2015-11-24add unreachable expressionAndrew Kelley
2015-11-24write object file and fix void return typeAndrew Kelley