common/common
2023-02-25 11:22:03 -06:00
..
array feat(array): add CSimpleSortedArray 2022-12-30 22:55:47 -06:00
datamgr feat(datamgr): add DataMgr functions 2023-01-01 23:27:44 -06:00
datastore feat(datastore): add dtor for CDataStoreCache 2023-02-25 11:22:03 -06: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
mempool feat(mempool): add MemPool 2023-01-01 22:50:45 -06:00
objectalloc chore(objectalloc): specify parameter name 2022-12-28 14:45:39 -06: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 chore(ref): clean up includes 2022-12-28 08:56:54 -06:00
thread chore(thread): improve names 2022-12-30 08:41:23 -06: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(datamgr): add DataMgr functions 2023-01-01 23:27:44 -06: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 feat(handle): add handle functions 2023-01-01 20:59:41 -06:00
Handle.hpp feat(handle): add handle functions 2023-01-01 20:59:41 -06:00
Instance.hpp feat(instance): add TExtraInstanceRecyclable 2023-01-01 15:53:51 -06:00
MD5.cpp feat(md5): add stubbed MD5 functions 2023-01-01 16:08:44 -06:00
MD5.hpp feat(md5): add stubbed MD5 functions 2023-01-01 16:08:44 -06:00
MemPool.hpp feat(mempool): add MemPool 2023-01-01 22:50:45 -06:00
ObjectAlloc.cpp chore(objectalloc): specify parameter name 2022-12-28 14:45:39 -06:00
ObjectAlloc.hpp chore(objectalloc): specify parameter name 2022-12-28 14:45:39 -06:00
Prop.cpp feat(prop): add prop functions 2022-12-31 17:25:54 -06: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.cpp feat(time): add common time functions 2022-12-28 14:28:47 -06:00
Time.hpp feat(time): add common time functions 2022-12-28 14:28:47 -06:00
XML.hpp chore(xml): clean up include paths 2022-12-30 16:59:26 -06:00