common/common
2025-08-18 00:49:12 +04:00
..
array fix(common): <bc/Memory.hpp>, not <storm/Memory.hpp> 2025-03-31 20:29:45 -04:00
datamgr feat(datamgr): add DataMgr functions 2023-01-01 23:27:44 -06:00
datastore fix(common): <bc/Memory.hpp>, not <storm/Memory.hpp> 2025-03-31 20:29:45 -04:00
handle feat(handle): add handle functions 2023-01-01 20:59:41 -06:00
instance feat(instance): add TExtraInstanceRecyclable 2023-01-01 15:53:51 -06:00
memory feat: implement MD5 algorithm 2025-08-17 18:08:42 +04:00
mempool fix(common): <bc/Memory.hpp>, not <storm/Memory.hpp> 2025-03-31 20:29:45 -04:00
objectalloc feat: improve ObjectAlloc implementation 2025-08-18 00:49:12 +04:00
processor fix(processor): LPCALLNTPOWERINFORMATIONFUNC should return LONG instead of the error-prone NTSTATUS 2025-04-01 15:56:07 -04:00
prop feat(prop): add prop functions 2022-12-31 17:25:54 -06:00
ref chore(ref): clean up includes 2022-12-28 08:56:54 -06:00
string fix(common): <bc/Memory.hpp>, not <storm/Memory.hpp> 2025-03-31 20:29:45 -04:00
thread chore(thread): improve names 2022-12-30 08:41:23 -06:00
time fix(time): make thread affinity mask calculation more readable 2025-04-12 19:02:47 -04:00
xml feat(xml): add XML functions 2022-12-30 16:57:19 -06:00
Array.hpp feat(array): add CSimpleSortedArray 2022-12-30 22:55:47 -06:00
BigInteger.cpp feat(biginteger): add big integer function suite 2023-02-05 22:27:51 -06:00
BigInteger.hpp feat(biginteger): add big integer function suite 2023-02-05 22:27:51 -06:00
Call.cpp feat(call): add stubbed call functions 2023-01-01 15:33:13 -06:00
Call.hpp feat(call): add stubbed call functions 2023-01-01 15:33:13 -06:00
CMakeLists.txt feat(memory): implement CDataAllocator 2025-08-17 14:54:45 +04:00
DataAllocator.hpp feat(memory): implement CDataAllocator 2025-08-17 14:54:45 +04:00
DataMgr.cpp feat(datamgr): add DataMgr functions 2023-01-01 23:27:44 -06:00
DataMgr.hpp feat(datamgr): add DataMgr functions 2023-01-01 23:27:44 -06:00
DataStore.hpp feat(datastore): add CDataStoreCache 2022-12-30 14:43:23 -06:00
Handle.cpp fix(handle): update with new STORM_VALIDATE macro 2025-03-31 20:17:33 -04:00
Handle.hpp fix(common): depend on squall for handle declaration macro 2024-07-04 17:47:10 -04:00
Instance.hpp feat(instance): add TExtraInstanceRecyclable 2023-01-01 15:53:51 -06:00
MD5.cpp feat: implement MD5 algorithm 2025-08-17 18:08:42 +04:00
MD5.hpp feat: implement MD5 algorithm 2025-08-17 18:08:42 +04:00
MemPool.hpp feat(mempool): add MemPool 2023-01-01 22:50:45 -06:00
ObjectAlloc.cpp feat: improve ObjectAlloc implementation 2025-08-18 00:49:12 +04:00
ObjectAlloc.hpp feat: improve ObjectAlloc implementation 2025-08-18 00:49:12 +04:00
Processor.hpp feat(common): implement processor feature detection on Windows and MacOS, more accurate OsTime* functions on Windows 2025-03-21 03:14:51 -04:00
Prop.cpp fix(common): <bc/Memory.hpp>, not <storm/Memory.hpp> 2025-03-31 20:29:45 -04:00
Prop.hpp feat(prop): add prop functions 2022-12-31 17:25:54 -06:00
Ref.hpp chore(ref): clean up includes 2022-12-28 08:56:54 -06:00
SHA1.cpp fix(sha1): include malloc.h for alloca in Windows builds 2023-02-06 17:16:02 -06:00
SHA1.hpp feat(sha1): add SHA1_InterleaveHash 2023-02-06 17:00:19 -06:00
String.hpp chore: initial commit 2022-12-26 16:28:55 -06:00
Thread.hpp chore(thread): improve names 2022-12-30 08:41:23 -06:00
Time.hpp feat(common): implement processor feature detection on Windows and MacOS, more accurate OsTime* functions on Windows 2025-03-21 03:14:51 -04:00
Unicode.cpp feat(unicode): add UTF-8 conversion routines 2025-04-06 13:02:42 -04:00
Unicode.hpp feat(unicode): add UTF-8 conversion routines 2025-04-06 13:02:42 -04:00
XML.hpp chore(xml): clean up include paths 2022-12-30 16:59:26 -06:00