Skip to content

Releases: lifting-bits/cxx-common

v0.0.11

01 Jul 02:04
acfd20e
Compare
Choose a tag to compare
Merge pull request #57 from trailofbits/print-syntax

Update pkgman.py

v0.0.10

30 Jun 20:55
a513e20
Compare
Choose a tag to compare
Merge pull request #55 from trailofbits/build-caching

CI Build caching

v0.0.9

23 May 06:40
235d1a6
Compare
Choose a tag to compare
Merge pull request #54 from trailofbits/bump-cmake-version

Bump CMake version to 3.17.2

v0.0.8

21 May 20:36
307f303
Compare
Choose a tag to compare
Merge pull request #53 from trailofbits/fix-z3-exports-for-cmake

Avoid exporting a full file path for Z3 in cmake

v0.0.7

20 May 22:45
7e4f55f
Compare
Choose a tag to compare
Merge pull request #52 from trailofbits/fix-z3-deps-again

Fix github packages repo fails

v0.0.6

20 May 06:11
af71ffd
Compare
Choose a tag to compare
Merge pull request #50 from trailofbits/llvm_uses_our_z3

Use our own Z3 if available

v0.0.5

18 May 22:40
4d6991e
Compare
Choose a tag to compare
Merge pull request #49 from trailofbits/remove-old-add-z3

Remove capnp and capstone, add z3

v0.0.4

16 May 08:40
d88a778
Compare
Choose a tag to compare
Update common.py

Disable z3 solver requirement in base; can re-enable it and ship a custom z3 if needed.

v0.0.3

12 May 20:56
e14670a
Compare
Choose a tag to compare
Merge pull request #47 from trailofbits/build_improve

* Ninja instead of Makefiles for Linux on LLVM
* Enable ccache on LLVM [more work to do on this one to use cache on rebuilds]
* New supported LLVM targets: ARMv7 and NVPTX

v0.0.2

08 May 07:24
45755bf
Compare
Choose a tag to compare
Merge pull request #46 from trailofbits/llvm10

Support for LLVM10