Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-13 | refactor integer overflow detection, add signed int | Luca Dariz | |
Instead of checking for every possible casse which result in overflow, it is much simpler to perform the operation using integers with bigger dimension and check if the result overflow | |||
2015-02-13 | add tests for unsigned integer overflow | Luca Dariz | |