Commit Graph

28 Commits

Author SHA1 Message Date
Patrix
5205a76bff Updated project:
- upgraded sqapi version
- added required setting of CMAKE_CXX_STANDARD to 17 (sqrat requirement)
2024-08-05 03:09:53 +02:00
Patrix
f38d3860b3 updated sqrat dependency 2024-03-12 05:25:38 +01:00
Patrix
221f286454 Updated sqapi dependency 2024-03-12 04:03:15 +01:00
Patrix
ac7f250ed2 Reorganized target_link_libraries call in dependencies/CMakeLists.txt 2024-03-12 03:59:51 +01:00
Patrix
4fe90c37ca Updated dependencies/sqapi 2024-03-08 18:22:59 +01:00
Patrix
b488800445 Updated sqapi dependency 2024-03-08 00:47:03 +01:00
Patrix
4aeaf9d40f Updated sqapi dependency 2024-03-06 04:48:01 +01:00
Patrix
f37760bed1 Updated sqapi dependency 2024-03-01 16:27:44 +01:00
Patrix
5a1114e4a0 Updated sqapi + adjusted CMake to use ${PROJECT_NAME} instead of direct target name 2024-03-01 14:50:43 +01:00
Patrix
7a5f02f7f3 Initial rework:
- removed squirrel & sqrat sources, added sqapi as git submodule dependency
- removed module api (it's now included from sqapi target)
- removed unnecessary boilerplate from CMakeLists.txt
2024-03-01 14:29:54 +01:00
Patrix
3f081e4e57 Updated SqRat to Squirrel 3.2 version #3 2023-04-16 22:31:46 +02:00
Patrix
c227e6c964 Updated SqRat to Squirrel 3.2 version #2 2023-04-16 22:25:40 +02:00
Patrix
a76283053f Updated sqrat dependency to 3.2 squirrel version 2023-04-07 00:02:33 +02:00
Patrix
05f26fcfdc Updated squirrel & sqrat dependencies 2022-09-05 20:28:37 +02:00
Patrix
a3d264d1b5 Updated .gitlab-ci.yml:
- using variables instead of implicit constants
- windows release files will now be stored in root directory of zip
2022-08-25 11:57:02 +02:00
Patrix
8d03f177c1 Updated sqrat dependency 2022-07-11 06:14:33 +02:00
Patrix
71ce6652cc Updated sqrat dependency. 2022-07-11 03:11:17 +02:00
Patrix
eab3d7c831 Updated dependencies structure:
- Added CMakeLists.txt for each dependency
- Added dependencies/CMakeLists.txt for specifying relation between main lib and it's dependencies
2022-07-07 21:11:24 +02:00
Patrix
3a458ec9aa Addedd inline specifier for sqratBytecode.h functions to prevent xxx already defined errors 2022-07-07 00:14:32 +02:00
Patrix
01c359e51c Updated sqrat dependency 2022-07-06 22:12:13 +02:00
Patrix
4ecbd83d01 Updated Sqrat dependency:
- Added arguments validation for .SquirrelFunc method
2022-07-03 18:42:59 +02:00
Patrix
e221d9c80f Revert the revert changes for 0.1.10:
- Removed squirrel dependency (it was required only for 0.1.9, because not every function is listed in HSQAPI struct)
- Restored missing functions declarations in HSQAPI struct added in 0.1.10
- Resotred missing redirect macros in squirrel_api.h
2021-08-28 05:51:44 +02:00
Patrix
b564e77f09 Removed .gitattributes file & updated formatting in CMakeLists.txt 2021-08-28 05:03:24 +02:00
Patrix
fe8920d958 Updated sqrat version to match version used by G2O_Client. 2021-08-28 05:00:24 +02:00
Patrix
fb310bf1ae Updated project structure:
CMake changes:

- Replace text files containing paths to installation, with install commands
- You can set paths as cache variable
- Added new option INSTALL_AFTER_BUILD

Code changes:

- Revert the changes to allow usage for older versions of g2o (like 0.1.9)
This change is only temporary, to publish the release module fo the older g2o versions.
2021-08-04 20:58:27 +02:00
Patrix
80329576f0 Added missing inline modifiers in sqratBytecode.h 2021-04-22 16:51:48 +02:00
Patrix
4934b44c0b Fixed compile error on gcc:
renamed 'typeof' function pointer in HSQAPI to 'type_of' to avoid naming collision (gcc implements it's own typeof keyword)

https://gcc.gnu.org/onlinedocs/gcc/Typeof.html
2021-04-22 16:16:46 +02:00
Patrix
4a6a3ccd94 Initial commit 2021-04-12 18:28:11 +02:00