Commit Graph

13 Commits

Author SHA1 Message Date
Vladimir Prus
81aff160d0 Merge fixes for unregisted options and inaccessible 'style_parser' method
from trunk to RC_1_33_0.


[SVN r31615]
2005-11-10 08:46:56 +00:00
Vladimir Prus
d4748e8153 Fix a regression -- the if the 'style' argument to parse_command_line
function was zero, it was interpreted as no style is suppored. Previously,
it was interpreted as default_styles. Also, remove 'style' argument from
'cmdline' constructors.


[SVN r28500]
2005-04-27 07:02:39 +00:00
Vladimir Prus
c984d59de1 Refactor the command line parser so that it uses options_description,
as opposed to having his own data structures. Clean up option description
classes a bit, removing unneeded methods. Remove support for 'implicit'
options.


[SVN r28413]
2005-04-22 13:35:45 +00:00
Stefan Slapeta
fc423bf6bc Replaced BOOST_TEST*
[SVN r27052]
2005-02-03 12:45:59 +00:00
Vladimir Prus
05a5406e11 Move test of unicode command line from parsers_test.cpp to unicode_test,
to make test failures more informative. Otherwise, the failure of
'parsers_test' seem to indicate the library is unusable.


[SVN r25330]
2004-09-22 07:06:14 +00:00
Vladimir Prus
f7b4a11316 Another 'mingw-has-no-wstring' workaround
[SVN r24776]
2004-08-27 07:07:15 +00:00
Vladimir Prus
9a5b15eef1 Exclude Unicode part of parsers_test when system does not support
wstring.


[SVN r24658]
2004-08-23 10:24:39 +00:00
Vladimir Prus
df45b22508 More vc6 workarounds.
[SVN r23101]
2004-06-15 09:15:32 +00:00
Vladimir Prus
6735b65175 Some borland fixes.
[SVN r23068]
2004-06-10 08:35:36 +00:00
Vladimir Prus
f2d796c835 Another workaround for lack of templated vector ctor on Intel.
[SVN r22958]
2004-05-28 07:28:04 +00:00
Vladimir Prus
a65917d23e Use 'putenv' instead of less portable 'setenv'.
[SVN r22916]
2004-05-25 07:20:41 +00:00
Vladimir Prus
3676504589 Use _putenv, not setenv, on Win32.
[SVN r22853]
2004-05-18 06:26:08 +00:00
Vladimir Prus
196f6c0b5b Import revision 295 of the program_options library.
[SVN r22823]
2004-05-14 13:40:31 +00:00