aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2021-01-14organize std lib concurrency primitives and add RwLockAndrew Kelley
2021-01-11std.EarlyEOFReader: rename to LimitedReaderAndrew Kelley
2021-01-11std: add LimitedReader: reader that returns EOF earlydaurnimator
2021-01-08io: `FindByteOutStream` to `FindByteWriter`Jay Petacat
2021-01-06std.SpinLock: flatten and remove init/deinitAndrew Kelley
2021-01-06Merge pull request #7700 from FireFox317/more-stage2-stuff-llvmAndrew Kelley
2021-01-06stage2: rename and move files related to LLVM backendTimon Kruiper
2021-01-05minor fixups from moving identifiers and files aroundAndrew Kelley
2021-01-04ci: omit stage2 backend from stage1 on WindowsAndrew Kelley
2021-01-01Restore the reverted semantic versioning commitsAndrew Kelley
2020-12-31Revert "Comply with semantic versioning pre-release format"Andrew Kelley
2020-12-31Revert "stage2: SemVer compliance for development builds"Andrew Kelley
2020-12-31Revert "Remove 'g' prefix from commit hash in Zig semver"Andrew Kelley
2020-12-30Remove 'g' prefix from commit hash in Zig semverJay Petacat
2020-12-29stage2: SemVer compliance for development buildsJay Petacat
2020-12-29Comply with semantic versioning pre-release formatJay Petacat
2020-12-28stage2: add initial impl of LLVM backend in self-hosted compilerTimon Kruiper
2020-12-28stage2: rename llvm.zig to llvm_bindings.zigTimon Kruiper
2020-12-24WIP start adding support for TSANAndrew Kelley
2020-12-23rework std.ResetEvent, improve std lib Darwin integrationAndrew Kelley
2020-12-23kprotty ThreadPool and WaitGroup patchAndrew Kelley
2020-12-23Added std.io.counting_readertgschultz
2020-12-20add an option to compile zig in single-threaded modeAndrew Kelley
2020-12-20std.Progress: make the API thread-safeAndrew Kelley
2020-12-13bump version to 0.7.0 => 0.7.1Andrew Kelley
2020-12-07restore the option to build with cmakeAndrew Kelley
2020-12-07ability to build stage1 using only a zig tarballAndrew Kelley
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