100 Commits
Author SHA1 Message Date
Redstone1024 6cc31f660c style(miscellaneous): add comments to the file system operation functions 2025-01-24 18:27:34 +08:00
Redstone1024 2d79e18b25 fix(strings): fix access out-of-bounds when converting zero-length strings to null-terminated strings 2025-01-24 18:20:06 +08:00
Redstone1024 1d5a61f308 feat(miscellaneous): add file system operation functions 2025-01-24 18:17:50 +08:00
Redstone1024 38e1c3f8b7 feat(miscellaneous): add byte and text file access functions 2025-01-22 21:44:40 +08:00
Redstone1024 8d3fa1ac98 feat(miscellaneous): add console operation functions 2025-01-20 12:04:57 +08:00
Redstone1024 88e330336a refactor(strings): suppress compilation warnings from formatting tools 2025-01-20 12:04:16 +08:00
Redstone1024 eca0d90d98 feat(miscellaneous): add enum class bitwise operation macro tools 2025-01-17 16:30:16 +08:00
Redstone1024 d8adf47d10 feat(strings): add formatter for TStringView and TString 2025-01-15 19:33:13 +08:00
Redstone1024 8a834a9c05 perf(strings): optimize formatting algorithm function 2025-01-15 17:04:05 +08:00
Redstone1024 35f0ba71ab refactor(strings): replace and remove deprecated formatting tools 2025-01-14 22:28:52 +08:00
Redstone1024 db7a40cb30 fix(strings): fix unexpected infinite recursion in TChar 2025-01-14 22:21:18 +08:00
Redstone1024 6a70f0c501 fix(strings): fix treating boolean type as integral arguments 2025-01-14 22:19:12 +08:00
Redstone1024 5629e31d49 fix(strings): fix string literal encoding types in formatting 2025-01-14 22:15:06 +08:00
Redstone1024 c16da1af53 feat(strings): add formatter for pointer or member pointer types 2025-01-14 21:53:52 +08:00
Redstone1024 88aba14620 fix(strings): fix dynamic formatting arguments not working 2025-01-14 17:53:16 +08:00
Redstone1024 23963e0389 refactor(strings): refactor zero padding to make it more flexible 2025-01-14 17:39:19 +08:00
Redstone1024 0c6f33762a fix(strings): fix incorrect treating 'A' as decimal number 2025-01-14 16:55:06 +08:00
Redstone1024 9024957ff2 feat(strings): add formatter for floating-point types 2025-01-14 16:47:39 +08:00
Redstone1024 68cd2c310a fix(strings): fix fill character cannot be defaulted 2025-01-07 22:09:53 +08:00
Redstone1024 594acf219a feat(strings): add formatter for integral like types 2025-01-07 21:57:04 +08:00
Redstone1024 e498b39d3d refactor(strings): refactor format string rules to make it more flexible 2025-01-04 21:51:35 +08:00
Redstone1024 9dd5e74788 feat(strings): add a more general string formatting framework 2025-01-03 01:15:16 +08:00
Redstone1024 c596882c32 feat(strings): add TChar::IsValid() support for char type 2025-01-03 01:14:09 +08:00
Redstone1024 0e7ee5cde2 fix(templates): fix TTuple requires and implementations to avoid compilation failures 2025-01-03 01:12:39 +08:00
Redstone1024 39d12bd7e4 refactor(templates): make TVariant conform to the style for general type identifiers 2025-01-03 01:10:04 +08:00
Redstone1024 319d1cc8cb fix(ranges): fix TRangeView to be able to hold output iterator 2025-01-03 01:07:15 +08:00
Redstone1024 fc87332845 fix(iterators): fix insert iterators to be assignable 2025-01-03 01:05:35 +08:00
Redstone1024 22952237df fix(templates): fix the return value type of TTuple::Visit 2024-12-28 09:36:20 +08:00
Redstone1024 f817afe6df fix(algorithms): fix compilation error on GCC for concept instantiation 2024-12-25 18:17:04 +08:00
Redstone1024 a3cebf03ec refactor(strings): refactor and simplify string parsing functions 2024-12-25 18:15:46 +08:00
Redstone1024 262ce1bb67 feat(ranges): add Ranges::AppendTo() function 2024-12-24 13:15:34 +08:00
Redstone1024 bf22397123 feat(algorithms): add search algorithm and the corresponding testing 2024-12-22 17:55:11 +08:00
Redstone1024 2de1068ad8 fix(templates): fix Ref() call ambiguity 2024-12-22 17:27:32 +08:00
Redstone1024 aa572542e2 fix(algorithms): fix requires for Algorithms::Distance() 2024-12-22 15:21:09 +08:00
Redstone1024 db855d27a1 style(ranges): clarify the semantic requirements of CRange and CSizedRange 2024-12-22 11:11:56 +08:00
Redstone1024 04bb4be901 feat(algorithms): add more iterator algorithm and the corresponding testing 2024-12-21 21:35:59 +08:00
Redstone1024 a68a6d16b6 refactor(numerics): refactor the numerics implementation folder to plural form 2024-12-21 21:21:59 +08:00
Redstone1024 a92422e8b2 refactor(*): refactor the tool library's namespace to plural form 2024-12-20 18:09:27 +08:00
Redstone1024 343007ffd6 feat(algorithms): add basic iterator algorithm and the corresponding testing 2024-12-20 17:35:31 +08:00
Redstone1024 8c228fbf52 refactor(*): refactor the tool library's parent folder to plural form 2024-12-20 17:31:52 +08:00
Redstone1024 a14fbd90db test(range): add test for range library 2024-12-20 15:35:44 +08:00
Redstone1024 1e6beb83f2 refactor(testing): refactor test code and file to reduce the name collisions 2024-12-19 22:02:13 +08:00
Redstone1024 7fb116c577 fix(*): fix ambiguity in NAMESPACE_PRIVATE when expanding macros 2024-12-19 21:53:04 +08:00
Redstone1024 566052c8c2 fix(iterator): fix some iterator adapter implementation bugs 2024-12-19 20:48:21 +08:00
Redstone1024 a0250ebaf8 test(iterator): add test for iterator library 2024-12-19 20:47:44 +08:00
Redstone1024 f88cf7ef3e feat(range): add TTakeWhileView adapter 2024-12-19 14:35:45 +08:00
Redstone1024 e6d525f2c3 feat(range): add simple view concept and refactor related requires 2024-12-19 12:04:22 +08:00
Redstone1024 dd3a366c14 fix(*): fix some iterator adapter implementation bugs 2024-12-19 11:49:13 +08:00
Redstone1024 85199119b3 fix(range): fix GetBase() of sentinel adapters such as TFilterView's 2024-12-18 21:45:25 +08:00
Redstone1024 78d4955e03 fix(iterator): fix TCountedIterator not initializing Length 2024-12-18 21:42:10 +08:00
Redstone1024 8f36410346 feat(range): add TTakeView adapter 2024-12-18 21:29:44 +08:00
Redstone1024 87e48e5ca1 style(*): fix some comments and static_assert errors 2024-12-18 21:21:10 +08:00
Redstone1024 93b3a17f06 fix(range): fix implementation of IBasicViewInterface 2024-12-18 21:20:11 +08:00
Redstone1024 6ea768781d style(range): fix comment noun error 2024-12-18 17:38:05 +08:00
Redstone1024 dff6050a3b feat(range): add TMoveView adapter 2024-12-18 17:13:11 +08:00
Redstone1024 ae964ebd0a refactor(*): refactor files that depend on iterator and range with minimal #include 2024-12-18 16:58:43 +08:00
Redstone1024 8be89d0bbc refactor(containers): refactor TArray's constructors and member functions 2024-12-18 12:14:59 +08:00
Redstone1024 80238de712 refactor(containers): disable container element types with cv-qualifiers 2024-12-18 11:31:44 +08:00
Redstone1024 f54386d102 fix(templates): fix recursive #include due to native array swap function 2024-12-17 22:14:00 +08:00
Redstone1024 6a37e91639 refactor(*): replace the old with the new iterator and range library 2024-12-17 21:49:37 +08:00
Redstone1024 0a37460f24 fix(range): fix range adapter closure behavior 2024-12-17 16:58:23 +08:00
Redstone1024 aa8cd7ed33 feat(range): add range conversion function 2024-12-17 16:05:59 +08:00
Redstone1024 4845520225 fix(range): fix missing explicit namespace qualification of Range::All() 2024-12-17 15:53:14 +08:00
Redstone1024 68f0d19cac fix(*): fix the implementation of iterator functions such as operator++(int) 2024-12-17 15:51:35 +08:00
Redstone1024 50b1d2bb29 fix(*): fix missing constexpr in some if constexpr 2024-12-17 15:49:46 +08:00
Redstone1024 00be872d5c fix(range): fix DeclVal() usage in range library 2024-12-17 14:46:03 +08:00
Redstone1024 312cfe4097 refactor(*): make type alias identifiers conform to the style for general type identifiers 2024-12-16 19:34:47 +08:00
Redstone1024 d2b6e0c669 feat(range): add range pipe operator support 2024-12-16 15:09:57 +08:00
Redstone1024 d88eb4be5e refactor(range): split the remaining range library into multiple files 2024-12-15 22:04:47 +08:00
Redstone1024 dca4eaa6eb fix(range): fix related tool identifiers for common range 2024-12-15 16:20:04 +08:00
Redstone1024 8eab5e6538 fix(iterator): fix requires on some iterator adapter member functions 2024-12-15 16:19:45 +08:00
Redstone1024 589347118b refactor(range): split range factories part of the range library into multiple files 2024-12-15 11:55:02 +08:00
Redstone1024 a3e0aa01cf refactor(range): split basic view part of the range library into multiple files 2024-12-15 11:24:30 +08:00
Redstone1024 a3509295ff refactor(range): add range example class and split part of the range library into multiple files 2024-12-14 20:12:53 +08:00
Redstone1024 cd7adbfd46 refactor(iterator): split iterator library into multiple files 2024-12-14 16:20:26 +08:00
Redstone1024 a55f03fea0 fix(iterator): fix behavior when TIteratorElement or TIteratorPointer is invalid 2024-12-14 16:09:35 +08:00
Redstone1024 c73fc7620d fix(iterator): fix CReferenceable being mistakenly written as CReference 2024-12-14 14:12:07 +08:00
Redstone1024 5cfde63dd4 style(iterator): organize comments to make them more human readable 2024-12-14 14:02:26 +08:00
Redstone1024 24dd4347d1 refactor(iterator): add iterator example class and split iterator library into multiple files 2024-12-13 19:08:05 +08:00
Redstone1024 ea625bb916 feat(miscellaneous): add TRangeView, TRefView, TOwningView, TFilterView and TTransformView 2024-12-10 20:55:29 +08:00
Redstone1024 28367fe633 fix(miscellaneous): fix some iterator concepts and requires 2024-12-10 20:53:35 +08:00
Redstone1024 d9f05d4241 feat(miscellaneous): add basic range factories 2024-12-09 19:20:10 +08:00
Redstone1024 5131fd6eae fix(miscellaneous): fix requires for FUnreachableSentinel::operator== 2024-12-09 19:16:28 +08:00
Redstone1024 ba9d35c1ff feat(miscellaneous): add TViewInterface with basic view and other range tools 2024-12-08 20:44:48 +08:00
Redstone1024 8113d3b39b feat(miscellaneous): add IndirectlySwap family functions for iterators 2024-12-08 20:40:52 +08:00
Redstone1024 89dc5b715e fix(miscellaneous): fix iterator for only movable base object 2024-12-08 20:38:33 +08:00
Redstone1024 e3e127752e feat(miscellaneous): add basic range concepts and helper functions 2024-12-05 21:21:15 +08:00
Redstone1024 8d02b0e0a9 refactor(miscellaneous): fix iterator concepts and helper function return value types 2024-12-05 21:19:55 +08:00
Redstone1024 7525c9a5dd refactor(*): move container and iterator tools to miscellaneous 2024-12-05 16:38:49 +08:00
Redstone1024 9d901df68a feat(numeric): add basic random number generator function 2024-12-04 22:05:50 +08:00
Redstone1024 2d06667c40 fix(numeric): fix missing header file in Numeric/Bit.h 2024-12-04 21:55:02 +08:00
Redstone1024 fa29c4a063 fix(numeric): add disambiguation macro for Math::DivAndRound family functions 2024-12-04 17:49:01 +08:00
Redstone1024 66cfbfa3b3 fix(maiscellaneous): fix the definition of the uint_fast family 2024-12-04 16:05:44 +08:00
Redstone1024 d0287dd5e8 style(numeric): add and correct some comments 2024-12-04 15:54:35 +08:00
Redstone1024 123800bbbd test(string): using self numeric instead of standard library functions 2024-12-04 11:50:46 +08:00
Redstone1024 3dc20f25cf fix(numeric): fix floating point classification function return value type 2024-12-04 11:41:32 +08:00
Redstone1024 c96995ea92 feat(numeric): add remaining standard math functions and the corresponding testing 2024-12-03 21:24:34 +08:00
Redstone1024 bd68754903 feat(numeric): add basic, exponential, power and nearest integer math functions 2024-12-02 19:22:31 +08:00
Redstone1024 f5c47fe677 feat(numeric): add basic and floating point manipulation functions and the corresponding testing 2024-11-27 19:03:54 +08:00
Redstone1024 84a41387ae feat(numeric): add fixed-width literals, bit math functions and the corresponding testing 2024-11-27 16:58:39 +08:00