~roguescholar/boost/+git/utility:sandbox-branches/straszheim/merge_me_into_trunk

Last commit made on 2009-05-26
Get this branch:
git clone -b sandbox-branches/straszheim/merge_me_into_trunk https://git.launchpad.net/~roguescholar/boost/+git/utility

Branch merges

Branch information

Name:
sandbox-branches/straszheim/merge_me_into_trunk
Repository:
lp:~roguescholar/boost/+git/utility

Recent commits

9376a89... by troy d. straszheim

mergme

[SVN r53280]

f1c86c3... by Daniel James <email address hidden>

Merge in documentation fixes. Apart from the change to optional's documenation
Jamfile, which I included by mistake.

Fixes #1659, #1661, #1684, #1685, 1687, #1690, #1801

I wrote about this at:

http://lists.boost.org/Archives/boost/2008/04/136405.php

Merged revisions 44585-44806 via svnmerge from
https://svn.boost.org/svn/boost/branches/doc

........
  r44585 | danieljames | 2008-04-19 16:25:27 +0100 (Sat, 19 Apr 2008) | 2 lines

  Fix broken link to vacpp in bjam docs. Refs #1512
........
  r44586 | danieljames | 2008-04-19 16:27:36 +0100 (Sat, 19 Apr 2008) | 2 lines

  Fix broken link to bcpp in bjam docs. Refs #1513
........
  r44587 | danieljames | 2008-04-19 16:33:58 +0100 (Sat, 19 Apr 2008) | 2 lines

  DateTime documentation - Fix a link to the serialization library. Refs #1659
........
  r44588 | danieljames | 2008-04-19 16:35:36 +0100 (Sat, 19 Apr 2008) | 2 lines

  Fix some links in interprocess & intrusive. Refs #1661
........
  r44589 | danieljames | 2008-04-19 16:37:39 +0100 (Sat, 19 Apr 2008) | 2 lines

  Fix some links in the python docs. Refs #1684.
........
  r44590 | danieljames | 2008-04-19 16:38:29 +0100 (Sat, 19 Apr 2008) | 2 lines

  Work around a quickbook bug which is affecting the python docs. Refs #1684.
........
  r44591 | danieljames | 2008-04-19 16:39:34 +0100 (Sat, 19 Apr 2008) | 2 lines

  Fix a broken link in the numeric conversion docs. Refs #1685
........
  r44592 | danieljames | 2008-04-19 16:40:45 +0100 (Sat, 19 Apr 2008) | 2 lines

  Fix some links in the optional docs. Refs #1687
........
  r44593 | danieljames | 2008-04-19 16:42:09 +0100 (Sat, 19 Apr 2008) | 2 lines

  Fix link to the hash documentation from bimap. Refs #1690
........
  r44599 | danieljames | 2008-04-19 18:07:33 +0100 (Sat, 19 Apr 2008) | 2 lines

  Fix a typo in the format library. Refs #1801
........
  r44600 | danieljames | 2008-04-19 19:20:59 +0100 (Sat, 19 Apr 2008) | 1 line

  Initialise svnmerge.
........
  r44641 | danieljames | 2008-04-20 18:59:47 +0100 (Sun, 20 Apr 2008) | 2 lines

  Fix the lincense url in shared container iterator documentation.
........
  r44642 | danieljames | 2008-04-20 19:00:00 +0100 (Sun, 20 Apr 2008) | 2 lines

  Fix image link in the mpi documentation.
........
  r44643 | danieljames | 2008-04-20 19:00:11 +0100 (Sun, 20 Apr 2008) | 2 lines

  Fix a typo in the spirit docs.
........
  r44644 | danieljames | 2008-04-20 19:00:23 +0100 (Sun, 20 Apr 2008) | 2 lines

  Escape the slash so that quickbook doesn't think it the start of an italic section, and mess up the link. Refs #1844
........
  r44647 | danieljames | 2008-04-20 19:39:47 +0100 (Sun, 20 Apr 2008) | 2 lines

  Fix another typo in spirit docs.
........

[SVN r44807]

a5b85ed... by Peter Dimov <email address hidden>

Fix #1846.

[SVN r44705]

bafe37f... by Emil Dotchevski <email address hidden>

Boost Exception header compilation tests added.

[SVN r44442]

be50b95... by Daniel Frey

Added test and fix for "convertible to bool" requirement

[SVN r44151]

96d573d... by Marshall Clow <email address hidden>

Replaced all occurrences of non-ASCII copyright symbol with '(c)' for people using non-ASCII code pages

[SVN r43992]

2412b86... by John Maddock <email address hidden>

Fix some inspection report issues.

[SVN r43633]

94865ea... by Emil Dotchevski <email address hidden>

boost exception

[SVN r43485]

50268d1... by Niels Dekker <email address hidden>

Tested the assignment of value_initialized<T>, for T being a C-style array. Related to the fix of changeset [43308]

[SVN r43309]

ad9108c... by Niels Dekker <email address hidden>

Fixed the assignment of value_initialized<T> for T being a C-style array. (The previous version would trigger a compile error in this case.)

[SVN r43308]