1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 16:57:16 +01:00
SqMod/include/sqrat
2018-07-31 17:41:46 +03:00
..
sqratAllocator.h Update sqrat allocator to comply with changes to StackStrF. 2018-07-30 01:07:33 +03:00
sqratArray.h Add a helper function to append multiple elements into a script array more efficiently and easier. 2017-06-19 14:06:01 +03:00
sqratClass.h Multiple fixes for last refactoring. 2018-07-30 01:51:02 +03:00
sqratClassType.h Separated major non mandatory libraries into their onwn modules. 2016-02-27 11:57:10 +02:00
sqratConst.h Standardize helper structures to simplify the registration of constants and also to reduce compilation times and executable size. 2016-11-23 00:57:55 +02:00
sqratFunction.h Simplify the script function wrapper. 2018-07-31 17:41:46 +03:00
sqratGlobalMethods.h Refactor the binding library even further to reduce code size and complexity. 2018-07-30 21:44:04 +03:00
sqratMemberMethods.h Refactor the binding library even further to reduce code size and complexity. 2018-07-30 21:44:04 +03:00
sqratObject.h Include a guard in the object iteration helper to avoid leaking in case of exception. 2017-06-19 14:24:10 +03:00
sqratOverloadMethods.h Massive code reduction in the binding utility by using variadic templates. 2018-07-30 00:58:27 +03:00
sqratScript.h Separated major non mandatory libraries into their onwn modules. 2016-02-27 11:57:10 +02:00
sqratTable.h Massive code reduction in the binding utility by using variadic templates. 2018-07-30 00:58:27 +03:00
sqratTypes.h Fix previous refactor which caused functions with format support to not fallback to dummy values when StackStrF tail arguments were not specified. 2018-07-30 23:00:45 +03:00
sqratUtil.h Simplify the script function wrapper. 2018-07-31 17:41:46 +03:00