squall/storm
2025-12-28 11:35:05 -06:00
..
array feat(array): add const qualified TSBaseArray::operator[] 2025-12-23 21:08:23 -06:00
big feat(big): add SBigToUnsigned 2024-11-17 11:54:07 -06:00
crypto feat(crypto): add ARC4 implementation 2023-03-23 12:48:16 -05:00
error feat(error): rework error macros 2025-09-11 22:00:12 -05:00
file chore(file): add initial file headers (#107) 2025-12-28 11:35:05 -06:00
hash chore(hash): clean up TSHashTable functions 2025-11-16 14:18:57 -06:00
list feat(list): implement copy constructor 2025-11-15 22:15:13 -06:00
queue fix(queue): add missing initializers to CSBasePriority 2025-09-01 23:10:02 -05:00
region feat(region): add classic games flavor rect ordering 2025-10-02 22:23:04 -05:00
string feat(string): add SStrHashHT 2020-11-14 17:20:39 -06:00
thread chore(memory): remove single arg SMemFree 2025-10-07 19:43:45 -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): hide the definition of BigData 2025-11-15 11:09:46 -06:00
Big.hpp chore(big): hide the definition of BigData 2025-11-15 11:09:46 -06:00
CMakeLists.txt chore(build): clean up debug build options 2025-12-27 09:40:28 -06:00
Core.cpp chore(style): clean up line endings in core 2025-11-20 21:55:54 -06:00
Core.hpp chore(style): clean up line endings in core 2025-11-20 21:55:54 -06:00
Crypto.cpp chore(error): add error codes and fix macro accuracy 2025-04-20 12:47:37 -05:00
Crypto.hpp feat(crypto): add ARC4 implementation 2023-03-23 12:48:16 -05:00
Error.cpp chore(build): mark all API functions with calling convention (#69) 2025-10-05 22:27:01 -05:00
Error.hpp chore(build): mark all API functions with calling convention (#69) 2025-10-05 22:27:01 -05:00
Event.cpp chore(style): clean up line endings in event 2025-11-20 21:55:54 -06:00
Event.hpp chore(style): clean up line endings in event 2025-11-20 21:55:54 -06:00
File.hpp chore(file): add initial file headers (#107) 2025-12-28 11:35:05 -06:00
Handle.hpp feat(handle): improve handle macros 2025-09-03 23:08:13 -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.cpp feat(memory): add additional operator overloads 2025-11-16 07:11:20 -06:00
Memory.hpp feat(memory): add SMemCmp 2025-10-16 09:54:33 -05:00
Queue.hpp feat(queue): add TSPriorityQueue and TSTimerPriority 2020-12-06 23:28:15 -06:00
Region.cpp fix(region): fix incorrect ordering in SC flavor of SRgnGetRectsf 2025-10-05 22:51:33 -05:00
Region.hpp chore(build): mark all API functions with calling convention (#69) 2025-10-05 22:27:01 -05:00
String.cpp feat(string): add SStrChrBidir 2025-11-15 13:45:05 -06:00
String.hpp feat(string): add SStrChrBidir 2025-11-15 13:45:05 -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 8 SUni functions 2025-11-20 19:32:43 -06:00
Unicode.hpp feat(unicode): add 8 SUni functions 2025-11-20 19:32:43 -06:00