squall/storm
2025-03-16 01:31:39 -04:00
..
array feat(array): add getter for reserved entry count in growable arrays 2023-03-24 23:45:15 -05:00
big feat(big): add SBigXor 2024-11-20 21:14:22 -05:00
crypto feat(crypto): add ARC4 implementation 2023-03-23 12:48:16 -05:00
error fix(error): fix shitcode where SetCount(-1) gets called 2024-12-08 12:36:57 -05:00
hash feat(hash): add synchronized export table template 2023-03-27 17:28:51 -05:00
list fix(list): add missing <new> include to solve missing placement operator error 2024-02-12 17:15:42 -05:00
queue feat(queue): add TSPriorityQueue and TSTimerPriority 2020-12-06 23:28:15 -06:00
region feat(region): add region functions 2023-03-30 14:37:05 -05:00
string feat(string): add SStrHashHT 2020-11-14 17:20:39 -06:00
thread chore(big): style and warning fixes 2024-11-20 21:14:11 -05:00
Array.hpp chore(build): improve include paths 2020-11-01 17:45:45 -06:00
Atomic.cpp chore(atomic): use typedef aliases for better cross platform compat 2020-12-04 00:19:19 -06:00
Atomic.hpp chore(atomic): use typedef aliases for better cross platform compat 2020-12-04 00:19:19 -06:00
Big.cpp fix(big): fixed mismatched use of delete in SBigDel 2024-11-22 02:17:16 -05:00
Big.hpp feat(big): add SBigXor 2024-11-20 21:14:22 -05:00
CMakeLists.txt chore(build): remove mem dependency, use bc for allocation behavior now 2024-09-04 09:15:08 -04:00
Command.cpp fix(command): update ProcessFile to use fixed file API 2025-03-16 01:31:39 -04:00
Command.hpp fix(command): remove FCN from callback names 2024-11-22 02:24:50 -05:00
Crypto.cpp feat(crypto): add ARC4 implementation 2023-03-23 12:48:16 -05:00
Crypto.hpp feat(crypto): add ARC4 implementation 2023-03-23 12:48:16 -05:00
Error.hpp refactor(error): make error variables properly static 2024-09-07 12:26:26 -04:00
Handle.hpp chore(log): remove redundant Common.hpp 2024-02-21 01:18:06 +04:00
Hash.hpp feat(hash): add synchronized export table template 2023-03-27 17:28:51 -05:00
List.hpp chore(build): improve include paths 2020-11-01 17:45:45 -06:00
Log.cpp fix(error): fix incorrect includes 2024-09-07 12:34:46 -04:00
Log.hpp refactor(log): restyle SLog 2024-09-07 12:26:06 -04:00
Memory.hpp feat(build): add zig build script 2024-06-28 04:07:57 -04:00
Queue.hpp feat(queue): add TSPriorityQueue and TSTimerPriority 2020-12-06 23:28:15 -06:00
Region.cpp fix(region): add missing breaks to process boolean switch 2023-03-31 16:16:01 -05:00
Region.hpp feat(region): add region functions 2023-03-30 14:37:05 -05:00
String.cpp feat(string): implement SStrToUnsigned 2024-12-24 14:08:06 -05:00
String.hpp feat(string): implement SStrToUnsigned 2024-12-24 14:08:06 -05:00
Thread.cpp feat(thread): add SGetCurrentThreadId 2021-12-17 15:43:58 -06:00
Thread.hpp feat(thread): add CCritSect 2023-03-26 23:07:48 -05:00
Unicode.cpp feat(unicode): add SUniSPutUTF8 2020-11-22 00:24:32 -06:00
Unicode.hpp feat(unicode): add SUniSPutUTF8 2020-11-22 00:24:32 -06:00