Merge pull request #1297 from marauder2k9-torque/matrix-templated

Template Matrix class
This commit is contained in:
Brian Roberts 2024-11-07 16:17:38 -06:00 committed by GitHub
commit 1be326e0d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 2523 additions and 99 deletions

View file

@ -32,7 +32,7 @@
/// What's the name of your application? Used in a variety of places.
#define TORQUE_APP_NAME "@TORQUE_APP_NAME@"
#cmakedefine USE_TEMPLATE_MATRIX
/// What version of the application specific source code is this?
///
/// Version number is major * 1000 + minor * 100 + revision * 10.

View file

@ -74,7 +74,7 @@ advanced_option(TORQUE_TOOLS "Enable or disable the tools" ON)
advanced_option(TORQUE_TOOLS_EXT_COMMANDS "Enable or disable some extended functionality like shell commands or free write access" OFF)
advanced_option(TORQUE_ENABLE_PROFILER "Enable or disable the profiler" OFF)
advanced_option(TORQUE_SHOW_LEGACY_FILE_FIELDS "If on, shows legacy direct file path fields in the inspector." OFF)
advanced_option(USE_TEMPLATE_MATRIX "Set to true to use the new templated matrix class(still in beta)." OFF)
#testing
advanced_option(TORQUE_TESTING "Unit test build" OFF)