AuROXTL/Include/auROXTL
J Reece Wilson 11bb77f129 [*] Move assets from Runtime to ROXTL
[+] AuMemoryViewRead
[+] AuMemoryViewWrite
[+] AuMemoryViewStreamXXX
[+] SOO UniqueOnHeap
[+] SOO SharedOnHeap
[+] AuHeap
[+] AuHeapStats
[+] New implementation of AuUPtr<T>
2024-09-13 08:50:25 +01:00
..
Iterators [*] Move strings to auROXTL/Strings/* (excl iterator) 2024-09-10 08:27:37 +01:00
MemoryModel [*] Move assets from Runtime to ROXTL 2024-09-13 08:50:25 +01:00
Objects [*] Move assets from Runtime to ROXTL 2024-09-13 08:50:25 +01:00
STLShims [*] Move assets from Runtime to ROXTL 2024-09-13 08:50:25 +01:00
Strings [*] Move strings to auROXTL/Strings/* (excl iterator) 2024-09-10 08:27:37 +01:00
ThirdParty [*] Fix: typo in optional 2024-08-03 20:58:48 +01:00
AU_MACROS.hpp [*] Move assets from Runtime to ROXTL 2024-09-13 08:50:25 +01:00
AU_USING.hpp [+] C#-like using with RAII semantics. Use: AU_USING(pPointer/ref, MethodName) 2024-07-30 01:51:20 +01:00
AU_Z.hpp [*] Move assets from Runtime to ROXTL 2024-09-13 08:50:25 +01:00
auArray.hpp [*] Remove redundant constructor from UTF8 iterator 2024-09-01 22:19:18 +01:00
auArrayList.hpp [*] Amend date typo 2023-01-18 16:29:35 +00:00
auAtomic.hpp [*] Harden weakly ordered systems: atomic stores (rare) and lock clears (common) should perform a full memory barrier (gross, but required) BEFORE the atomic store (allowing other threads to acquire) 2024-06-23 04:56:27 +01:00
auBitsUtils.hpp [+] AuRoundUpPow2 2023-11-18 02:13:57 +00:00
auBST.hpp [*] Move assets from Runtime to ROXTL 2024-09-13 08:50:25 +01:00
auBuildTime.hpp [*] amend and update auBuildTime.hpp 2023-05-02 20:40:34 +01:00
auCastUtils.hpp [*] Amend: "[*] Updated: "auCastUtils.hpp [*] Update casts again 2 years ago"" 2024-06-19 23:01:45 +01:00
auContainerUtils.hpp [+] AuROString "support" 2024-04-19 09:37:45 +01:00
auCopyMoveUtils.hpp [+] Added AuConstReference 2022-04-13 09:50:34 +01:00
auEndianness.hpp [+] AuEndianNormalizeLittle 2023-01-29 18:54:10 +00:00
auFNV1Utils.hpp [*] The runtime variant of Fnv1a was completely FUCKED 2024-04-23 10:05:03 +01:00
auFunctional.hpp [+] Added sources 2022-04-01 05:06:53 +01:00
auHashMap.hpp [*] Move assets from Runtime to ROXTL 2024-09-13 08:50:25 +01:00
auHashUtils.hpp [+] Early reimplementation of string views 2024-07-16 23:34:40 +01:00
auIntegerSequence.hpp [+] Added sources 2022-04-01 05:06:53 +01:00
auList.hpp [*] Move assets from Runtime to ROXTL 2024-09-13 08:50:25 +01:00
auListUtils.hpp [*] this should've never been constexpr 2023-04-17 15:32:13 +01:00
auMagicUtils.hpp [+] Added sources 2022-04-01 05:06:53 +01:00
auMemoryModel.hpp [*] Move assets from Runtime to ROXTL 2024-09-13 08:50:25 +01:00
auMemoryUtils.hpp [+] Early reimplementation of string views 2024-07-16 23:34:40 +01:00
auNumberUtils.hpp [+] AuClamp and AuInvoke 2024-03-01 22:34:35 +00:00
auNumericLimits.hpp [*] increase epsilon size for other quirks 2023-06-01 13:04:49 +01:00
auOptional.hpp [+] AuClamp and AuInvoke 2024-03-01 22:34:35 +00:00
auOptionalEx.hpp [+] AuClamp and AuInvoke 2024-03-01 22:34:35 +00:00
auPosixUtils.hpp [+] Added sources 2022-04-01 05:06:53 +01:00
auResult.hpp [*] Finally enable independent string allocators 2024-04-20 01:14:34 +01:00
auString.hpp [*] Finally enable independent string allocators 2024-04-20 01:14:34 +01:00
auStringUtils.hpp [*] Move strings to auROXTL/Strings/* (excl iterator) 2024-09-10 08:27:37 +01:00
auSwapExchangeUtils.hpp [*] why the hell 2023-04-17 04:30:17 +01:00
auTemplateMeta.hpp [+] AuIsEqualOfEnum 2024-05-29 13:24:08 +01:00
auTemplateMetaIsFunction.hpp [*] Conformity - Clang Fixes 2022-04-04 07:55:47 +01:00
auTransform.hpp [+] Added sources 2022-04-01 05:06:53 +01:00
auTryCall.hpp [+] AuTryCall 2022-11-17 02:28:23 +00:00
auTryCallUtils.hpp [+] AuTryCall 2022-11-17 02:28:23 +00:00
auTryConstruct.hpp [*] amend destroy atomic exchange and an operators linkage 2022-09-13 16:25:46 +01:00
auTryConstructUtils.hpp [*] update 2024-02-16 10:28:14 +00:00
auTuple.hpp [*] Conformity - Clang Fixes 2022-04-04 07:55:47 +01:00
auTupleUtils.hpp [*] Conformity: Fix unexpected qualified names 2023-08-11 10:25:02 +01:00
auTypes.hpp [+] Added sources 2022-04-01 05:06:53 +01:00
auTypeUtils.hpp [+] AuReadGenericLE/AuReadGenericBE/AuWriteGenericLE/AuWriteGenericBE (et al) for volatile pointers 2024-06-19 13:44:31 +01:00
auUnitUtils.hpp [+] Added sources 2022-04-01 05:06:53 +01:00
auUTF8StringView.hpp [*] Move strings to auROXTL/Strings/* (excl iterator) 2024-09-10 08:27:37 +01:00
auVector.hpp [+] AuVecD2, AuVecD3, AuVecD4 2024-09-05 21:22:29 +01:00
auWin32Utils.hpp [+] Improved AuSwap 2022-11-17 05:06:40 +00:00