index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
getarg_tests.cpp
Age
Commit message (
Expand
)
Author
2021-04-18
scripted-diff: Replace m_args with m_local_args in getarg_tests.cpp
Kiminuo
2020-05-28
scripted-diff: replace gArgs with argsman
glowang
2020-05-28
Create a local class inherited from BasicTestingSetup with a localized args m...
glowang
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-16
scripted-diff: Sort test includes
MarcoFalke
2020-01-29
on startup, write config options to debug.log
Larry Ruane
2019-11-13
scripted-diff: Remove unused ArgsManager type flags in tests
Russell Yanofsky
2019-11-06
scripted-diff: test: Move setup_common to test library
MarcoFalke
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