Skip to content

Releases: lifting-bits/cxx-common

0.2.5

09 May 17:05
4bc5ded
Compare
Choose a tag to compare

What's Changed

  • port:llvm-1{3,4}: Add patch 0021-fix-find_dependency.patch to portfile. by @lkorenc in #943

New Contributors

Full Changelog: v0.2.4...v0.2.5

0.2.4

04 May 02:46
24d27ae
Compare
Choose a tag to compare

What's Changed

  • LLVM: Use find_dependency and fix Z3 finding by @ekilmer in #942

Full Changelog: v0.2.3...v0.2.4

0.2.3

30 Apr 02:42
f162e08
Compare
Choose a tag to compare

What's Changed

  • z3: vcpkg find Python3 instead of Python2 by @ekilmer in #938
  • Update llvm to 14.0.3 and z3 to 4.8.16 by @ekilmer in #941

Full Changelog: v0.2.2...v0.2.3

v0.2.2

18 Apr 19:47
e8ef1ec
Compare
Choose a tag to compare

What's Changed

  • Remove port llvm-12 and llvm-vcpkg-common
  • Add port llvm-14
  • Update XED to 2022.04.17
  • Update Z3 to 4.8.15
  • Update to latest flatbuffers 2.0.6
  • Add port cpp-httplib to default dependencies
  • Update to latest release of vcpkg 2022.04.12
  • Use AWS hosted CI runners by @artemdinaburg in #916
  • Use AWS for arm64 docker images by @artemdinaburg in #920
  • Correctly pass all vcpkg flags to XED buildsystem by @ekilmer in #925
  • Fix ASAN Builds by @artemdinaburg in #921
  • Use CMake toolchain for asan flag overriding by @ekilmer in #922
  • LLVM FindZ3.cmake now attempts to use Z3's CONFIG file by @ekilmer in #934

Full Changelog: v0.2.1...v0.2.2

Notes

The helper port llvm-vcpkg-common was removed, which can cause errors with existing vcpkg install roots. The workaround to this is removal of all references to the llvm-vcpkg-common entry in vcpkg-llvm-13/installed/vcpkg/status and removal of <vcpkg_root>/installed/vcpkg/info/llvm-vcpkg-common_*.list file(s).

The submodule'd tools (rellic, remill, and anvill) may not all build correctly with the updated dependencies in this release.

v0.2.1

17 Mar 21:09
a1b8562
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

16 Mar 22:38
ecc6ba8
Compare
Choose a tag to compare

The new build script improvements (#907) should allow for a much smoother experience when using export directories and adding additional ports.

What's Changed

Full Changelog: v0.1.8...v0.2.0

v0.1.8

08 Jan 20:50
587bf81
Compare
Choose a tag to compare

What's Changed

  • Fix vcpkg default host triplet by @ekilmer in #876
  • Add roaring to default dependencies and distribution by @ekilmer in #877

Full Changelog: v0.1.7...v0.1.8

v0.1.7

01 Jan 17:27
3c7a392
Compare
Choose a tag to compare
Build cxx-common architecture targets when building llvm via vcpkg.js…

v0.1.6

20 Dec 20:10
6ecebab
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.5...v0.1.6

v0.1.5

07 Oct 20:04
a50e84d
Compare
Choose a tag to compare
Release 0.1.5

Remove old LLVM versions. Added LLVM 13. Only testing LLVM 12 and 13.

Bump to latest vcpkg commit.

Add abseil, flatbuffers, grpc ports and upgrade them to latest versions

Updated Z3 to 4.8.12

Change asan triplet to be a bit more robust when applied to arbitrary
ports.

Fix some XED port compilation issues

Some Mac M1 support fixes