| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Cleanup code using forward declarations. | Brandon Dahler | 2013-11-10 | 1 | -2/+7 |
| | | | | | | | | | | Use misc methods of avoiding unnecesary header includes. Replace int typedefs with int##_t from stdint.h. Replace PRI64[xdu] with PRI[xdu]64 from inttypes.h. Normalize QT_VERSION ifs where possible. Resolve some indirect dependencies as direct ones. Remove extern declarations from .cpp files. | ||||
| * | remove GetBoolArg() fDefault parameter defaulting to false | Philip Kaufmann | 2013-06-01 | 1 | -20/+6 |
| | | | | | | | | | - explicitly set the default of all GetBoolArg() calls - rework getarg_test.cpp and util_tests.cpp to cover this change - some indentation fixes - move macdockiconhandler.h include in bitcoin.cpp to the "our headers" section | ||||
| * | 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 |