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