aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
AgeCommit message (Expand)Author
2019-05-01main: change --enable-pic and --disable-pic to -fPIC and -fno-PICDong-hee Na
2019-04-29Fix crash due to command line argument parsingMatt Stancliff
2019-04-26zig fmt is built directly into stage1 rather than child processAndrew Kelley
2019-04-25translate-c: a little closer to self-hosted implementationAndrew Kelley
2019-04-24remove Shebang (#!) supportShawn Landden
2019-04-16stage1 is now a hybrid of C++ and ZigAndrew Kelley
2019-04-14organize how the single threaded option is passed aroundAndrew Kelley
2019-04-14wasm: force single threadedShritesh Bhattarai
2019-04-10pass exec_path to zig runShritesh Bhattarai
2019-04-04fix thread local variables for non- position independent codeAndrew Kelley
2019-03-31fix zig run to accept executable argsMichael Dusan
2019-03-19zig targets prints the available libcsAndrew Kelley
2019-03-13fix target_requires_pic and reloc_modeAndrew Kelley
2019-03-13breaking: remove --static; add -dynamicAndrew Kelley
2019-03-13zig test respects --output-dir parameterAndrew Kelley
2019-03-08breaking changes to zig build API and improved cachingAndrew Kelley
2019-03-07fix -mllvm command line option regressionAndrew Kelley
2019-03-07fix regressions on macosAndrew Kelley
2019-03-06cross compile glibc startup filesAndrew Kelley
2019-03-05dynamic linker path is independent from libc installationAndrew Kelley
2019-03-04initial glibc supportAndrew Kelley
2019-03-02compile error for import outside package pathAndrew Kelley
2019-02-28struct types get fully qualified namesAndrew Kelley
2019-02-28remove namespace type; files are empty structsAndrew Kelley
2019-02-26fix stage1 zig fmt on macosAndrew Kelley
2019-02-26breaking changes to the way targets work in zigAndrew Kelley
2019-02-25building DLLs on Windows works betterAndrew Kelley
2019-02-25first class support for compiling C codeAndrew Kelley
2019-02-24Merge pull request #2003 from ziglang/zig-ccAndrew Kelley
2019-02-24zig cc: work around clang calling GetCommandLine on WindowsAndrew Kelley
2019-02-24add `zig cc` command to act like a C compilerAndrew Kelley
2019-02-23fix `zig fmt` arg0 handled incorrectlyAndrew Kelley
2019-02-23better libc detection (#1996)Andrew Kelley
2019-02-19valgrind client requests for undefined valuesAndrew Kelley
2019-02-19remove --no-rosegment workaround now that valgrind bug is fixedAndrew Kelley
2019-02-16bring zig fmt to stage1Andrew Kelley
2019-02-06require running std lib tests coherentlyAndrew Kelley
2019-02-01introduce --single-threaded build optionAndrew Kelley
2018-12-26fixupsAndrew Kelley
2018-12-24fixed formatting in options displaynebulaeonline
2018-12-23fixed stricmp/strcasecmp between windows/posixnebulaeonline
2018-12-23msvc subsystem option handling; added uefi os typenebulaeonline
2018-11-19fix incorrect --help textAndrew Kelley
2018-11-02support building static self hosted compiler on macosAndrew Kelley
2018-10-09more efficient builtin library code generationAndrew Kelley
2018-09-30Fixes --emit asm on windows and makes C header file generation explicit. (#1612)Sahnvour
2018-09-28zig build: use os_self_exe_path to determine exe path not arg0Andrew Kelley
2018-09-25stage1: Added `zig help` to show usage on stdoutJay Weisskopf
2018-09-17remove `zig build --init`. add `zig init-lib` and `zig init-exe`Andrew Kelley
2018-09-12fix zig build cache dir pathAndrew Kelley