~roguescholar/boost/+git/program_options:sandbox-branches/intrusive_fix_SunCC

Last commit made on 2009-08-24
Get this branch:
git clone -b sandbox-branches/intrusive_fix_SunCC https://git.launchpad.net/~roguescholar/boost/+git/program_options

Branch merges

Branch information

Name:
sandbox-branches/intrusive_fix_SunCC
Repository:
lp:~roguescholar/boost/+git/program_options

Recent commits

11bb178... by Christopher Hite <email address hidden>

creating branch to fix intrusive for Sun CC (#3339)

[SVN r55764]

b5ce55a... by troy d. straszheim

Copyrights on CMakeLists.txt to keep them from clogging up the inspect
reports. This is essentially the same commit as r55095 on the release
branch.

[SVN r55159]

79b4313... by Hartmut Kaiser <email address hidden>

ProgramOptions: Fixed warning about not all control paths returning a value

[SVN r53795]

354717d... by Vladimir Prus

Make program_options compile with disabled exceptions.

It appears the all throw statements are during the
parsing, so alternative error reporting strategies are
possible.
Closes #2096.

[SVN r53723]

badade7... by Vladimir Prus

Explicitly-qualify the use of boost::bind.

It appears that MSVC 10 puts tr1's bind into std namespace, which
clases with boost::bind thanks to ADL.
Closes #3072. Patch from Richard Webb.

[SVN r53700]

55a1a04... by Vladimir Prus

Include missing #include of 'iterator'.

Addresses #3072.

[SVN r53623]

6aaee3b... by Vladimir Prus

Qualify usage of 'exeception', now that boost also has such name

[SVN r53442]

ba75831... by Vladimir Prus

Properly convert original_tokens and unregistered to woption.

Fixes #2425.

[SVN r53441]

620a9a5... by Vladimir Prus

Make 'notify' ignore values without associated semantics.

Fixes #2782.

[SVN r53440]

3c3b8d8... by Jeremiah Willcock

Fixed most tab and min/max issues from trunk inspection report

[SVN r53141]