squall/storm
2026-04-26 17:10:11 +04:00
..
array feat: sync with Whoa implementation 2026-04-26 17:10:11 +04:00
big feat: sync with Whoa implementation 2026-04-26 17:10:11 +04:00
crypto feat(crypto): add ARC4 implementation 2023-03-23 12:48:16 -05:00
error feat: sync with Whoa implementation 2026-04-26 17:10:11 +04:00
hash feat: sync with Whoa implementation 2026-04-26 17:10:11 +04:00
list feat: sync with Whoa implementation 2026-04-26 17:10:11 +04:00
option refactor(log): rework SLog to use bc filesystem API 2025-04-14 03:36:40 -04:00
queue feat: sync with Whoa implementation 2026-04-26 17:10:11 +04:00
region feat: sync with Whoa implementation 2026-04-26 17:10:11 +04:00
registry fix(registry): fix return value in GetDefaultsAndKeyPath 2025-03-31 16:58:08 -04:00
string feat(string): add SStrHashHT 2020-11-14 17:20:39 -06:00
thread feat: sync with Whoa implementation 2026-04-26 17:10:11 +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 feat: sync with Whoa implementation 2026-04-26 17:10:11 +04:00
Big.hpp feat: sync with Whoa implementation 2026-04-26 17:10:11 +04:00
CMakeLists.txt feat: sync with Whoa implementation 2026-04-26 17:10:11 +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
Core.cpp feat: sync with Whoa implementation 2026-04-26 17:10:11 +04:00
Core.hpp feat: sync with Whoa implementation 2026-04-26 17:10:11 +04: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
Event.cpp feat: sync with Whoa implementation 2026-04-26 17:10:11 +04:00
Event.hpp feat: sync with Whoa implementation 2026-04-26 17:10:11 +04:00
Handle.hpp feat: sync with Whoa implementation 2026-04-26 17:10:11 +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(log): fix Windows refactor 2025-04-14 05:01:29 -04:00
Log.hpp feat: sync with Whoa implementation 2026-04-26 17:10:11 +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 feat: sync with Whoa implementation 2026-04-26 17:10:11 +04:00
Region.hpp feat: sync with Whoa implementation 2026-04-26 17:10:11 +04:00
Registry.hpp feat(registry): add basic registry implementation 2025-03-31 14:31:31 -04:00
String.cpp feat: sync with Whoa implementation 2026-04-26 17:10:11 +04:00
String.hpp feat: sync with Whoa implementation 2026-04-26 17:10:11 +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
Transparency.cpp feat: sync with Whoa implementation 2026-04-26 17:10:11 +04:00
Transparency.hpp feat: sync with Whoa implementation 2026-04-26 17:10:11 +04:00
Unicode.cpp feat(unicode): add UTF string length functions 2025-04-07 22:25:03 -04:00
Unicode.hpp feat(unicode): add UTF string length functions 2025-04-07 22:25:03 -04:00