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
2023-05-14
CMakeLists.txt and build.zig: remove deprecated options
Eric Joldasov
2023-04-30
cmake: install zig to 'build_dir/stage3' during building
Eric Joldasov
2023-04-16
zig build: change "-Drelease" to "-Doptimize"
Motiejus Jakštys
2023-04-12
build: add option to not build langref on install
Jan200101
2023-04-05
Merge remote-tracking branch 'origin/master' into llvm16
Andrew Kelley
2023-03-28
coff: move import table definition into a separate ImportTable.zig module
Jakub Konka
2023-03-16
Merge remote-tracking branch 'origin/master' into llvm16
Andrew Kelley
2023-03-16
std: move os/darwin.zig and related to c/darwin.zig
Jakub Konka
2023-03-15
make the build runner and test runner talk to each other
Andrew Kelley
2023-03-15
zig objcopy: support the compiler protocol
Andrew Kelley
2023-03-15
extract ThreadPool and WaitGroup from compiler to std lib
Andrew Kelley
2023-03-12
x86_64: add missing source files to CMakeLists.txt
Jakub Konka
2023-03-10
eliminate posix_spawn from the standard library
Andrew Kelley
2023-03-08
build: add -Dpie option
Isaac Freund
2023-02-27
Merge remote-tracking branch 'origin/master' into llvm16
Andrew Kelley
2023-02-24
compiler_rt: declutter int.zig, add mulXi3 tests (#14623)
matu3ba
2023-02-22
Merge pull request #14691 from jacobly0/ctype
Andrew Kelley
2023-02-20
CBE: use stdint.h types instead of `zig_` prefixes
Jacob Young
2023-02-20
CBE: add CType interning
Jacob Young
2023-02-21
Update std.Build to new module CLI, update zig1 and CMakeLists
mlugg
2023-02-18
Merge remote-tracking branch 'origin/master' into llvm16
Andrew Kelley
2023-02-13
move the cache system from compiler to std lib
Andrew Kelley
2023-02-03
Merge remote-tracking branch 'origin/master' into llvm16
Andrew Kelley
2023-02-03
introduce ZON: Zig Object Notation
Andrew Kelley
2023-01-26
cmake: no -Werror on the C++ code we copy from llvm
Andrew Kelley
2023-01-25
update clang and ar to llvm 16
Andrew Kelley
2023-01-25
update cmake files to LLVM 16
Andrew Kelley
2023-01-20
zld: parse, synthesise and emit unwind records
Jakub Konka
2023-01-19
update CMakeLists.txt with new entries
Jakub Konka
2023-01-04
build: simplify llvm-config provided system library parsing
kcbanner
2023-01-04
cmake: fix handling of transitive zstd dependency
kcbanner
2023-01-04
cmake: add /FORCE:MULTIPLE to handle fabsl being defined in compiler_rt as we...
kcbanner
2023-01-04
cmake: /O0 -> /Od
kcbanner
2023-01-04
cmake: /std:c99 isn't a valid cl option
kcbanner
2023-01-04
windows: fixes to support using zig cc/c++ with CMake on Windows
kcbanner
2023-01-04
build: first pass on geting stage3 building under x64_64-windows-msvc
kcbanner
2023-01-04
cmake: output binaries to the build directory (ie. instead of Release/Debug s...
kcbanner
2023-01-02
cmake: ignore case for TARGET ARCH/OS mapping
Michael Dusan
2022-12-24
map lower case amd64 to x86_64
Kim SHrier
2022-12-22
compiler-rt: implement __udivei4 and __umodei4 (#14023)
Frank Denis
2022-12-16
macho: move parallel file hashing back to CodeSignature
Jakub Konka
2022-12-16
macho: calculate UUID excluding stabs and part of contributing strtab
Jakub Konka
2022-12-16
macho: generalize parallel hasher; impl parallel MD5-like hash
Jakub Konka
2022-12-16
macho: calculate UUID as a streaming MD5 hash of the file contents
Jakub Konka
2022-12-16
macho: dedup LC emitting logic
Jakub Konka
2022-12-10
CMake: fix aarch64-windows target detection
Andrew Kelley
2022-12-10
CMake: add workaround for CMAKE_AR not supporting spaces
Andrew Kelley
2022-12-09
remove the zstd mechanism from the build process
Andrew Kelley
2022-12-09
fix building wasm2c output with msvc
h57624paen
2022-12-06
cmake: disable stack protector for zig2 to avoid link errors on windows
Jacob Young
[next]