Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-03 | Fix signed/unsigned comparison warnings | Gavin Andresen | |
2012-09-15 | tests for SetCompact and GetCompact of CBigNum | Christian von Roques | |
2012-08-02 | fix further spelling errors / remove a tab in the source | Philip Kaufmann | |
2012-06-07 | Move NOINLINE definition to test where it's used. | Ricardo M. Correia | |
2012-05-31 | Use C++-style numeric limits instead of C-style. | Ricardo M. Correia | |
2012-05-31 | Fix noinline definition so that it works for more compilers. | Ricardo M. Correia | |
2012-05-14 | Add test case for CBigNum::setint64(). | Ricardo M. Correia | |
One of the test cases currently aborts when using gcc's flag -ftrapv, due to negating an INT64_MIN int64 variable, which is an undefined operation. This will be fixed in a subsequent commit. |