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
2024-12-02
CMakeLists: add MachO/Dwarf.zig and remove MachO/dwarf.zig
Jakub Konka
2024-11-25
cmake: don't add an unnecessary curses static lib dependency
Andrew Kelley
2024-11-02
std.Target: Rename amdgpu module to amdgcn.
Alex Rønne Petersen
2024-10-30
link.File.Wasm: remove the "files" abstraction
Andrew Kelley
2024-10-29
Revert "cmake: Add a `ZIG2_NO_RTLIB` option for building zig2 without compile...
Alex Rønne Petersen
2024-10-24
link/Coff: simplify file structure by collapsing all files into Coff.zig (#21...
Jakub Konka
2024-10-23
move linker input file parsing to the compilation pipeline
Andrew Kelley
2024-10-23
move link.Elf.LdScript to link.LdScript
Andrew Kelley
2024-10-11
link.Elf: fix merge sections namespacing
Andrew Kelley
2024-10-11
cmake: correct PIE support detection, add error output for debugging
Jan200101
2024-09-19
compiler_rt does not need a build_options module
Andrew Kelley
2024-09-19
cmake: Add a `ZIG2_NO_RTLIB` option for building zig2 without compiler-rt.
Alex Rønne Petersen
2024-09-19
cmake: Update to LLVM 19.
Alex Rønne Petersen
2024-09-04
elf: add AtomList.zig to CMakeLists.txt
Jakub Konka
2024-08-29
compiler: avoid field/decl name conflicts
mlugg
2024-08-09
std: add loongarch64 support (#20915)
YANG Xudong
2024-08-06
cmake: add ZIG_EXTRA_BUILD_ARGS option
Kyle Schwarz
2024-07-28
Merge pull request #20807 from Rexicon226/riscv
Jakub Konka
2024-07-26
remove deprecated --mod CLI now that a zig1.wasm update happened
Andrew Kelley
2024-07-26
riscv: clean up and unify encoding logic
David Rubin
2024-07-26
cmake: update to reflect added riscv64 backend files
David Rubin
2024-07-19
dev: introduce dev environments that enable compiler feature sets
Jacob Young
2024-07-19
std.c reorganization
Andrew Kelley
2024-07-16
Allocate enough memory when building zig2
Raed Rizqie
2024-07-07
Zcu: introduce `PerThread` and pass to all the functions
Jacob Young
2024-07-04
compiler: type.zig -> Type.zig
mlugg
2024-06-22
rename src/Module.zig to src/Zcu.zig
Andrew Kelley
2024-06-07
CMake: remove -Dstd-docs=false flag when building stage3
Andrew Kelley
2024-06-06
start the 0.14.0 release cycle
Andrew Kelley
2024-05-26
std: restructure child process namespace
Andrew Kelley
2024-05-25
Merge pull request #20062 from ziglang/macho-perf-bug
Jakub Konka
2024-05-24
cmake: add /Zc:preprocessor to handle new OptTable macros
kcbanner
2024-05-24
link/macho: fix perf bug in DWARF parsing
Jakub Konka
2024-05-15
CMake: try to fix CI failures
Eric Joldasov
2024-05-14
CMake: remove `ZIG_USE_CCACHE` option
Eric Joldasov
2024-05-14
CMake: refactor `ZIG_PIE` and `ZIG_BUILD_ARGS`
Eric Joldasov
2024-05-14
CMake: clean `CMAKE_{SOURCE,BUILD}_DIR`
Eric Joldasov
2024-05-14
CMake: remove C/C++ flags override for static executable
Eric Joldasov
2024-05-14
CMake: refactor "zigcpp" target logic
Eric Joldasov
2024-05-14
CMake: remove unused variables `EXE_LDFLAGS` and `ZIG_LIB_DIR`
Eric Joldasov
2024-05-14
CMake: bump minimum required version to "3.15"
Eric Joldasov
2024-05-08
refresh cmake list of compiler source files
Andrew Kelley
2024-05-08
apparently LLVM depends on ws2_32.dll now
Andrew Kelley
2024-05-08
suppress C++ type-limits warnings
Andrew Kelley
2024-05-08
update CMake files to LLVM 18
Andrew Kelley
2024-05-07
cmake: make static curses configurable
Jacob Young
2024-04-22
ComptimeStringMap: return a regular struct and optimize
Travis Staloch
2024-04-19
start the 0.13.0 release cycle
Andrew Kelley
2024-04-18
cmake: support setting the dynamic linker
Erik Arvstedt
2024-03-30
cbe: rewrite `CType`
Jacob Young
[next]