2026
Released re-cmake v5.0.0.20260714 with the following changes:
- Added new exports for macOS build (
JukeboxExport_DisplaySetup,JukeboxExport_Draw,JukeboxExport_Gesture,JukeboxExport_Notify) to support custom displays with C++ bindings.
Available with RE Quickstart - Bootstrap Tool (v2.0.2)
Released re-cmake v5.0.0.20260712 with the following changes:
- Added info about tools detected
- Removed hash (unreliable)
Released re-cmake 4.6.0.20260712 with the following changes:
- Removed hash (unreliable)
Released re-cmake v5.0.0.20260708 with the following changes:
- Fixes Recon version
- Uses
re-mockandre-loggingnew versions with fixes for Windows
Released re-cmake v5.0.0.20260705 with the following changes:
- Updated to RE SDK 5.0.0
- Removed support for low res since SDK 5.0.0 no longer supports it
- removed targets
native-install-low-res,common-render-low-res,native-install-hi-resandcommon-render-hi-res - removed
-l/--low-resoption fromre.sh(resp.re.bat) - removed
RE_CMAKE_RE_2D_RENDER_HI_RES_OPTIONfrom the CMake build
- removed targets
- The dependecies (
re-mockandre-logging) have been updated to SDK 5.0.0 as well
Released re-cmake 4.6.0.20260709 with the following changes:
- Updated
re-loggingversion with fixes for Windows - Updated list of Recon to look for (up to Recon 14)
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.
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)
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