Commit Graph

475 Commits

Author SHA1 Message Date
Vladimir Prus
4394406aeb Suppress gcc warning in release mode.
Thanks to Jody Hagins for the report.


[SVN r26274]
2004-11-23 07:31:13 +00:00
John Maddock
a122bb502b Fixed and activated auto-linking code.
[SVN r26145]
2004-11-08 12:21:52 +00:00
Vladimir Prus
9bd7193660 Make program_options compile on IBM compiler.
Patch from Matthias Troyer.


[SVN r26096]
2004-11-03 07:11:45 +00:00
Vladimir Prus
e7fd9b25ad Add comments
[SVN r26081]
2004-11-02 07:41:35 +00:00
Vladimir Prus
adab37a443 Intel workaround
[SVN r25425]
2004-09-27 06:56:36 +00:00
Vladimir Prus
de971fc1e0 Add declspec, in hope to fix a CW9.3 problem
[SVN r25399]
2004-09-25 10:02:17 +00:00
Vladimir Prus
1d37290d1e Update todo
[SVN r25373]
2004-09-23 10:57:33 +00:00
Vladimir Prus
718e376531 Doc tweak
[SVN r25372]
2004-09-23 10:54:19 +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
97b337c1ce MinGW-no-wstring workaround
[SVN r25292]
2004-09-21 06:20:02 +00:00
Vladimir Prus
074c154d18 Fix a recently introduces failure of unicode_test. I was trying
to form an argument to logic_error using wstring, which did not work. Now
try to convert wstring into local 8-bit encoding, and use a dummy text
when that fails.


[SVN r25242]
2004-09-20 06:14:18 +00:00
Vladimir Prus
ea1ce5aa1f More validation_error text improments
[SVN r25142]
2004-09-16 07:23:28 +00:00
Vladimir Prus
ca1531d210 Improve the error reporting for invalid option values. Now the
'validation_error' exception allows to set the name of the option, and the
what() method uses the name to generate better message.


[SVN r25141]
2004-09-16 07:10:27 +00:00
Vladimir Prus
72fda8877a Comment edit
[SVN r25107]
2004-09-15 09:57:32 +00:00
Vladimir Prus
89a7168a42 Typo
[SVN r25106]
2004-09-15 09:56:53 +00:00
Vladimir Prus
44d5ba98c1 Improve 'bool_switch' -- don't accept any argument on the command line.
Allow to set 'zero_tokens' flag for the typed_value type.


[SVN r25105]
2004-09-15 09:49:00 +00:00
Vladimir Prus
7fa6a814ab Move include of <detail/workaround.hpp>
before the point where BOOST_WORKAROUND is used. Thanks to
Llew Sion Goodstadt.


[SVN r24936]
2004-09-06 12:01:38 +00:00
Vladimir Prus
aed75819ef Fix a couple of warnings, thanks to Rodolfo Schulz de Lima.
[SVN r24931]
2004-09-06 06:13:42 +00:00
Vladimir Prus
f7b4a11316 Another 'mingw-has-no-wstring' workaround
[SVN r24776]
2004-08-27 07:07:15 +00:00
Vladimir Prus
f42c7ef9b1 Remove std::facet-support. Hopefully, this will make intel happy.
(It was said it no longer needs std::facet-support, and adding that
requirement causes libraries with different threading models to be
mixed up, causing link failures).


[SVN r24775]
2004-08-27 06:57:53 +00:00
Vladimir Prus
f86cc57222 Don't require std::facet-support in tests. Supposedly, it causes link failures.
[SVN r24742]
2004-08-26 10:38:04 +00:00
Vladimir Prus
80ecc439cf Try to fix Comeau problems.
[SVN r24741]
2004-08-26 10:07:39 +00:00
Vladimir Prus
2db987de85 Don't even compiler utf8_codecvt_facet.cpp when wstring is not available.
This avoids link errors on mingw.


[SVN r24740]
2004-08-26 09:37:53 +00:00
Vladimir Prus
903eef69e9 More edits
[SVN r24739]
2004-08-26 09:00:53 +00:00
Vladimir Prus
71d09ce7c9 Fix spelling.
[SVN r24728]
2004-08-25 08:10:06 +00:00
Vladimir Prus
ecc78f148c Clarify doc comment.
[SVN r24689]
2004-08-24 05:36:11 +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
b4192e34b9 Another set of doc/comment edits from Charles.
[SVN r24657]
2004-08-23 10:18:09 +00:00
Stefan Slapeta
b4f699c0de Fix for CW 9 (namespace ambiguity)
[SVN r24267]
2004-08-03 13:45:15 +00:00
Vladimir Prus
d8ad42dc7e Expand "How To" section and add more examples.
[SVN r24188]
2004-07-30 13:20:27 +00:00
Vladimir Prus
24691b0584 More edits. Also, merge options_descriptons.xml into overview.xml.
[SVN r24186]
2004-07-30 08:41:12 +00:00
Vladimir Prus
542f66a604 More edits from Charles.
[SVN r24183]
2004-07-30 07:20:38 +00:00
Vladimir Prus
03b0829de9 Even more edits from Charles.
[SVN r24157]
2004-07-29 14:00:01 +00:00
Douglas Gregor
c789115d52 Converted to Boost Software License, Version 1.0
[SVN r24096]
2004-07-27 03:43:34 +00:00
Vladimir Prus
2be9ab8757 Replace \u espaces with \x escapes, since CW8 does not understand the
former. Thanks to Rene Rivera for the patch.


[SVN r24066]
2004-07-26 06:54:35 +00:00
Vladimir Prus
fa2257def0 Really fix CW9 problem.
[SVN r23948]
2004-07-22 09:47:48 +00:00
Vladimir Prus
a2946c45fa Workaround lack of WCHAR_MAX on FreeBSD. Patch from Jonathan Wakely.
[SVN r23947]
2004-07-22 09:42:45 +00:00
Vladimir Prus
96d2b150e5 More edits from Charles Brockman.
[SVN r23946]
2004-07-22 09:41:10 +00:00
Vladimir Prus
3173707873 Workaround CW9 problem.
[SVN r23943]
2004-07-22 08:18:59 +00:00
Vladimir Prus
138d959d68 Don't instantiate std::vector with incomplete type, this is not allowed.
Thanks to Jonathan Wakely for the report.


[SVN r23942]
2004-07-22 07:39:34 +00:00
Vladimir Prus
2aa09ac7b2 Fix the utf8_codecvt::do_length declaration. Pointed out by Rene Rivera.
[SVN r23882]
2004-07-21 07:49:15 +00:00
Vladimir Prus
03909f42c8 Apply numerous editorial corrections from Charles Brockman.
[SVN r23880]
2004-07-21 07:12:45 +00:00
Douglas Gregor
69182e7ef0 Documentation update from Jon T. Pedant
[SVN r23847]
2004-07-20 17:03:55 +00:00
Vladimir Prus
3e4531b71f Make the library compile on mingw, again. Thanks to Janusz Piwowarski for the
patch.


[SVN r23772]
2004-07-19 08:38:03 +00:00
Vladimir Prus
e26054b324 Added todo
[SVN r23770]
2004-07-19 07:18:05 +00:00
Vladimir Prus
2b750c044d Add a code size testing script.
[SVN r23769]
2004-07-19 07:17:14 +00:00
Vladimir Prus
29c37f478f Added the Python script I used to generated winmain.cpp, just in
case I'd need to add some new testcase.


[SVN r23768]
2004-07-19 07:16:00 +00:00
Vladimir Prus
fdbd1493b9 Simplify the test.
[SVN r23759]
2004-07-19 06:50:22 +00:00
Vladimir Prus
c28d444c56 Add back redirecting index
[SVN r23756]
2004-07-19 06:32:39 +00:00
Vladimir Prus
a38089bfaa Remove stale files.
[SVN r23754]
2004-07-19 06:28:51 +00:00