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
2022-11-10
cmake: Mark <root>/.git/HEAD as a configure dependency
Cody Tapscott
2022-10-31
start the 0.11.0 release cycle
Andrew Kelley
2022-10-27
build: rename the "skip lib files" option
Andrew Kelley
2022-10-25
CMake: handle zstd the same as zlib
Andrew Kelley
2022-10-22
CMake: detect use of CMAKE_PREFIX_PATH env var
Andrew Kelley
2022-10-22
macho: upstream rewritten traditional linker, zld
Jakub Konka
2022-10-18
build: avoid compiling self-hosted twice
Andrew Kelley
2022-10-18
cmake: separate installing and building (again)
Eric Joldasov
2022-10-12
msvc: fixup compiler arg generation, as /O2 is incompatible with /RTC1
kcbanner
2022-09-12
cmake: add -Dversion-string flag to zig build command
Andrew Kelley
2022-08-30
Merge remote-tracking branch 'origin/master' into llvm15
Andrew Kelley
2022-08-30
cmake: add runaway Coff/Object.zig path
Jakub Konka
2022-08-30
coff: reorganize the linker
Jakub Konka
2022-08-29
Merge remote-tracking branch 'origin/master' into llvm15
Andrew Kelley
2022-08-28
CI: rework to account for new cmake behavior
Andrew Kelley
2022-08-28
CMake: add dummy install command
Andrew Kelley
2022-08-28
cmake: build stage3 by default
Andrew Kelley
2022-08-19
make self-hosted the default compiler
Andrew Kelley
2022-08-01
stage1: LLVM lowering to opaque pointers API
Andrew Kelley
2022-07-31
Merge remote-tracking branch 'origin/master' into llvm15
Andrew Kelley
2022-07-28
std: rename std.Target.systemz to .s390x
Meghan Denny
2022-07-28
update to LLVM 15
Andrew Kelley
2022-07-27
move zig.h to become an installation file
Andrew Kelley
2022-07-26
Merge pull request #12136 from topolarity/llvm-config-rework
Andrew Kelley
2022-07-23
CMake: Improve usage of `llvm-config`, esp. for consistent linking
Cody Tapscott
2022-07-23
Merge pull request #12140 from ziglang/macho-gc-sections
Jakub Konka
2022-07-22
macho: move GC code into dead_strip.zig module
Jakub Konka
2022-07-19
delete the stage1 implementation of autodoc
Andrew Kelley
2022-07-14
CMake: Use NAMES_PER_DIR in all lookups
Cody Tapscott
2022-07-10
CMakeLists.txt: set LLVM minimal version to 14
BratishkaErik
2022-07-01
CMake: disable deprecated function warnings
Andrew Kelley
2022-06-30
stage2: lower float negation explicitly
Andrew Kelley
2022-06-17
stage2: rip out multi-compilation-unit compiler-rt
Andrew Kelley
2022-06-17
update CMakeLists.txt source files
Andrew Kelley
2022-06-17
update CMakeLists.txt source file list
Andrew Kelley
2022-06-17
compiler-rt: move SPARC functions into appropriate compilation units
Andrew Kelley
2022-06-17
compiler-rt: break up functions even more
Andrew Kelley
2022-06-17
compiler_rt: use single cache for libcompiler_rt.a static lib
Jakub Konka
2022-05-13
target: Rename sparcv9 -> sparc64
Koakuma
2022-05-06
flatten lib/std/special and improve "pkg inside another" logic
Andrew Kelley
2022-05-01
cmake: default install prefix to ./stage1
Andrew Kelley
2022-04-27
compiler-rt: math functions reorg
Andrew Kelley
2022-04-26
std.Thread: ResetEvent improvements (#11523)
protty
2022-04-15
treap: initial implementation
kprotty
2022-04-12
compiler_rt: Implement floatXiYf/fixXfYi, incl f80
Cody Tapscott
2022-04-07
std.math: generalise `inf`, even simpler `isFinite`
viri
2022-03-21
Merge pull request #11224 from koachan/sparc64-codegen
Andrew Kelley
2022-03-20
cmake: add missing DWARF files to ZIG_STAGE2_SOURCES
William Sengir
2022-03-19
translate-c: add missing builtins used by CRuby
fn ⌃ ⌥
2022-03-19
stage2 sparcv9: Add placeholder files and generate() function
Koakuma
[next]