Redcraft/Redcraft.Utility/Source/Public/Miscellaneous
2024-12-14 16:20:26 +08:00
..
AssertionMacros.h perf(miscellaneous): optimize check_no_entry() and unimplemented() 2023-01-20 23:22:19 +08:00
Compare.h refactor(templates): add FORCEINLINE to the constexpr function 2022-12-13 22:02:39 +08:00
ConstantIterator.h fix(miscellaneous): fix iterator for only movable base object 2024-12-08 20:38:33 +08:00
Container.h refactor(*): move container and iterator tools to miscellaneous 2024-12-05 16:38:49 +08:00
CoreDefines.h style(*): move some constants and placeholders to CoreMiscDefines.h 2022-03-17 09:22:48 +08:00
CoreMiscDefines.h feat(string): add null-terminated byte string handling functions and the corresponding testing 2024-09-20 22:53:15 +08:00
Iterator.h refactor(iterator): split iterator library into multiple files 2024-12-14 16:20:26 +08:00
Platform.h fix(maiscellaneous): fix the definition of the uint_fast family 2024-12-04 16:05:44 +08:00
PreprocessorHelpers.h style(miscellaneous): rename the Misc directory to Miscellaneous 2022-02-09 17:22:49 +08:00
ProgramSupport.h fix(miscellaneous): fix unreachable indicator function will return 2024-11-27 16:55:37 +08:00
Range.h feat(miscellaneous): add TRangeView, TRefView, TOwningView, TFilterView and TTransformView 2024-12-10 20:55:29 +08:00
VarArgs.h feat(miscellaneous): add support for c-style variadic functions and the corresponding testing 2024-09-21 22:03:39 +08:00