1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 00:37:15 +01:00
SqMod/include/sqrat
Sandu Liviu Catalin c5b509dcb3 Avoid creating multiple objects for the same string when event parameters contain strings.
Include a helper fonstructor in the light object type for quick string object creation.
2017-02-21 22:17:25 +02:00
..
sqratAllocator.h Implement constructors with formatting support in the Sqrat binding utility. 2016-11-22 16:08:45 +02:00
sqratArray.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
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 StackStrF constant when registering methods with formatting support. 2016-11-22 16:08:11 +02:00
sqratMemberMethods.h Make StackStrF constant when registering methods with formatting support. 2016-11-22 16:08:11 +02:00
sqratObject.h Avoid creating multiple objects for the same string when event parameters contain strings. 2017-02-21 22:17:25 +02: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 Minor adjustments to Sqrat types. Improved shared pointers to use less heap allocations for counters. 2017-02-21 21:19:10 +02:00
sqratTypes.h Remove duplicate code in Sqrat Var for the the StackStrF type. 2016-11-17 10:50:40 +02:00
sqratUtil.h Minor adjustments to Sqrat types. Improved shared pointers to use less heap allocations for counters. 2017-02-21 21:19:10 +02:00