AuROXTL/Include/auROXTL
Jamie Reece Wilson b75ca6fd60 [+] (From Runtime and modified): AuSplitNewlines
[+] (From Runtime and modified): AuTrySplitString(AuListOfHeap<AuROString> &ret, ...)
[+] (From Runtime and modified): AuTrySplitString(AuList<AuROString> &ret, ...)
[+] (From Runtime and modified): AuSplitString(...)
[+] (From Runtime and modified): AuTrySplitStringWithDelimiter(...)
[+] (From Runtime and modified): AuSplitStringWithDelimiter(...)
[+] AU_STATIC_OR_OPTIMIZE_SPACE
2024-12-26 06:57:28 +00:00
..
Hashing [*] Partial merge of the TR1 / preC++11 hard fork 2024-11-30 18:49:02 +00:00
Iterators [*] Partial merge of the TR1 / preC++11 hard fork 2024-11-30 18:49:02 +00:00
MemoryModel [+] AuHeap::ZReallocEx and AuHeap::FReallocEx for forced truncation 2024-12-05 18:27:23 +00:00
NoRuntime [+] auROXTL/NoRuntime/NoRuntime.hpp 2024-12-02 15:53:17 +00:00
Objects [*] Cosmetics 2024-10-13 09:00:56 +01:00
STLShims [*] Fix some C++17 build regressions pending the merging of the TR1 / x03 to 14 headers 2024-09-27 17:52:56 +01:00
Strings [+] (From Runtime and modified): AuSplitNewlines 2024-12-26 06:57:28 +00:00
ThirdParty [*] Fix: typo in optional 2024-08-03 20:58:48 +01:00
Utility [*] TODO: AuDecay 2024-12-04 09:48:31 +00:00
AU_MACROS.hpp [+] (From Runtime and modified): AuSplitNewlines 2024-12-26 06:57:28 +00: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 [*] Amend 11bb77f1, fully disable bCache flag for packed shared pointers 2024-09-21 22:00:59 +01:00
auArray.hpp [*] TR1-merge cont: auArray.hpp 2024-11-30 19:09:19 +00:00
auAtomic.hpp [*] Nothing to see here. 2024-11-23 04:07:16 +00:00
auBitsUtils.hpp [*] Partial merge of the TR1 / preC++11 hard fork 2024-11-30 18:49:02 +00:00
auBST.hpp [*] Fix some C++17 build regressions pending the merging of the TR1 / x03 to 14 headers 2024-09-27 17:52:56 +01:00
auBuildTime.hpp [*] amend and update auBuildTime.hpp 2023-05-02 20:40:34 +01:00
auCastUtils.hpp [*] Partial merge of the TR1 / preC++11 hard fork 2024-11-30 18:49:02 +00:00
auContainerUtils.hpp [*] Fix some C++17 build regressions pending the merging of the TR1 / x03 to 14 headers 2024-09-27 17:52:56 +01:00
auCopyMoveUtils.hpp [*] Partial merge of the TR1 / preC++11 hard fork 2024-11-30 18:49:02 +00:00
auEndianness.hpp [+] AuEndianNormalizeLittle 2023-01-29 18:54:10 +00:00
auFNV1Utils.hpp [+] CRC32 and CRC16 2024-10-19 01:36:10 +01:00
auFunctional.hpp [+] Added sources 2022-04-01 05:06:53 +01:00
auHashMap.hpp [*] Fix some C++17 build regressions pending the merging of the TR1 / x03 to 14 headers 2024-09-27 17:52:56 +01:00
auHashUtils.hpp [*] undefine std_string_view 2024-12-10 18:58:09 +00:00
auIntegerSequence.hpp [+] Added sources 2022-04-01 05:06:53 +01:00
auLinkedList.hpp [*/+] Fix AuArray detection in some third party library by introducing AuArray<T, N>::insert(itr, copy) 2024-11-14 13:22:12 +00: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 [*] Missing tr1 support in auUniquePointer.ipp 2024-12-02 14:25:45 +00:00
auMemoryUtils.hpp [*] Cosmetics 2024-10-13 09:00:56 +01:00
auNumberUtils.hpp [*] C++17 doesn't like this quick auNumberUtils TR1 patch 2024-12-03 21:32:25 +00:00
auNumericLimits.hpp [*] increase epsilon size for other quirks 2023-06-01 13:04:49 +01:00
auOptional.hpp [*] Fix some C++17 build regressions pending the merging of the TR1 / x03 to 14 headers 2024-09-27 17:52:56 +01: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 [*] Cosmetics 2024-10-13 09:00:56 +01:00
auSwapExchangeUtils.hpp [*] Fix some C++17 build regressions pending the merging of the TR1 / x03 to 14 headers 2024-09-27 17:52:56 +01:00
auTemplateMeta.hpp [*] Missing tr1 support in auUniquePointer.ipp 2024-12-02 14:25:45 +00:00
auTemplateMetaIsFunction.hpp [*] Fix some C++17 build regressions pending the merging of the TR1 / x03 to 14 headers 2024-09-27 17:52:56 +01:00
auTransform.hpp [+] Added sources 2022-04-01 05:06:53 +01:00
auTryCall.hpp [*] Fix some C++17 build regressions pending the merging of the TR1 / x03 to 14 headers 2024-09-27 17:52:56 +01:00
auTryCallUtils.hpp [+] AuTryCall 2022-11-17 02:28:23 +00:00
auTryConstruct.hpp [*] Fix some C++17 build regressions pending the merging of the TR1 / x03 to 14 headers 2024-09-27 17:52:56 +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 [*] Fix some C++17 build regressions pending the merging of the TR1 / x03 to 14 headers 2024-09-27 17:52:56 +01:00
auTypes.hpp [+] Added sources 2022-04-01 05:06:53 +01:00
auTypeUtils.hpp [*] Cosmetics 2024-10-13 09:00:56 +01:00
auUnitUtils.hpp [+] Added sources 2022-04-01 05:06:53 +01:00
auUTF8StringView.hpp [*] Cosmetics 2024-10-13 09:00:56 +01:00
auVector.hpp [+] AuVecD2, AuVecD3, AuVecD4 2024-09-05 21:22:29 +01:00
auWin32Utils.hpp [*] Cosmetics 2024-10-13 09:00:56 +01:00