summaryrefslogtreecommitdiff
path: root/libs/program_options
Commit message (Expand)AuthorAgeFilesLines
* Large patch from Ulrich Eckhardt to fix support for EVC++ 4.John Maddock2005-08-251-0/+0
* Fix broken linkDave Abrahams2005-08-121-0/+0
* Fixup uses of maxDouglas Gregor2005-07-131-0/+0
* Fixed previous checkin.Markus Schöpflin2005-06-161-0/+0
* Added workaround for Tru64/CXX, getline() is not defined in <string> whenMarkus Schöpflin2005-06-161-0/+0
* Unroll 'make parse_command_line' const-correct patch, because it causes tooVladimir Prus2005-06-161-0/+0
* Use boost::throw_exception instead just throw_exception. Otherwise, borlandVladimir Prus2005-06-161-0/+0
* Make install target explicit. Otherwise top-level Jamfile will try toVladimir Prus2005-06-161-0/+0
* Attempt to fix VC7 parse error.Vladimir Prus2005-06-031-0/+0
* Fix library target naming.Vladimir Prus2005-05-271-0/+0
* Added qualifier to cmdline type to fix Borland failures.John Maddock2005-05-171-0/+0
* Some compilers don't support, or make it hard to use, source relative include...Rene Rivera2005-05-151-0/+0
* Fixed failure for 64 bit platforms.Markus Schöpflin2005-05-131-0/+0
* Fix ambiguity between 'std::detail' and 'program_options::detail' on cw.Vladimir Prus2005-05-061-0/+0
* Add test for unregisted options.Vladimir Prus2005-05-061-0/+0
* Finally make 'allow_unregistered' method of cmdline work.Vladimir Prus2005-05-061-0/+0
* Fix 'unknown option' error for two successive calls to 'store'.Vladimir Prus2005-05-061-0/+0
* Make the True64 compiler happy.Hartmut Kaiser2005-05-051-0/+0
* Fix a regression -- the if the 'style' argument to parse_command_lineVladimir Prus2005-04-271-0/+0
* Check for invalid options in vector<option> returned by extra styleVladimir Prus2005-04-251-0/+0
* Fix positional options.Vladimir Prus2005-04-251-0/+0
* Fix use of *DYN_LIB=1 defines.Rene Rivera2005-04-241-0/+0
* Add missing define to make the code export symbols when creating a DLL.Rene Rivera2005-04-231-0/+0
* Derive basic_command_line_parser from cmdline.Vladimir Prus2005-04-221-0/+0
* Revive 'additional parser'.Vladimir Prus2005-04-221-0/+0
* Refactor the command line parser so that it uses options_description,Vladimir Prus2005-04-221-0/+0
* Use direct cast from any to reference, recently introduced in CVS.Vladimir Prus2005-04-221-0/+0
* Don't force static linking on NT.Vladimir Prus2005-04-201-0/+0
* Improved readability in certain cases.Hartmut Kaiser2005-03-311-0/+0
* Fix 64-bit portability problem.Vladimir Prus2005-03-231-0/+0
* Remove a couple of unused option_description members.Vladimir Prus2005-02-241-0/+0
* Update BOOST_CHECK_EQUAL_COLLECTIONS usage to the current version ofVladimir Prus2005-02-181-0/+0
* Change "throw" to "throw_exception".Vladimir Prus2005-02-161-0/+0
* Use "const char * const []" for parameters which take command line.Vladimir Prus2005-02-161-0/+0
* Patches for IRIX MIPSPro. SeeVladimir Prus2005-02-091-0/+0
* Correct example usage of positional_options_description::add.Vladimir Prus2005-02-071-0/+0
* Replaced BOOST_TEST*Stefan Slapeta2005-02-031-0/+0
* Remove a couple of potentially confusing sentences.Vladimir Prus2005-01-241-0/+0
* Initial docs for text formatting rules.Vladimir Prus2005-01-211-0/+0
* Merge the utf8 workaround in program_options and serialization andVladimir Prus2005-01-201-0/+0
* Workaround for borlandVladimir Prus2005-01-201-0/+0
* Typo fixesVladimir Prus2005-01-141-0/+0
* Added wordwrapping and improved intentation for options_descriptionVladimir Prus2005-01-121-0/+0
* Add a new option to response_file.cpp to illustrate that options inVladimir Prus2005-01-121-0/+0
* Fix missing includes.Vladimir Prus2005-01-121-0/+0
* Some doc updatesVladimir Prus2005-01-121-0/+0
* Markup user input in screensVladimir Prus2004-11-241-0/+0
* Fix title capitalizationVladimir Prus2004-11-241-0/+0
* Fix order of value and description parameters in the docs.Vladimir Prus2004-11-241-0/+0
* Better way to supress the warningVladimir Prus2004-11-231-0/+0