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
2018-11-27
tier 2 support for freebsd
Andrew Kelley
2018-10-20
Fix CMake finding LLVM/clang/lld on FreeBSD
Greg V
2018-10-06
build: try to find llvm-config-7 before llvm-config
Andrew Kelley
2018-09-19
build: fix finding llvm and clang 7
Andrew Kelley
2018-08-25
Merge remote-tracking branch 'origin/master' into llvm7
Andrew Kelley
2018-08-13
Find local llvm-config first
prazzb
2018-06-14
llvm7: find external liblldWasm and update for newest lld macho API
Andrew Kelley
2018-04-04
Merge remote-tracking branch 'origin/master' into llvm7
Andrew Kelley
2018-03-30
add ZIG_STATIC cmake option
Andrew Kelley
2018-03-22
update to llvm 7.0.0
Andrew Kelley
2018-03-17
add LLVM_LIBDIRS to link directories
Ben Noordhuis
2018-03-17
add CLANG_LIBDIRS cmake build variable
Ben Noordhuis
2017-11-02
update to llvm master
Andrew Kelley
2017-09-28
simpler cmake for msvc
Andrew Kelley
2017-09-23
improvements to windows support
Andrew Kelley
2017-09-13
add Child property of slice type
Andrew Kelley
2017-09-13
fix up msvc stuff to make it work on linux and macos too
Andrew Kelley
2017-09-11
Modified cmake to use LLVM imported packages.
Jonathan Marler
2017-09-11
Add support for MSVC
Jonathan Marler
2017-09-09
build: add more search paths for libclang
Andrew Kelley
2017-09-08
Switched find order for llvm, means it will choose llvm version 5.0 before an...
Jonathan Marler
2017-08-26
update build to look for llvm 5.0
Andrew Kelley
2017-06-19
build: link against system libs reported by llvm-config
Andrew Kelley
2017-06-03
add appveyor integration testing
Andrew Kelley
2017-04-21
add Travis CI integration
Andrew Kelley
2017-04-13
build: ignore libLLD.so when it is a broken symlink
Andrew Kelley
2017-04-11
try harder to find lld
Andrew Kelley
2017-03-29
fix cmake finding dependencies for ubuntu
Josh Wolfe
2017-03-13
use lld instead of system linker
Andrew Kelley
2017-03-10
update to llvm 4.0
Andrew Kelley
2016-09-04
port to llvm 3.9
Andrew Kelley
2016-04-30
build: link against libLLVM.so if available
Andrew Kelley
2016-03-08
update to llvm 3.8.0
Andrew Kelley
2016-02-16
add windows os code
Andrew Kelley
2016-02-15
use llvm-config to find llvm include dirs
Andrew Kelley
2016-02-08
fix some of the ubuntu build trouble
Josh Wolfe
2016-02-01
build: prefer llvm-config
Andrew Kelley
2016-01-27
upgrade to the libclang C++ API
Andrew Kelley
2016-01-19
cmake: detect libLLVM.so
Andrew Kelley
2016-01-18
Revert "delete parseh"
Andrew Kelley
2016-01-15
delete parseh
Andrew Kelley
2015-12-06
cmake needs to be taught a lesson in debian paths
Josh Wolfe
2015-12-03
parseh command, parses a C .h file and produces extern decls
Andrew Kelley
2015-11-25
build: fix findllvm script
Andrew Kelley
2015-11-25
build: improve findllvm script
Andrew Kelley
2015-08-05
link against LLVM
Andrew Kelley