1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 16:57:16 +01:00
SqMod/source/Library
2017-06-18 20:25:12 +03:00
..
Chrono Minor fix in date-time class. 2017-02-22 18:09:02 +02:00
Crypt Make builtin formatted strings default to false to avoid trying to perform a format in cases where it can be folled by a following parameters that are not meant to be part of that formatted string. 2017-06-18 20:25:12 +03:00
IO Minor code style and consistency adjustments. 2016-11-15 21:55:03 +02:00
Numeric Make builtin formatted strings default to false to avoid trying to perform a format in cases where it can be folled by a following parameters that are not meant to be part of that formatted string. 2017-06-18 20:25:12 +03:00
System Minor code style and consistency adjustments. 2016-11-15 21:55:03 +02:00
Utils Make it possible for the Buffer wrapper to detect the length of a raw string if the requested length is negative. 2017-06-16 02:24:19 +03:00
Chrono.cpp Minor adjustments to the code and several bug-fixes. 2017-05-05 20:39:25 +03:00
Chrono.hpp Add utility to calculate date range in seconds on Chrono library. 2016-07-04 16:23:35 +03:00
Crypt.cpp Forgot to register the Hash and AES sub libraries from the main Crypt library. 2016-06-04 22:32:08 +03:00
Crypt.hpp Untested update to the new plugin API. 2016-05-22 06:20:38 +03:00
IO.cpp Separate the IO library into smaller sub components. 2016-05-24 18:37:34 +03:00
IO.hpp Separate the IO library into smaller sub components. 2016-05-24 18:37:34 +03:00
Numeric.cpp Remove implementation of the Decimal time. Not worth the troublem. 2016-06-05 04:28:45 +03:00
Numeric.hpp Merge the Random and Math libraries into the Numeric library and organize code a bit. 2016-06-05 00:00:59 +03:00
String.cpp Make builtin formatted strings default to false to avoid trying to perform a format in cases where it can be folled by a following parameters that are not meant to be part of that formatted string. 2017-06-18 20:25:12 +03:00
String.hpp Adjust some of the string library functions to use the new method of receiving formatted strings. 2016-11-17 17:05:12 +02:00
System.cpp Make builtin formatted strings default to false to avoid trying to perform a format in cases where it can be folled by a following parameters that are not meant to be part of that formatted string. 2017-06-18 20:25:12 +03:00
System.hpp Untested update to the new plugin API. 2016-05-22 06:20:38 +03:00
Utils.cpp Make builtin formatted strings default to false to avoid trying to perform a format in cases where it can be folled by a following parameters that are not meant to be part of that formatted string. 2017-06-18 20:25:12 +03:00
Utils.hpp Untested update to the new plugin API. 2016-05-22 06:20:38 +03:00