Releases: lifting-bits/rellic
Releases · lifting-bits/rellic
Version 0.2.3
What's Changed
- Make number of declared structs contextual by @frabert in #294
- check for the string arm64 in addition to aarch64 by @Ninja3047 in #295
- CMake fixes by @Ninja3047 in #296
- Fix cpack include by @Ninja3047 in #297
- c++20 does not like arithmetic between different enumeration types by @Ninja3047 in #298
- Z3 all the things by @frabert in #282
- Attempt to use AWS CI Runners instead of DO for CI by @artemdinaburg in #299
- Bring
ast_unit
,ast_ctx
,ast
intodec_ctx
by @frabert in #303 - add missing case for uitofp by @Ninja3047 in #306
- Type providers by @frabert in #304
- Migrate CI to Github Large Runner by @Ninja3047 in #309
- Silence clang warn by @Ninja3047 in #305
- Add examples and blog post links by @frabert in #312
- Add
dec2hex
tool by @frabert in #307 - Move to explicitly setting CMake toolchain file by @tetsuo-cpp in #313
- Migrate to LLVM15 by @frabert in #308
- Do not bail on
fcmp ord
by @frabert in #319
New Contributors
- @tetsuo-cpp made their first contribution in #313
Full Changelog: v0.2.2...v0.2.3
Version v0.1.1
v0.1.0
Initial release, where packaging has been introduced