1
I Use This!
Inactive

Commits : Listings

Analyzed about 24 hours ago. based on code collected 1 day ago.
Aug 21, 2025 — Aug 21, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Changing ssize_t to ptrdiff_t to make it more portable. More... over 10 years ago
removing annoying extra line. More... over 10 years ago
Merge remote-tracking branch 'docopt/master' More... over 10 years ago
Merge pull request #28 from mrkline/string-value-to-long More... over 10 years ago
Throw if asLong() gets a partially-numeric string More... over 10 years ago
Merge pull request #32 from GamePad64/master More... over 10 years ago
Making things easier to read by casting to ssize_t. More... over 10 years ago
Merge pull request #20 from toch/set-short-long-options More... over 10 years ago
Merge pull request #33 from LogicalKnight/msvc-cmake-c++11-fix More... over 10 years ago
Fixing warnings that result from the following clang options: -Wnon-virtual-dtor -Wshadow -Wsign-conversion -Wmissing-prototypes More... almost 11 years ago
Don't use C++11/14 flags when compiling with MSVC More... almost 11 years ago
Bumped CMake version to 3.1 Removed WITH_CPP** options, in favor of -DCMAKE_CXX_STANDARD=11 Added public includes to both dynamic and static targets, enabling CMake-idiomatic way to link these libraries with link_library and without include_directory Fixed "#pragma mark" warnings More... almost 11 years ago
Fix issue #15: rename the #include guards More... almost 11 years ago
Use stol instead of sscanf More... almost 11 years ago
value::asLong will convert from string to long More... almost 11 years ago
Travis-CI: add packages for the various clang versions More... almost 11 years ago
Travis-CI: update to newer infrastructure using the sudo-flag More... almost 11 years ago
Travis-CI: add support for Travis More... almost 11 years ago
Merge pull request #24 from rhorenov/fix_warning More... almost 11 years ago
Fixes parsing of [default: x] in some cases on Win. More... almost 11 years ago
Fixs warning in msvc2015. More... almost 11 years ago
Merge pull request #19 from acgetchell/patch-1 More... almost 11 years ago
Fix buggy parsing of strings with space inside <> More... almost 11 years ago
Fix wrong merge and recognition of short/long option More... almost 11 years ago
Add override specifier More... almost 11 years ago
Merge pull request #17 from johnsusi/master More... about 11 years ago
Write to supplied ostream instead of cout More... about 11 years ago
Merge pull request #12 from hoxnox/buildtest More... about 11 years ago
Merge pull request #14 from liblit/doctopt-typo-fix More... about 11 years ago
Simple typo fix: "doctopt" should be "docopt" More... about 11 years ago