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
/
Checked.h
Age
Commit message (
Expand
)
Author
2021-07-22
AK: Make TypeBoundsChecker<UnsignedIntegralT, FloatingPointT> work
Linus Groh
2021-07-04
AK: Explicitly require Checked types to be Integral
Idan Horowitz
2021-06-02
AK: Make checked division also check for divide by zero
Ali Mohammad Pur
2021-05-07
AK: Make Checked<T> check for division overflow as well
Ali Mohammad Pur
2021-04-11
AK: Annotate Checked functions with [[nodiscard]]
Brian Gianforcaro
2021-03-13
AK: Add decrement operator to Checked
Tom
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-01-30
AK: Allow Checked += Checked, and other such operations
Andreas Kling
2020-10-20
Everywhere: Redundant inline specifier on constexpr functions (#3807)
Lenny Maiorani
2020-10-20
Checked: constexpr support
Lenny Maiorani
2020-10-20
Checked: Use default compiler-generated functions
Lenny Maiorani
2020-08-26
AK: Demonstrate and fix Checked
Ben Wiederhake
2020-05-31
AK: Always inline some Checked methods
Sergey Bugaev
2020-05-20
AK: Fix Checked::multiplication_would_overflow() signature
Sergey Bugaev
2020-05-01
AK: Make Checked.h work with Clang
Andreas Kling
2020-04-30
AK: Add Checked::addition_would_overflow()
Sergey Bugaev
2020-04-15
AK: Add Checked<T>::multiplication_would_overflow()
Andreas Kling
2020-04-15
AK: Add a Checked<T> template
Andreas Kling