What's Changed
- BuildConfig: Add
build_script_pathby @staticfloat in #47 - Add build-time dependency support by @staticfloat in #48
- Keep JLL name in deployed tags by @staticfloat in #50
- Update TODO statuses to reflect current implementation state by @vtjnash in #51
- ci: add dependabot config for Julia and GitHub Actions by @vtjnash in #52
- Fix BuildCache data loss when multiple metas share the same cache_dir by @vtjnash in #53
- Fix string methods of BuildConfig by @staticfloat in #62
- Implement per-build ccache statistics by @vtjnash in #54
- Port CI from Buildkite to Github Actions by @topolarity in #65
- bootstrap/GCC: update Glibc_jll pinned commits by @topolarity in #64
- Extend
JLL.tomlformat for static libraries (and more) by @topolarity in #66 - Fix-up a few
jllinfodiscrepancies for stdlibs by @topolarity in #70 - LazyJLLWrappers: use
LazyLibraryPathfor lazy paths by @topolarity in #68 - Bump julia-actions/cache from 2 to 3 by @dependabot[bot] in #75
- Bump julia-actions/setup-julia from 2 to 3 by @dependabot[bot] in #73
- Assorted speedups to load and build time by @staticfloat in #79
- Add
system_depstoJLL.tomlby @topolarity in #69 - Toolchains: provide a
cppwrapper for clang by @topolarity in #78 - Products: give priority to exact path match in
locate(::LibraryProduct, ...)by @topolarity in #71 - Update StyledStrings requirement to 1.0.3 by @dependabot[bot] in #60
- Bump actions/upload-artifact from 4 to 7 by @dependabot[bot] in #74
- Update ObjectFile requirement from 0.4 to 0.4, 0.5 by @dependabot[bot] in #61
- Update SHA requirement to 0.7.0 by @dependabot[bot] in #59
- Bump actions/checkout from 4 to 7 by @dependabot[bot] in #72
- Add compat bounds for Ccache_jll and UserNSSandbox_jll by @staticfloat in #80
New Contributors
- @dependabot[bot] made their first contribution in #75
Full Changelog: JLLGenerator-v0.4.1...JLLGenerator-v0.5.0