aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
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
2020-02-16add the dummy libc paths back inAndrew Kelley
2020-02-16remove libc dependency of zig0 building libstage2Andrew Kelley
2020-02-16self-hosted libc detectionAndrew Kelley
2020-02-14Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-02-13cmake: remove case mismatch detection on build modeAndrew Kelley
2020-02-12stage1: limit cmake checks on build typeMichael Dusan
2020-02-10stage1: memory/report overhaulMichael Dusan
2020-02-10Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-02-05stage1: fix cmake regressionMichael Dusan
2020-02-04stage1: guard against case-mismatched build typesMichael Dusan
2020-02-04fix undef clang library symbols when linking self-hostedAndrew Kelley
2020-01-22Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-01-17cmake: support `make` and `make install`Michael Dusan
2020-01-17Revert "cmake: support `make` and `make install`"Michael Dusan
2020-01-17cmake: fix install lib path messageMichael Dusan
2020-01-16cmake: support `make` and `make install`Michael Dusan
2020-01-16remove embedded LLDAndrew Kelley
2020-01-16Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2019-12-29use self hosted translate-c for cimportsVexu
2019-11-25stage1: avoid building empty memory_profiling.cppMichael Dusan
2019-10-22explicity linked ntdll on mingw-w64emekoi
2019-10-21fs.Dir.openDir: use empty object name for "." on WindowsAndrew Kelley
2019-10-19add -DZIG_ENABLE_MEM_PROFILE option and -fmem-report flagAndrew Kelley
2019-10-16stage1: override cmake's default compilation flags to statically link the CRT...Sahnvour
2019-10-03add -fdump-analysis to dump type information to jsonAndrew Kelley
2019-10-02we have to use c++14 now for llvm10Andrew Kelley
2019-09-30Release 0.5.00.5.0Andrew Kelley
2019-09-26add -DZIG_SKIP_INSTALL_LIB_FILES cmake optionAndrew Kelley