Commit graph

334 commits

Author SHA1 Message Date
Daniel James
bfda754624 Set text colour. Refs #2969
[SVN r52598]
2009-04-26 08:33:29 +00:00
Daniel James
d5945a2270 Merge misc. changes from trunk, mostly minor documentation fixes.
Merged revisions 48412,50921,51042,51369,51386-51387,51506-51507,51668,51802,51804,51881 via svnmerge from 
https://svn.boost.org/svn/boost/trunk

........
  r48412 | danieljames | 2008-08-28 11:23:33 +0100 (Thu, 28 Aug 2008) | 1 line
  
  Fix a typo. Thanks to Jon Biggar.
........
  r50921 | danieljames | 2009-01-31 09:36:38 +0000 (Sat, 31 Jan 2009) | 1 line
  
  Remove executable flag from preprocess.cmd. It was a mistake to add it.
........
  r51042 | danieljames | 2009-02-06 00:04:44 +0000 (Fri, 06 Feb 2009) | 1 line
  
  Ignore some version control files in inspect.
........
  r51369 | danieljames | 2009-02-21 18:49:48 +0000 (Sat, 21 Feb 2009) | 1 line
  
  Minor markup fix in concept check documentation.
........
  r51386 | danieljames | 2009-02-22 11:53:28 +0000 (Sun, 22 Feb 2009) | 1 line
  
  Add index.html file for compose, as our server setup doesn't support index.htm files.
........
  r51387 | danieljames | 2009-02-22 11:53:48 +0000 (Sun, 22 Feb 2009) | 5 lines
  
  Add missing index.html file for MPI and GIL.
  
  All the top level libraries now have index.html files but
  several sub-libraries don't. I'm not sure it's worth adding them as many
  of them don't have appropriate subdirectories anyway.
........
  r51506 | danieljames | 2009-03-01 14:16:00 +0000 (Sun, 01 Mar 2009) | 1 line
  
  Update links to command line invocation.
........
  r51507 | danieljames | 2009-03-01 14:16:24 +0000 (Sun, 01 Mar 2009) | 1 line
  
  Use xpointer attributes in the boost build documentation.
........
  r51668 | danieljames | 2009-03-09 20:56:51 +0000 (Mon, 09 Mar 2009) | 1 line
  
  Redirect to the Trac wiki instead of the old one.
........
  r51802 | danieljames | 2009-03-16 20:21:05 +0000 (Mon, 16 Mar 2009) | 1 line
  
  Use paragraphs inside purpose tags.
........
  r51804 | danieljames | 2009-03-16 20:21:46 +0000 (Mon, 16 Mar 2009) | 1 line
  
  Give the variablelist a margin.
........
  r51881 | danieljames | 2009-03-21 15:35:35 +0000 (Sat, 21 Mar 2009) | 1 line
  
  Fix html.
........


[SVN r51897]
2009-03-22 10:42:48 +00:00
Daniel James
3afa177b2d Give the variablelist a margin.
[SVN r51804]
2009-03-16 20:21:46 +00:00
Frank Mori Hess
468f673c24 Merging Signals2 to release branch.
[SVN r51710]
2009-03-11 17:51:08 +00:00
Frank Mori Hess
d148f82c5d Merged [48041] from release branch, since it was never applied to trunk.
[SVN r51709]
2009-03-11 17:44:30 +00:00
Frank Mori Hess
08495b4d1c Tweaked generation of Signals2 code snippets a bit.
[SVN r51662]
2009-03-09 19:24:31 +00:00
Frank Mori Hess
6f608b264e Generate code snippets using bjam instead of checking them into
svn, to avoid bogus entries in inspect report.



[SVN r51649]
2009-03-08 16:11:36 +00:00
Frank Mori Hess
2d8f48e6dc Merged Signals2 from sandbox to trunk.
[SVN r51520]
2009-03-01 20:54:34 +00:00
John Maddock
d44eb08241 Merge PDF build changes from Trunk.
[SVN r51417]
2009-02-23 18:39:32 +00:00
John Maddock
a540e1e989 Copied files from Trunk.
[SVN r51415]
2009-02-23 16:53:37 +00:00
John Maddock
1dda1962e0 Fix FO XSL customisation layer to improve formatting - use widow and orphan control rather than "keep-together", make sure formatting is applied consistently across all elements, and allow code block to line wrap with hyphenation.
[SVN r51328]
2009-02-19 13:33:22 +00:00
Daniel James
c77c6ef733 Correct boost.url.prefix for htmlhelp and add a link to test it.
[SVN r51322]
2009-02-18 21:23:59 +00:00
John Maddock
889c012ed0 Add PDF generation options to fix external links to point to the web site.
Added a few more Boostbook based libs that were missed first time around.
Fixed PDF naming issues.

[SVN r51284]
2009-02-17 10:05:58 +00:00
John Maddock
be4a225ab4 Add HTMLHelp options to Jamfile.
[SVN r51270]
2009-02-16 13:12:22 +00:00
Daniel James
975670b17f Implement the 'boost:' for links relative to boost root. Also, optionally
replace links within the boost distribution with links to the the boost site,
which is useful for generating pdfs and standalone documentation.

Implemented with John Maddock. Fixes #1166.

[SVN r51261]
2009-02-15 19:31:37 +00:00
John Maddock
191f1bfed0 Add Jamfile to build PDF versions of all the docs.
Tweaked some existing Jamfiles so that PDF build finds all the necessary image files etc.
Tweaked fo.xsl to provide more options by default, and improve formatting.

[SVN r51104]
2009-02-08 16:59:14 +00:00
Daniel James
f88a39c169 Merge several documentation fixes. Plus a small inspect fix.
Merged revisions 50798-50799,50837-50839,50847-50848 via svnmerge from 
https://svn.boost.org/svn/boost/trunk

........
  r50798 | danieljames | 2009-01-26 23:14:53 +0000 (Mon, 26 Jan 2009) | 5 lines
  
  Make checking for duplicated names case insensitive.
  
  This avoids generating filenames with names that only differ by case as they
  cause problems on case insensitive file systems.
........
  r50799 | danieljames | 2009-01-26 23:29:52 +0000 (Mon, 26 Jan 2009) | 1 line
  
  Label the line ending inspect errors.
........
  r50837 | danieljames | 2009-01-28 09:14:21 +0000 (Wed, 28 Jan 2009) | 1 line
  
  Add scope exit to the root html file.
........
  r50838 | danieljames | 2009-01-28 09:14:45 +0000 (Wed, 28 Jan 2009) | 1 line
  
  Fix a link in the typeof forwarding html file.
........
  r50839 | danieljames | 2009-01-28 09:14:56 +0000 (Wed, 28 Jan 2009) | 1 line
  
  Fix an incorrectly escaped right arrow.
........
  r50847 | danieljames | 2009-01-28 15:17:34 +0000 (Wed, 28 Jan 2009) | 2 lines
  
  Fix some documentation issues with scope_exit.
........
  r50848 | danieljames | 2009-01-28 15:32:46 +0000 (Wed, 28 Jan 2009) | 1 line
  
  Generate the scope_exit documentation.
........


[SVN r50849]
2009-01-28 15:53:42 +00:00
Daniel James
453303308f Fix some documentation issues with scope_exit.
[SVN r50847]
2009-01-28 15:17:34 +00:00
Alexander Nasonov
09b408cbdb Add ScopeExit.
[SVN r50820]
2009-01-27 21:03:57 +00:00
Alexander Nasonov
5e2b379c4f Add ScopeExit.
[SVN r50819]
2009-01-27 21:03:02 +00:00
Troy D. Straszheim
a0a37bc633 merge of cmake build files from trunk per beman
[SVN r50756]
2009-01-24 18:57:20 +00:00
John Maddock
2e0cd9bbb1 Added reference build.
[SVN r50221]
2008-12-09 12:11:12 +00:00
John Maddock
6a2c997964 Made test case self contained and added start of "gold standard" reference build.
[SVN r50220]
2008-12-09 12:09:56 +00:00
John Maddock
d07613d658 Added SVG versions of the graphics.
Updated doc test case to build PDF cleanly.

[SVN r50205]
2008-12-08 18:56:33 +00:00
John Maddock
2988dfbaa4 Added Doxygen test case.
[SVN r50201]
2008-12-08 17:59:12 +00:00
John Maddock
b4f6cd7636 Fixed typo in code block, added Boostbook example/test as well.
[SVN r50187]
2008-12-08 14:10:51 +00:00
Eric Niebler
85b1bc2124 Merged revisions 50165 via svnmerge from
https://svn.boost.org/svn/boost/trunk

........
  r50165 | eric_niebler | 2008-12-06 13:02:38 -0800 (Sat, 06 Dec 2008) | 1 line
  
  fix bad link
........


[SVN r50166]
2008-12-06 21:32:06 +00:00
John Maddock
351ce1eaf0 Added initial documentation test.
[SVN r50136]
2008-12-05 16:34:46 +00:00
Beman Dawes
d29f46d334 Initial commit
[SVN r50133]
2008-12-05 15:17:56 +00:00
Michael A. Jackson
1cc4d6b1c8 Continuing merge of CMake build system files into trunk with the encouragement of Doug Gregor
[SVN r49510]
2008-11-01 13:15:41 +00:00
Daniel James
4fc5b7c098 Merge r31688 - Add Quickbook docs to the global Boost docs under the Tools
section. I forgot to merge this with the other quickbook documentation changes.



[SVN r48982]
2008-09-27 13:30:47 +00:00
Daniel James
df67256456 Merge some documentation changes.
Merged revisions 48927-48930,48934,48938 via svnmerge from 
https://svn.boost.org/svn/boost/trunk

........
  r48927 | danieljames | 2008-09-23 20:29:01 +0100 (Tue, 23 Sep 2008) | 5 lines
  
  Rewrite the id code to convert the characters of parts of the id at the time of
  generating the id. This means that characters are translated to underscores for
  ids as well as for filenames, since in the eventual documents they have to be
  percent encoded this is probably an approvement. It also lets us deal with the
  translation more intelligently and truncate long identifiers.
........
  r48928 | danieljames | 2008-09-23 20:42:06 +0100 (Tue, 23 Sep 2008) | 1 line
  
  Copy extra images from quickbook to the combined documentation.
........
  r48929 | danieljames | 2008-09-23 20:44:20 +0100 (Tue, 23 Sep 2008) | 1 line
  
  Change quickbook so that the links are relative to the combined documentation.
........
  r48930 | danieljames | 2008-09-23 20:44:39 +0100 (Tue, 23 Sep 2008) | 1 line
  
  Remove the prebuilt version of quickbook.
........


[SVN r48957]
2008-09-24 22:55:00 +00:00
Daniel James
1dadbfc58b Change quickbook so that the links are relative to the combined documentation.
[SVN r48929]
2008-09-23 19:44:20 +00:00
Daniel James
510dc55d6d Copy extra images from quickbook to the combined documentation.
[SVN r48928]
2008-09-23 19:42:06 +00:00
Eric Niebler
38324ca742 merge proto from trunk to release branch
[SVN r48800]
2008-09-16 18:25:52 +00:00
Eric Niebler
af23efd739 add Boost.Proto to trunk
[SVN r48079]
2008-08-11 07:10:51 +00:00
Christopher Kohlhoff
f178fc6d0f Fix asio description.
[SVN r48041]
2008-08-09 02:05:21 +00:00
Daniel James
f9d9cb9df5 Merge a couple of simple documentation fixes.
Merged revisions 47881-47882 via svnmerge from 
https://svn.boost.org/svn/boost/trunk

........
  r47881 | danieljames | 2008-07-30 10:44:26 +0100 (Wed, 30 Jul 2008) | 1 line
  
  Fix a link and a header.
........
  r47882 | danieljames | 2008-07-30 11:46:27 +0100 (Wed, 30 Jul 2008) | 1 line
  
  Use the correct library page for the asio documentation.
........


[SVN r47900]
2008-07-30 22:29:27 +00:00
Daniel James
ccfb51b872 Use the correct library page for the asio documentation.
[SVN r47882]
2008-07-30 10:46:27 +00:00
Daniel James
55beabcf67 Merge asio details from the release branch.
[SVN r47812]
2008-07-25 21:15:39 +00:00
Daniel James
973cfb2055 Merge some small fixes from trunk.
Merged revisions 46740,46742,47002,47040 via svnmerge from 
https://svn.boost.org/svn/boost/trunk

........
  r46740 | danieljames | 2008-06-26 20:20:56 +0100 (Thu, 26 Jun 2008) | 1 line
  
  Fix a character encoding error.
........
  r46742 | danieljames | 2008-06-26 20:25:38 +0100 (Thu, 26 Jun 2008) | 6 lines
  
  Give the asio documentation its own target.
  
  The asio documentation is built with the rest of the combined documentation but
  is really separate. So give it its own target so that separate parts can be
  built separately.
........
  r47040 | danieljames | 2008-07-03 15:34:56 +0100 (Thu, 03 Jul 2008) | 1 line
  
  Workaround for some template syntax not supported in old versions of Visual C++ 6.5
........


[SVN r47078]
2008-07-04 17:04:47 +00:00
Beman Dawes
e68a6efef1 Add blockquote to the 10 pt style list
[SVN r46927]
2008-06-30 18:36:06 +00:00
Beman Dawes
8542e567a3 Add blockquote to the 10 pt style list
[SVN r46926]
2008-06-30 18:35:11 +00:00
Daniel James
74ec52bf80 Give the asio documentation its own target.
The asio documentation is built with the rest of the combined documentation but
is really separate. So give it its own target so that separate parts can be
built separately.


[SVN r46742]
2008-06-26 19:25:38 +00:00
Steven Watanabe
5d0d6f4222 Add to release branch
[SVN r46545]
2008-06-20 04:37:32 +00:00
Steven Watanabe
38a59699fe Hook up Units documentation
[SVN r46544]
2008-06-20 03:57:42 +00:00
Eric Niebler
bf57c25cac integrate accumulators
[SVN r46542]
2008-06-20 03:47:42 +00:00
Daniel James
adaea7732b Add Boost.Unordered to release branch.
[SVN r46342]
2008-06-12 00:26:08 +00:00
Daniel James
c28aff122f Thread is now using quickbook so we have to add a dependency to get it to build, and add it to the path, as it needs to be picked up from the build location.
[SVN r43731]
2008-03-19 18:22:58 +00:00
Douglas Gregor
33e26970bb Merge MPI/Graph documentation fixes from trunk
[SVN r43700]
2008-03-18 13:20:44 +00:00