aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2021-03-28stage2: rename WipZirCode => AstGen, astgen.zig => AstGen.zigIsaac Freund
2021-03-18Merge remote-tracking branch 'origin/master' into zir-memory-layoutAndrew Kelley
2021-03-18zld: use zld when linking aarch64 by default and cross-compJakub Konka
2021-03-16stage2: rename zir_sema.zig to Sema.zigAndrew Kelley
2021-03-13cmake build: allow overriding whether to use llvm-configAndrew Kelley
2021-03-01Bring back ZIG_SKIP_INSTALL_LIB_FILESdaurnimator
2021-02-24MultiArrayList: use @memcpy as a workaroundAndrew Kelley
2021-02-23translate-c: fix using wrong slice and AST tagAndrew Kelley
2021-02-19Merge pull request #7479 from ziglang/translate-c-astVeikka Tuominen
2021-02-16std: remove io.AutoIndentingStreamIsaac Freund
2021-02-16translate-c: begin implementing ast.renderVeikka Tuominen
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