Commit Graph

  • 977df63d24 feat(containers): add TList and the corresponding testing master _Redstone_c_ 2023-04-02 22:49:15 +0800
  • f644372642 fix(containers): fix operator== and operator<=> of TArray etc _Redstone_c_ 2023-04-01 19:28:03 +0800
  • 389a72444b fix(memory): add CDestructible to CAllocatableObject _Redstone_c_ 2023-03-31 19:25:50 +0800
  • 19dc46364a refactor(*): use CAllocatableObject instead of CElementalObject _Redstone_c_ 2023-03-22 22:25:12 +0800
  • ff155e23de feat(memory): add CMultipleAllocator for non-contiguous containers _Redstone_c_ 2023-03-22 19:35:42 +0800
  • 3d951a80db fix(containers): fix assertion when TBitset cannot be represented by uint64 _Redstone_c_ 2023-03-17 19:26:57 +0800
  • 5b7a90cd0b fix(containers): fix operator&= operator|= and operator^= of TBitset _Redstone_c_ 2023-03-17 19:09:48 +0800
  • 1b33d3b166 feat(containers): add TStaticBitset and the corresponding testing _Redstone_c_ 2023-03-15 21:49:05 +0800
  • 5021171324 fix(containers): remove operator<=> of TBitset because its order is not defined _Redstone_c_ 2023-03-14 19:29:25 +0800
  • 1daf90adee fix(containers): fix operator<=> of TArray and TStaticArray to compare lexicographically _Redstone_c_ 2023-03-13 21:53:47 +0800
  • dd8b698bb3 feat(containers): enable TBitset to support custom block type _Redstone_c_ 2023-03-13 19:13:31 +0800
  • 432b6e0a6b feat(containers): add TBitset and the corresponding testing _Redstone_c_ 2023-03-12 23:18:04 +0800
  • 9045f9b3b2 refactor(*): fix EBO issues and remove NAMESPACE_PRIVATE about containers _Redstone_c_ 2023-03-04 19:12:47 +0800
  • 5c91059203 refactor(memory): add allocator EBO helper macro and use it for TInlineAllocator _Redstone_c_ 2023-03-02 22:51:45 +0800
  • 7a8a1648d1 feat(containers): add TArray::Reference and TArray::ConstReference etc _Redstone_c_ 2023-03-01 18:32:32 +0800
  • a15ff69809 refactor(memory): remove FDefaultAllocator and directly specify a specific _Redstone_c_ 2023-02-27 23:25:40 +0800
  • 40d27eece6 refactor(containers): add the CElementalObject concept to constrain elements _Redstone_c_ 2023-02-26 22:13:45 +0800
  • c8650b4aa5 feat(containers): add TArrayView and use TObserverPtr instead of raw pointer _Redstone_c_ 2023-02-26 21:55:36 +0800
  • 343ff8d240 refactor(templates): refactor the return value of GetData() to TObserverPtr _Redstone_c_ 2023-02-26 19:01:32 +0800
  • e9f780622f feat(containers): add TStaticArray and operations support _Redstone_c_ 2023-02-24 19:09:22 +0800
  • 9debe74b32 refactor(*): remove constexpr for containers and allocators _Redstone_c_ 2023-02-22 23:34:51 +0800
  • e8c9f9cc23 feat(memory): add TInlineAllocator and the corresponding testing _Redstone_c_ 2023-02-22 23:33:10 +0800
  • bc3cc3d2cc feat(containers): add helper functions like MakeReverseIterator() etc _Redstone_c_ 2023-02-21 21:05:53 +0800
  • 02cdce39e2 feat(templates): add MakeAny() and fix MakeOptional() _Redstone_c_ 2023-02-20 18:53:59 +0800
  • 56cc0a4d69 feat(containers): modify the constructor of iterator adapters to be perfect forwarding _Redstone_c_ 2023-02-19 23:28:54 +0800
  • 4cec973485 feat(containers): add converting move constructor for iterator adaptors _Redstone_c_ 2023-02-19 21:07:03 +0800
  • 5e64450bce feat(containers): add TFunctionalOutputIterator and operations support _Redstone_c_ 2023-02-19 19:00:57 +0800
  • 5909d20605 feat(containers): add TFunctionalInputIterator and operations support _Redstone_c_ 2023-02-18 19:09:39 +0800
  • f521c2b5d5 fix(templates): fix FNoncopyable to satisfy the CMovable concept _Redstone_c_ 2023-02-17 23:31:24 +0800
  • bae95fa438 feat(containers): add TCountedIterator and operations support _Redstone_c_ 2023-02-16 23:34:21 +0800
  • 4bbb8e395a feat(containers): add ENABLE_RANGE_BASED_FOR_LOOP_SUPPORT macro definition _Redstone_c_ 2023-02-15 23:41:05 +0800
  • 273be032ec feat(containers): add TMoveIterator and operations support _Redstone_c_ 2023-02-15 23:36:18 +0800
  • c4e0528d93 fix(memory): support for creating TUniqueRef object from MakeUnique() _Redstone_c_ 2023-02-14 23:53:34 +0800
  • fb0d1e978d refactor(memory): disable comparison of TUniquePtr and TSharedPtr with nullptr _Redstone_c_ 2023-02-13 23:31:58 +0800
  • 0c54bbe2ac refactor(memory): remove FNoInit versions of MakeUnique() and MakeShared() _Redstone_c_ 2023-02-13 20:58:08 +0800
  • 05d59ed323 feat(containers): add TReverseIterator and operations support _Redstone_c_ 2023-02-13 19:26:09 +0800
  • 151c90d371 refactor(memory): summing allocator support into one header file _Redstone_c_ 2023-02-13 18:51:53 +0800
  • 4ab63da977 feat(containers): add iterator concepts and operations support _Redstone_c_ 2023-02-12 23:46:30 +0800
  • 3efabc342f fix(memory): fix segfault error caused by freeing nullptr with Free() _Redstone_c_ 2023-02-12 23:45:13 +0800
  • 05e62e1381 feat(containers): add TArray and the corresponding testing _Redstone_c_ 2023-02-08 23:30:46 +0800
  • febffc453a feat(memory): add FAllocatorInterface and FHeapAllocator _Redstone_c_ 2023-01-24 18:57:45 +0800
  • c634c2757c feat(memory): add InOutPtr and the corresponding testing _Redstone_c_ 2023-01-21 14:34:57 +0800
  • 73b5305d34 fix(miscellaneous): fix LNK2005 errors of MSVC caused by GSignalDefault etc _Redstone_c_ 2023-01-20 23:33:30 +0800
  • c7f50957db perf(miscellaneous): optimize check_no_entry() and unimplemented() _Redstone_c_ 2023-01-20 23:22:19 +0800
  • 0d99fad3f0 feat(memory): add TObserverPtr and the corresponding testing _Redstone_c_ 2023-01-20 22:40:54 +0800
  • 1b2ea5c2a6 feat(templates): add TRetainedRef and the corresponding testing _Redstone_c_ 2023-01-20 21:21:26 +0800
  • 2ef2c4a729 feat(templates): add TPropagateConst and the corresponding testing _Redstone_c_ 2023-01-20 21:02:28 +0800
  • e498d9b0b8 refactor(*): move TUniquePtr and TSharedPtr to memory from templates category _Redstone_c_ 2023-01-19 19:34:17 +0800
  • d029ab0dfc feat(miscellaneous): add program support utilities such as Abort() or System() etc _Redstone_c_ 2023-01-19 19:17:45 +0800
  • 52cd65dbad feat(templates): add TPointerTraits and the corresponding testing _Redstone_c_ 2023-01-16 19:27:39 +0800
  • 96e6fb22cd fix(memory): fix alignment of operator new to __STDCPP_DEFAULT_NEW_ALIGNMENT__ _Redstone_c_ 2023-01-15 21:57:16 +0800
  • c38714220e refactor(templates): remove TSharedPtr<T>::ToSharedRef(T*) function overload _Redstone_c_ 2023-01-15 18:41:38 +0800
  • 5c2c1b4a48 fix(templates): fix TSharedFromThis not working for indirectly derived _Redstone_c_ 2023-01-15 18:14:09 +0800
  • 78979b414a perf(templates): remove unnecessary and wrong reinterpret_cast in TSharedPtr _Redstone_c_ 2023-01-13 23:14:11 +0800
  • caabc51803 feat(templates): add CTUniquePtr and CTSharedPtr etc _Redstone_c_ 2023-01-12 22:06:10 +0800
  • 10b8e0fc45 fix(templates): fix requires of TUniquePtr and TSharedPtr for arrays _Redstone_c_ 2023-01-11 23:14:40 +0800
  • 9472686d99 feat(templates): add TSharedPtr and the corresponding testing _Redstone_c_ 2023-01-11 19:29:17 +0800
  • 49023da0c1 feat(memory): add memory leak check assertion _Redstone_c_ 2023-01-11 19:24:02 +0800
  • d8543421a0 feat(miscellaneous): add DO_CHECK and check_code() assertion macros _Redstone_c_ 2023-01-09 22:00:34 +0800
  • d825285a4a feat(typetraits): add CDerivedFrom and the corresponding testing _Redstone_c_ 2023-01-08 18:03:05 +0800
  • c7e3ac32b4 refactor(templates): TUniquePtr calls the deleter using Invoke() instead _Redstone_c_ 2023-01-07 11:53:29 +0800
  • b7c3ffd0fb perf(templates): optimize the performance of TAtomic::FetchFn() _Redstone_c_ 2023-01-07 11:10:19 +0800
  • 4f4a351316 perf(templates): simplify the requires for TUniquePtr and rename something _Redstone_c_ 2023-01-06 19:24:15 +0800
  • 1a5f3c9c54 refactor(templates): modify the TReferenceWrapper to be like std _Redstone_c_ 2023-01-06 19:14:35 +0800
  • 403f0721e1 feat(templates): add TUniquePtr and the corresponding testing _Redstone_c_ 2023-01-06 18:28:31 +0800
  • 55242cdd99 refactor(templates): remove TFunctionRef::IsValid() etc to avoid ambiguity _Redstone_c_ 2023-01-03 20:40:27 +0800
  • 72fd58b8bd refactor(templates): change the derived class of FNoncopyable to private inheritance _Redstone_c_ 2023-01-03 19:22:06 +0800
  • 11a717105e chore(git): update .gitignore to ignore test modules _Redstone_c_ 2023-01-03 10:22:21 +0800
  • 66baa51e30 feat(templates): overloads the GetTypeHash algorithm for array _Redstone_c_ 2023-01-03 10:12:11 +0800
  • 1deb09480f refactor(templates): restrict the return value types of GetData and GetNum _Redstone_c_ 2023-01-03 08:33:30 +0800
  • 95b492851a fix(templates): fix the implementation of the Swap algorithm for arrays _Redstone_c_ 2023-01-02 22:03:40 +0800
  • 96ecd33c16 feat(templates): add TScopeCallback TGuardValue and TScopeCounter _Redstone_c_ 2023-01-02 21:49:24 +0800
  • 0709f209c8 feat(templates): add initializer_list overloads to the in place constructor and emplace _Redstone_c_ 2022-12-31 19:19:30 +0800
  • 5338cd286a feat(templates): overloads the Swap algorithm for array _Redstone_c_ 2022-12-30 19:19:18 +0800
  • e4d59b9832 refactor(templates): add final specifier for template class _Redstone_c_ 2022-12-30 19:11:01 +0800
  • 9368a49806 style(*): add comments and attribute specifiers _Redstone_c_ 2022-12-29 21:55:02 +0800
  • b75cb30f4f refactor(templates): refactor GetTypeHash and Swap to friend _Redstone_c_ 2022-12-19 18:00:52 +0800
  • de059cb980 fix(templates): disable TReferenceWrapper swap and enable it into FAny _Redstone_c_ 2022-12-18 19:28:33 +0800
  • d87d292691 refactor(templates): refactor operator== and operator<=> to member or friend _Redstone_c_ 2022-12-18 19:11:53 +0800
  • 6cee8a1185 refactor(templates): remove unnecessary or harmful FORCEINLINE _Redstone_c_ 2022-12-16 23:23:05 +0800
  • b6c76ceadc refactor(templates): remove TOptional<TReferenceWrapper<T>> specialization _Redstone_c_ 2022-12-16 22:04:35 +0800
  • 441df3791c fix(templates): fix requirements for FAny and TAtomic _Redstone_c_ 2022-12-16 19:30:55 +0800
  • a8e1852b34 refactor(templates): refactor FAny to a non-template class _Redstone_c_ 2022-12-15 23:38:51 +0800
  • 6b42dbdc05 feat(memory): add template function overload for Memmove and Memcmp _Redstone_c_ 2022-12-15 23:37:41 +0800
  • 015b6df809 fix(templates): fix TFunction does not call constructs of empty type _Redstone_c_ 2022-12-14 22:11:30 +0800
  • cbc4e3f926 fix(templates): fix TFunction incorrectly calling copy constructor in move constructor _Redstone_c_ 2022-12-13 23:18:36 +0800
  • ca67769796 refactor(templates): do not allow TReferenceWrapper to rebind a new object _Redstone_c_ 2022-12-13 22:11:10 +0800
  • ac9e0d38a6 refactor(templates): add FORCEINLINE to the constexpr function _Redstone_c_ 2022-12-13 22:02:39 +0800
  • 89c173897e perf(templates): refactor the TFunction so that it no longer refers to TAny _Redstone_c_ 2022-12-12 22:07:12 +0800
  • e886927a2b refactor(templates): remove TTuple::ApplyAfter and TTuple::ApplyBefore _Redstone_c_ 2022-12-03 23:15:02 +0800
  • 9cc7ac9480 refactor(templates): refactor TVariant::Visit to Visit _Redstone_c_ 2022-12-03 23:14:25 +0800
  • 797386f3d6 fix(templates): fix the type selection of TVariant's converting constructor _Redstone_c_ 2022-12-03 23:12:29 +0800
  • 01eec5d4c0 feat(templates): add TTypeSequence and meta tools _Redstone_c_ 2022-12-03 23:11:05 +0800
  • c4c1430e46 feat(templates): add specialization of GetData and GetNum to initializer_list _Redstone_c_ 2022-11-23 23:27:45 +0800
  • 246965af79 fix(templates): add constexpr specifier to TTuple's lifecycle functions _Redstone_c_ 2022-11-22 23:37:31 +0800
  • 058f07fedc refactor(templates): allow some template classes to derive and replace some using with inheritance _Redstone_c_ 2022-11-21 23:28:19 +0800
  • e35fa9dd11 fix(templates): fix DeclVal implementation _Redstone_c_ 2022-11-21 22:04:17 +0800
  • 6a70d4273e fix(templates): fix FSingleton not working correctly with EBO on MSVC _Redstone_c_ 2022-11-18 23:17:54 +0800
  • a4ac19673f refactor(templates): trivializes TOptional and TVariant operations for types that use trivially copy/move operations _Redstone_c_ 2022-11-17 23:17:50 +0800
  • f96c000b9e refactor(*): make the template class concept indistinguishable from cv-qualified _Redstone_c_ 2022-11-17 20:57:54 +0800