Releases: pongasoft/re-cmake
Releases · pongasoft/re-cmake
Version 1.7.2
Version 1.7.1
- Fixes issue locating RE2DRender and RE2DPreview after SDK 4.4.0 final release
Version 1.7.0
- Handles RE SDK 4.4.0: on macOS/arm64 platform, generate an arm64 binary (with proper name)
- Fixed options (removed
FORCE
since the rack extension can define it first thus can override it!) - Prints a message when re-cmake detects a mismatch in version
Version 1.6.1
- Upgraded google test to 1.13.0 and introduced url hashes in order to guarantee that the code is not tempered with (incidentally it speeds up the build since CMake can simply compare the hash of a previously downloaded dependency)
Version 1.6.0
-
Uses Clang toolchain on Windows by default:
- SIMD support out of the box (SIMD does not work without Clang)
- Use a similar compiler provided with the RE SDK
Windows Instructions:
Make sure you provision the build tools properly: using the Visual Studio Installer, select the "Individual components" tab, search for "clang" and make sure that "C++ Clang..." is selected (there may be more than one entry, so select all of them).
If you want to disable the use of Clang (and revert to the behavior prior to v1.6.0), you can set the (CMake) option RE_CMAKE_ENABLE_CLANG_TOOLCHAIN
to OFF
before including re-cmake
(and rerun configure.py
after deleting the build
folder).
Version 1.5.2
- Uses re-mock 1.4.1 (fixes multi bindings/same source in
rtc_bindings
)
Version 1.5.1
- Uses re-mock 1.4.0
Version 1.5.0
- Added
edit
command (which uses RE Edit) - Bumped CMake minimum version to 3.24
- Uses re-mock 1.3.2
- Uses GoogleTest 1.12.1
- Added a new
DOWNLOAD_URL
option forre_cmake_fetch_content
to avoid downloading the whole git history
Version 1.4.4
- Uses re-mock 1.2.0 (better error reporting / bug fixes)
- Due to upgrade to Big Sur (macOS 11.7), this is now the macOS version that re-cmake is tested on (although it is expected to work on 10.15+).
Version 1.4.3
- Fixes for Win 10