squall/storm
2025-03-31 16:22:45 -04:00
..
array refactor(memory): make memory allocation the exclusive responsibility of bc from now on 2025-03-31 14:19:47 -04: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 feat(registry): add basic registry implementation 2025-03-31 14:31:31 -04:00
hash refactor(memory): make memory allocation the exclusive responsibility of bc from now on 2025-03-31 14:19:47 -04:00
list refactor(memory): make memory allocation the exclusive responsibility of bc from now on 2025-03-31 14:19:47 -04:00
option feat(options): implement StormSetOption 2025-03-31 14:29:51 -04: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
registry fix(registry): squash some warnings, try to get it to compile on mac 2025-03-31 16:22:45 -04:00
string feat(string): add SStrHashHT 2020-11-14 17:20:39 -06:00
thread refactor(memory): make memory allocation the exclusive responsibility of bc from now on 2025-03-31 14:19:47 -04: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 refactor(memory): make memory allocation the exclusive responsibility of bc from now on 2025-03-31 14:19:47 -04:00
Big.hpp feat(big): add SBigXor 2024-11-20 21:14:22 -05:00
CMakeLists.txt feat(registry): add basic registry implementation 2025-03-31 14:31:31 -04:00
Command.cpp refactor(memory): make memory allocation the exclusive responsibility of bc from now on 2025-03-31 14:19:47 -04:00
Command.hpp fix(command): remove FCN from callback names 2024-11-22 02:24:50 -05:00
Crypto.cpp fix(crypto): STORM_VALIDATE_END -> STORM_VALIDATE_END_VOID 2025-03-31 15:44:54 -04: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 refactor(memory): make memory allocation the exclusive responsibility of bc from now on 2025-03-31 14:19:47 -04:00
Log.hpp refactor(log): restyle SLog 2024-09-07 12:26:06 -04:00
Option.hpp feat(registry): add basic registry implementation 2025-03-31 14:31:31 -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
Registry.hpp feat(registry): add basic registry implementation 2025-03-31 14:31:31 -04:00
String.cpp fix(string): STORM_VALIDATE_END -> STORM_VALIDATE_END_VOID 2025-03-31 15:46:32 -04:00
String.hpp feat(registry): add basic registry implementation 2025-03-31 14:31:31 -04: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 fix(unicode): remove printdebug statement 2025-03-31 15:43:16 -04:00
Unicode.hpp feat(registry): add basic registry implementation 2025-03-31 14:31:31 -04:00