Block a user
6cc31f660c
style(miscellaneous): add comments to the file system operation functions
2d79e18b25
fix(strings): fix access out-of-bounds when converting zero-length strings to null-terminated strings
1d5a61f308
feat(miscellaneous): add file system operation functions
38e1c3f8b7
feat(miscellaneous): add byte and text file access functions
8d3fa1ac98
feat(miscellaneous): add console operation functions
88e330336a
refactor(strings): suppress compilation warnings from formatting tools
eca0d90d98
feat(miscellaneous): add enum class bitwise operation macro tools
d8adf47d10
feat(strings): add formatter for TStringView and TString
8a834a9c05
perf(strings): optimize formatting algorithm function
35f0ba71ab
refactor(strings): replace and remove deprecated formatting tools
db7a40cb30
fix(strings): fix unexpected infinite recursion in TChar
6a70f0c501
fix(strings): fix treating boolean type as integral arguments
5629e31d49
fix(strings): fix string literal encoding types in formatting
c16da1af53
feat(strings): add formatter for pointer or member pointer types
68cd2c310a
fix(strings): fix fill character cannot be defaulted
594acf219a
feat(strings): add formatter for integral like types
9dd5e74788
feat(strings): add a more general string formatting framework
c596882c32
feat(strings): add TChar::IsValid() support for char type
0e7ee5cde2
fix(templates): fix TTuple requires and implementations to avoid compilation failures
39d12bd7e4
refactor(templates): make TVariant conform to the style for general type identifiers
319d1cc8cb
fix(ranges): fix TRangeView to be able to hold output iterator
bf22397123
feat(algorithms): add search algorithm and the corresponding testing
2de1068ad8
fix(templates): fix Ref() call ambiguity
aa572542e2
fix(algorithms): fix requires for Algorithms::Distance()
db855d27a1
style(ranges): clarify the semantic requirements of CRange and CSizedRange
04bb4be901
feat(algorithms): add more iterator algorithm and the corresponding testing
a68a6d16b6
refactor(numerics): refactor the numerics implementation folder to plural form
a92422e8b2
refactor(*): refactor the tool library's namespace to plural form
343007ffd6
feat(algorithms): add basic iterator algorithm and the corresponding testing
8c228fbf52
refactor(*): refactor the tool library's parent folder to plural form
a14fbd90db
test(range): add test for range library
1e6beb83f2
refactor(testing): refactor test code and file to reduce the name collisions
7fb116c577
fix(*): fix ambiguity in NAMESPACE_PRIVATE when expanding macros
566052c8c2
fix(iterator): fix some iterator adapter implementation bugs
a0250ebaf8
test(iterator): add test for iterator library
f88cf7ef3e
feat(range): add TTakeWhileView adapter
e6d525f2c3
feat(range): add simple view concept and refactor related requires
dd3a366c14
fix(*): fix some iterator adapter implementation bugs
85199119b3
fix(range): fix GetBase() of sentinel adapters such as TFilterView's
78d4955e03
fix(iterator): fix TCountedIterator not initializing Length
8f36410346
feat(range): add TTakeView adapter
87e48e5ca1
style(*): fix some comments and static_assert errors
93b3a17f06
fix(range): fix implementation of IBasicViewInterface
f54386d102
fix(templates): fix recursive #include due to native array swap function
6a37e91639
refactor(*): replace the old with the new iterator and range library
0a37460f24
fix(range): fix range adapter closure behavior
aa8cd7ed33
feat(range): add range conversion function
4845520225
fix(range): fix missing explicit namespace qualification of Range::All()
68f0d19cac
fix(*): fix the implementation of iterator functions such as operator++(int)
50b1d2bb29
fix(*): fix missing constexpr in some if constexpr
00be872d5c
fix(range): fix DeclVal() usage in range library
312cfe4097
refactor(*): make type alias identifiers conform to the style for general type identifiers
d2b6e0c669
feat(range): add range pipe operator support
d88eb4be5e
refactor(range): split the remaining range library into multiple files
dca4eaa6eb
fix(range): fix related tool identifiers for common range
8eab5e6538
fix(iterator): fix requires on some iterator adapter member functions
589347118b
refactor(range): split range factories part of the range library into multiple files
a3e0aa01cf
refactor(range): split basic view part of the range library into multiple files
a3509295ff
refactor(range): add range example class and split part of the range library into multiple files
cd7adbfd46
refactor(iterator): split iterator library into multiple files
a55f03fea0
fix(iterator): fix behavior when TIteratorElement or TIteratorPointer is invalid
c73fc7620d
fix(iterator): fix CReferenceable being mistakenly written as CReference
5cfde63dd4
style(iterator): organize comments to make them more human readable
ea625bb916
feat(miscellaneous): add TRangeView, TRefView, TOwningView, TFilterView and TTransformView
28367fe633
fix(miscellaneous): fix some iterator concepts and requires
d9f05d4241
feat(miscellaneous): add basic range factories
5131fd6eae
fix(miscellaneous): fix requires for FUnreachableSentinel::operator==