Age | Commit message (Expand) | Author |
---|---|---|
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 |