|
eb814e37d3
|
refactor(templates): optimize TAny implementation, increase inline storage size
|
2022-04-30 23:38:09 +08:00 |
|
|
c2c4a03974
|
feat(memory): add CopyConstruct and the Count parameter uses the size_t
|
2022-04-30 21:33:18 +08:00 |
|
|
7aadebba70
|
refactor(miscellaneous): replace TSynthThreeWay with the function version
|
2022-04-30 19:27:25 +08:00 |
|
|
38902eb779
|
fix(typetraits): fix implementation of TIsScopedEnum TIsSwappable and TIsBitwiseConstructible
|
2022-04-30 19:25:17 +08:00 |
|
|
494928aa6b
|
refactor(*): add check and constraint diagnostics for illegal alignment
|
2022-04-27 22:50:56 +08:00 |
|
|
897ee4f283
|
fix(miscellaneous): fix misbehavior of assertions under some build types
|
2022-04-26 23:04:50 +08:00 |
|
|
f72d6a53d8
|
refactor(templates): remove the predefined functors, Lambda is a better choice
|
2022-04-24 22:54:08 +08:00 |
|
|
6b63436d41
|
refactor(templates): remove TAtomic::IsLockFree function
|
2022-04-22 22:33:23 +08:00 |
|
|
4f769a9207
|
feat(templates): add TAtomic and the corresponding testing
|
2022-04-12 08:33:19 +08:00 |
|
|
a80860f107
|
feat(templates): add common functors outside STD and the corresponding testing
|
2022-04-10 10:25:42 +08:00 |
|
|
ceccf9d722
|
feat(templates): add common functors and the corresponding testing
|
2022-04-08 11:44:36 +08:00 |
|
|
92523a13b2
|
feat(templates): add TFunction and the corresponding testing
|
2022-04-07 15:57:02 +08:00 |
|
|
a539f70535
|
refactor(templates): make FTypeInfo behave more like std::type_info and optimize TAny
|
2022-04-05 17:00:33 +08:00 |
|
|
54ab72224f
|
feat(templates): add type hash support and the corresponding testing
|
2022-03-31 16:40:31 +08:00 |
|
|
d8a4908a88
|
feat(templates): add TTuple and the corresponding testing
|
2022-03-31 09:39:30 +08:00 |
|
|
fd0bebd7be
|
feat(miscellaneous): add TSynthThreeWay and the corresponding testing
|
2022-03-30 12:07:48 +08:00 |
|
|
91755d2196
|
feat(templates): add TUnwrapReference and the corresponding testing
|
2022-03-26 19:33:28 +08:00 |
|
|
be1d91591c
|
feat(templates): add TAny and the corresponding testing
|
2022-03-22 11:10:12 +08:00 |
|
|
beaf5635ba
|
feat(memory): add Memory/MemoryOperator.h and the corresponding testing
|
2022-03-19 16:05:47 +08:00 |
|
|
c7d6c780b9
|
refactor(testing): put all test functions under the Testing namespace
|
2022-03-19 13:35:27 +08:00 |
|
|
cd1a8da1a8
|
feat(memory): complete low-level memory management utilities
|
2022-03-18 20:17:28 +08:00 |
|
|
94416676d2
|
refactor(testing): rename test functions for Templates to prevent redefinition
|
2022-03-17 10:19:41 +08:00 |
|
|
b10963d310
|
feat(miscellaneous): add FTypeInfo and the corresponding testing
|
2022-03-16 11:25:48 +08:00 |
|
|
1b8b449ed4
|
style(miscellaneous): move Compare.h from Templates to Miscellaneous
|
2022-03-16 10:47:17 +08:00 |
|
|
d8ae39b980
|
feat(templates): add TVariant and the corresponding testing
|
2022-03-15 19:26:31 +08:00 |
|
|
8188d29a58
|
feat(typetraits): add TypeTraits/CopyQualifiers.h and the corresponding testing
|
2022-03-15 14:25:06 +08:00 |
|
|
f7b611febc
|
fix(templates): fix TOptional's operator!= returned an wrong value for invalid value
|
2022-03-15 11:52:46 +08:00 |
|
|
8a3b089648
|
feat(templates): add TOptional and the corresponding testing
|
2022-03-13 23:18:07 +08:00 |
|
|
c2aecef3dd
|
feat(templates): add three-way comparison operator support
|
2022-03-09 23:35:05 +08:00 |
|
|
2fa4bcea13
|
feat(templates): add TReferenceWrapper and the corresponding testing
|
2022-02-09 21:46:39 +08:00 |
|
|
ad80dcd78f
|
style(miscellaneous): rename the Misc directory to Miscellaneous
|
2022-02-09 17:22:49 +08:00 |
|
|
2bc852b63c
|
feat(templates): add AddressOf function and the corresponding testing
|
2022-02-09 17:07:47 +08:00 |
|
|
63fdd34789
|
feat(templates): add Invoke function and corresponding peripheral tools
|
2022-02-04 21:11:05 +08:00 |
|
|
b0c170f803
|
feat(templates): improve Swap functions and peripheral tools
|
2022-02-04 16:34:41 +08:00 |
|
|
bafcadc68f
|
feat(concept): add concepts that depend on templates such as Forward and add corresponding tests
|
2022-02-04 15:47:57 +08:00 |
|
|
c70d22c85b
|
fix(typetraits): fix compile errors caused by TCommonType and TCommonReference when there is no matching type
|
2022-02-03 21:18:19 +08:00 |
|
|
a2847b8910
|
feat(concept): add basic concepts and the corresponding testing
|
2022-02-02 19:04:42 +08:00 |
|
|
a13b5832fc
|
feat(typetraits): add TCommonReference and the corresponding testing
|
2022-01-11 23:21:05 +08:00 |
|
|
8baaa50335
|
refactor(typetraits): remove TypeTraits namespace and bool operation template
|
2021-12-26 15:57:09 +08:00 |
|
|
fc38e3d913
|
fix(typetraits): optimize TIsScopedEnum implementation and flag TInvokeResult errors
|
2021-12-26 15:27:56 +08:00 |
|
|
73bb0e9cfa
|
feat(typetraits): add TypeTraits/TypeTraits.h
|
2021-12-23 23:30:07 +08:00 |
|
|
97fbe0fc84
|
feat(typetraits): add TypeTraits/Miscellaneous.h and the corresponding testing
|
2021-12-22 23:24:25 +08:00 |
|
|
c37f2c3153
|
refactor(typetraits): make TConstant more in line with std style
|
2021-12-20 22:41:11 +08:00 |
|
|
c973a8674b
|
feat(typetraits): add TypeTraits/SupportedOperations.h and the corresponding testing
|
2021-12-13 23:29:53 +08:00 |
|
|
7490dfae67
|
feat(typetraits): add TypeTraits/TypeProperties.h and the corresponding testing
|
2021-12-12 22:54:43 +08:00 |
|
|
29c01baf63
|
feat(typetraits): add TypeTraits/CompositeType.h and the corresponding testing
|
2021-12-12 10:32:22 +08:00 |
|
|
60b4ec6f58
|
feat(typetraits): add TypeTraits/PrimaryType.h and the corresponding testing
|
2021-12-10 21:43:57 +08:00 |
|
|
cfb53c21e0
|
feat(misc): add AssertionMacros.h and the corresponding testing
|
2021-12-09 20:25:56 +08:00 |
|