summaryrefslogtreecommitdiff
path: root/libs/program_options
Commit message (Expand)AuthorAgeFilesLines
* Set BOOST_ALL_NO_LIB for _dll testsVladimir Prus2006-02-131-0/+0
* Remove remaining occurences of "implicit" method from the docs.Vladimir Prus2006-01-091-0/+0
* Ignore unregisted options in 'store'.Vladimir Prus2006-01-091-0/+0
* Fix SF bug 1395874. When both "all" and "all-chroots" options were registeredVladimir Prus2006-01-091-0/+0
* Fix wide version of split_winmain.Vladimir Prus2006-01-091-0/+0
* Fix typo.Vladimir Prus2005-12-281-0/+0
* Minor editorial changes.Vladimir Prus2005-12-221-0/+0
* Fix asserts in format_paragraph on VC 8.0 -- the reverse iterator wasVladimir Prus2005-12-221-0/+0
* Fix type in reference to 'check_first_occurrence'.Vladimir Prus2005-12-121-0/+0
* Fixed a Windows build problem.Hartmut Kaiser2005-11-271-0/+0
* Cast argument to isspace to 'unsigned char'. Otherwise, if base charVladimir Prus2005-11-241-0/+0
* Allow to query the type of options:Vladimir Prus2005-11-231-0/+0
* Note that positional options must be still registered.Vladimir Prus2005-11-221-0/+0
* Add test for unregisted options on the command_line_parser level.Vladimir Prus2005-11-101-0/+0
* Add 'extra_style_parser' method to basic_command_line_parser. PreviouslyVladimir Prus2005-10-271-0/+0
* Really make unregistered options to work.Vladimir Prus2005-10-271-0/+0
* 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