Skip to content

Releases: pongasoft/re-cmake

Version 1.7.2

20 Jun 16:16
Compare
Choose a tag to compare
  • Updated re-mock version (added support for device_categories)

Version 1.7.1

11 Sep 14:20
Compare
Choose a tag to compare
  • Fixes issue locating RE2DRender and RE2DPreview after SDK 4.4.0 final release

Version 1.7.0

03 Jul 15:44
Compare
Choose a tag to compare
  • 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

28 Apr 17:42
Compare
Choose a tag to compare
  • 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

21 Apr 16:27
Compare
Choose a tag to compare
  • 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).

Visual Studio Installer

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

14 Apr 17:52
Compare
Choose a tag to compare
  • Uses re-mock 1.4.1 (fixes multi bindings/same source in rtc_bindings)

Version 1.5.1

11 Apr 14:10
Compare
Choose a tag to compare
  • Uses re-mock 1.4.0

Version 1.5.0

02 Jan 17:37
Compare
Choose a tag to compare
  • 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 for re_cmake_fetch_content to avoid downloading the whole git history

Version 1.4.4

29 Oct 17:50
Compare
Choose a tag to compare
  • 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

01 Feb 19:48
Compare
Choose a tag to compare
  • Fixes for Win 10