aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2020-11-23fix for GCC 9.2: -Wno-maybe-uninitializedJonathan Marler
2020-11-23Update the minimum cmake version we requireFrank Denis
2020-11-19std: add std.atomic.Booldaurnimator
2020-11-16cmake: add the correct set of zig stage2 sourcesAndrew Kelley
2020-11-16CMake: try to avoid compilation for `install` targetjohnLate
2020-11-08Release 0.7.00.7.0Andrew Kelley
2020-10-26ci: still build zig even though we are using (older) zig ccAndrew Kelley
2020-10-14ci: macos: update to new cache tarballAndrew Kelley
2020-10-12cmake: remove all the LLVM 10 workaroundsAndrew Kelley
2020-10-07Merge remote-tracking branch 'origin/master' into llvm11Andrew Kelley
2020-10-05Fix cross-compiling the zig compilerTimon Kruiper
2020-10-04Allow specifying build version using cmakeJan200101
2020-10-03stage1: better value for builtin.link_modeAndrew Kelley
2020-10-04cmake: add option to use llvm-config to find cross-target llvm depsJohn Sullivan
2020-10-03Revert "Include dbg.h to third-party libs"Tadeo Kondrak
2020-09-30Merge remote-tracking branch 'origin/master' into llvm11Andrew Kelley
2020-09-29Merge remote-tracking branch 'origin/master' into stage2-zig-ccAndrew Kelley
2020-09-26implement -femit-asm, -femit-docs, -femit-llvm-ir, etcAndrew Kelley
2020-09-23eliminate dependency of libzigcpp.a on libzigstage1.aAndrew Kelley
2020-09-21rename src-self-hosted/ to src/Andrew Kelley
2020-09-21cmake: output better message when building self-hostedAndrew Kelley
2020-09-18stage2 now supports using stage1 as a backend for compiling zig codeAndrew Kelley
2020-09-18Workaround MacOS build failure due to #6087Calle Englund
2020-09-18stage2: add CLI for `zig translate-c`Andrew Kelley
2020-09-17delete all stage1 c++ code not directly related to compiling stage2Andrew Kelley
2020-08-18Merge remote-tracking branch 'origin/master' into llvm11Andrew Kelley
2020-08-17simplify `zig info` and rename it to `zig env`Andrew Kelley
2020-07-24update clang drivers from llvm 10 to 11Andrew Kelley
2020-07-03cmake: add -DZIG_WORKAROUND_POLLY_SOAndrew Kelley
2020-07-03fix https://github.com/ziglang/zig/issues/4799Timothee Cour
2020-06-17Improve builtin op support for f128/comptime_floatantlilja
2020-05-26Use ccache (optionally)data-man
2020-05-18CMake: Make fallthrough support version check specific to GCCRyan Liptak
2020-05-17Fix compilation with GCC 5Noam Preil
2020-05-02Include dbg.h to third-party libsdata-man
2020-04-13Release 0.6.00.6.0Andrew Kelley
2020-04-11fix compilation under mingwemekoi
2020-04-10put the previous commit behind cmake option ZIG_PREFER_CLANG_CPP_DYLIBAndrew Kelley
2020-04-08cmake: expose ZIG_TARGET_MCPU optionAndrew Kelley
2020-04-06cmake: improvements to cross-compiling for WindowsAndrew Kelley
2020-04-06build.zig supports specifying config.h location explicitlyAndrew Kelley
2020-04-01stage1: make C++ switch fallthrough an errorMichael Dusan
2020-03-31Use correct compiler flags in MSVC bootstrap builds of ZigBodie Solomon
2020-03-27cmake: support cross compilingAndrew Kelley
2020-03-22Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-03-20"generate .h files" feature is no longer supported in stage1Andrew Kelley
2020-02-25Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-02-20quick fix: add -mcpu=baseline support to zig0Andrew Kelley
2020-02-16stage1: don't copy unchanged output filesAndrew Kelley
2020-02-16rename libuserland to libstage2Andrew Kelley