Releases: pongasoft/re-cmake
Releases · pongasoft/re-cmake
Version 1.4.3
- Fixes for Win 10
Version 1.4.2
- Extracted
re-logging
into its own project
Version 1.4.1
- Added
JBOX_LOGVALUES
(simpler api thanJBOX_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
- Introduced
main.cmake
with convenient macros to make writing theCMakeLists.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
- 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
- Added
-Z
command line option to the script to work around the graphics caching issue of Recon 12
Version 1.3.7
- Added Recon12 name to list of Recon executables
Version 1.3.6 - SDK 4.3.0 / Hi Res
- Added support for 4.3.0 / Hi Res toolchain
- new targets:
common-render-low-res
/common-render-hi-res
andcommon-render
is a now a shortcut - new targets:
native-install-low-res
/native-install-hi-res
andnative-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
- 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
- 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).