|  | 7525c9a5dd | refactor(*): move container and iterator tools to miscellaneous | 2024-12-05 16:38:49 +08:00 |  | 
			
				
					|  | 9d901df68a | feat(numeric): add basic random number generator function | 2024-12-04 22:05:50 +08:00 |  | 
			
				
					|  | 2d06667c40 | fix(numeric): fix missing header file in Numeric/Bit.h | 2024-12-04 21:55:02 +08:00 |  | 
			
				
					|  | fa29c4a063 | fix(numeric): add disambiguation macro for Math::DivAndRound family functions | 2024-12-04 17:49:01 +08:00 |  | 
			
				
					|  | 66cfbfa3b3 | fix(maiscellaneous): fix the definition of the uint_fast family | 2024-12-04 16:05:44 +08:00 |  | 
			
				
					|  | d0287dd5e8 | style(numeric): add and correct some comments | 2024-12-04 15:54:35 +08:00 |  | 
			
				
					|  | 123800bbbd | test(string): using self numeric instead of standard library functions | 2024-12-04 11:50:46 +08:00 |  | 
			
				
					|  | 3dc20f25cf | fix(numeric): fix floating point classification function return value type | 2024-12-04 11:41:32 +08:00 |  | 
			
				
					|  | c96995ea92 | feat(numeric): add remaining standard math functions and the corresponding testing | 2024-12-03 21:24:34 +08:00 |  | 
			
				
					|  | bd68754903 | feat(numeric): add basic, exponential, power and nearest integer math functions | 2024-12-02 19:22:31 +08:00 |  | 
			
				
					|  | f5c47fe677 | feat(numeric): add basic and floating point manipulation functions and the corresponding testing | 2024-11-27 19:03:54 +08:00 |  | 
			
				
					|  | 84a41387ae | feat(numeric): add fixed-width literals, bit math functions and the corresponding testing | 2024-11-27 16:58:39 +08:00 |  | 
			
				
					|  | edc6c1924a | fix(miscellaneous): fix unreachable indicator function will return | 2024-11-27 16:55:37 +08:00 |  | 
			
				
					|  | 5a5d34e908 | refactor(numeric): rename numeric tool library | 2024-11-26 12:04:53 +08:00 |  | 
			
				
					|  | f60bd0e3e4 | feat(numerics): add the mathematical constant tool | 2024-11-24 22:39:45 +08:00 |  | 
			
				
					|  | 987299f9b5 | feat(numerics): add TNumericLimits tool | 2024-11-24 21:48:09 +08:00 |  | 
			
				
					|  | bcc39fdf55 | refactor(miscellaneous): clarify which fundamental types are used where | 2024-11-24 20:09:31 +08:00 |  | 
			
				
					|  | 54c795b9a2 | feat(miscellaneous): add static assumptions about integral types | 2024-11-24 13:14:51 +08:00 |  | 
			
				
					|  | 1c01ce5bb6 | refactor(miscellaneous): refactor platform arithmetic type support | 2024-11-21 22:02:39 +08:00 |  | 
			
				
					|  | a952c31546 | chore(*): add PLATFORM_COMPILER_* macros and other tools | 2024-11-21 10:23:17 +08:00 |  | 
			
				
					|  | 7107fc6b8a | feat(miscellaneous): add int128, int_least family, int_fast family and intmax type | 2024-11-20 18:08:33 +08:00 |  | 
			
				
					|  | 2d4dedd876 | feat(string): add fundamental type parsing with format string but not elegant enough | 2024-11-19 20:35:59 +08:00 |  | 
			
				
					|  | edda2b83a1 | feat(string): add TStringView to standard C string conversion | 2024-11-19 12:04:17 +08:00 |  | 
			
				
					|  | 19a37ea072 | feat(string): add CTStringView and CTString concepts | 2024-11-19 11:46:50 +08:00 |  | 
			
				
					|  | 6230ec9df6 | feat(string): add fundamental type formatting with format string and adjust escape braces but not fully tested | 2024-11-18 22:35:25 +08:00 |  | 
			
				
					|  | f6f696d5a7 | refactor(string): refactor string conversion and turning off default parsing options such as auto detect base | 2024-11-16 22:21:31 +08:00 |  | 
			
				
					|  | 1c0c93ee25 | refactor(string): refactor string conversion but not fully tested | 2024-11-13 22:41:44 +08:00 |  | 
			
				
					|  | 646d0cb7a4 | fix(string): fix string trimming function's return value | 2024-11-13 12:53:27 +08:00 |  | 
			
				
					|  | 3859070d53 | feat(string): add string trimming functions | 2024-11-12 17:21:36 +08:00 |  | 
			
				
					|  | bc93455d0e | refactor(string): refactor character and digit conversion to be non-invalidable | 2024-11-12 13:32:43 +08:00 |  | 
			
				
					|  | fe60fc33e0 | feat(string): add string and arithmetic conversion functions | 2024-11-11 22:30:15 +08:00 |  | 
			
				
					|  | 49feb0b12b | perf(string): add assertions to character functions that depend on ASCII compatibilitya | 2024-11-11 12:33:00 +08:00 |  | 
			
				
					|  | f8ef1da107 | refactor(string): add base-checking to conversions between characters and digits | 2024-11-11 12:20:29 +08:00 |  | 
			
				
					|  | 09bbcecc28 | feat(string): add functions to categorize strings | 2024-11-10 19:24:40 +08:00 |  | 
			
				
					|  | 7a80a80a12 | fix(string): fix incorrect TChar results due to signed char | 2024-11-10 19:21:49 +08:00 |  | 
			
				
					|  | 90c2a37a2c | feat(string): add TChar::IsASCII to determine if it is an ASCII character | 2024-11-10 18:45:15 +08:00 |  | 
			
				
					|  | 43c59399d1 | feat(string): add formatting without format string of arithmetic types to strings | 2024-11-08 22:12:24 +08:00 |  | 
			
				
					|  | 0bb036eec7 | refactor(string): change the placeholder escape for format string to <[{ }]> avoiding surprises | 2024-11-08 22:10:22 +08:00 |  | 
			
				
					|  | d8803880f1 | feat(string): add parsing of arithmetic types from strings | 2024-11-08 20:46:57 +08:00 |  | 
			
				
					|  | 211a30525e | feat(string): add string parsing and formatting functions | 2024-11-08 20:38:19 +08:00 |  | 
			
				
					|  | 76e96b06c7 | refactor(string): refactor string find family to return INDEX_NONE without check(false) when index is invalid | 2024-11-08 17:55:35 +08:00 |  | 
			
				
					|  | e19fc56d35 | feat(templates): add Num function to TTuple | 2024-11-08 11:40:13 +08:00 |  | 
			
				
					|  | 05af651232 | feat(templates): add visit element by runtime index functions to TTuple | 2024-11-05 23:02:34 +08:00 |  | 
			
				
					|  | 258aabbde0 | fix(typetraits): fix CCommonType is incorrect for void | 2024-11-05 22:41:45 +08:00 |  | 
			
				
					|  | 2a4d65c60e | fix(string): fix TStringView's member function incorrectly return TArrayView | 2024-11-03 21:22:01 +08:00 |  | 
			
				
					|  | 64b468d612 | feat(string): add macros such as TEXT_VIEW to create string view text literals | 2024-11-03 15:56:38 +08:00 |  | 
			
				
					|  | bbf42659de | fix(templates): fix TOptional::operator* compilation error | 2024-11-03 11:06:42 +08:00 |  | 
			
				
					|  | 8507ae32e3 | refactor(string): refactor TStringView to inherit from TArrayView | 2024-11-03 10:45:54 +08:00 |  | 
			
				
					|  | 3ed3ec5258 | refactor(string): refactor TString to inherit from TArray and without null-termination | 2024-11-02 23:18:13 +08:00 |  | 
			
				
					|  | 2bb0ddee5b | fix(containers): fix TArray lost all elements after move assignment | 2024-11-02 23:07:05 +08:00 |  |