Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jarro2783/cxxopts.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-01-30change default to zero countfix_defaultJarryd Beck
2018-01-16Add default "default" value to boolean options (#94)Jesús González
2017-12-15fix some typesJarryd Beck
2017-12-15fixed “possible loss of data” warning on Visual Studio (#89)Addy
2017-12-06version bumpJarryd Beck
2017-12-04add clang back to travisadd_clangJarryd Beck
2017-12-04`|` should be inside of `(…)` (#87)Masashi Fujita
2017-11-30Clarify ParseResult being in scopeJarryd Beck
2017-11-30Fix overly strict shadows in GCC 4.9Jarryd Beck
2017-11-30Add GCC 4.9 to travis buildJarryd Beck
2017-11-28Allow help string to be customisedJarryd Beck
2017-11-28Fix positional arguments overloadJarryd Beck
2017-11-28Fix handling of implicit valuesJarryd Beck
2017-11-27add a test for broken boolean optionsJarryd Beck
2017-11-27Remove clang for nowJarryd Beck
2017-11-15Merge branch '2_0'v2.0.0Jarryd Beck
2017-11-15fix changelog and readme2_0Jarryd Beck
2017-11-15Parse strings for booleansJarryd Beck
2017-11-14improve documentation for default and implicitJarryd Beck
2017-11-13Allow positional arguments to show in helpJarryd Beck
2017-11-13Improve version and changelogJarryd Beck
2017-11-13Add ability to iterate through parsed optionsJarryd Beck
2017-11-02clean up extraneous commentJarryd Beck
2017-11-02Fix some strange issues in integer_parser (#80)v1.4.4DevCodeOne
2017-11-01__GNU__ isn't a thing (#79)Alcaro
2017-10-31add a version defineJarryd Beck
2017-10-31Some cleanupJarryd Beck
2017-10-31update the readmeJarryd Beck
2017-10-30remove some unused codeJarryd Beck
2017-10-30add option name to OptionDetailsJarryd Beck
2017-10-27fix defaultJarryd Beck
2017-10-27test that failsJarryd Beck
2017-10-27all tests passJarryd Beck
2017-10-26much closer to workingJarryd Beck
2017-10-20add clone to optionsJarryd Beck
2017-10-19clean up standard_value class a bitJarryd Beck
2017-10-18improve changelogJarryd Beck
2017-10-18Move parse result to an immutable objectJarryd Beck
2017-10-18remove non virtual destructor silence for GCCJarryd Beck
2017-10-18fix Unicode multiple definitionJarryd Beck
2017-10-18Cleanup uses of inlineJarryd Beck
2017-10-10avoid warning about non-virtual destructor (#75)Benjamin Buch
2017-09-04Fix compiler warnings for MSVCv1.4.3Jarryd Beck
2017-08-29Minor tweaksv1.4.2Jarryd Beck
2017-08-29Remove curly single-quotes only on Windows (#68)giumas
2017-08-18remove osx for nowv1.4.1Jarryd Beck
2017-08-16Added parsing of general types. (#63)Hannah Rittich
2017-08-08fix multiple definitionsJarryd Beck
2017-07-25Improve integer parsingv1.4.0Jarryd Beck
2017-07-16Allow spaces in option specification. (#58)v1.3.0Shivakar Vulli