| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
other examples
|
|
|
|
|
|
|
|
| |
including the examples and self-test code.
Most of these files had not copyright/license information at all; since a major
point of the examples is to allow users to copy and paste code that already
does something they want, an ambigious license is not good.
|
|
|
|
| |
the option argument, or an empty string if no argument set)
|
| |
|
|
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.
|