|
e498d9b0b8
|
refactor(*): move TUniquePtr and TSharedPtr to memory from templates category
|
2023-01-19 19:34:17 +08:00 |
|
|
0709f209c8
|
feat(templates): add initializer_list overloads to the in place constructor and emplace
|
2023-01-03 10:15:38 +08:00 |
|
|
e4d59b9832
|
refactor(templates): add final specifier for template class
|
2022-12-30 19:11:01 +08:00 |
|
|
9368a49806
|
style(*): add comments and attribute specifiers
|
2022-12-29 21:55:02 +08:00 |
|
|
b75cb30f4f
|
refactor(templates): refactor GetTypeHash and Swap to friend
|
2022-12-19 18:00:52 +08:00 |
|
|
de059cb980
|
fix(templates): disable TReferenceWrapper swap and enable it into FAny
|
2022-12-18 19:28:33 +08:00 |
|
|
d87d292691
|
refactor(templates): refactor operator== and operator<=> to member or friend
|
2022-12-18 19:11:53 +08:00 |
|
|
6cee8a1185
|
refactor(templates): remove unnecessary or harmful FORCEINLINE
|
2022-12-16 23:23:05 +08:00 |
|
|
441df3791c
|
fix(templates): fix requirements for FAny and TAtomic
|
2022-12-16 19:30:55 +08:00 |
|
|
a8e1852b34
|
refactor(templates): refactor FAny to a non-template class
|
2022-12-15 23:38:51 +08:00 |
|
|
058f07fedc
|
refactor(templates): allow some template classes to derive and replace some using with inheritance
|
2022-11-21 23:28:19 +08:00 |
|
|
6a70d4273e
|
fix(templates): fix FSingleton not working correctly with EBO on MSVC
make CAnyCustomStorage satisfy the concept of FSingleton
|
2022-11-18 23:18:58 +08:00 |
|
|
f96c000b9e
|
refactor(*): make the template class concept indistinguishable from cv-qualified
|
2022-11-17 20:57:54 +08:00 |
|
|
3f56a2beca
|
style(*): enclose the requires expression in parentheses as required by GCC
|
2022-11-16 22:03:54 +08:00 |
|
|
d37eee0d23
|
style(*): replaces Types... in the template parameters with Ts...
|
2022-11-16 19:13:37 +08:00 |
|
|
af07b1a134
|
refactor(templates): enhance encapsulation by changing part of the struct to a class
|
2022-11-15 19:28:43 +08:00 |
|
|
226f5a34e9
|
feat(templates): add CAnyCustomStorage for TAny
|
2022-11-14 21:07:45 +08:00 |
|
|
9ff3b1c583
|
refactor(templates): optimize TAny and TFunction and fix TFunction alignment problem
|
2022-11-14 19:05:17 +08:00 |
|
|
096150a305
|
fix(templates): fix TAny's constraints and simplify naming
|
2022-06-21 23:31:46 +08:00 |
|
|
f1d4d99ecf
|
refactor(*): replaces template class type traits with C++20 at all
|
2022-06-16 23:37:29 +08:00 |
|
|
2ce259e7cc
|
refactor(typetraits): replaces template class type traits with alias template for TypeTraits/Miscellaneous.h
|
2022-05-22 22:52:47 +08:00 |
|
|
ee46d84897
|
refactor(typetraits): replaces template class type traits with concepts at all
|
2022-05-22 22:36:30 +08:00 |
|
|
6a5a101af4
|
refactor(typetraits): replaces template class type traits with concepts for TypeTraits/Miscellaneous.h
|
2022-05-22 22:36:15 +08:00 |
|
|
413762a90a
|
refactor(typetraits): replaces template class type traits with concepts for TypeTraits/SupportedOperations.h
|
2022-05-22 22:36:04 +08:00 |
|
|
c316b8f190
|
refactor(typetraits): replaces template class type traits with concepts for TypeTraits/TypeProperties.h
|
2022-05-22 22:35:27 +08:00 |
|
|
1dcd3dc3b3
|
refactor(typetraits): replaces template class type traits with concepts for TypeTraits/PrimaryType.h
|
2022-05-22 22:34:43 +08:00 |
|
|
5d1f622af8
|
refactor(typetraits): TIsDestructible use Cpp17Destructible requirements instead of std::is_destructible
|
2022-05-22 22:33:45 +08:00 |
|
|
eeef55e9b4
|
refactor(*): remove FTypeInfo and replace it with the native std::type_info
|
2022-05-12 23:36:32 +08:00 |
|
|
eb814e37d3
|
refactor(templates): optimize TAny implementation, increase inline storage size
|
2022-04-30 23:38:09 +08:00 |
|
|
494928aa6b
|
refactor(*): add check and constraint diagnostics for illegal alignment
|
2022-04-27 22:50:56 +08:00 |
|
|
c2eca8df1e
|
refactor(templates): remove the GetData function from the non-container class
|
2022-04-24 22:42:40 +08:00 |
|
|
04d713cd93
|
refactor(templates): refactor GetTypeHash into a member function
|
2022-04-22 22:28:44 +08:00 |
|
|
018d3afb73
|
refactor(templates): refactor Swap into a member function
|
2022-04-14 22:41:22 +08:00 |
|
|
a539f70535
|
refactor(templates): make FTypeInfo behave more like std::type_info and optimize TAny
|
2022-04-05 17:00:33 +08:00 |
|
|
2a3a5aec35
|
refactor(templates): make TAny use the construct when the operator= is delete
|
2022-04-05 13:20:00 +08:00 |
|
|
943c7c5991
|
refactor(templates): add constraints to reduce duplicate code on TAny etc
|
2022-04-03 22:55:17 +08:00 |
|
|
5f4b0d8c22
|
feat(templates): add type traits to determine if it is TAny etc
|
2022-03-31 17:36:48 +08:00 |
|
|
0c6bf06a56
|
refactor(templates): optimize visit functions for TOptional, TVariant and TAny, add necessary constraints
|
2022-03-23 17:49:30 +08:00 |
|
|
be1d91591c
|
feat(templates): add TAny and the corresponding testing
|
2022-03-22 11:10:12 +08:00 |
|