Skip to content

Releases: pongasoft/re-cmake

Version 1.4.2

24 Jan 18:14
Compare
Choose a tag to compare
  • Extracted re-logging into its own project

Version 1.4.1

23 Jan 19:32
Compare
Choose a tag to compare
  • Added JBOX_LOGVALUES (simpler api than JBOX_TRACEVALUES)
  • Added loguru::init_for_re to make loguru output nicer for Rack Extensions (replace (useless) thread by RE name)
  • Added loguru::init_for_test to make loguru throw exception instead of aborting when running tests
  • Added generic loguru::add_preamble_handler to display any kind of information when logging

Version 1.4.0

22 Jan 18:28
Compare
Choose a tag to compare
  • Introduced main.cmake with convenient macros to make writing the CMakeLists.txt file for the plugin easier and less error-prone
  • Added re-logging directly in this project in order to provide central updates
  • Added support for re-mock
  • Fixed issue with spaces in path

Note

This version is backward compatible so if your project already includes sdk.cmake directly, you do not have to change it

Version 1.3.9

09 Dec 19:34
Compare
Choose a tag to compare
  • Added RE_CMAKE_RE_2D_RENDER_HI_RES_OPTION option to be able to change the type of Hi Res build when the device is not fully Hi Res compliant (applies to custom display backgrounds) (see RECMakeOptions.cmake for details)

Version 1.3.8

30 Oct 16:59
Compare
Choose a tag to compare
  • Added -Z command line option to the script to work around the graphics caching issue of Recon 12

Version 1.3.7

28 Oct 14:30
Compare
Choose a tag to compare
  • Added Recon12 name to list of Recon executables

Version 1.3.6 - SDK 4.3.0 / Hi Res

26 Oct 15:21
Compare
Choose a tag to compare
  • Added support for 4.3.0 / Hi Res toolchain
  • new targets: common-render-low-res / common-render-hi-res and common-render is a now a shortcut
  • new targets: native-install-low-res / native-install-hi-res and native-install is now a shortcut
  • new -l option added to script to force a low res build with 4.3.0+

Version 1.3.5

02 Oct 14:24
Compare
Choose a tag to compare
  • Properly regenerates CMake project when info.lua changes
  • Extracts version from info.lua and generates a universal 45 package with better naming (<product_id>-<version_number>.u45)

Version 1.3.4

19 Sep 16:27
Compare
Choose a tag to compare
  • Generates a new re_cmake_build.h file which can be included in the code to get access to information from the build itself (particularly useful for testing).

Version 1.3.3

23 Jul 17:38
Compare
Choose a tag to compare
  • Use gtest_discover_tests to minimize CMake invocation when building tests