squall/storm
2023-02-04 14:46:03 -06:00
..
array feat(array): add TSBaseArray::Top 2023-01-15 17:42:00 -06:00
big feat(big): add MulMod 2023-02-04 14:46:03 -06:00
hash chore(hash): include parameter names in header 2022-12-28 17:08:59 -06:00
list chore(list): remove redundant void in function signatures 2022-12-28 17:11:34 -06:00
queue feat(queue): add TSPriorityQueue and TSTimerPriority 2020-12-06 23:28:15 -06:00
string feat(string): add SStrHashHT 2020-11-14 17:20:39 -06:00
thread feat(thread): add SSyncObject destructor 2022-12-29 15:13:33 -06: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 feat(big): add SBigMod 2023-02-04 14:03:45 -06:00
Big.hpp feat(big): add SBigMod 2023-02-04 14:03:45 -06:00
CMakeLists.txt feat(big): add 64-bit-centric ops 2023-01-23 22:10:24 -06:00
Error.cpp feat(error): implement SErrSetLastError and SErrGetLastError functions 2023-01-27 10:25:57 -06:00
Error.hpp feat(error): implement SErrSetLastError and SErrGetLastError functions 2023-01-27 10:25:57 -06:00
Hash.hpp feat(hash): add hash templates 2020-11-15 13:20:10 -06:00
List.hpp chore(build): improve include paths 2020-11-01 17:45:45 -06:00
Memory.cpp chore(build): improve include paths 2020-11-01 17:45:45 -06:00
Memory.hpp feat(memory): add SMemAlloc, SMemFree, and SMemReAlloc 2020-09-07 17:00:14 -05:00
Queue.hpp feat(queue): add TSPriorityQueue and TSTimerPriority 2020-12-06 23:28:15 -06:00
String.cpp feat(string): add non-const string functions and fix narrowing warning 2023-01-18 23:36:07 -06:00
String.hpp feat(string): add non-const string functions and fix narrowing warning 2023-01-18 23:36:07 -06:00
Thread.cpp feat(thread): add SGetCurrentThreadId 2021-12-17 15:43:58 -06:00
Thread.hpp feat(thread): implement SThread::Create for windows 2022-12-28 20:03:31 -06: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