Age | Commit message (Expand) | Author |
---|---|---|
2021-11-14 | AK: Use proper type for bool NumericLimits::min and max specialization | Andrew Kaster |
2021-05-22 | AK/NumericLimits: Add `lowest()` for floating-point types | Jelle Raaijmakers |
2021-05-08 | AK: Add epsilon() to NumericLimits for float, double, long double | Stephan Unverwerth |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2020-09-29 | AK: Add NumericLimits specialization for char. | asynts |
2020-07-18 | AK: Use "signed char" as the opposite of "unsigned char" | Andreas Kling |
2020-05-23 | AK: Allow NumericLimits.h to compile in a kernel context | Andreas Kling |
2020-04-15 | AK: Add a simple NumericLimits<T> template | Andreas Kling |