Releases: lifting-bits/cxx-common
Releases · lifting-bits/cxx-common
v0.3.0
What's Changed
- LLVM 16 by @Ninja3047 in #1013
- Bump to macOS 12 and Xcode 14.2
- Clang 16 requires specifying macOS SDK path if you are trying to use it outside of a normal CMake project
- Normally, CMake will automatically set
CMAKE_OSX_SYSROOT
and add it to the compilation flags as-isysroot ${CMAKE_OSX_SYSROOT}
- If you need to grab the path manually you can run the following
$ xcrun --sdk macosx --show-sdk-path /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk
- Normally, CMake will automatically set
Full Changelog: v0.2.24...v0.3.0
v0.2.24
What's Changed
- Bump ilammy/msvc-dev-cmd from 1.12.0 to 1.12.1 by @dependabot in #1011
- Patches for multiplier issue #130. by @pgoodman in #1012
Full Changelog: v0.2.23...v0.2.24
Addendum (May 10, 2023)
Add cross-compiled Ubuntu 22.04 LLVM 15 arm64 package
v0.2.23
v0.2.22
What's Changed
- Remove LLVM 14 support by @ekilmer in #1003
- Build for Ubuntu 22.04 by @Ninja3047 in #970
- Set target arch and default target triple explicitly by @Ninja3047 in #1001
- Setting LLVM_HOST_TRIPLE by @Ninja3047 in #1004
- Update ports by @ekilmer in #1005
- LLVM 15.0.7
- Z3 4.12.0
- Bump vcpkg to latest tag 2023.01.09
Full Changelog: v0.2.21...v0.2.22