Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use OptionParser::init_if_set | lloyd | 2006-12-09 | 1 | -18/+14 |
| | | | | Inline the print_help function | ||||
* | Add (very basic) HTML output for public key benchmarking. | lloyd | 2006-09-27 | 1 | -3/+3 |
| | |||||
* | Allow --bench-algo to take multiple arguments | lloyd | 2006-09-26 | 1 | -4/+10 |
| | |||||
* | Respect the --seconds command line argument with --bench-algo | lloyd | 2006-08-13 | 1 | -2/+2 |
| | |||||
* | In 'check', always initialize the library and run basic self tests, even | lloyd | 2006-08-12 | 1 | -6/+2 |
| | | | | if run with no arguments. | ||||
* | Remove the public domain notices from the self-test/benchmark code, | lloyd | 2006-08-09 | 1 | -3/+0 |
| | | | | because it turns out to be something of a legal minefield. | ||||
* | Enable testing the sizes of basic types in the test suite, and fix some | lloyd | 2006-08-09 | 1 | -23/+7 |
| | | | | minor compile errors and warnings that had crept into that code. | ||||
* | Add a simple option parser to the check utility; it makes for much saner | lloyd | 2006-08-09 | 1 | -72/+54 |
| | | | | | | | | | | code in check.cpp, and now the order of options on the command line should not change what heppens. The options taken have changed slightly. All options that take values are now --arg=value instead of "--arg value", and the various --bench-(blah) options have been turned into a new option --bench-type that takes an argument specifying the type of algorithm to benchmark. | ||||
* | Revert last change to check.cpp (didn't mean to commit that) | lloyd | 2006-06-07 | 1 | -3/+3 |
| | | | | Commit the actual squaring tests in checks/bigint.cpp | ||||
* | Add hooks for tests for the squaring algorithms | lloyd | 2006-06-07 | 1 | -3/+3 |
| | |||||
* | Initial checkin1.5.6 | lloyd | 2006-05-18 | 1 | -0/+262 |