Commit Graph

  • bf22397123 feat(algorithms): add search algorithm and the corresponding testing master Redstone1024 2024-12-22 17:55:11 +0800
  • 2de1068ad8 fix(templates): fix Ref() call ambiguity Redstone1024 2024-12-22 17:27:32 +0800
  • aa572542e2 fix(algorithms): fix requires for Algorithms::Distance() Redstone1024 2024-12-22 15:21:09 +0800
  • db855d27a1 style(ranges): clarify the semantic requirements of CRange and CSizedRange Redstone1024 2024-12-22 11:11:56 +0800
  • 04bb4be901 feat(algorithms): add more iterator algorithm and the corresponding testing Redstone1024 2024-12-21 21:35:59 +0800
  • a68a6d16b6 refactor(numerics): refactor the numerics implementation folder to plural form Redstone1024 2024-12-21 21:21:59 +0800
  • a92422e8b2 refactor(*): refactor the tool library's namespace to plural form Redstone1024 2024-12-20 18:09:27 +0800
  • 343007ffd6 feat(algorithms): add basic iterator algorithm and the corresponding testing Redstone1024 2024-12-20 17:35:31 +0800
  • 8c228fbf52 refactor(*): refactor the tool library's parent folder to plural form Redstone1024 2024-12-20 17:31:52 +0800
  • a14fbd90db test(range): add test for range library Redstone1024 2024-12-20 15:35:44 +0800
  • 1e6beb83f2 refactor(testing): refactor test code and file to reduce the name collisions Redstone1024 2024-12-19 22:02:13 +0800
  • 7fb116c577 fix(*): fix ambiguity in NAMESPACE_PRIVATE when expanding macros Redstone1024 2024-12-19 21:53:04 +0800
  • 566052c8c2 fix(iterator): fix some iterator adapter implementation bugs Redstone1024 2024-12-19 20:48:21 +0800
  • a0250ebaf8 test(iterator): add test for iterator library Redstone1024 2024-12-19 20:47:44 +0800
  • f88cf7ef3e feat(range): add TTakeWhileView adapter Redstone1024 2024-12-19 14:35:45 +0800
  • e6d525f2c3 feat(range): add simple view concept and refactor related requires Redstone1024 2024-12-19 12:04:22 +0800
  • dd3a366c14 fix(*): fix some iterator adapter implementation bugs Redstone1024 2024-12-19 11:49:13 +0800
  • 85199119b3 fix(range): fix GetBase() of sentinel adapters such as TFilterView's Redstone1024 2024-12-18 21:45:25 +0800
  • 78d4955e03 fix(iterator): fix TCountedIterator not initializing Length Redstone1024 2024-12-18 21:42:10 +0800
  • 8f36410346 feat(range): add TTakeView adapter Redstone1024 2024-12-18 21:29:44 +0800
  • 87e48e5ca1 style(*): fix some comments and static_assert errors Redstone1024 2024-12-18 21:21:10 +0800
  • 93b3a17f06 fix(range): fix implementation of IBasicViewInterface Redstone1024 2024-12-18 21:20:11 +0800
  • 6ea768781d style(range): fix comment noun error Redstone1024 2024-12-18 17:38:05 +0800
  • dff6050a3b feat(range): add TMoveView adapter Redstone1024 2024-12-18 17:13:11 +0800
  • ae964ebd0a refactor(*): refactor files that depend on iterator and range with minimal #include Redstone1024 2024-12-18 16:58:43 +0800
  • 8be89d0bbc refactor(containers): refactor TArray's constructors and member functions Redstone1024 2024-12-18 12:14:59 +0800
  • 80238de712 refactor(containers): disable container element types with cv-qualifiers Redstone1024 2024-12-18 11:31:44 +0800
  • f54386d102 fix(templates): fix recursive #include due to native array swap function Redstone1024 2024-12-17 22:14:00 +0800
  • 6a37e91639 refactor(*): replace the old with the new iterator and range library Redstone1024 2024-12-17 21:49:37 +0800
  • 0a37460f24 fix(range): fix range adapter closure behavior Redstone1024 2024-12-17 16:58:23 +0800
  • aa8cd7ed33 feat(range): add range conversion function Redstone1024 2024-12-17 16:05:59 +0800
  • 4845520225 fix(range): fix missing explicit namespace qualification of Range::All() Redstone1024 2024-12-17 15:53:14 +0800
  • 68f0d19cac fix(*): fix the implementation of iterator functions such as operator++(int) Redstone1024 2024-12-17 15:51:35 +0800
  • 50b1d2bb29 fix(*): fix missing constexpr in some if constexpr Redstone1024 2024-12-17 15:49:46 +0800
  • 00be872d5c fix(range): fix DeclVal() usage in range library Redstone1024 2024-12-17 14:46:03 +0800
  • 312cfe4097 refactor(*): make type alias identifiers conform to the style for general type identifiers Redstone1024 2024-12-16 19:34:47 +0800
  • d2b6e0c669 feat(range): add range pipe operator support Redstone1024 2024-12-16 15:09:57 +0800
  • d88eb4be5e refactor(range): split the remaining range library into multiple files Redstone1024 2024-12-15 22:04:47 +0800
  • dca4eaa6eb fix(range): fix related tool identifiers for common range Redstone1024 2024-12-15 16:20:04 +0800
  • 8eab5e6538 fix(iterator): fix requires on some iterator adapter member functions Redstone1024 2024-12-15 16:19:45 +0800
  • 589347118b refactor(range): split range factories part of the range library into multiple files Redstone1024 2024-12-15 11:55:02 +0800
  • a3e0aa01cf refactor(range): split basic view part of the range library into multiple files Redstone1024 2024-12-15 11:24:30 +0800
  • a3509295ff refactor(range): add range example class and split part of the range library into multiple files Redstone1024 2024-12-14 20:12:53 +0800
  • cd7adbfd46 refactor(iterator): split iterator library into multiple files Redstone1024 2024-12-14 16:20:26 +0800
  • a55f03fea0 fix(iterator): fix behavior when TIteratorElement or TIteratorPointer is invalid Redstone1024 2024-12-14 16:09:35 +0800
  • c73fc7620d fix(iterator): fix CReferenceable being mistakenly written as CReference Redstone1024 2024-12-14 14:12:07 +0800
  • 5cfde63dd4 style(iterator): organize comments to make them more human readable Redstone1024 2024-12-14 14:02:26 +0800
  • 24dd4347d1 refactor(iterator): add iterator example class and split iterator library into multiple files Redstone1024 2024-12-13 19:08:05 +0800
  • ea625bb916 feat(miscellaneous): add TRangeView, TRefView, TOwningView, TFilterView and TTransformView Redstone1024 2024-12-10 20:55:29 +0800
  • 28367fe633 fix(miscellaneous): fix some iterator concepts and requires Redstone1024 2024-12-10 20:53:35 +0800
  • d9f05d4241 feat(miscellaneous): add basic range factories Redstone1024 2024-12-09 19:20:10 +0800
  • 5131fd6eae fix(miscellaneous): fix requires for FUnreachableSentinel::operator== Redstone1024 2024-12-09 19:16:28 +0800
  • ba9d35c1ff feat(miscellaneous): add TViewInterface with basic view and other range tools Redstone1024 2024-12-08 20:44:48 +0800
  • 8113d3b39b feat(miscellaneous): add IndirectlySwap family functions for iterators Redstone1024 2024-12-08 20:40:52 +0800
  • 89dc5b715e fix(miscellaneous): fix iterator for only movable base object Redstone1024 2024-12-08 20:38:33 +0800
  • e3e127752e feat(miscellaneous): add basic range concepts and helper functions Redstone1024 2024-12-05 21:21:15 +0800
  • 8d02b0e0a9 refactor(miscellaneous): fix iterator concepts and helper function return value types Redstone1024 2024-12-05 21:19:55 +0800
  • 7525c9a5dd refactor(*): move container and iterator tools to miscellaneous Redstone1024 2024-12-05 16:38:49 +0800
  • 9d901df68a feat(numeric): add basic random number generator function Redstone1024 2024-12-04 22:05:50 +0800
  • 2d06667c40 fix(numeric): fix missing header file in Numeric/Bit.h Redstone1024 2024-12-04 21:55:02 +0800
  • fa29c4a063 fix(numeric): add disambiguation macro for Math::DivAndRound family functions Redstone1024 2024-12-04 17:49:01 +0800
  • 66cfbfa3b3 fix(maiscellaneous): fix the definition of the uint_fast family Redstone1024 2024-12-04 16:05:44 +0800
  • d0287dd5e8 style(numeric): add and correct some comments Redstone1024 2024-12-04 15:54:35 +0800
  • 123800bbbd test(string): using self numeric instead of standard library functions Redstone1024 2024-12-04 11:50:46 +0800
  • 3dc20f25cf fix(numeric): fix floating point classification function return value type Redstone1024 2024-12-04 11:41:32 +0800
  • c96995ea92 feat(numeric): add remaining standard math functions and the corresponding testing Redstone1024 2024-12-03 21:24:34 +0800
  • bd68754903 feat(numeric): add basic, exponential, power and nearest integer math functions Redstone1024 2024-12-02 19:22:31 +0800
  • f5c47fe677 feat(numeric): add basic and floating point manipulation functions and the corresponding testing Redstone1024 2024-11-27 19:03:54 +0800
  • 84a41387ae feat(numeric): add fixed-width literals, bit math functions and the corresponding testing Redstone1024 2024-11-27 16:58:39 +0800
  • edc6c1924a fix(miscellaneous): fix unreachable indicator function will return Redstone1024 2024-11-27 16:55:37 +0800
  • 5a5d34e908 refactor(numeric): rename numeric tool library Redstone1024 2024-11-26 12:04:53 +0800
  • f60bd0e3e4 feat(numerics): add the mathematical constant tool Redstone1024 2024-11-24 22:39:45 +0800
  • 987299f9b5 feat(numerics): add TNumericLimits tool Redstone1024 2024-11-24 21:48:09 +0800
  • bcc39fdf55 refactor(miscellaneous): clarify which fundamental types are used where Redstone1024 2024-11-24 20:09:31 +0800
  • 54c795b9a2 feat(miscellaneous): add static assumptions about integral types Redstone1024 2024-11-24 13:14:51 +0800
  • 1c01ce5bb6 refactor(miscellaneous): refactor platform arithmetic type support Redstone1024 2024-11-21 22:02:39 +0800
  • a952c31546 chore(*): add PLATFORM_COMPILER_* macros and other tools Redstone1024 2024-11-21 10:23:17 +0800
  • 7107fc6b8a feat(miscellaneous): add int128, int_least family, int_fast family and intmax type Redstone1024 2024-11-20 18:08:33 +0800
  • 2d4dedd876 feat(string): add fundamental type parsing with format string but not elegant enough Redstone1024 2024-11-19 20:35:59 +0800
  • edda2b83a1 feat(string): add TStringView to standard C string conversion Redstone1024 2024-11-19 12:04:17 +0800
  • 19a37ea072 feat(string): add CTStringView and CTString concepts Redstone1024 2024-11-19 11:46:50 +0800
  • 6230ec9df6 feat(string): add fundamental type formatting with format string and adjust escape braces but not fully tested Redstone1024 2024-11-18 22:35:25 +0800
  • f6f696d5a7 refactor(string): refactor string conversion and turning off default parsing options such as auto detect base Redstone1024 2024-11-16 22:21:31 +0800
  • 1c0c93ee25 refactor(string): refactor string conversion but not fully tested Redstone1024 2024-11-13 22:41:44 +0800
  • 646d0cb7a4 fix(string): fix string trimming function's return value Redstone1024 2024-11-13 12:53:27 +0800
  • 3859070d53 feat(string): add string trimming functions Redstone1024 2024-11-12 17:21:36 +0800
  • bc93455d0e refactor(string): refactor character and digit conversion to be non-invalidable Redstone1024 2024-11-12 13:32:43 +0800
  • fe60fc33e0 feat(string): add string and arithmetic conversion functions Redstone1024 2024-11-11 22:30:15 +0800
  • 49feb0b12b perf(string): add assertions to character functions that depend on ASCII compatibilitya Redstone1024 2024-11-11 12:33:00 +0800
  • f8ef1da107 refactor(string): add base-checking to conversions between characters and digits Redstone1024 2024-11-11 12:20:29 +0800
  • 09bbcecc28 feat(string): add functions to categorize strings Redstone1024 2024-11-10 19:24:40 +0800
  • 7a80a80a12 fix(string): fix incorrect TChar results due to signed char Redstone1024 2024-11-10 19:21:49 +0800
  • 90c2a37a2c feat(string): add TChar::IsASCII to determine if it is an ASCII character Redstone1024 2024-11-10 18:45:15 +0800
  • 43c59399d1 feat(string): add formatting without format string of arithmetic types to strings Redstone1024 2024-11-08 22:12:24 +0800
  • 0bb036eec7 refactor(string): change the placeholder escape for format string to <[{ }]> avoiding surprises Redstone1024 2024-11-08 22:10:22 +0800
  • d8803880f1 feat(string): add parsing of arithmetic types from strings Redstone1024 2024-11-08 20:46:57 +0800
  • 211a30525e feat(string): add string parsing and formatting functions Redstone1024 2024-11-08 20:38:19 +0800
  • 76e96b06c7 refactor(string): refactor string find family to return INDEX_NONE without check(false) when index is invalid Redstone1024 2024-11-08 17:55:35 +0800
  • e19fc56d35 feat(templates): add Num function to TTuple Redstone1024 2024-11-08 11:40:13 +0800
  • 05af651232 feat(templates): add visit element by runtime index functions to TTuple Redstone1024 2024-11-05 23:02:34 +0800