~roguescholar/boost/+git/boostbook:svn-branches/pdimov_pre_136

Last commit made on 2008-07-12
Get this branch:
git clone -b svn-branches/pdimov_pre_136 https://git.launchpad.net/~roguescholar/boost/+git/boostbook

Branch merges

Branch information

Name:
svn-branches/pdimov_pre_136
Repository:
lp:~roguescholar/boost/+git/boostbook

Recent commits

24839e8... by Peter Dimov <email address hidden>

Save state before 1.36 merges.

[SVN r47337]

843e939... by Daniel James <email address hidden>

Support for variadic parameters.

Merged revisions 44832-44957,44959-44995,44997-45128,45132-45135 via svnmerge from
https://svn.boost.org/svn/boost/branches/doc

........
  r44832 | danieljames | 2008-04-28 07:55:01 +0100 (Mon, 28 Apr 2008) | 2 lines

  Add variadic attribute to template type parameters.
........
  r44943 | danieljames | 2008-04-30 20:27:32 +0100 (Wed, 30 Apr 2008) | 1 line

  Back out my half-done support for variadic template parameters.
........
  r44994 | danieljames | 2008-05-01 21:52:59 +0100 (Thu, 01 May 2008) | 1 line

  Support for variadic template parameters.
........
  r45132 | danieljames | 2008-05-05 12:37:35 +0100 (Mon, 05 May 2008) | 2 lines

  Rename variadic attributes pack.
........
  r45133 | danieljames | 2008-05-05 12:37:50 +0100 (Mon, 05 May 2008) | 2 lines

  Support for function parameter packs.
........
  r45134 | danieljames | 2008-05-05 12:38:08 +0100 (Mon, 05 May 2008) | 2 lines

  Support for inherited pack expansions.
........
  r45135 | danieljames | 2008-05-05 12:38:25 +0100 (Mon, 05 May 2008) | 2 lines

  Support for pack expansions in template specializations.
........

[SVN r45741]

68bc7fa... by Daniel James <email address hidden>

Merge in improved ids in boostbook.

Merged revisions 44958,45130-45131,45152-45153,45366 via svnmerge from
https://svn.boost.org/svn/boost/branches/doc

........
  r44958 | danieljames | 2008-05-01 00:08:20 +0100 (Thu, 01 May 2008) | 2 lines

  Don't generated file names with spaces, and replace multiple consecutive underscores with a single underscore. Refs #1705
........
  r45130 | danieljames | 2008-05-05 12:37:04 +0100 (Mon, 05 May 2008) | 2 lines

  Combine the two alternative versions of the function generate.id
........
  r45131 | danieljames | 2008-05-05 12:37:18 +0100 (Mon, 05 May 2008) | 2 lines

  Deal with generated ids that contain dots which aren't separators.
........
  r45152 | danieljames | 2008-05-05 21:28:44 +0100 (Mon, 05 May 2008) | 2 lines

  Only add the id to fully qualified ids inside specializations - so that we're not adding generated ids on to the end of generated ids.
........
  r45153 | danieljames | 2008-05-05 21:28:56 +0100 (Mon, 05 May 2008) | 2 lines

  If the same macro appears twice, generated unique ids.
........
  r45366 | danieljames | 2008-05-14 21:39:14 +0100 (Wed, 14 May 2008) | 2 lines

  Avoid removing underscores that are part of a class or function name.
........

[SVN r45577]

2ed2e95... by Daniel James <email address hidden>

Merge some small documentation fixes from the doc branch, and mark some
previously merged changes as merged.

Merged revisions 44811,45129,45142,45154,45281-45282,45365 via svnmerge from
https://svn.boost.org/svn/boost/branches/doc

........
  r45129 | danieljames | 2008-05-05 12:36:50 +0100 (Mon, 05 May 2008) | 2 lines

  Update navbar links in boostbook.
........
  r45282 | danieljames | 2008-05-11 14:15:31 +0100 (Sun, 11 May 2008) | 2 lines

  Group functions in the hash header - requires Frank's free-function-group fix.
........
  r45365 | danieljames | 2008-05-14 21:39:00 +0100 (Wed, 14 May 2008) | 2 lines

  Add boost.root to standalone hash documentation.
........

[SVN r45576]

18cbde7... by Frank Mori Hess <email address hidden>

Prevent a class' or namespace's associated free functions
(a "free-function-group" element inside a "class" or "namespace" element)
from reappearing in the synopsis of nested classes or namespaces.
This is a merge of revision 45297 from the boost_docs sandbox.

[SVN r45298]

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

Replace spaces in generated file names with underscores, and replace multiple consecutive underscores with a single underscore. Fixes #1705

[SVN r45234]

3d0e98e... by Daniel James <email address hidden>

Update the index.html link in the navbar.

[SVN r43368]

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

In the boostbook navbar, link FAQ and people to the website.

[SVN r43129]

3b8ad2b... by Eric Niebler <email address hidden>

support for LaTeX formulas in Doxygen comments

[SVN r42615]

140de3e... by Frank Mori Hess <email address hidden>

Fixed some minor newline and highlighting issues
in class synopsis for "data-member" elements.

[SVN r42390]