squall/storm
2023-08-14 22:12:19 -04:00
..
array feat(array): add getter for reserved entry count in growable arrays 2023-03-24 23:45:15 -05:00
big fix(big): correct large divisor handling in Div 2023-02-06 22:15:20 -06:00
crypto feat(crypto): add ARC4 implementation 2023-03-23 12:48:16 -05:00
error/win feat(error): add exception-to-string translation for windows 2023-03-20 21:51:46 -05:00
hash feat(hash): add synchronized export table template 2023-03-27 17:28:51 -05:00
list fix(list): correct name of clear function 2023-03-26 15:01:17 -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 fix(thread): add missing header 2023-03-27 16:54:24 -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 chore(big): align implementation ordering 2023-02-05 16:42:18 -06:00
Big.hpp feat(big): add SBigPowMod 2023-02-05 16:36:38 -06:00
CMakeLists.txt chore(build): link bc privately to storm 2023-08-14 16:40:45 -04:00
Command.cpp fix(command): add bc includes 2023-08-14 22:12:19 -04:00
Command.hpp feat(command): implement command-line argument parsing 2023-08-14 16:25:33 -04: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.cpp feat(error): add exception-to-string translation for windows 2023-03-20 21:51:46 -05:00
Error.hpp feat(error): implement SErrSetLastError and SErrGetLastError functions 2023-01-27 10:25:57 -06:00
Handle.hpp feat(handle): add handle declaration macro 2023-03-30 14:25:45 -05: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
Memory.hpp chore(memory): rely on external dependency for allocation functions 2023-08-04 20:44:16 -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): 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): 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