summaryrefslogtreecommitdiff
path: root/libs/program_options
Commit message (Expand)AuthorAgeFilesLines
...
* MinGW-no-wstring workaroundVladimir Prus2004-09-211-0/+0
* Fix a recently introduces failure of unicode_test. I was tryingVladimir Prus2004-09-201-0/+0
* More validation_error text impromentsVladimir Prus2004-09-161-0/+0
* Improve the error reporting for invalid option values. Now theVladimir Prus2004-09-161-0/+0
* Comment editVladimir Prus2004-09-151-0/+0
* TypoVladimir Prus2004-09-151-0/+0
* Improve 'bool_switch' -- don't accept any argument on the command line.Vladimir Prus2004-09-151-0/+0
* Move include of <detail/workaround.hpp>Vladimir Prus2004-09-061-0/+0
* Fix a couple of warnings, thanks to Rodolfo Schulz de Lima.Vladimir Prus2004-09-061-0/+0
* Another 'mingw-has-no-wstring' workaroundVladimir Prus2004-08-271-0/+0
* Remove std::facet-support. Hopefully, this will make intel happy.Vladimir Prus2004-08-271-0/+0
* Don't require std::facet-support in tests. Supposedly, it causes link failures.Vladimir Prus2004-08-261-0/+0
* Try to fix Comeau problems.Vladimir Prus2004-08-261-0/+0
* Don't even compiler utf8_codecvt_facet.cpp when wstring is not available.Vladimir Prus2004-08-261-0/+0
* More editsVladimir Prus2004-08-261-0/+0
* Fix spelling.Vladimir Prus2004-08-251-0/+0
* Clarify doc comment.Vladimir Prus2004-08-241-0/+0
* Exclude Unicode part of parsers_test when system does not supportVladimir Prus2004-08-231-0/+0
* Another set of doc/comment edits from Charles.Vladimir Prus2004-08-231-0/+0
* Fix for CW 9 (namespace ambiguity)Stefan Slapeta2004-08-031-0/+0
* Expand "How To" section and add more examples.Vladimir Prus2004-07-301-0/+0
* More edits. Also, merge options_descriptons.xml into overview.xml.Vladimir Prus2004-07-301-0/+0
* More edits from Charles.Vladimir Prus2004-07-301-0/+0
* Even more edits from Charles.Vladimir Prus2004-07-291-0/+0
* Converted to Boost Software License, Version 1.0Douglas Gregor2004-07-271-0/+0
* Replace \u espaces with \x escapes, since CW8 does not understand theVladimir Prus2004-07-261-0/+0
* Really fix CW9 problem.Vladimir Prus2004-07-221-0/+0
* Workaround lack of WCHAR_MAX on FreeBSD. Patch from Jonathan Wakely.Vladimir Prus2004-07-221-0/+0
* More edits from Charles Brockman.Vladimir Prus2004-07-221-0/+0
* Workaround CW9 problem.Vladimir Prus2004-07-221-0/+0
* Don't instantiate std::vector with incomplete type, this is not allowed.Vladimir Prus2004-07-221-0/+0
* Fix the utf8_codecvt::do_length declaration. Pointed out by Rene Rivera.Vladimir Prus2004-07-211-0/+0
* Apply numerous editorial corrections from Charles Brockman.Vladimir Prus2004-07-211-0/+0
* Documentation update from Jon T. PedantDouglas Gregor2004-07-201-0/+0
* Make the library compile on mingw, again. Thanks to Janusz Piwowarski for theVladimir Prus2004-07-191-0/+0
* Added todoVladimir Prus2004-07-191-0/+0
* Add a code size testing script.Vladimir Prus2004-07-191-0/+0
* Added the Python script I used to generated winmain.cpp, just inVladimir Prus2004-07-191-0/+0
* Simplify the test.Vladimir Prus2004-07-191-0/+0
* Add back redirecting indexVladimir Prus2004-07-191-0/+0
* Remove stale files.Vladimir Prus2004-07-191-0/+0
* Define environ on Comeau.Vladimir Prus2004-07-171-0/+0
* Replace string::push_back with string::operator+= for the sake on Intel.Vladimir Prus2004-07-171-0/+0
* VC fixes:Vladimir Prus2004-07-161-0/+0
* Patch from John Maddock for platforms without wchar_t support, specificallyVladimir Prus2004-07-151-0/+0
* Added 'split_winmain' function.Vladimir Prus2004-07-141-0/+0
* Don't declare environ on WIN32 -- it's already defined in headers and secondVladimir Prus2004-07-141-0/+0
* Apply fixed from John Maddock:Vladimir Prus2004-07-141-0/+0
* Include wchar.h so that mbstate_t is available in global namespace. Maybe,Vladimir Prus2004-07-141-0/+0
* Applied numerious suggestions from Pavel Vozenilek.Vladimir Prus2004-07-131-0/+0