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-15 21:31:44 +03:00
..
sqratAllocator.h Implement constructors with formatting support in the Sqrat binding utility. 2016-11-22 16:08:45 +02: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 Implement constructors with formatting support in the Sqrat binding utility. 2016-11-22 16:08:45 +02: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 Don't separate C++11 code from legacy code through macros. Make C++11 the default C++ version required. 2016-06-12 13:49:43 +03:00
sqratGlobalMethods.h Make sure that the free variable containing the pointer of the registered native closures is taken into account when registering functions with formatting support that take no extra parameters other than the formatting string and trailing variable arguments. 2017-06-17 22:41:03 +03:00
sqratMemberMethods.h Make sure that the free variable containing the pointer of the registered native closures is taken into account when registering functions with formatting support that take no extra parameters other than the formatting string and trailing variable arguments. 2017-06-17 22:41:03 +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 Separated major non mandatory libraries into their onwn modules. 2016-02-27 11:57:10 +02:00
sqratScript.h Separated major non mandatory libraries into their onwn modules. 2016-02-27 11:57:10 +02:00
sqratTable.h Introduce a new constructor into the sqrat Table wrapper which can create a table with an initial capacity. 2018-07-15 21:31:44 +03:00
sqratTypes.h Remove duplicate code in Sqrat Var for the the StackStrF type. 2016-11-17 10:50:40 +02:00
sqratUtil.h Fix bug in plugin caused by not popping the closure from the stack after calling it. 2018-07-05 21:01:08 +03:00