Skip to content

Tags: JuliaPackaging/JLLWrappers.jl

Tags

v1.5.0

Toggle v1.5.0's commit message
## JLLWrappers v1.5.0

[Diff since v1.4.2](v1.4.2...v1.5.0)

v1.4.2

Toggle v1.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release v1.4.2

v1.4.1

Toggle v1.4.1's commit message
## JLLWrappers v1.4.1

[Diff since v1.4.0](v1.4.0...v1.4.1)



**Merged pull requests:**
- Reduce compilation of Base methods (NFC) (#38) (@timholy)

v1.4.0

Toggle v1.4.0's commit message
## JLLWrappers v1.4.0

[Diff since v1.3.0](v1.3.0...v1.4.0)



**Merged pull requests:**
- [CI] Run tests also on Alpine Linux (#32) (@giordano)
- Support augment_platform in JLLWrappers (#35) (@vchuravy)

v1.3.0

Toggle v1.3.0's commit message
## JLLWrappers v1.3.0

[Diff since v1.2.0](v1.2.0...v1.3.0)



**Merged pull requests:**
- Add preferences overloading (#27) (@staticfloat)

v1.2.0

Toggle v1.2.0's commit message
## JLLWrappers v1.2.0

[Diff since v1.1.4](v1.1.4...v1.2.0)



**Merged pull requests:**
- Allow `dlopen_flags=nothing` to not dlopen libraries (#24) (@giordano)

v1.1.4

Toggle v1.1.4's commit message
## JLLWrappers v1.1.4

[Diff since v1.1.3](v1.1.3...v1.1.4)


**Closed issues:**
- `LibraryProduct` doesn't point to library with soname (#23)

**Merged pull requests:**
- Run CI for Linux, macOS, and Windows on GitHub Actions (#17) (@giordano)
- Small gains in internal inference (#25) (@timholy)

v1.1.3

Toggle v1.1.3's commit message
## JLLWrappers v1.1.3

[Diff since v1.1.2](v1.1.2...v1.1.3)



**Merged pull requests:**
- src_name isn't defined here (#22) (@vtjnash)

v1.1.2

Toggle v1.1.2's commit message
## JLLWrappers v1.1.2

[Diff since v1.1.1](v1.1.1...v1.1.2)


**Closed issues:**
- What does it mean to have a Platform as a key in a Dict (#15)

**Merged pull requests:**
- Fix Windows double-adjustment of `PATH` (#20) (@staticfloat)

v1.1.1

Toggle v1.1.1's commit message
## JLLWrappers v1.1.1

[Diff since v1.1.0](v1.1.0...v1.1.1)


**Closed issues:**
- Should `generate_init_footer` be called by anything? (#11)

**Merged pull requests:**
- add a few global -> Ref (#12) (@KristofferC)
- Use `@generate_init_footer` in test wrappers and check it works (#13) (@giordano)
- Revert `Ref` around the path variable (#14) (@giordano)
- run JLLWrappers without inference (#16) (@KristofferC)