1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-09 01:07:16 +01:00
SqMod/include/sqrat
2019-02-17 17:23:59 +02:00
..
sqratAllocator.h Use variatic templates to simplify NoCopy allocator. 2018-10-31 20:14:19 +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 Update the constructor binding to take into account new changes made to the overload binding for constructors. 2019-02-17 17:10:42 +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 Update code to comply with changes in the Squirrel API. 2018-10-25 20:08:31 +03:00
sqratGlobalMethods.h Don't create a variable out of ArgFwd since it's an empty structure used purely for ease of use in specialisations. 2018-10-31 20:20:09 +02:00
sqratMemberMethods.h Various minor changes and fixes that were not pushed to the repository. Just random stuff. 2019-01-29 18:44:55 +02:00
sqratObject.h Update the constructor binding to take into account new changes made to the overload binding for constructors. 2019-02-17 17:10:42 +02:00
sqratOverloadMethods.h Fix overload name generator not taking into accoun the prefix length. 2019-02-17 17:09:32 +02: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 Allow argument forwarder to return a value. 2018-10-31 20:07:06 +02:00
sqratUtil.h Discard instances of constant StackStrF parameters. This should always be non-const if possible. 2019-02-17 17:23:59 +02:00