Skip to content

Tags: serenity4/Clang.jl

Tags

v0.13.0

Toggle v0.13.0's commit message
[Diff since v0.12.1](JuliaInterop/Clang.jl@v0.12.1...v0.13.0)

**Closed issues:**
- Minor issues when wrapping libav (JuliaInterop#81)
- #define a data type (JuliaInterop#103)
- Wrap support for getOffsetOf (JuliaInterop#126)
- Issues with find_sym (JuliaInterop#131)
- missing argument names for Typedef'd args (JuliaInterop#136)
- Function and other signatures in comments (JuliaInterop#195)
- trouble wraping glib (JuliaInterop#206)
- no method `value(::CLPackedAttr)` (JuliaInterop#224)
- Unnamed struct members are skipped  (JuliaInterop#233)
- ERROR: LoadError: No CXType translation available for: CXType_FunctionProto (JuliaInterop#237)
- Potential wrong alignments and sizes of structs with C unions (JuliaInterop#238)
- Some header files entirely skipped (JuliaInterop#240)
- Error: error thrown. Last cursor available in context.cursor_stack (JuliaInterop#245)
- Struct/union failing due to overlapping cursor enum in libclang Index.h (JuliaInterop#249)
- Macro help (JuliaInterop#255)
- function-like macro inappropriately parsed as object-like macro (JuliaInterop#266)
- Support boolean #defines, common in Windows headers (JuliaInterop#268)
- Support bool type (with implementation defined size) (JuliaInterop#275)
- Argument and type name equivalent (JuliaInterop#279)
- CXType_FunctionProto (JuliaInterop#280)
- LoadError: LibraryProduct(...) is not satisfied, cannot generate deps.jl! (JuliaInterop#283)
- Clang fails to build with  "ERROR: LoadError: LibraryProduct" (JuliaInterop#287)
- LoadError: sanity check failed. (JuliaInterop#290)

**Merged pull requests:**
- Support '==' in macros (JuliaInterop#270) (@4thjuly)
- Improve support for `CXType_FunctionProto` (JuliaInterop#276) (@Gnimuc)
- Improve support for `CLMacroDefinition`  (JuliaInterop#277) (@Gnimuc)
- Rework the package -- Take 1 (JuliaInterop#278) (@Gnimuc)
- Don't convert UInt to Int through type-assert (JuliaInterop#282) (@vchuravy)
- CompatHelper: add new compat entry for "TOML" at version "1.0" (JuliaInterop#286) (@github-actions[bot])
- Rework the package -- Take 2 (JuliaInterop#289) (@Gnimuc)

v0.12.1

Toggle v0.12.1's commit message
[Diff since v0.12.0](JuliaInterop/Clang.jl@v0.12.0...v0.12.1)

**Closed issues:**
- Library symbol will not created correctly (JuliaInterop#272)
- Incorrect `LLVM_INCLUDE` path (and possibly `LLVM_LIBDIR`) (JuliaInterop#273)

**Merged pull requests:**
- CompatHelper: bump compat for "DataStructures" to "0.18" (JuliaInterop#269) (@github-actions[bot])
- add ".." to fix `LIBCLANG_INCLUDE` (JuliaInterop#271) (@terasakisatoshi)
- More stable `LLVM_LIBDIR` (JuliaInterop#274) (@Gnimuc)

v0.12.0

Toggle v0.12.0's commit message
[Diff since v0.11.1](JuliaInterop/Clang.jl@v0.11.1...v0.12.0)

**Merged pull requests:**
- Misc. updates for Julia 1.5 (JuliaInterop#260) (@Gnimuc)
- Make doc-deploying work again (JuliaInterop#264) (@Gnimuc)

v0.11.1

Toggle v0.11.1's commit message
## Clang v0.11.1

[Diff since v0.11.0](JuliaInterop/Clang.jl@v0.11.0...v0.11.1)



**Merged pull requests:**
- Update CEnum to v0.4 (JuliaInterop#263) (@Gnimuc)

v0.11.0

Toggle v0.11.0's commit message
## Clang v0.11.0

[Diff since v0.10.1](JuliaInterop/Clang.jl@v0.10.1...v0.11.0)


**Closed issues:**
- Install on Julia 1.4 fails (JuliaInterop#259)

**Merged pull requests:**
- Julia 1.4 support (JuliaInterop#258) (@Gnimuc)

v0.10.1

Toggle v0.10.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump version to 0.10.1

v0.10.0

Toggle v0.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump version to 0.10.0

v0.9.2

Toggle v0.9.2's commit message

Verified

This tag was signed with the committer’s verified signature.
JuliaTagBot Julia TagBot
See github.com/JuliaInterop/Clang.jl/releases/tag/v0.9.2 for release …

…notes

v0.9.1

Toggle v0.9.1's commit message

Verified

This tag was signed with the committer’s verified signature.
JuliaTagBot Julia TagBot
See github.com/JuliaInterop/Clang.jl/releases/tag/v0.9.1 for release …

…notes

v0.9.0

Toggle v0.9.0's commit message
Add a tip for fixing stdlib missing errors