AuROXTL/Include/auROXTL
2024-11-14 13:22:12 +00:00
..
Hashing [+] CRC32 and CRC16 2024-10-19 01:36:10 +01:00
Iterators [*] Fix some C++17 build regressions pending the merging of the TR1 / x03 to 14 headers 2024-09-27 17:52:56 +01:00
MemoryModel [+] AuMemoryView.ToReadView 2024-10-23 13:23:00 +01: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 [*] Cosmetics 2024-10-13 09:00:56 +01:00
ThirdParty [*] Fix: typo in optional 2024-08-03 20:58:48 +01:00
AU_MACROS.hpp [+] Missing AU_CO_ROUTINE_SUS_NEVER 2024-10-16 14:13:42 +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 [*] Amend 11bb77f1, fully disable bCache flag for packed shared pointers 2024-09-21 22:00:59 +01:00
auArray.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
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 [*] Cosmetics 2024-10-13 09:00:56 +01: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 [*] Amend: "[*] Updated: "auCastUtils.hpp [*] Update casts again 2 years ago"" 2024-06-19 23:01:45 +01: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 [+] Added AuConstReference 2022-04-13 09:50:34 +01: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 [*] Fix some C++17 build regressions pending the merging of the TR1 / x03 to 14 headers 2024-09-27 17:52:56 +01: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 [*] Cosmetics 2024-10-13 09:00:56 +01:00
auMemoryUtils.hpp [*] Cosmetics 2024-10-13 09:00:56 +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 [*] 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 [*] Cosmetics 2024-10-13 09:00:56 +01: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