Age | Commit message (Expand) | Author |
2019-07-31 | test: Make tests arg type specific | Hennadii Stepanov |
2019-07-27 | scripted-diff: Use ArgsManager::DEBUG_ONLY flag | Hennadii Stepanov |
2019-07-27 | scripted-diff: Use Flags enum in AddArg() | Hennadii Stepanov |
2019-04-11 | scripted-diff: Bump copyright headers in test, bench | MarcoFalke |
2019-04-11 | scripted-diff: Rename test_bitcoin to test/setup_common | MarcoFalke |
2019-01-09 | Merge #14599: Use functions guaranteed to be locale independent (IsDigit, ToL... | Wladimir J. van der Laan |
2018-12-06 | Include util/strencodings.h which is required for IsSpace(...) | practicalswift |
2018-11-06 | Use IsSpace(...) instead of boost::is_space | practicalswift |
2018-11-05 | tests: Check return value of ParseParameters(...) | practicalswift |
2018-11-04 | scripted-diff: Move util files to separate directory. | Jim Posen |
2018-08-27 | Make objects in range declarations immutable by default. Avoid unnecessary co... | practicalswift |
2018-07-27 | Update copyright headers to 2018 | DrahtBot |
2018-05-30 | Give an error and exit if there are unknown parameters | Andrew Chow |
2018-01-03 | Increment MIT Licence copyright header year on files modified in 2017 | Akira Takizawa |
2017-11-16 | scripted-diff: Replace #include "" with #include <> (ryanofsky) | MeshCollider |
2017-09-08 | Changing &vec[0] to vec.data(), what 9804 missed | MeshCollider |
2017-08-14 | scripted-diff: stop using the gArgs wrappers | Marko Bencun |
2017-06-22 | scripted-diff: Remove #include <boost/foreach.hpp> | Jorge Timón |
2017-06-05 | scripted-diff: Fully remove BOOST_FOREACH | Jorge Timón |
2015-12-13 | Bump copyright headers to 2015 | MarcoFalke |
2015-07-27 | Fix argument parsing oddity with -noX | Wladimir J. van der Laan |
2015-03-12 | tests: add a BasicTestingSetup and apply to all tests | Wladimir J. van der Laan |
2014-12-16 | Remove references to X11 licence | Michael Ford |
2014-09-25 | tests: don't split an empty string | Cory Fields |
2014-03-18 | Add licenses for tests and test data | Wladimir J. van der Laan |
2013-11-10 | Cleanup code using forward declarations. | Brandon Dahler |
2013-06-01 | remove GetBoolArg() fDefault parameter defaulting to false | Philip Kaufmann |
2012-02-07 | New GetArg features: allow --, and booleans can be -foo or -nofoo | Gavin Andresen |
2012-02-07 | Unit tests for the GetArg() methods | Gavin Andresen |