Commit Graph

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