aboutsummaryrefslogtreecommitdiff
path: root/src/test/getarg_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* Give an error and exit if there are unknown parametersAndrew Chow2018-05-301-1/+15
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-2/+2
* Changing &vec[0] to vec.data(), what 9804 missedMeshCollider2017-09-081-1/+1
* scripted-diff: stop using the gArgs wrappersMarko Bencun2017-08-141-56/+56
* scripted-diff: Remove #include <boost/foreach.hpp>Jorge Timón2017-06-221-1/+0
* scripted-diff: Fully remove BOOST_FOREACHJorge Timón2017-06-051-1/+1
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* Fix argument parsing oddity with -noXWladimir J. van der Laan2015-07-271-11/+11
* tests: add a BasicTestingSetup and apply to all testsWladimir J. van der Laan2015-03-121-1/+2
* Remove references to X11 licenceMichael Ford2014-12-161-1/+1
* tests: don't split an empty stringCory Fields2014-09-251-1/+2
* Add licenses for tests and test dataWladimir J. van der Laan2014-03-181-1/+3
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-2/+7
* remove GetBoolArg() fDefault parameter defaulting to falsePhilip Kaufmann2013-06-011-20/+6
* New GetArg features: allow --, and booleans can be -foo or -nofooGavin Andresen2012-02-071-0/+72
* Unit tests for the GetArg() methodsGavin Andresen2012-02-071-0/+95