index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
getarg_tests.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
scripted-diff: replace gArgs with argsman
glowang
2020-05-28
1
-59
/
+59
*
Create a local class inherited from BasicTestingSetup with a localized args m...
glowang
2020-05-28
1
-3
/
+12
*
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-16
1
-1
/
+1
*
scripted-diff: Sort test includes
MarcoFalke
2020-04-16
1
-1
/
+1
*
on startup, write config options to debug.log
Larry Ruane
2020-01-29
1
-0
/
+28
*
scripted-diff: Remove unused ArgsManager type flags in tests
Russell Yanofsky
2019-11-13
1
-7
/
+7
*
scripted-diff: test: Move setup_common to test library
MarcoFalke
2019-11-06
1
-1
/
+1
*
test: Make tests arg type specific
Hennadii Stepanov
2019-07-31
1
-8
/
+18
*
scripted-diff: Use ArgsManager::DEBUG_ONLY flag
Hennadii Stepanov
2019-07-27
1
-1
/
+1
*
scripted-diff: Use Flags enum in AddArg()
Hennadii Stepanov
2019-07-27
1
-1
/
+1
*
scripted-diff: Bump copyright headers in test, bench
MarcoFalke
2019-04-11
1
-1
/
+1
*
scripted-diff: Rename test_bitcoin to test/setup_common
MarcoFalke
2019-04-11
1
-1
/
+1
*
Merge #14599: Use functions guaranteed to be locale independent (IsDigit, ToL...
Wladimir J. van der Laan
2019-01-09
1
-1
/
+2
|
\
|
*
Include util/strencodings.h which is required for IsSpace(...)
practicalswift
2018-12-06
1
-0
/
+1
|
*
Use IsSpace(...) instead of boost::is_space
practicalswift
2018-11-06
1
-1
/
+1
*
|
tests: Check return value of ParseParameters(...)
practicalswift
2018-11-05
1
-1
/
+1
|
/
*
scripted-diff: Move util files to separate directory.
Jim Posen
2018-11-04
1
-1
/
+1
*
Make objects in range declarations immutable by default. Avoid unnecessary co...
practicalswift
2018-08-27
1
-1
/
+1
*
Update copyright headers to 2018
DrahtBot
2018-07-27
1
-1
/
+1
*
Give an error and exit if there are unknown parameters
Andrew Chow
2018-05-30
1
-1
/
+15
*
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2018-01-03
1
-1
/
+1
*
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-16
1
-2
/
+2
*
Changing &vec[0] to vec.data(), what 9804 missed
MeshCollider
2017-09-08
1
-1
/
+1
*
scripted-diff: stop using the gArgs wrappers
Marko Bencun
2017-08-14
1
-56
/
+56
*
scripted-diff: Remove #include <boost/foreach.hpp>
Jorge Timón
2017-06-22
1
-1
/
+0
*
scripted-diff: Fully remove BOOST_FOREACH
Jorge Timón
2017-06-05
1
-1
/
+1
*
Bump copyright headers to 2015
MarcoFalke
2015-12-13
1
-1
/
+1
*
Fix argument parsing oddity with -noX
Wladimir J. van der Laan
2015-07-27
1
-11
/
+11
*
tests: add a BasicTestingSetup and apply to all tests
Wladimir J. van der Laan
2015-03-12
1
-1
/
+2
*
Remove references to X11 licence
Michael Ford
2014-12-16
1
-1
/
+1
*
tests: don't split an empty string
Cory Fields
2014-09-25
1
-1
/
+2
*
Add licenses for tests and test data
Wladimir J. van der Laan
2014-03-18
1
-1
/
+3
*
Cleanup code using forward declarations.
Brandon Dahler
2013-11-10
1
-2
/
+7
*
remove GetBoolArg() fDefault parameter defaulting to false
Philip Kaufmann
2013-06-01
1
-20
/
+6
*
New GetArg features: allow --, and booleans can be -foo or -nofoo
Gavin Andresen
2012-02-07
1
-0
/
+72
*
Unit tests for the GetArg() methods
Gavin Andresen
2012-02-07
1
-0
/
+95