Revisions 0 to 10 in in which 'checks/getopt.cpp' was changed are listed below. These revisions are ancestors of the revision [f00ecee7..]. The "diff" links listed with each revision will show changes in 'checks/getopt.cpp' between that revision and [f00ecee7..].

727 days ago: Add a value_if_set member function to the getopt implementation (returns
view file | diff | revision info | browse files
Author: lloyd@randombit.net
Changelog: Add a value_if_set member function to the getopt implementation (returns
the option argument, or an empty string if no argument set)
Date: Sat, 09 Dec 2006 08:59:25 GMT
849 days ago: Add a simple option parser to the check utility; it makes for much saner
view file | diff | revision info | browse files
Author: lloyd@randombit.net
Changelog: Add a simple option parser to the check utility; it makes for much saner
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.
Date: Wed, 09 Aug 2006 08:27:03 GMT