aboutsummaryrefslogtreecommitdiff
path: root/src/test/getarg_tests.cpp
AgeCommit message (Expand)Author
2020-05-28scripted-diff: replace gArgs with argsmanglowang
2020-05-28Create a local class inherited from BasicTestingSetup with a localized args m...glowang
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-04-16scripted-diff: Sort test includesMarcoFalke
2020-01-29on startup, write config options to debug.logLarry Ruane
2019-11-13scripted-diff: Remove unused ArgsManager type flags in testsRussell Yanofsky
2019-11-06scripted-diff: test: Move setup_common to test libraryMarcoFalke
2019-07-31test: Make tests arg type specificHennadii Stepanov
2019-07-27scripted-diff: Use ArgsManager::DEBUG_ONLY flagHennadii Stepanov
2019-07-27scripted-diff: Use Flags enum in AddArg()Hennadii Stepanov
2019-04-11scripted-diff: Bump copyright headers in test, benchMarcoFalke
2019-04-11scripted-diff: Rename test_bitcoin to test/setup_commonMarcoFalke
2019-01-09Merge #14599: Use functions guaranteed to be locale independent (IsDigit, ToL...Wladimir J. van der Laan
2018-12-06Include util/strencodings.h which is required for IsSpace(...)practicalswift
2018-11-06Use IsSpace(...) instead of boost::is_spacepracticalswift
2018-11-05tests: Check return value of ParseParameters(...)practicalswift
2018-11-04scripted-diff: Move util files to separate directory.Jim Posen
2018-08-27Make objects in range declarations immutable by default. Avoid unnecessary co...practicalswift
2018-07-27Update copyright headers to 2018DrahtBot
2018-05-30Give an error and exit if there are unknown parametersAndrew Chow
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-09-08Changing &vec[0] to vec.data(), what 9804 missedMeshCollider
2017-08-14scripted-diff: stop using the gArgs wrappersMarko Bencun
2017-06-22scripted-diff: Remove #include <boost/foreach.hpp>Jorge Timón
2017-06-05scripted-diff: Fully remove BOOST_FOREACHJorge Timón
2015-12-13Bump copyright headers to 2015MarcoFalke
2015-07-27Fix argument parsing oddity with -noXWladimir J. van der Laan
2015-03-12tests: add a BasicTestingSetup and apply to all testsWladimir J. van der Laan
2014-12-16Remove references to X11 licenceMichael Ford
2014-09-25tests: don't split an empty stringCory Fields
2014-03-18Add licenses for tests and test dataWladimir J. van der Laan
2013-11-10Cleanup code using forward declarations.Brandon Dahler
2013-06-01remove GetBoolArg() fDefault parameter defaulting to falsePhilip Kaufmann
2012-02-07New GetArg features: allow --, and booleans can be -foo or -nofooGavin Andresen
2012-02-07Unit tests for the GetArg() methodsGavin Andresen