index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2021-01-14
organize std lib concurrency primitives and add RwLock
Andrew Kelley
2021-01-11
std.EarlyEOFReader: rename to LimitedReader
Andrew Kelley
2021-01-11
std: add LimitedReader: reader that returns EOF early
daurnimator
2021-01-08
io: `FindByteOutStream` to `FindByteWriter`
Jay Petacat
2021-01-06
std.SpinLock: flatten and remove init/deinit
Andrew Kelley
2021-01-06
Merge pull request #7700 from FireFox317/more-stage2-stuff-llvm
Andrew Kelley
2021-01-06
stage2: rename and move files related to LLVM backend
Timon Kruiper
2021-01-05
minor fixups from moving identifiers and files around
Andrew Kelley
2021-01-04
ci: omit stage2 backend from stage1 on Windows
Andrew Kelley
2021-01-01
Restore the reverted semantic versioning commits
Andrew Kelley
2020-12-31
Revert "Comply with semantic versioning pre-release format"
Andrew Kelley
2020-12-31
Revert "stage2: SemVer compliance for development builds"
Andrew Kelley
2020-12-31
Revert "Remove 'g' prefix from commit hash in Zig semver"
Andrew Kelley
2020-12-30
Remove 'g' prefix from commit hash in Zig semver
Jay Petacat
2020-12-29
stage2: SemVer compliance for development builds
Jay Petacat
2020-12-29
Comply with semantic versioning pre-release format
Jay Petacat
2020-12-28
stage2: add initial impl of LLVM backend in self-hosted compiler
Timon Kruiper
2020-12-28
stage2: rename llvm.zig to llvm_bindings.zig
Timon Kruiper
2020-12-24
WIP start adding support for TSAN
Andrew Kelley
2020-12-23
rework std.ResetEvent, improve std lib Darwin integration
Andrew Kelley
2020-12-23
kprotty ThreadPool and WaitGroup patch
Andrew Kelley
2020-12-23
Added std.io.counting_reader
tgschultz
2020-12-20
add an option to compile zig in single-threaded mode
Andrew Kelley
2020-12-20
std.Progress: make the API thread-safe
Andrew Kelley
2020-12-13
bump version to 0.7.0 => 0.7.1
Andrew Kelley
2020-12-07
restore the option to build with cmake
Andrew Kelley
2020-12-07
ability to build stage1 using only a zig tarball
Andrew Kelley
2020-11-23
fix for GCC 9.2: -Wno-maybe-uninitialized
Jonathan Marler
2020-11-23
Update the minimum cmake version we require
Frank Denis
2020-11-19
std: add std.atomic.Bool
daurnimator
2020-11-16
cmake: add the correct set of zig stage2 sources
Andrew Kelley
2020-11-16
CMake: try to avoid compilation for `install` target
johnLate
2020-11-08
Release 0.7.0
0.7.0
Andrew Kelley
2020-10-26
ci: still build zig even though we are using (older) zig cc
Andrew Kelley
2020-10-14
ci: macos: update to new cache tarball
Andrew Kelley
2020-10-12
cmake: remove all the LLVM 10 workarounds
Andrew Kelley
2020-10-07
Merge remote-tracking branch 'origin/master' into llvm11
Andrew Kelley
2020-10-05
Fix cross-compiling the zig compiler
Timon Kruiper
2020-10-04
Allow specifying build version using cmake
Jan200101
2020-10-03
stage1: better value for builtin.link_mode
Andrew Kelley
2020-10-04
cmake: add option to use llvm-config to find cross-target llvm deps
John Sullivan
2020-10-03
Revert "Include dbg.h to third-party libs"
Tadeo Kondrak
2020-09-30
Merge remote-tracking branch 'origin/master' into llvm11
Andrew Kelley
2020-09-29
Merge remote-tracking branch 'origin/master' into stage2-zig-cc
Andrew Kelley
2020-09-26
implement -femit-asm, -femit-docs, -femit-llvm-ir, etc
Andrew Kelley
2020-09-23
eliminate dependency of libzigcpp.a on libzigstage1.a
Andrew Kelley
2020-09-21
rename src-self-hosted/ to src/
Andrew Kelley
2020-09-21
cmake: output better message when building self-hosted
Andrew Kelley
2020-09-18
stage2 now supports using stage1 as a backend for compiling zig code
Andrew Kelley
2020-09-18
Workaround MacOS build failure due to #6087
Calle Englund
[next]