Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reformat code with astyle + fix code style | Tomasz Frydrych | 2017-05-01 | 1 | -51/+56 |
| | |||||
* | Content: | Tomasz Frydrych | 2017-04-03 | 1 | -2/+2 |
| | | | | | | | | | * fixes for deprecated constructions in c++11 and later (explicit rule of 3/5 or implicit rule of 0 and other violations) * `default` specifier instead of `{}` in some places(probably all) * removal of unreachable code (for example `return` after `throw`) * removal of compilation unit only visible, but not used functions * fix for `throw()` specifier - used instead `BOTAN_NOEXCEPT` * removed not needed semicolons | ||||
* | Remove old timing test suite | Jack Lloyd | 2017-03-28 | 1 | -2/+5 |
| | | | | Replaced by version in cli added in #894 | ||||
* | Fix compiler warnings in timing_test CLI | Jack Lloyd | 2017-03-03 | 1 | -2/+4 |
| | |||||
* | Increase timing test defaults | Jack Lloyd | 2017-02-26 | 1 | -1/+1 |
| | | | | | | Mona errors out on < 512 values per secret [ci skip] | ||||
* | Add `botan timing_test` command line utility | Jack Lloyd | 2017-02-26 | 1 | -0/+454 |