Releases: JuliaInterop/CEnum.jl
Releases · JuliaInterop/CEnum.jl
v0.5.0
v0.4.2
v0.4.1
v0.4.0
CEnum v0.4.0
Closed issues:
- Bitwise ~ not working (#9)
Merged pull requests:
- Addition of ~ bitwise operator (#10) (@wsphillips)
v0.3.0
CEnum v0.3.0
Merged pull requests:
- Port Julia-pr33494 (#5) (@Gnimuc)
- Install TagBot as a GitHub Action (#6) (@JuliaTagBot)
- Reduce invalidated methods (#7) (@maleadt)
- Remove REQUIRE and update CI (#8) (@Gnimuc)
To reduce invalidated methods, general conversion constructors((::Type{T})(x) where {T<:Cenum} = convert(T, x)
) are not pre-defined in this package since this release.
v0.2.0
v0.2.0 (2019-07-27)
Merged pull requests:
Now, the syntax of the @cenum
macro is the same as Julia's @enum
. Since this is a breaking change, you could either regenerate wrappers using Clang.jl-v0.9.1 or add compat info CEnum = "~0.1"
into Project.toml.