summaryrefslogtreecommitdiff
path: root/AK/DistinctNumeric.h
AgeCommit message (Expand)Author
2023-01-21AK: Add a type alias for DistinctNumeric's underlying typeTimothy Flynn
2023-01-07AK: Reimplement DistinctNumeric comparison operators using operator<=>Andrew Kaster
2023-01-06AK: Fix typo in -= operator of DistinctNumericAliaksandr Kalenik
2022-11-26AK: Make it possible to not `using` AK classes into the global namespaceAndreas Kling
2022-11-11AK: Add optional explicit cast to underlying type to DistinctNumericSam Atkins
2022-11-11AK+Everywhere: Replace DistinctNumeric bool parameters with named onesSam Atkins
2022-11-06Everywhere: Remove redundant inequality comparison operatorsDaniel Bertalan
2022-07-22Everywhere: Prefix 'TYPEDEF_DISTINCT_ORDERED_ID' with 'AK_'Linus Groh
2022-07-22Everywhere: Prefix 'TYPEDEF_DISTINCT_NUMERIC_GENERAL' with 'AK_'Linus Groh
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-27AK: Add non-const DistinctNumeric::value() getterLinus Groh
2022-01-07Everywhere: Fix many spelling errorsmjz19910
2021-11-17AK: Convert AK::Format formatting helpers to returning ErrorOr<void>Andreas Kling
2021-10-21AK+Kernel: Format DistinctNumeric using the underlying type's formatterDaniel Bertalan
2021-09-16AK: Use default constructor/destructor instead of declaring an empty oneBrian Gianforcaro
2021-05-04AK: Make DistinctNumeric constexpr-capableAli Mohammad Pur
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-26Everywhere: Remove a bunch of redundant 'AK::' namespace prefixesLinus Groh
2021-02-12AK: Remove operators && and || from DistinctNumericAndreas Kling
2021-02-12AK: Add formatter for DistinctNumericAndreas Kling
2021-02-12AK: Allow default-constructing DistinctNumericAndreas Kling
2021-01-28AK: Provide traits for DistinctNumeric<T>AnotherTest
2020-11-12AK: Prefer using instead of typedefLenny Maiorani
2020-08-22AK: Fix description of DistinctNumeric around operator boolBen Wiederhake
2020-08-10AK: Implement and test DistinctNumeric classBen Wiederhake