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