2026
Released re-cmake v4.6.0.20260703 with the following changes:
- With the non-backward compatible changes introduced in SDK 5.0.0, introducing a new version scheme reflecting the
RE SDK version. The new numbering scheme is
<re_sdk_version>.<year><month><day>. - Added compile definitions
RE_SDK_TARGET_VERSIONandRE_SDK_TARGET_VERSION_STRINGcorresponding to theTargetFieldfield inversion.txt, allowing code to be conditionally compiled based on the hosting API’s version. - The dependencies (
re-mockandre-logging) also use the new numbering scheme.
Available with RE Quickstart - Bootstrap Tool
Released re-cmake v1.8.6 with the following changes:
- The project has been moved to Codeberg
- The dependencies (
re-mockandre-logging) have also been moved to Codeberg (check RECMakeOptions.cmake for details)
Available with RE Quickstart - Bootstrap Tool
2025
Released re-cmake v1.8.5 with the following changes:
- Use
re-mock1.8.1 (fix forJBOX_TRACEcrashing in destructor)
Released re-cmake v1.8.4 with the following changes:
- Use
re-logging2.0.2 (simplified prefix)
Available with RE Quickstart - Bootstrap Tool
Released re-cmake v1.8.3 with the following changes:
- Use
re-logging2.0.1 (fix for prefix override)
Released re-cmake v1.8.2 with the following changes:
- Use
re-logging2.0.0 (fix for Rack Extension development lifecycle with Recon) - Renamed
RE_CMAKE_*_VERSIONtore-cmake_*_VERSIONto be consistent with other projects
Released re-cmake v1.8.1 with the following changes:
- Updated GoogleTest version (to get rid of CMake warnings)
- Upgraded re-mock version
- Updated RE Quickstart to use this new version
2024
Released re-cmake v1.8.0 with the following changes:
- Added support for optional patch metadata files (rsmeta) introduced in SDK 4.6.0
In addition, I updated the following projects accordingly:
- Updated RE Quickstart to use SDK 4.6.0
- Updated RE Blank Plugin to use SDK 4.6.0
Released re-cmake update: v1.7.2
- Updated
re-mockversion (added support fordevice_categories)
2023
New re-cmake update: v1.7.1
- Fixes issue locating RE2DRender and RE2DPreview after SDK 4.4.0 final release