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
/
cmake
Age
Commit message (
Expand
)
Author
2022-07-31
cmake: Print all LLVM config errors instead of just the last one
sin-ack
2022-07-25
CMake: Search for Clang in CMAKE_LIBRARY_PATH, CMAKE_PREFIX_PATH, and CMAKE_F...
Cody Tapscott
2022-07-23
CMake: Search more permissively for LLD
Cody Tapscott
2022-07-23
CMake: Improve usage of `llvm-config`, esp. for consistent linking
Cody Tapscott
2022-07-14
CMake: Use NAMES_PER_DIR in all lookups
Cody Tapscott
2022-07-03
update build scripts to LLD and LLVM 14 libraries
Andrew Kelley
2022-07-01
LLD: there are fewer libraries to link against now
Andrew Kelley
2022-07-01
Merge remote-tracking branch 'origin/master' into llvm14
Andrew Kelley
2022-05-05
cmake: add /usr/lib/llvm13 to searched paths
Isaac Freund
2022-02-16
ci: use zig-bootstrap for windows
Andrew Kelley
2022-02-04
stage1: Fix missing LLD library
Kazuki Sakamoto
2022-02-03
update cmake files to LLVM 14
Andrew Kelley
2021-09-30
fix the list of llvm libraries
Andrew Kelley
2021-09-15
Merge remote-tracking branch 'origin/master' into llvm13
Andrew Kelley
2021-09-08
cmake: also check Homebrew install paths when looking for LLVM
FnControlOption
2021-08-15
cmake: update to LLVM 13 rc1
Andrew Kelley
2021-06-29
Remove mention of lldMachO from the project
Jakub Konka
2021-03-13
Merge remote-tracking branch 'origin/master' into llvm12
Andrew Kelley
2021-03-13
cmake build: allow overriding whether to use llvm-config
Andrew Kelley
2021-03-01
cmake: update findllvm.cmake file to include llvm12 libraries
Timon Kruiper
2020-12-16
Update LLVM version numbers in CMake
Jakub Konka
2020-11-02
fix cmake logic for checking LLVM version
Andrew Kelley
2020-10-16
Add llvm-config detection when dynlinking clang
Jakub Konka
2020-10-07
Merge remote-tracking branch 'origin/master' into llvm11
Andrew Kelley
2020-10-06
Update the list of libraries that llvm11 uses
Timon Kruiper
2020-10-04
cmake: add option to use llvm-config to find cross-target llvm deps
John Sullivan
2020-09-26
Print the llvm-config path on configuration error
Frank Denis
2020-09-03
Merge remote-tracking branch 'origin/master' into llvm11
Andrew Kelley
2020-09-01
Fixing dylib search path
pwzk
2020-07-24
llvm11: link against libClangToolingCore
Andrew Kelley
2020-07-24
update LLVM 10 version numbers to 11
Andrew Kelley
2020-04-17
update cmake, update readme, in response to the dynamic linking fiasco
Andrew Kelley
2020-04-11
cmake: allow not finding some clang libs
Andrew Kelley
2020-04-10
put the previous commit behind cmake option ZIG_PREFER_CLANG_CPP_DYLIB
Andrew Kelley
2020-04-10
look for clang-cpp shared lib when it exists
Andrew Kelley
2020-04-07
Fix paths to find llvm/clang on DragonFly
Michael Neumann
2020-04-06
cmake: improvements to cross-compiling for Windows
Andrew Kelley
2020-03-30
Create an "LLD_LIBDIRS" var to override lld loc
Brian Cain
2020-03-27
cmake: support cross compiling
Andrew Kelley
2020-03-27
Merge pull request #4827 from ziglang/zig-cpp
Andrew Kelley
2020-03-27
cmake: support finding a cross compiled llvm
Andrew Kelley
2020-03-25
cmake: address new warnings from cmake-3.17
Michael Dusan
2020-03-22
simplify cmake logic for finding clang
Andrew Kelley
2020-02-25
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-02-16
rename libuserland to libstage2
Andrew Kelley
2020-02-16
remove libc dependency of zig0 building libstage2
Andrew Kelley
2020-01-22
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-01-17
cmake: support `make` and `make install`
Michael Dusan
2020-01-16
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2019-10-16
msvc: reduce inlining aggressivity to workaround a codegen bug in cl.exe cf. ...
Sahnvour
[next]