en-us Changes to file checks/getopt.h (from [51b865be..]) http://viewmtn.angrygoats.net/all/revision/filechanges/51b865bec516d5ae86bcb7b708c2972dec9dc987/checks/getopt.h Changes to file checks/getopt.h (from [51b865be..]) http://viewmtn.angrygoats.net/all/revision/info/a41a404bde5aaa1638ea96d7233a89dae56b9394 Add a value_if_set member function to the getopt implementation (returns Add a value_if_set member function to the getopt implementation (returns
the option argument, or an empty string if no argument set)
lloyd@randombit.net Sat, 09 Dec 2006 08:59:25 GMT
http://viewmtn.angrygoats.net/all/revision/info/695f5995e9c06b345a70e3562f3a2d429f1404d5 Add header guards Add header guards lloyd@randombit.net Wed, 09 Aug 2006 08:51:46 GMT http://viewmtn.angrygoats.net/all/revision/info/aa2920578afff5e4215bbfe07c34883096549bc8 Add a simple option parser to the check utility; it makes for much saner 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.
lloyd@randombit.net Wed, 09 Aug 2006 08:27:03 GMT