index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
AK
/
DistinctNumeric.h
Age
Commit message (
Expand
)
Author
2023-01-21
AK: Add a type alias for DistinctNumeric's underlying type
Timothy Flynn
2023-01-07
AK: Reimplement DistinctNumeric comparison operators using operator<=>
Andrew Kaster
2023-01-06
AK: Fix typo in -= operator of DistinctNumeric
Aliaksandr Kalenik
2022-11-26
AK: Make it possible to not `using` AK classes into the global namespace
Andreas Kling
2022-11-11
AK: Add optional explicit cast to underlying type to DistinctNumeric
Sam Atkins
2022-11-11
AK+Everywhere: Replace DistinctNumeric bool parameters with named ones
Sam Atkins
2022-11-06
Everywhere: Remove redundant inequality comparison operators
Daniel Bertalan
2022-07-22
Everywhere: Prefix 'TYPEDEF_DISTINCT_ORDERED_ID' with 'AK_'
Linus Groh
2022-07-22
Everywhere: Prefix 'TYPEDEF_DISTINCT_NUMERIC_GENERAL' with 'AK_'
Linus Groh
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-27
AK: Add non-const DistinctNumeric::value() getter
Linus Groh
2022-01-07
Everywhere: Fix many spelling errors
mjz19910
2021-11-17
AK: Convert AK::Format formatting helpers to returning ErrorOr<void>
Andreas Kling
2021-10-21
AK+Kernel: Format DistinctNumeric using the underlying type's formatter
Daniel Bertalan
2021-09-16
AK: Use default constructor/destructor instead of declaring an empty one
Brian Gianforcaro
2021-05-04
AK: Make DistinctNumeric constexpr-capable
Ali Mohammad Pur
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-02-26
Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes
Linus Groh
2021-02-12
AK: Remove operators && and || from DistinctNumeric
Andreas Kling
2021-02-12
AK: Add formatter for DistinctNumeric
Andreas Kling
2021-02-12
AK: Allow default-constructing DistinctNumeric
Andreas Kling
2021-01-28
AK: Provide traits for DistinctNumeric<T>
AnotherTest
2020-11-12
AK: Prefer using instead of typedef
Lenny Maiorani
2020-08-22
AK: Fix description of DistinctNumeric around operator bool
Ben Wiederhake
2020-08-10
AK: Implement and test DistinctNumeric class
Ben Wiederhake