Releases: JuliaInterop/Clang.jl
Releases · JuliaInterop/Clang.jl
v0.10.1
v0.10.0
Clang v0.10.0
Closed issues:
- find_std_headers() not longer defined. (#253)
Merged pull requests:
- Install TagBot as a GitHub Action (#252) (@JuliaTagBot)
- Upgrade to use
LLVM_jll
(#254) (@Gnimuc)
v0.9.2
v0.9.2 (2020-01-27)
Closed issues:
- Unexported API (#243)
- Header file references not found (#242)
- no method matching argtype(::CLUnexposed, ::Int64) (#239)
- ERROR: LoadError: Unnamed struct member in: CLCursor (CLStructDecl) ... cursor: CLCursor (CLFieldDecl) (#236)
- Error: error thrown. Last cursor available in context.cursor_stack (#234)
Merged pull requests:
v0.9.1
v0.9.0
- upgrade LLVM to v6.0.1 on Linux(x86_64 & i686), macOS and Windows(x86_64) platforms (#226)
- drop Julia 1.1 support on v0.9+ because LLVM is not backward compatible (changes will be backported to v0.8 on request)
- improve coverage to 70% (#227)
constant array
-arguments likevoid f(double x[10])
can be correctly handled now (ba1f146)- wrapper generator now only writes header's base name to file instead of a full path (7878c7a)
- add tips for solving "xxx header cannot be found" error (8eeeb91)
v0.8.2
v0.8.1
v0.8.0
v0.8.0-alpha
see #210
libclang binaries
I built these two binaries locally using LLVMBuilder's script with web-assembly disabled, which are Julia1.0-compatible.