|
ba9d35c1ff
|
feat(miscellaneous): add TViewInterface with basic view and other range tools
|
2024-12-08 20:44:48 +08:00 |
|
|
8113d3b39b
|
feat(miscellaneous): add IndirectlySwap family functions for iterators
|
2024-12-08 20:40:52 +08:00 |
|
|
89dc5b715e
|
fix(miscellaneous): fix iterator for only movable base object
|
2024-12-08 20:38:33 +08:00 |
|
|
e3e127752e
|
feat(miscellaneous): add basic range concepts and helper functions
|
2024-12-05 21:21:15 +08:00 |
|
|
8d02b0e0a9
|
refactor(miscellaneous): fix iterator concepts and helper function return value types
|
2024-12-05 21:19:55 +08:00 |
|
|
7525c9a5dd
|
refactor(*): move container and iterator tools to miscellaneous
|
2024-12-05 16:38:49 +08:00 |
|
|
66cfbfa3b3
|
fix(maiscellaneous): fix the definition of the uint_fast family
|
2024-12-04 16:05:44 +08:00 |
|
|
edc6c1924a
|
fix(miscellaneous): fix unreachable indicator function will return
|
2024-11-27 16:55:37 +08:00 |
|
|
bcc39fdf55
|
refactor(miscellaneous): clarify which fundamental types are used where
|
2024-11-24 20:09:31 +08:00 |
|
|
54c795b9a2
|
feat(miscellaneous): add static assumptions about integral types
|
2024-11-24 13:14:51 +08:00 |
|
|
1c01ce5bb6
|
refactor(miscellaneous): refactor platform arithmetic type support
|
2024-11-21 22:02:39 +08:00 |
|
|
a952c31546
|
chore(*): add PLATFORM_COMPILER_* macros and other tools
|
2024-11-21 10:23:17 +08:00 |
|
|
7107fc6b8a
|
feat(miscellaneous): add int128, int_least family, int_fast family and intmax type
|
2024-11-20 18:08:33 +08:00 |
|
|
ec2a240c23
|
refactor(*): remove TObserverPtr and use raw pointer instead
|
2024-11-01 19:51:44 +08:00 |
|
|
9785326b18
|
feat(memory): add ToAddress and refactor the code with it
|
2024-11-01 15:11:45 +08:00 |
|
|
1cfa252779
|
fix(containers): remove qualifiers for Iterator::ElementType
|
2024-10-30 23:14:52 +08:00 |
|
|
38806ca2b6
|
fix(containers): fix TCountedIterator::operator- compilation error
|
2024-10-29 21:07:25 +08:00 |
|
|
07c826fe86
|
feat(miscellaneous): add TConstantIterator
|
2024-10-28 17:49:50 +08:00 |
|
|
7a08385963
|
style(miscellaneous): clarify the locale and encoding corresponding to the character type
|
2024-10-06 16:20:45 +08:00 |
|
|
517916fa53
|
refactor(miscellaneous): refactor the definitions of floating-point types and character types
|
2024-10-03 23:48:50 +08:00 |
|
|
790b7fd5e6
|
feat(miscellaneous): add support for c-style variadic functions and the corresponding testing
|
2024-09-21 22:03:39 +08:00 |
|
|
d137170ccb
|
feat(string): add null-terminated byte string handling functions and the corresponding testing
|
2024-09-20 22:53:15 +08:00 |
|
|
5210db43b3
|
feat(string): add single character utility and the corresponding testing
|
2024-09-17 18:06:02 +08:00 |
|
|
73b5305d34
|
fix(miscellaneous): fix LNK2005 errors of MSVC caused by GSignalDefault etc
|
2023-01-20 23:33:30 +08:00 |
|
|
c7f50957db
|
perf(miscellaneous): optimize check_no_entry() and unimplemented()
|
2023-01-20 23:22:19 +08:00 |
|
|
d029ab0dfc
|
feat(miscellaneous): add program support utilities such as Abort() or System() etc
|
2023-01-19 19:17:45 +08:00 |
|
|
d8543421a0
|
feat(miscellaneous): add DO_CHECK and check_code() assertion macros
|
2023-01-09 22:00:34 +08:00 |
|
|
ac9e0d38a6
|
refactor(templates): add FORCEINLINE to the constexpr function
|
2022-12-13 22:02:39 +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 |
|
|
f1d4d99ecf
|
refactor(*): replaces template class type traits with C++20 at all
|
2022-06-16 23:37:29 +08:00 |
|
|
8b902d15a4
|
refactor(typetraits): replaces template class type traits with alias template for TypeTraits/Common.h
|
2022-05-29 23:18:20 +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 |
|
|
97910be70c
|
refactor(typetraits): simplifies concept selection and removes the concept of bitwise operations
|
2022-05-22 22:36:49 +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 |
|
|
eeef55e9b4
|
refactor(*): remove FTypeInfo and replace it with the native std::type_info
|
2022-05-12 23:36:32 +08:00 |
|
|
59d3a9eac2
|
feat(miscellaneous): add type traits and memory operations support to FTypeInfo
|
2022-04-30 23:03:29 +08:00 |
|
|
7aadebba70
|
refactor(miscellaneous): replace TSynthThreeWay with the function version
|
2022-04-30 19:27:25 +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 |
|
|
1dd42be86a
|
feat(miscellaneous): add fixed-length floating-point support
|
2022-04-25 22:33:55 +08:00 |
|
|
63b63ef0b4
|
chore(*): add Development build type to allow debugging in optimization-enabled mode
|
2022-04-20 23:38:29 +08:00 |
|
|
bb89dd6509
|
refactor(miscellaneous): renamed builtin type, add fixed-width character type
|
2022-04-08 17:29:05 +08:00 |
|
|
a539f70535
|
refactor(templates): make FTypeInfo behave more like std::type_info and optimize TAny
|
2022-04-05 17:00:33 +08:00 |
|
|
943c7c5991
|
refactor(templates): add constraints to reduce duplicate code on TAny etc
|
2022-04-03 22:55:17 +08:00 |
|
|
fd0bebd7be
|
feat(miscellaneous): add TSynthThreeWay and the corresponding testing
|
2022-03-30 12:07:48 +08:00 |
|
|
e03cfa956c
|
feat(miscellaneous): add attribute specifier support
|
2022-03-19 23:07:04 +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 |
|