Skip to content

Releases: lifting-bits/cxx-common

v0.3.0

01 Apr 17:07
a0ebd68
Compare
Choose a tag to compare

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

Full Changelog: v0.2.24...v0.3.0

v0.2.24

14 Mar 14:03
920354c
Compare
Choose a tag to compare

What's Changed

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

31 Jan 20:30
125d8ab
Compare
Choose a tag to compare

What's Changed

  • Patches for not auto-converting concrete declarations like atoi to builtins by @pgoodman in #1006
  • Update Z3 to 4.12.1

Full Changelog: v0.2.22...v0.2.23

v0.2.22

16 Jan 00:38
d77dd7b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.21...v0.2.22

v0.2.21

07 Jan 02:12
5288d56
Compare
Choose a tag to compare

What's Changed

  • Update tools to latest commit by @ekilmer in #979
  • New patches for observing the end of macro directives for some pragma… by @pgoodman in #1002

Full Changelog: v0.2.20...v0.2.21

v0.2.20

05 Jan 19:26
d26eeee
Compare
Choose a tag to compare

What's Changed

  • Remove unneeded LLVM 15 patch by @ekilmer in #998
  • Add fts5 module to sqlite3 by @pgoodman in #999
  • Added clang flag to treat unknown attributes as annotation attributes by @baumanl in #1000

New Contributors

Full Changelog: v0.2.19...v0.2.20

v0.2.19

09 Dec 02:02
4a604a2
Compare
Choose a tag to compare

What's Changed

  • More patches for pasta to deal with corner-cases in feature-like buil… by @pgoodman in #997

Full Changelog: v0.2.18...v0.2.19

v0.2.18

02 Dec 19:13
365c59e
Compare
Choose a tag to compare

What's Changed

  • More patches for function-like builtin feature macros by @pgoodman in #996

Full Changelog: v0.2.17...v0.2.18

v0.2.17

01 Dec 15:08
1e979f6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.16...v0.2.17

v0.2.16

16 Nov 22:06
0125110
Compare
Choose a tag to compare

What's Changed

  • New Pasta patches for eagerly forcing pre-argument expansions to happen in … by @pgoodman in #990
  • Update vcpkg to latest tag 2022.11.14 by @ekilmer in #991
  • Update LLVM 15 to 15.0.5 by @ekilmer in #992

Full Changelog: v0.2.15...v0.2.16