Commit Graph

15 Commits

Author SHA1 Message Date
312cfe4097 refactor(*): make type alias identifiers conform to the style for general type identifiers 2024-12-16 19:34:47 +08:00
66cfbfa3b3 fix(maiscellaneous): fix the definition of the uint_fast family 2024-12-04 16:05:44 +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
7a08385963 style(miscellaneous): clarify the locale and encoding corresponding to the character type 2024-10-06 16:20:45 +08:00
517916fa53 refactor(miscellaneous): refactor the definitions of floating-point types and character types 2024-10-03 23:48:50 +08:00
5210db43b3 feat(string): add single character utility and the corresponding testing 2024-09-17 18:06:02 +08:00
1dd42be86a feat(miscellaneous): add fixed-length floating-point support 2022-04-25 22:33:55 +08:00
63b63ef0b4 chore(*): add Development build type to allow debugging in optimization-enabled mode 2022-04-20 23:38:29 +08:00
bb89dd6509 refactor(miscellaneous): renamed builtin type, add fixed-width character type 2022-04-08 17:29:05 +08:00
cd1a8da1a8 feat(memory): complete low-level memory management utilities 2022-03-18 20:17:28 +08:00
ad80dcd78f style(miscellaneous): rename the Misc directory to Miscellaneous 2022-02-09 17:22:49 +08:00