<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel about="http://permalink.gmane.org/gmane.comp.lib.boost.documentation">
    <title>gmane.comp.lib.boost.documentation</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.boost.documentation</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.boost.documentation/3532"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.boost.documentation/3531"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.boost.documentation/3530"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.boost.documentation/3529"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.boost.documentation/3528"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.boost.documentation/3527"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.boost.documentation/3526"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.boost.documentation/3525"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.boost.documentation/3524"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.boost.documentation/3523"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.boost.documentation/3522"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.boost.documentation/3520"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.boost.documentation/3519"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.boost.documentation/3516"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.boost.documentation/3507"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.boost.documentation/3506"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.boost.documentation/3505"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.boost.documentation/3504"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.boost.documentation/3503"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.boost.documentation/3502"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.boost.documentation/3532">
    <title>[Boost.Test] Dead Link</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.boost.documentation/3532</link>
    <description>Hi there,
here are two more dead links, this time in the Boost.Test tutorials. On page

http://www.boost.org/doc/libs/1_36_0/libs/test/doc/html/tutorials/new-year-resolution.html

the two links "listing1" and "listing2" point nowhere.

Best Regards,
Ruediger
</description>
    <dc:creator>Ruediger Berlich</dc:creator>
    <dc:date>2008-09-02T21:21:22</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.boost.documentation/3531">
    <title>Re: Quick script for quickbook builds?</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.boost.documentation/3531</link>
    <description>

I think I got an infinite loop somewhere.

1.  I added a custom setting for "XML_CATALOG_FILES" to be "$ 
(BOOST_SVN)/bin.v2/boostbook_catalog.xml"
2.  I added some custom rules
   A.  Process files matching *.qbk with:
${TARGET_BUILD_DIR}/QuickBook --input-file ${INPUT_FILE_PATH} -I $ 
{BOOST_SVN} --output-file ${DERIVED_FILES_DIR}/${INPUT_FILE_BASE}.xml
       treating "${DERIVED_FILES_DIR}/${INPUT_FILE_BASE}.xml" as output
   B.  Process files matching *.xml with:
/usr/bin/xsltproc --stringparam boost.libraries "${BOOST_SVN}/libs/ 
libraries.htm" --stringparam boost.root "${BOOST_SVN}" --stringparam  
chunk.first.sections "0" --stringparam chunk.section.depth "1" -- 
stringparam footnote.number.format "1" --stringparam html.stylesheet  
"${BOOST_SVN}/doc/html/boostbook.css" --stringparam navig.graphics  
"1" --stringparam table.footnote.number.format "1" --stringparam  
toc.section.depth "1" --xinclude -o ${DERIVED_FILES_DIR}/$ 
{INPUT_FILE_BASE}.docbook ${BOOST_SVN}/tools/boostbook/xsl/ 
docbook.xsl ${</description>
    <dc:creator>Daryle Walker</dc:creator>
    <dc:date>2008-08-22T18:18:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.boost.documentation/3530">
    <title>Re: Quick script for quickbook builds?</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.boost.documentation/3530</link>
    <description>
Take a look at: 
http://svn.boost.org/trac/boost/browser/sandbox/math_toolkit/libs/math/doc/sf_and_dist/win32_nmake.mak 
as an example of the command lines involved.

HTH, John. 
</description>
    <dc:creator>John Maddock</dc:creator>
    <dc:date>2008-08-22T08:42:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.boost.documentation/3529">
    <title>Re: Quick script for quickbook builds?</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.boost.documentation/3529</link>
    <description>
&lt;snip&gt;

I don't think you need a working toolchain. Probably the necessary 
usings in your user-config.jam is enough, and then do:

   bjam -a -n -d+2

-a for rebuild all
-n for don't actually execute the commands
-d+2 for displaying the commands that would be executed.

HTH,

</description>
    <dc:creator>Eric Niebler</dc:creator>
    <dc:date>2008-08-21T23:30:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.boost.documentation/3528">
    <title>Re: Quick script for quickbook builds?</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.boost.documentation/3528</link>
    <description>


The point was for someone else to do it for me, but....

I read up on how files with a specific extension that don't have a  
default compiler assigned to them can get one, and how said custom  
compiler can be a user-developed script program.  So I added the  
QuickBook sources to my project (and the ones for Boost.FileSystem,  
System, and ProgramOptions) to make the tool.  Then I added a rule  
for *.qbk files to run a single-line script to create a corresponding  
*.qbk.xml file.

I added another rule to convert that file (trivially) to a *.txt  
file.  But what really want to do is convert that *.qbk.xml file,  
which is in BoostBook format, into a *.html (or *.pdf) file.  There's  
a Boost.Build/Jam procedure for doing this, but how do I do it  
manually?  In other words, does someone know what the command line  
instructions that the Jamfiles are converted to?  I think there's a  
verbose mode for bJam, but I don't think that will help since I've  
never been able to get the documentation building </description>
    <dc:creator>Daryle Walker</dc:creator>
    <dc:date>2008-08-21T23:23:40</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.boost.documentation/3527">
    <title>QuickBook comments</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.boost.documentation/3527</link>
    <description>These are based on a trial of building and using Quickbook through  
the Xcode IDE (2.5 on a Mac OS X 10.4.11 PowerPC system).  It build  
OK after I added targets for libraries Boost.FileSystem (which needed  
Boost.System) and Boost.ProgramOptions.  Running the tool without any  
command line parameters or input yields an error message and doesn't  
offer how to get help.  Looking at the main quickbook.cpp file showed  
me that the --help option works, and that's how I got how to run  
files through.  Maybe the no input error message can be improved as  
to indicate where the help is.

</description>
    <dc:creator>Daryle Walker</dc:creator>
    <dc:date>2008-08-21T23:11:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.boost.documentation/3526">
    <title>Re: [Boost-docs] Ticket #2232: Documentation buildneeds to detect missing prerequisites</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.boost.documentation/3526</link>
    <description>
[SNIP]

Does it have to be tetex and ghostscript, or can any (La)TeX system  
be used?  (I think I now have texlive on my system.)


Doesn't there need to be entries for TeX in there too (especially if  
we don't want to be locked to tetex)?

[TRUNCATE]

</description>
    <dc:creator>Daryle Walker</dc:creator>
    <dc:date>2008-08-20T18:06:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.boost.documentation/3525">
    <title>Re: [boost/limits.hpp] Dead link</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.boost.documentation/3525</link>
    <description>
There's some documentation at:

http://www.boost.org/doc/libs/1_36_0/libs/compatibility/index.html

I'll fix the link.

thanks,

Daniel
</description>
    <dc:creator>Daniel James</dc:creator>
    <dc:date>2008-08-20T19:30:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.boost.documentation/3524">
    <title>Re: Ticket #2232: Documentation build needs to detectmissing prerequisites</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.boost.documentation/3524</link>
    <description>

The "Doxyfile" contains all the configuration options for a project,  
including where you should specify the location of LaTeX program and  
any support information.  To give Doxygen instructions on the fly,  
either custom-make a temporary Doxyfile and give it as a command-line  
option or stream the configuration data through standard output and  
give Doxygen the command line option to read configuration data from  
standard input.

I forgot to say this last time, but Doxygen should have the "dot"  
program around too, to create cool diagrams.  (Its path is also  
specified in the Doxyfile.)

</description>
    <dc:creator>Daryle Walker</dc:creator>
    <dc:date>2008-08-20T19:15:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.boost.documentation/3523">
    <title>Re: Ticket #2232: Documentation build needs to detectmissing prerequisites</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.boost.documentation/3523</link>
    <description>
No, tex isn't called by boost build, it's called by doxygen so it just
needs to be on the path. It would great if it could be setup in boost
build but I don't know how you tell Doxygen what to call, of even if
you can. We're not locked in tetex - I'm using tex live on ubuntu (it
worked straight off, I didn't even I realise it was being used until I
saw problems on windows).

Daniel
</description>
    <dc:creator>Daniel James</dc:creator>
    <dc:date>2008-08-20T18:14:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.boost.documentation/3522">
    <title>Re: Ticket #2232: Documentation build needs to detectmissing prerequisites</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.boost.documentation/3522</link>
    <description>
[SNIP]

Does it have to be tetex and ghostscript, or can any (La)TeX system  
be used?  (I think I now have texlive on my system.)


Doesn't there need to be entries for TeX in there too (especially if  
we don't want to be locked to tetex)?

[TRUNCATE]

</description>
    <dc:creator>Daryle Walker</dc:creator>
    <dc:date>2008-08-20T18:06:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.boost.documentation/3520">
    <title>Re: Ticket #2232: Documentation build needs to detectmissing prerequisites</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.boost.documentation/3520</link>
    <description>
Library developers build their own docs, certainly. End users aren't 
expected to build Boost's docs. It's not documented how anywhere that I 
know. Very few people actually need to build all of Boost's docs 
together, and AFAIK those people are all on boost-docs.


Maybe you're right, but boost-docs seemed like the logical place to 
raise a docs issue to me.

</description>
    <dc:creator>Eric Niebler</dc:creator>
    <dc:date>2008-08-20T17:42:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.boost.documentation/3519">
    <title>Re: [Boost-build] Ticket #2232: Documentation build needs to detectmissing prerequisites</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.boost.documentation/3519</link>
    <description>

http://lists.boost.org/MailArchives/boost-docs/2008/01/3434.php

FWIW, that was also the message where I first pointed out that nobody 
was testing the doc build anymore. Nobody ever responded. &lt;sigh&gt;

</description>
    <dc:creator>Eric Niebler</dc:creator>
    <dc:date>2008-08-20T17:35:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.boost.documentation/3516">
    <title>Re: [Boost-build] Ticket #2232: Documentation buildneeds to detectmissing prerequisites</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.boost.documentation/3516</link>
    <description>
Um, a quick point of pedantry: the only message I found was 
http://lists.boost.org/MailArchives/boost-docs/2008/01/3433.php which 
describes how it's possible to use latex for formulae, but with no mention 
that the main doc build was going to be dependent on this?

But whatever, it's there now,

John. 
</description>
    <dc:creator>John Maddock</dc:creator>
    <dc:date>2008-08-20T17:13:26</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.boost.documentation/3507">
    <title>Re: Quick script for quickbook builds?</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.boost.documentation/3507</link>
    <description>
None that I'm aware of, but if you make such a thing I'm sure others 
would find it useful.

</description>
    <dc:creator>Eric Niebler</dc:creator>
    <dc:date>2008-08-19T20:54:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.boost.documentation/3506">
    <title>Quick script for quickbook builds?</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.boost.documentation/3506</link>
    <description>Is there a quick script out there I can stick in my XCode (2.5, still  
on Mac OS X 10.4) project file, under a run-script phase, that can  
convert a *.qbk file to an HTML file?  In other words, I want to  
"compile" any QuickBook files so I can check my progress without a  
big trip to the command line and messing around with bjam.

</description>
    <dc:creator>Daryle Walker</dc:creator>
    <dc:date>2008-08-19T20:34:02</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.boost.documentation/3505">
    <title>[boost/limits.hpp] Dead link</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.boost.documentation/3505</link>
    <description>Hi there,

boost/limits.hpp refers at the top of the file to documentation available
from http://www.boost.org/libs/utility/limits.html . That link points
nowhere, and indeed boost.limits doesn't seem to be documented in the
utility library.

Best, Ruediger

/*************************************************************************/
The Steinbuch Centre for Computing of Karlsruhe Institute of Technology
(the Cooperation of Forschungszentrum Karlsruhe GmbH and Universitaet 
Karlsruhe TH) will run its annual GridKa School from September 8th to 
12th, 2008. Please find further information at http://www.fzk.de/gks08 .
/*************************************************************************/

Forschungszentrum Karlsruhe GmbH
Sitz: Weberstraße 5
76133 Karlsruhe
Amtsgericht Mannheim HRB 100302
Vorsitzende des Aufsichtsrats: Baerbel Brumme-Bothe
Vors. der Geschäftsführung: Prof. Dr. Eberhard Umbach


_______________________________________________
Boost-docs mailing list
Boost-docs&lt; at &gt;lists.boost.org
http://lists.</description>
    <dc:creator>Ruediger Berlich</dc:creator>
    <dc:date>2008-08-15T16:16:26</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.boost.documentation/3504">
    <title>Re: Dead links in boost serialization</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.boost.documentation/3504</link>
    <description>2008/8/10 Rafal &lt;newsgroup&lt; at &gt;limcore.com&gt;:

It's at http://www.boost.org/doc/libs/1_35_0/libs/serialization/example/demo_gps.hpp.
I'll see if I can change the script to create links for that kind of
include. You can also find the source files in the
'libs/serialization/example' directory of the boost download - if you
look at the top of page for a source file, it shows the path in the
boost download, that should help you find the files.


Sorry, the website wasn't configured to display xml files. You should
be able to see it now.

Daniel
</description>
    <dc:creator>Daniel James</dc:creator>
    <dc:date>2008-08-10T23:36:26</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.boost.documentation/3503">
    <title>Dead links in boost serialization</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.boost.documentation/3503</link>
    <description>
http://www.boost.org/doc/libs/1_35_0/libs/serialization/doc/tutorial.html#pointers

1)
http://www.boost.org/doc/libs/1_35_0/libs/serialization/example/demo_xml.cpp
works, but I dont see any way to get the needed .hpp file?

2)
missing
http://www.boost.org/doc/libs/1_35_0/libs/serialization/example/demo_save.xml

probably others there.


How do I get the complete source of bus example?

This is really a problem for most examples.


</description>
    <dc:creator>Rafal</dc:creator>
    <dc:date>2008-08-10T17:38:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.boost.documentation/3502">
    <title>Re: Dead link in documentation</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.boost.documentation/3502</link>
    <description>2008/8/5 Ruediger Berlich &lt;ruediger.berlich&lt; at &gt;iwr.fzk.de&gt;:

Thanks, I'll fix it in the new release.

Daniel
</description>
    <dc:creator>Daniel James</dc:creator>
    <dc:date>2008-08-06T15:28:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.boost.documentation/3501">
    <title>Dead link in documentation</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.boost.documentation/3501</link>
    <description>Hi there, 

just a short note to say that, at the end of
http://www.boost.org/doc/libs/1_35_0/libs/conversion/cast.htm , 
the link in "An old numeric_cast that was contributed by Kevlin Henney is
now superseeded by the Boost Numeric Conversion Library" points into
nowhere. 

http://www.boost.org/doc/libs/1_35_0/libs/numeric/conversion/doc/index.html
results in 


404 Not Found
File "boost_1_35_0/libs/numeric/conversion/doc/index.html" not found.

Best,
Ruediger
</description>
    <dc:creator>Ruediger Berlich</dc:creator>
    <dc:date>2008-08-05T17:33:37</dc:date>
  </item>
  <textinput about="http://search.gmane.org/?group=$group=gmane.comp.lib.boost.documentation">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.lib.boost.documentation</link>
  </textinput>
</rdf:RDF>
