Boost C++ Libraries: Ticket #1673: wave misses to inject #line directive https://svn.boost.org/trac10/ticket/1673 <p> wave -p 2 misses to emit an important #line directive. Please find attached an input file, together with two preprocessed files. The first was generated with 'wave test.cc', the second with 'wave -p 2 test.cc'. The latter lacks the second #line directive, so subsequent code gets mis-positioned. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/1673 Trac 1.4.3 Stefan Seefeld Wed, 05 Mar 2008 20:28:47 GMT attachment set https://svn.boost.org/trac10/ticket/1673 https://svn.boost.org/trac10/ticket/1673 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">test.cc</span> </li> </ul> <p> input </p> Ticket Stefan Seefeld Wed, 05 Mar 2008 20:29:17 GMT attachment set https://svn.boost.org/trac10/ticket/1673 https://svn.boost.org/trac10/ticket/1673 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">test1.ii</span> </li> </ul> <p> output of 'wave test.cc' </p> Ticket Stefan Seefeld Wed, 05 Mar 2008 20:29:50 GMT attachment set https://svn.boost.org/trac10/ticket/1673 https://svn.boost.org/trac10/ticket/1673 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">test2.ii</span> </li> </ul> <p> output of 'wave -p 2 test.cc' </p> Ticket Stefan Seefeld Wed, 05 Mar 2008 21:29:13 GMT <link>https://svn.boost.org/trac10/ticket/1673#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/1673#comment:1</guid> <description> <p> One further comment: </p> <p> I believe wave should always strive to either reproduce the input (i.e. preserve whitespace, linebreaks, etc.) or inject #line directives so all non-synthesized tokens appear at the same logical location as in the input. </p> <p> Thus, in this particular case, there are two things to consider: </p> <p> 1) the #line directive that gets generated in 'wave test.cc' should appear not before the next statement / declaration, but right after the expanded macro (i.e. before th "};" ending the 'foo' definition. (Just imagine what happens if the ';' was missing, and the compiler was to generate an error message. It could only print out the correct location if the '#line' was issued prior to that point.) </p> <p> 2) in the second case, the #line directive may be omitted if wave would inject enough linebreaks at the macro expansion site, so all following tokens just happen to be correctly placed. </p> <p> Many thanks for working on this ! </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Hartmut Kaiser</dc:creator> <pubDate>Thu, 06 Mar 2008 03:28:48 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/1673#comment:2 https://svn.boost.org/trac10/ticket/1673#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/43524" title="Wave: Fixed #1673.">[43524]</a>) Wave: Fixed <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1673" title="#1673: Bugs: wave misses to inject #line directive (closed: fixed)">#1673</a>. </p> Ticket Hartmut Kaiser Thu, 06 Mar 2008 03:32:14 GMT <link>https://svn.boost.org/trac10/ticket/1673#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/1673#comment:3</guid> <description> <p> Stefan, </p> <p> could you please verify if the patch fixed your problems? All of Wave's existing test cases pass correctly. If yes, I'ld merge this patch into the release branch as well. </p> <p> Regards Hartmut </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Eric Niebler</dc:creator> <pubDate>Thu, 06 Mar 2008 23:03:11 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/1673#comment:4 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/1673#comment:4</guid> <description> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/43533" title="Merged revisions 43518-43532 via svnmerge from ...">[43533]</a>) Merged revisions 43518-43532 via svnmerge from <a class="ext-link" href="https://svn.boost.org/svn/boost/trunk"><span class="icon">​</span>https://svn.boost.org/svn/boost/trunk</a> </p> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43523" title="fix documentation about droppable, replace accumulator_set_wrapper ...">r43523</a> | eric_niebler | 2008-03-05 17:56:57 -0800 (Wed, 05 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> fix documentation about droppable, replace accumulator_set_wrapper example with bind() and ref() </p> </blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43524" title="Wave: Fixed #1673.">r43524</a> | hkaiser | 2008-03-05 19:28:47 -0800 (Wed, 05 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Wave: Fixed <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1673" title="#1673: Bugs: wave misses to inject #line directive (closed: fixed)">#1673</a>. </p> </blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43525" title="hooking up boost exception for testing">r43525</a> | emildotchevski | 2008-03-05 21:08:22 -0800 (Wed, 05 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> hooking up boost exception for testing </p> </blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43526" title="Add 'pythonpath' feature to specify additional PYTHONPATH elements. ...">r43526</a> | vladimir_prus | 2008-03-05 22:06:17 -0800 (Wed, 05 Mar 2008) | 6 lines </p> </blockquote> <p> </p> <blockquote> <p> Add 'pythonpath' feature to specify additional PYTHONPATH elements. Make bpl-test correctly set dependencies if used with multiple .pyd sources. </p> </blockquote> <p> </p> <blockquote> <p> Patch from Joshua Napoli. </p> </blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43527" title="Arrange for HPP source to be scanned for #includes, too. This fixes ...">r43527</a> | vladimir_prus | 2008-03-05 22:57:27 -0800 (Wed, 05 Mar 2008) | 6 lines </p> </blockquote> <p> </p> <blockquote> <p> Arrange for HPP source to be scanned for #includes, too. This fixes PCH not being rebuild when some other headers included from HPP being compiled change. </p> </blockquote> <p> </p> <blockquote> <p> Thanks to Pierre-Luc Neron for the bug report. </p> </blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43528" title="made the callable_no_args function object a named object rather than a ...">r43528</a> | anthonyw | 2008-03-05 23:59:16 -0800 (Wed, 05 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> made the callable_no_args function object a named object rather than a temporary, in order to avoid gratuitous breakage on some compilers </p> </blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43530" title="work around msvc-7.1 bug">r43530</a> | eric_niebler | 2008-03-06 09:56:42 -0800 (Thu, 06 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> work around msvc-7.1 bug </p> </blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43531" title="fix warnings">r43531</a> | eric_niebler | 2008-03-06 10:07:22 -0800 (Thu, 06 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> fix warnings </p> </blockquote> <p> ........ </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Stefan Seefeld</dc:creator> <pubDate>Fri, 07 Mar 2008 04:45:26 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/1673#comment:5 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/1673#comment:5</guid> <description> <p> Hartmut, </p> <p> yes, this bug appears to be fixed now, thanks ! </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Hartmut Kaiser</dc:creator> <pubDate>Fri, 07 Mar 2008 14:13:47 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/1673#comment:6 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/1673#comment:6</guid> <description> <p> This patch is merged to the release branch now as well. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Daniel James</dc:creator> <pubDate>Mon, 24 Mar 2008 12:40:39 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/1673#comment:7 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/1673#comment:7</guid> <description> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/43816" title="Merged revisions 42883-43814 via svnmerge from ...">[43816]</a>) Merged revisions 42883-43814 via svnmerge from <a class="ext-link" href="https://svn.boost.org/svn/boost/trunk"><span class="icon">​</span>https://svn.boost.org/svn/boost/trunk</a> </p> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/42884" title="Minor stylistic changes: * Removed trailing spaces. * Added a ...">r42884</a> | jurko | 2008-01-20 20:18:50 +0000 (Sun, 20 Jan 2008) | 5 lines </p> </blockquote> <p> </p> <blockquote> <p> Minor stylistic changes: </p> </blockquote> <ul><li>Removed trailing spaces. </li><li>Added a comment for code discovering the user's home-directories. </li><li>Removed a stale regex import. </li><li>Removed an old corpse 'identity' rule found inside the <span class="underline">test</span> rule. </li></ul><p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/42890" title="Only disable wide character support for HP aCC: for gcc the logic is ...">r42890</a> | johnmaddock | 2008-01-21 09:41:17 +0000 (Mon, 21 Jan 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Only disable wide character support for HP aCC: for gcc the logic is already taken care of in libstdcpp3.hpp. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/42897" title="Removed a duplicate entry.">r42897</a> | hkaiser | 2008-01-21 16:13:31 +0000 (Mon, 21 Jan 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Removed a duplicate entry. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/42898" title="changed output of booleans">r42898</a> | rogeeff | 2008-01-21 17:02:53 +0000 (Mon, 21 Jan 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> changed output of booleans </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/42899" title="Updated type traits library so that everything compiles with -Wall ...">r42899</a> | johnmaddock | 2008-01-21 18:11:09 +0000 (Mon, 21 Jan 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Updated type traits library so that everything compiles with -Wall -pedantic with GCC. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/42904" title="Don't include &lt;eh.h&gt; for WinCE (since WinCE does not have this header)">r42904</a> | davedeakins | 2008-01-21 19:38:44 +0000 (Mon, 21 Jan 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Don't include &lt;eh.h&gt; for WinCE (since WinCE does not have this header) </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/42906" title="minor clean-up">r42906</a> | eric_niebler | 2008-01-21 20:39:35 +0000 (Mon, 21 Jan 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> minor clean-up </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/42909" title="missing header">r42909</a> | rogeeff | 2008-01-22 03:41:23 +0000 (Tue, 22 Jan 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> missing header </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/42911" title="Refactor some allocation code and fix instantiation problem in 64 bit ...">r42911</a> | igaztanaga | 2008-01-22 16:49:22 +0000 (Tue, 22 Jan 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Refactor some allocation code and fix instantiation problem in 64 bit platforms </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/42916" title="add concepts section to proto reference">r42916</a> | eric_niebler | 2008-01-22 20:42:18 +0000 (Tue, 22 Jan 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> add concepts section to proto reference </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/42917" title="GIL: fixed the problem with std::hex by adding #include &lt;ios&gt;">r42917</a> | hljin | 2008-01-22 22:10:48 +0000 (Tue, 22 Jan 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> GIL: fixed the problem with std::hex by adding #include &lt;ios&gt; </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/42918" title="proto works with boost 1.34.1">r42918</a> | eric_niebler | 2008-01-23 02:23:15 +0000 (Wed, 23 Jan 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> proto works with boost 1.34.1 </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/42929" title="Applies fix for issue #1598: added missing #include.">r42929</a> | johnmaddock | 2008-01-23 16:08:44 +0000 (Wed, 23 Jan 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Applies fix for issue <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1598" title="#1598: Bugs: [regex] 'showbase' : is not a member of 'std' (closed: fixed)">#1598</a>: added missing #include. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/42931" title="Ticket #1593: [interprocess] 'streamoff' : is not a member of 'std'">r42931</a> | igaztanaga | 2008-01-23 19:34:39 +0000 (Wed, 23 Jan 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Ticket <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1593" title="#1593: Bugs: [intrprocess] 'streamoff' : is not a member of 'std' (closed: fixed)">#1593</a>: [interprocess] 'streamoff' : is not a member of 'std' </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/42934" title="Fixes #1594">r42934</a> | andreas_huber69 | 2008-01-23 21:46:58 +0000 (Wed, 23 Jan 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1594" title="#1594: Bugs: [statechart] 'fixed' : is not a member of 'std' (closed: fixed)">#1594</a> </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/42935" title="fix dependency issue in Jamfile">r42935</a> | eric_niebler | 2008-01-23 21:57:47 +0000 (Wed, 23 Jan 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> fix dependency issue in Jamfile </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/42938" title="circular_buffer: updated documentation">r42938</a> | jano_gaspar | 2008-01-23 23:04:57 +0000 (Wed, 23 Jan 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> circular_buffer: updated documentation </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/42939" title="fix quickbook scanner to recognize the [import ...] block">r42939</a> | eric_niebler | 2008-01-23 23:25:24 +0000 (Wed, 23 Jan 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> fix quickbook scanner to recognize the [import ...] block </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/42943" title="Merged revisions 42882-42941 via svnmerge from ...">r42943</a> | danieljames | 2008-01-23 23:39:59 +0000 (Wed, 23 Jan 2008) | 60 lines </p> </blockquote> <p> </p> <blockquote> <p> Merged revisions 42882-42941 via svnmerge from <a class="ext-link" href="https://svn.boost.org/svn/boost/branches/unordered/trunk"><span class="icon">​</span>https://svn.boost.org/svn/boost/branches/unordered/trunk</a> </p> </blockquote> <p> </p> <blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/42887" title="Merged revisions ...">r42887</a> | danieljames | 2008-01-20 21:32:04 +0000 (Sun, 20 Jan 2008) | 10 lines </p> </blockquote> </blockquote> <p> </p> <blockquote> <blockquote> <p> Merged revisions 42590-42664,42667-42697,42699-42723,42725-42855,42857-42881 via svnmerge from <a class="ext-link" href="https://svn.boost.org/svn/boost/trunk"><span class="icon">​</span>https://svn.boost.org/svn/boost/trunk</a> </p> </blockquote> </blockquote> <p> </p> <blockquote> <blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/42881" title="Include &lt;new&gt; to get std::bad_alloc.">r42881</a> | danieljames | 2008-01-20 17:37:21 +0000 (Sun, 20 Jan 2008) | 1 line </p> </blockquote> </blockquote> </blockquote> <p> </p> <blockquote> <blockquote> <blockquote> <p> Include &lt;new&gt; to get std::bad_alloc. </p> </blockquote> <p> ........ </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/42892" title="On some compilers the Rogue Wave/Apache stdcxx library doesn't have ...">r42892</a> | danieljames | 2008-01-21 13:03:16 +0000 (Mon, 21 Jan 2008) | 1 line </p> </blockquote> </blockquote> <p> </p> <blockquote> <blockquote> <p> On some compilers the Rogue <a class="missing wiki">Wave/Apache</a> stdcxx library doesn't have the normal std::distance, but instead has a variant that takes the result as the third parameter so it doesn't have to work out the type from the iterator. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/42893" title="Fix a typo in the last commit.">r42893</a> | danieljames | 2008-01-21 13:07:58 +0000 (Mon, 21 Jan 2008) | 1 line </p> </blockquote> </blockquote> <p> </p> <blockquote> <blockquote> <p> Fix a typo in the last commit. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/42895" title="Remove tabs from the last checkin.">r42895</a> | danieljames | 2008-01-21 13:33:29 +0000 (Mon, 21 Jan 2008) | 1 line </p> </blockquote> </blockquote> <p> </p> <blockquote> <blockquote> <p> Remove tabs from the last checkin. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/42896" title="Use Boost config to tell when we have a std::distance function. Also, ...">r42896</a> | danieljames | 2008-01-21 15:51:40 +0000 (Mon, 21 Jan 2008) | 1 line </p> </blockquote> </blockquote> <p> </p> <blockquote> <blockquote> <p> Use Boost config to tell when we have a std::distance function. Also, no need for a macro. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/42908" title="Use boost::long_long_type and boost::ulong_long_type.">r42908</a> | danieljames | 2008-01-21 21:37:04 +0000 (Mon, 21 Jan 2008) | 1 line </p> </blockquote> </blockquote> <p> </p> <blockquote> <blockquote> <p> Use boost::long_long_type and boost::ulong_long_type. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/42921" title="Remove some tabs.">r42921</a> | danieljames | 2008-01-23 11:43:35 +0000 (Wed, 23 Jan 2008) | 1 line </p> </blockquote> </blockquote> <p> </p> <blockquote> <blockquote> <p> Remove some tabs. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/42922" title="Add missing include. Refs #1596 ">r42922</a> | danieljames | 2008-01-23 11:46:28 +0000 (Wed, 23 Jan 2008) | 2 lines </p> </blockquote> </blockquote> <p> </p> <blockquote> <blockquote> <p> Add missing include. Refs <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1596" title="#1596: Bugs: [unordered] non-standard prototype of malloc_allocator&lt;&gt;::allocate ... (closed: fixed)">#1596</a> </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/42923" title="Always use void const* for the second parameter of allocate. Refs #1596. ">r42923</a> | danieljames | 2008-01-23 11:52:47 +0000 (Wed, 23 Jan 2008) | 2 lines </p> </blockquote> </blockquote> <p> </p> <blockquote> <blockquote> <p> Always use void const* for the second parameter of allocate. Refs <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1596" title="#1596: Bugs: [unordered] non-standard prototype of malloc_allocator&lt;&gt;::allocate ... (closed: fixed)">#1596</a>. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/42936" title="Use Boost style library name in the documentation.">r42936</a> | danieljames | 2008-01-23 22:22:16 +0000 (Wed, 23 Jan 2008) | 1 line </p> </blockquote> </blockquote> <p> </p> <blockquote> <blockquote> <p> Use Boost style library name in the documentation. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/42937" title="More tabs.">r42937</a> | danieljames | 2008-01-23 22:22:32 +0000 (Wed, 23 Jan 2008) | 1 line </p> </blockquote> </blockquote> <p> </p> <blockquote> <blockquote> <p> More tabs. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/42941" title="Fix all the allocators.">r42941</a> | danieljames | 2008-01-23 23:35:01 +0000 (Wed, 23 Jan 2008) | 1 line </p> </blockquote> </blockquote> <p> </p> <blockquote> <blockquote> <p> Fix all the allocators. </p> </blockquote> <p> ................ </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/42948" title="merged changes from iostreams_dev, revisions 42825-42947">r42948</a> | turkanis | 2008-01-24 06:50:32 +0000 (Thu, 24 Jan 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> merged changes from iostreams_dev, revisions 42825-42947 </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/42950" title="correctsbroken compiler support for MPL ">r42950</a> | t_schwinger | 2008-01-24 18:56:27 +0000 (Thu, 24 Jan 2008) | 3 lines </p> </blockquote> <p> </p> <blockquote> <p> correctsbroken compiler support for MPL </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/42951" title="peeker optimization looks inside independent sub-expressions">r42951</a> | eric_niebler | 2008-01-24 21:06:23 +0000 (Thu, 24 Jan 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> peeker optimization looks inside independent sub-expressions </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/42952" title="test of output iterators">r42952</a> | nesotto | 2008-01-24 22:22:35 +0000 (Thu, 24 Jan 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> test of output iterators </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/42953" title="output iterator test">r42953</a> | nesotto | 2008-01-24 22:26:36 +0000 (Thu, 24 Jan 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> output iterator test </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/42954" title="output iterators for ptr_containers ">r42954</a> | nesotto | 2008-01-24 22:27:27 +0000 (Thu, 24 Jan 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> output iterators for ptr_containers </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/42957" title="simplifies preprocessing code ">r42957</a> | t_schwinger | 2008-01-25 00:26:16 +0000 (Fri, 25 Jan 2008) | 3 lines </p> </blockquote> <p> </p> <blockquote> <p> simplifies preprocessing code </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/42958" title="touched ">r42958</a> | t_schwinger | 2008-01-25 00:28:15 +0000 (Fri, 25 Jan 2008) | 3 lines </p> </blockquote> <p> </p> <blockquote> <p> touched </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/42960" title="Changed the -soname and -shared options in intel-darwin.jam to use ...">r42960</a> | noel_belcourt | 2008-01-25 04:41:16 +0000 (Fri, 25 Jan 2008) | 6 lines </p> </blockquote> <p> </p> <blockquote> <p> Changed the -soname and -shared options in intel-darwin.jam to use -dynamiclib and -install_name, as done in darwin.jam. Apparently the Intel compilers on the Mac support the same options as gcc for setting the internal dynamic library name. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/42963" title="renaming ...">r42963</a> | nesotto | 2008-01-25 07:52:14 +0000 (Fri, 25 Jan 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> renaming ... </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/42964" title="renaming">r42964</a> | nesotto | 2008-01-25 07:52:56 +0000 (Fri, 25 Jan 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> renaming </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/42965" title="renaming">r42965</a> | nesotto | 2008-01-25 07:54:28 +0000 (Fri, 25 Jan 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> renaming </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/42970" title="merged changes from iostreams_dev, revisions 42947-42962: fixed ...">r42970</a> | turkanis | 2008-01-25 17:56:25 +0000 (Fri, 25 Jan 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> merged changes from iostreams_dev, revisions 42947-42962: fixed tickets 1003, 1139, 1140, 1149 </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/42971" title="Fixed a typo to yesterdays patch. ">r42971</a> | noel_belcourt | 2008-01-25 19:52:47 +0000 (Fri, 25 Jan 2008) | 2 lines </p> </blockquote> <p> </p> <blockquote> <p> Fixed a typo to yesterdays patch. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/42972" title="Include &lt;ios&gt; to get std::boolalpha. Fixes #1586 ">r42972</a> | dgregor | 2008-01-25 21:07:14 +0000 (Fri, 25 Jan 2008) | 2 lines </p> </blockquote> <p> </p> <blockquote> <p> Include &lt;ios&gt; to get std::boolalpha. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1586" title="#1586: Bugs: [logic] 'boolalpha' : is not a member of 'std' (closed: fixed)">#1586</a> </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/42974" title="1)Fixed gcc release mode warnings. 2)Replaced throw with BOOST_RETHROW ...">r42974</a> | igaztanaga | 2008-01-25 23:07:51 +0000 (Fri, 25 Jan 2008) | 4 lines </p> </blockquote> <p> </p> <blockquote> <p> 1)Fixed gcc release mode warnings. 2)Replaced throw with BOOST_RETHROW when BOOST_TRY is used. 3)Fixed issues with singly linked lists </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/42976" title="Wave: Fixed a problem in flex_string::compare() (#include_next was ...">r42976</a> | hkaiser | 2008-01-26 01:24:21 +0000 (Sat, 26 Jan 2008) | 2 lines </p> </blockquote> <p> </p> <blockquote> <p> Wave: Fixed a problem in flex_string::compare() (#include_next was non-functional). </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/42977" title="Wave: Added new testcase.">r42977</a> | hkaiser | 2008-01-26 01:36:20 +0000 (Sat, 26 Jan 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Wave: Added new testcase. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/42980" title="Wave: Tweaked new testcase.">r42980</a> | hkaiser | 2008-01-26 01:44:32 +0000 (Sat, 26 Jan 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Wave: Tweaked new testcase. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/42982" title="Refactored common slist functions in a single class">r42982</a> | igaztanaga | 2008-01-26 11:52:25 +0000 (Sat, 26 Jan 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Refactored common slist functions in a single class </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/42984" title="Fixes #416 Fixed spelling of Jack Edmonds name and renamed files ...">r42984</a> | noel_belcourt | 2008-01-26 18:35:59 +0000 (Sat, 26 Jan 2008) | 7 lines </p> </blockquote> <p> </p> <blockquote> <p> Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/416" title="#416: Bugs: Spelling of Edmonds-Karp-Algorithm (closed: fixed)">#416</a> </p> </blockquote> <p> </p> <blockquote> <p> Fixed spelling of Jack Edmonds name and renamed files where necessary. Updated the documentation as well. Tested changes by building/running tests in libs/graph/test. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/42985" title="Fixes #640 Corrected the mpl push_front html documentation. ">r42985</a> | noel_belcourt | 2008-01-26 18:51:28 +0000 (Sat, 26 Jan 2008) | 5 lines </p> </blockquote> <p> </p> <blockquote> <p> Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/640" title="#640: Bugs: documentation mistake (closed: fixed)">#640</a> </p> </blockquote> <p> </p> <blockquote> <p> Corrected the mpl push_front html documentation. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/42986" title="optimize repeated searches with patterns that have leading repeats">r42986</a> | eric_niebler | 2008-01-26 19:38:44 +0000 (Sat, 26 Jan 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> optimize repeated searches with patterns that have leading repeats </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/42987" title="attempts to allow some preprocessing with VACPP (IBM) ">r42987</a> | t_schwinger | 2008-01-26 21:50:14 +0000 (Sat, 26 Jan 2008) | 3 lines </p> </blockquote> <p> </p> <blockquote> <p> attempts to allow some preprocessing with VACPP (IBM) </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/42988" title="Fixes #1539 Fixed typo in the random documentation. ">r42988</a> | noel_belcourt | 2008-01-26 22:21:57 +0000 (Sat, 26 Jan 2008) | 5 lines </p> </blockquote> <p> </p> <blockquote> <p> Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1539" title="#1539: Bugs: Missing semi-colon in random library quitck start example (closed: fixed)">#1539</a> </p> </blockquote> <p> </p> <blockquote> <p> Fixed typo in the random documentation. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/42989" title="Fixes #965 Patched the XML and will check to ensure the html page ...">r42989</a> | noel_belcourt | 2008-01-26 23:06:24 +0000 (Sat, 26 Jan 2008) | 6 lines </p> </blockquote> <p> </p> <blockquote> <p> Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/965" title="#965: Bugs: [doc] boost::variant tutorial - final example uses v1,v2 should be ... (closed: fixed)">#965</a> </p> </blockquote> <p> </p> <blockquote> <p> Patched the XML and will check to ensure the html page reflects this change. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/42990" title="updated vcproj">r42990</a> | eric_niebler | 2008-01-27 05:56:46 +0000 (Sun, 27 Jan 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> updated vcproj </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/42991" title="fix typo">r42991</a> | eric_niebler | 2008-01-27 05:57:08 +0000 (Sun, 27 Jan 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> fix typo </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/42992" title="Extended leading repeat optimization to more cases.">r42992</a> | johnmaddock | 2008-01-27 18:43:35 +0000 (Sun, 27 Jan 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Extended leading repeat optimization to more cases. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/42997" title="Correct speliing of --build-dir in --help output">r42997</a> | vladimir_prus | 2008-01-28 17:59:27 +0000 (Mon, 28 Jan 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Correct speliing of --build-dir in --help output </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43000" title="update acknowledgement of john maddock">r43000</a> | eric_niebler | 2008-01-28 20:03:41 +0000 (Mon, 28 Jan 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> update acknowledgement of john maddock </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43001" title="marked 2 asio library tests for gcc-4.2.1_hpux_ia64 (HP-UX 11.23 with gcc)">r43001</a> | bgubenko | 2008-01-28 21:27:13 +0000 (Mon, 28 Jan 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> marked 2 asio library tests for gcc-4.2.1_hpux_ia64 (HP-UX 11.23 with gcc) </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43002" title="doc more concepts, misc clean-up">r43002</a> | eric_niebler | 2008-01-28 22:55:30 +0000 (Mon, 28 Jan 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> doc more concepts, misc clean-up </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43003" title="proto doxygen comments, misc clean-up">r43003</a> | eric_niebler | 2008-01-28 22:56:46 +0000 (Mon, 28 Jan 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> proto doxygen comments, misc clean-up </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43006" title="more proto doxygen comments, update copyright">r43006</a> | eric_niebler | 2008-01-29 02:20:45 +0000 (Tue, 29 Jan 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> more proto doxygen comments, update copyright </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43007" title="Retain top-level boost-build.jam">r43007</a> | vladimir_prus | 2008-01-29 06:28:09 +0000 (Tue, 29 Jan 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Retain top-level boost-build.jam </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43008" title="Disable relinking when &lt;target-os&gt; is either windows or cygwin. Fixes ...">r43008</a> | vladimir_prus | 2008-01-29 06:40:06 +0000 (Tue, 29 Jan 2008) | 4 lines </p> </blockquote> <p> </p> <blockquote> <p> Disable relinking when &lt;target-os&gt; is either windows or cygwin. </p> </blockquote> <p> </p> <blockquote> <p> Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1062" title="#1062: Bugs: Cygwin install stage fails with combination of patches (closed: fixed)">#1062</a>. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43009" title="add tests for deep_copy, make_expr, unpack_expr; fix bugs; update more ...">r43009</a> | eric_niebler | 2008-01-29 07:03:03 +0000 (Tue, 29 Jan 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> add tests for deep_copy, make_expr, unpack_expr; fix bugs; update more copyrights </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43012" title="fix typo">r43012</a> | djenkins | 2008-01-29 16:41:12 +0000 (Tue, 29 Jan 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> fix typo </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43013" title="update copyright and misc cleanup">r43013</a> | djenkins | 2008-01-29 16:43:51 +0000 (Tue, 29 Jan 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> update copyright and misc cleanup </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43014" title="marked interprocess library unusable on gcc-4.2.1_hpux_ia64 (until it ...">r43014</a> | bgubenko | 2008-01-29 17:47:01 +0000 (Tue, 29 Jan 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> marked interprocess library unusable on gcc-4.2.1_hpux_ia64 (until it is ported to HP-UX platform) </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43016" title="make_expr and unpack_expr improvements, fix scary transform::arg_c bug">r43016</a> | eric_niebler | 2008-01-29 21:02:52 +0000 (Tue, 29 Jan 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> make_expr and unpack_expr improvements, fix scary transform::arg_c bug </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43018" title="use skip directive to simplify example">r43018</a> | djenkins | 2008-01-30 03:39:02 +0000 (Wed, 30 Jan 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> use skip directive to simplify example </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43023" title="finally, a make_expr() I can live with">r43023</a> | eric_niebler | 2008-01-30 22:10:13 +0000 (Wed, 30 Jan 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> finally, a make_expr() I can live with </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43024" title="regenerated boostbook reference">r43024</a> | eric_niebler | 2008-01-30 22:26:34 +0000 (Wed, 30 Jan 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> regenerated boostbook reference </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43025" title="value_init: Removed aligned_storage::address() calls, to improve TR1 ...">r43025</a> | niels_dekker | 2008-01-30 22:42:23 +0000 (Wed, 30 Jan 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> value_init: Removed aligned_storage::address() calls, to improve TR1 compatibility, as confirmed by John Maddock. Added internal helper function, wrapper_address(), as discussed with Fernando. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43026" title="minor tweak to make_expr result_of return type calculation">r43026</a> | eric_niebler | 2008-01-30 23:03:36 +0000 (Wed, 30 Jan 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> minor tweak to make_expr result_of return type calculation </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43031" title="simplify make_expr.hpp, user docs for make_expr()">r43031</a> | eric_niebler | 2008-01-31 07:36:28 +0000 (Thu, 31 Jan 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> simplify make_expr.hpp, user docs for make_expr() </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43035" title="minor tweak to fusion value_of and value_at for expressions, for ...">r43035</a> | eric_niebler | 2008-01-31 18:44:17 +0000 (Thu, 31 Jan 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> minor tweak to fusion value_of and value_at for expressions, for better interop with proto::unpack_expr </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43037" title="Build in MT mode (as long as wave links to boost.thread)">r43037</a> | vladimir_prus | 2008-01-31 19:47:12 +0000 (Thu, 31 Jan 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Build in MT mode (as long as wave links to boost.thread) </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43038" title="Wave: fixed expanding_function_like_macro()">r43038</a> | hkaiser | 2008-01-31 20:57:47 +0000 (Thu, 31 Jan 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Wave: fixed expanding_function_like_macro() </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43040" title="finish documentation for expression construction utilities">r43040</a> | eric_niebler | 2008-01-31 21:12:44 +0000 (Thu, 31 Jan 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> finish documentation for expression construction utilities </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43041" title="Wave: Added additional configuration possibility to allow control ...">r43041</a> | hkaiser | 2008-01-31 22:33:43 +0000 (Thu, 31 Jan 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Wave: Added additional configuration possibility to allow control threading support. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43042" title="Wave: Added additional configuration possibility to allow control ...">r43042</a> | hkaiser | 2008-01-31 22:48:56 +0000 (Thu, 31 Jan 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Wave: Added additional configuration possibility to allow control threading support. Updated the documentation. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43043" title="Reverted changes made in rev 43038 which seem to have been committed ...">r43043</a> | jurko | 2008-02-01 00:27:31 +0000 (Fri, 01 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Reverted changes made in rev 43038 which seem to have been committed by mistake and include some user specific settings in it local to the comitter's environment while this file is intended to be used as generic template for actual user-config.jam files and do nothing in case user does not specify his own settings there. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43044" title="Minor stylistic spacing changes. Remove trailing spaces.">r43044</a> | jurko | 2008-02-01 00:44:23 +0000 (Fri, 01 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Minor stylistic spacing changes. Remove trailing spaces. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43045" title="Corrected outputting native Windows paths so that it works correctly ...">r43045</a> | jurko | 2008-02-01 00:46:50 +0000 (Fri, 01 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Corrected outputting native Windows paths so that it works correctly for absolute paths without the drive letter being explicitly specified, e.g. \aaa\bbb or /aaa/bbb. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43046" title="Added the missing end-of-line character when outputting DEBUG_SEARCH ...">r43046</a> | jurko | 2008-02-01 01:49:16 +0000 (Fri, 01 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Added the missing end-of-line character when outputting DEBUG_SEARCH debug messages from file_build1(). This cleans up the -d+6 bjam output a lot. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43050" title="add future group example">r43050</a> | eric_niebler | 2008-02-01 20:30:29 +0000 (Fri, 01 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> add future group example </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43052" title="Fix a typo in pgi.jam that prevented shared libraries from being built ...">r43052</a> | noel_belcourt | 2008-02-02 02:41:23 +0000 (Sat, 02 Feb 2008) | 4 lines </p> </blockquote> <p> </p> <blockquote> <p> Fix a typo in pgi.jam that prevented shared libraries from being built correctly. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43054" title="Ensure that the workaround for the MSVC secure iterator problem is ...">r43054</a> | chris_kohlhoff | 2008-02-02 11:37:45 +0000 (Sat, 02 Feb 2008) | 4 lines </p> </blockquote> <p> </p> <blockquote> <p> Ensure that the workaround for the MSVC secure iterator problem is only used when compiling with MSVC. The workaround causes g++'s library debug mode to report errors due to the assignment from a singular iterator. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43055" title="Fix &#34;possible loss of data&#34; warning when building for Windows 2000 ...">r43055</a> | chris_kohlhoff | 2008-02-02 11:39:17 +0000 (Sat, 02 Feb 2008) | 2 lines </p> </blockquote> <p> </p> <blockquote> <p> Fix "possible loss of data" warning when building for Windows 2000 targets. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43056" title="The latest Windows SDKs don't support IPv6 when building for Windows ...">r43056</a> | chris_kohlhoff | 2008-02-02 12:02:23 +0000 (Sat, 02 Feb 2008) | 3 lines </p> </blockquote> <p> </p> <blockquote> <p> The latest Windows SDKs don't support IPv6 when building for Windows 2000, so we need to use the SDK emulation in that case. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43057" title="port test to boost version 1.34.1">r43057</a> | eric_niebler | 2008-02-02 12:27:16 +0000 (Sat, 02 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> port test to boost version 1.34.1 </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43061" title="merged changes from iostreams_dev, revisions 42962-43059: updated ...">r43061</a> | turkanis | 2008-02-02 22:10:46 +0000 (Sat, 02 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> merged changes from iostreams_dev, revisions 42962-43059: updated copyright notices </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43080" title="fix bug found by L. Evans re: fusion and stateful function objects">r43080</a> | eric_niebler | 2008-02-03 18:40:03 +0000 (Sun, 03 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> fix bug found by L. Evans re: fusion and stateful function objects </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43083" title="Added missing file.">r43083</a> | johnmaddock | 2008-02-04 09:13:36 +0000 (Mon, 04 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Added missing file. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43085" title="Removed dead file.">r43085</a> | johnmaddock | 2008-02-04 09:17:35 +0000 (Mon, 04 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Removed dead file. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43087" title="Removed dead files.">r43087</a> | johnmaddock | 2008-02-04 09:20:46 +0000 (Mon, 04 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Removed dead files. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43089" title="Removed dead files.">r43089</a> | johnmaddock | 2008-02-04 09:23:28 +0000 (Mon, 04 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Removed dead files. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43094" title="added test for duration overloads of timed_lock, and added missing ...">r43094</a> | anthonyw | 2008-02-04 13:16:32 +0000 (Mon, 04 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> added test for duration overloads of timed_lock, and added missing implementation to win32 version </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43101" title="Wave: trying to fix stdcxx_gcc regression.">r43101</a> | hkaiser | 2008-02-04 19:21:46 +0000 (Mon, 04 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Wave: trying to fix stdcxx_gcc regression. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43103" title="hooking --&gt; additional information in html docs">r43103</a> | matias | 2008-02-04 21:01:06 +0000 (Mon, 04 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> hooking --&gt; additional information in html docs </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43106" title="fleshing out evaluation.qbk, document transforms of if_, not_, and_ and or_">r43106</a> | eric_niebler | 2008-02-05 02:09:51 +0000 (Tue, 05 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> fleshing out evaluation.qbk, document transforms of if_, not_, and_ and or_ </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43107" title="eliminate warnings under msvc's -W4">r43107</a> | eric_niebler | 2008-02-05 05:33:12 +0000 (Tue, 05 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> eliminate warnings under msvc's -W4 </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43111" title="fix typo">r43111</a> | eric_niebler | 2008-02-05 06:03:01 +0000 (Tue, 05 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> fix typo </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43112" title="Fix typo (bug #1434)">r43112</a> | marshall | 2008-02-05 16:07:19 +0000 (Tue, 05 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Fix typo (bug <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1434" title="#1434: Bugs: Boost.Preprocessor, small fix for the documentation (closed: fixed)">#1434</a>) </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43113" title="Applied patch (fixes bug #1307)">r43113</a> | marshall | 2008-02-05 16:15:35 +0000 (Tue, 05 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Applied patch (fixes bug <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1307" title="#1307: Bugs: [lambda] invalid boostbook (closed: fixed)">#1307</a>) </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43117" title="Fix add_vertex and add_vertices when the CSR graph has vertex properties">r43117</a> | dgregor | 2008-02-05 20:51:23 +0000 (Tue, 05 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Fix add_vertex and add_vertices when the CSR graph has vertex properties </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43118" title="Merged revisions 42942-43116 via svnmerge from ...">r43118</a> | danieljames | 2008-02-05 20:57:02 +0000 (Tue, 05 Feb 2008) | 13 lines </p> </blockquote> <p> </p> <blockquote> <p> Merged revisions 42942-43116 via svnmerge from <a class="ext-link" href="https://svn.boost.org/svn/boost/branches/unordered/trunk"><span class="icon">​</span>https://svn.boost.org/svn/boost/branches/unordered/trunk</a> </p> </blockquote> <p> </p> <blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/42975" title="Typedef some types before using them, to make life easier for Borland.">r42975</a> | danieljames | 2008-01-26 00:29:32 +0000 (Sat, 26 Jan 2008) | 1 line </p> </blockquote> </blockquote> <p> </p> <blockquote> <blockquote> <p> Typedef some types before using them, to make life easier for Borland. </p> </blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43116" title="Some compilers and libraries combinations have problems with deques of ...">r43116</a> | danieljames | 2008-02-05 20:47:44 +0000 (Tue, 05 Feb 2008) | 1 line </p> </blockquote> </blockquote> <p> </p> <blockquote> <blockquote> <p> Some compilers and libraries combinations have problems with deques of non-assingable types. Using a list instead. </p> </blockquote> <p> ........ </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43120" title="add missing #include">r43120</a> | eric_niebler | 2008-02-05 21:07:31 +0000 (Tue, 05 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> add missing #include </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43121" title="Add circular_buffer to the alphabetic list">r43121</a> | bemandawes | 2008-02-06 02:01:46 +0000 (Wed, 06 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Add circular_buffer to the alphabetic list </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43125" title="attempts to make synthesis metafunctions work with sun compiler ">r43125</a> | t_schwinger | 2008-02-06 13:00:08 +0000 (Wed, 06 Feb 2008) | 3 lines </p> </blockquote> <p> </p> <blockquote> <p> attempts to make synthesis metafunctions work with sun compiler </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43129" title="In the boostbook navbar, link FAQ and people to the website. ">r43129</a> | danieljames | 2008-02-06 19:02:38 +0000 (Wed, 06 Feb 2008) | 2 lines </p> </blockquote> <p> </p> <blockquote> <p> In the boostbook navbar, link FAQ and people to the website. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43130" title="untabify">r43130</a> | eric_niebler | 2008-02-06 19:57:51 +0000 (Wed, 06 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> untabify </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43132" title="cleanup to pass inspection report">r43132</a> | nesotto | 2008-02-06 22:46:19 +0000 (Wed, 06 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> cleanup to pass inspection report </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43133" title="cleanup to pass inspection report">r43133</a> | nesotto | 2008-02-06 22:46:31 +0000 (Wed, 06 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> cleanup to pass inspection report </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43134" title="add handy get() accessors on literal&lt;&gt; wrapper">r43134</a> | eric_niebler | 2008-02-06 22:57:57 +0000 (Wed, 06 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> add handy get() accessors on literal&lt;&gt; wrapper </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43135" title="cleanup to pass inspection tool">r43135</a> | nesotto | 2008-02-06 23:12:21 +0000 (Wed, 06 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> cleanup to pass inspection tool </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43136" title="reasonably complete user docs for expression evaluation">r43136</a> | eric_niebler | 2008-02-07 00:05:01 +0000 (Thu, 07 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> reasonably complete user docs for expression evaluation </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43138" title="tweaks for doxygen 1.5.4, document matches&lt;&gt;">r43138</a> | eric_niebler | 2008-02-07 08:06:29 +0000 (Thu, 07 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> tweaks for doxygen 1.5.4, document matches&lt;&gt; </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43141" title="Fix last checked version.">r43141</a> | johnmaddock | 2008-02-07 09:55:41 +0000 (Thu, 07 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Fix last checked version. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43143" title="Remove tabs.">r43143</a> | johnmaddock | 2008-02-07 10:03:16 +0000 (Thu, 07 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Remove tabs. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43145" title="Fix min/max usage violation.">r43145</a> | johnmaddock | 2008-02-07 10:13:31 +0000 (Thu, 07 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Fix min/max usage violation. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43147" title="Attempt to unbreak &lt;library-file&gt; ">r43147</a> | vladimir_prus | 2008-02-07 10:17:03 +0000 (Thu, 07 Feb 2008) | 2 lines </p> </blockquote> <p> </p> <blockquote> <p> Attempt to unbreak &lt;library-file&gt; </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43148" title="Added comment to suppress inspect warning.">r43148</a> | johnmaddock | 2008-02-07 10:24:29 +0000 (Thu, 07 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Added comment to suppress inspect warning. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43150" title="Added fix for inspection report.">r43150</a> | johnmaddock | 2008-02-07 10:29:59 +0000 (Thu, 07 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Added fix for inspection report. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43152" title="Fix &lt;framework&gt; with no path. Patch from Jon Olsson. ">r43152</a> | vladimir_prus | 2008-02-07 11:04:30 +0000 (Thu, 07 Feb 2008) | 4 lines </p> </blockquote> <p> </p> <blockquote> <p> Fix &lt;framework&gt; with no path. </p> </blockquote> <p> </p> <blockquote> <p> Patch from Jon Olsson. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43154" title="Remove obsolete CVS scripts, add 1.35.0 SVN scripts, beginning of docs page">r43154</a> | bemandawes | 2008-02-07 13:22:34 +0000 (Thu, 07 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Remove obsolete CVS scripts, add 1.35.0 SVN scripts, beginning of docs page </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43155" title=" iterator_range disables msvc warning 4996 ...">r43155</a> | nesotto | 2008-02-07 14:41:04 +0000 (Thu, 07 Feb 2008) | 6 lines </p> </blockquote> <p> </p> <blockquote> <p> iterator_range disables msvc warning 4996 </p> <blockquote> <p> &lt;<a class="ext-link" href="http://svn.boost.org/trac/boost/ticket/1565"><span class="icon">​</span>http://svn.boost.org/trac/boost/ticket/1565</a>&gt; </p> </blockquote> </blockquote> <p> </p> <blockquote> <p> [range] sub_range assignment issue </p> <blockquote> <p> &lt;<a class="ext-link" href="http://svn.boost.org/trac/boost/ticket/1284"><span class="icon">​</span>http://svn.boost.org/trac/boost/ticket/1284</a>&gt; </p> </blockquote> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43156" title="test">r43156</a> | nesotto | 2008-02-07 14:46:19 +0000 (Thu, 07 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> test </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43157" title="updated according to latest regression tests results, fixed a broken ...">r43157</a> | joaquin | 2008-02-07 16:29:27 +0000 (Thu, 07 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> updated according to latest regression tests results, fixed a broken link, typo </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43159" title="added missing 'self.' qualification">r43159</a> | turkanis | 2008-02-07 17:07:28 +0000 (Thu, 07 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> added missing 'self.' qualification </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43165" title="Support for non-blocking MPI operations in Python, from Andreas Kloeckner">r43165</a> | dgregor | 2008-02-07 21:08:09 +0000 (Thu, 07 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Support for non-blocking MPI operations in Python, from Andreas Kloeckner </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43166" title="Note addition of nonblocking operations to the Python interface">r43166</a> | dgregor | 2008-02-07 21:09:38 +0000 (Thu, 07 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Note addition of nonblocking operations to the Python interface </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43171" title="silence of warnings for unused arguments">r43171</a> | nesotto | 2008-02-08 09:58:35 +0000 (Fri, 08 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> silence of warnings for unused arguments </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43175" title="missing ) fixed">r43175</a> | nesotto | 2008-02-08 15:25:01 +0000 (Fri, 08 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> missing ) fixed </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43176" title="Force PPC Darwin to use fork instead of vfork. This change requires ...">r43176</a> | noel_belcourt | 2008-02-08 16:32:35 +0000 (Fri, 08 Feb 2008) | 14 lines </p> </blockquote> <p> </p> <blockquote> <p> Force PPC Darwin to use fork instead of vfork. This change requires both the parent and child process to explicitly set the process group id. Vfork guarantees the child process runs to the exec before it releases the parent process. Now that we use fork instead of vfork, it's possible for the parent to wait on the child process without having the child setpgid on itself. This eliminates spurious hangs on ppc darwin caused by either a race condition between vfork and execvp, or a bug in the vfork implementation. </p> </blockquote> <p> </p> <blockquote> <p> Added a test to ensure we don't try to read from the stderr pipe descriptor if the descriptor's not valid. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43177" title="reserve some c_type bits for dinkumware on windows, fixes #1625">r43177</a> | eric_niebler | 2008-02-08 17:11:57 +0000 (Fri, 08 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> reserve some c_type bits for dinkumware on windows, fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1625" title="#1625: Bugs: assertion fails in cpp_regex_traits.hpp for Dinkumware(Win32) (closed: fixed)">#1625</a> </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43179" title="I've added the -single_module option to the intel-darwin.link.dll ...">r43179</a> | noel_belcourt | 2008-02-08 17:53:50 +0000 (Fri, 08 Feb 2008) | 13 lines </p> </blockquote> <p> </p> <blockquote> <p> I've added the -single_module option to the intel-darwin.link.dll action to fix this linker error when linking dylibs: </p> </blockquote> <p> </p> <blockquote> <p> ld: common symbols not allowed with MH_DYLIB output format with the -multi_module option boost/bin.v2/libs/system/build/intel-darwin-9.1/debug/macosx-version-10.4/error_code.o </p> <blockquote> <p> definition of common <span class="underline">ZGVZNK5boost6system14error_category7messageEiE1s (size 16) </span></p> </blockquote> <p> boost/bin.v2/libs/system/build/intel-darwin-9.1/debug/macosx-version-10.4/error_code.o </p> <blockquote> <p> definition of common <span class="underline">ZZNK5boost6system14error_category7messageEiE1s (size 16) </span></p> </blockquote> </blockquote> <p> </p> <blockquote> <p> though I would note that the common symbols problem occurs in a number of other libraries (test, graph, spirit, ...) as well. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43188" title="Fix a link in the intrusive redirect. ">r43188</a> | danieljames | 2008-02-09 12:29:02 +0000 (Sat, 09 Feb 2008) | 2 lines </p> </blockquote> <p> </p> <blockquote> <p> Fix a link in the intrusive redirect. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43189" title="Fix another redirect link.">r43189</a> | danieljames | 2008-02-09 12:37:00 +0000 (Sat, 09 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Fix another redirect link. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43190" title="Update link to Jamfile, to link to the version 2 jamfile.">r43190</a> | danieljames | 2008-02-09 12:38:19 +0000 (Sat, 09 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Update link to Jamfile, to link to the version 2 jamfile. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43191" title="Fix a link.">r43191</a> | danieljames | 2008-02-09 12:39:06 +0000 (Sat, 09 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Fix a link. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43192" title="Add a forwarding header for hash/custom.html as Boost.Bimap links to it. ">r43192</a> | danieljames | 2008-02-09 12:45:32 +0000 (Sat, 09 Feb 2008) | 2 lines </p> </blockquote> <p> </p> <blockquote> <p> Add a forwarding header for hash/custom.html as Boost.Bimap links to it. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43193" title="Fix the link to the license.">r43193</a> | danieljames | 2008-02-09 13:02:45 +0000 (Sat, 09 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Fix the link to the license. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43199" title="more doxygen comments, const-correctness tweak for fusion::at() on ...">r43199</a> | eric_niebler | 2008-02-09 20:32:27 +0000 (Sat, 09 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> more doxygen comments, const-correctness tweak for fusion::at() on proto expression </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43200" title="document how to access children of proto expressions">r43200</a> | eric_niebler | 2008-02-09 20:34:33 +0000 (Sat, 09 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> document how to access children of proto expressions </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43204" title="fix oops in proto fusion interface">r43204</a> | eric_niebler | 2008-02-10 06:57:24 +0000 (Sun, 10 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> fix oops in proto fusion interface </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43205" title="suppress msvc warning">r43205</a> | eric_niebler | 2008-02-10 07:02:54 +0000 (Sun, 10 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> suppress msvc warning </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43206" title="Fix some broken links.">r43206</a> | danieljames | 2008-02-10 09:55:03 +0000 (Sun, 10 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Fix some broken links. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43207" title="Tolerate argc being zero. Patch from C. K. Jester-Young. ">r43207</a> | vladimir_prus | 2008-02-10 13:13:41 +0000 (Sun, 10 Feb 2008) | 4 lines </p> </blockquote> <p> </p> <blockquote> <p> Tolerate argc being zero. </p> </blockquote> <p> </p> <blockquote> <p> Patch from C. K. Jester-Young. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43209" title="Link to people pages on the website, as they've been removed from the ...">r43209</a> | danieljames | 2008-02-10 14:56:22 +0000 (Sun, 10 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Link to people pages on the website, as they've been removed from the download. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43210" title="Point links to the pages that used to be in 'more' to the site.">r43210</a> | danieljames | 2008-02-10 15:02:17 +0000 (Sun, 10 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Point links to the pages that used to be in 'more' to the site. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43212" title="Fix links on the home page as well.">r43212</a> | danieljames | 2008-02-10 16:10:16 +0000 (Sun, 10 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Fix links on the home page as well. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43213" title="Generated documentation which is no longer generated.">r43213</a> | danieljames | 2008-02-10 16:21:22 +0000 (Sun, 10 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Generated documentation which is no longer generated. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43220" title="include config.hpp and workaround.hpp before uses of BOOST_WORKAROUND ...">r43220</a> | eric_niebler | 2008-02-11 03:48:41 +0000 (Mon, 11 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> include config.hpp and workaround.hpp before uses of BOOST_WORKAROUND and BOOST_MSVC </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43221" title="Need to define _XOPEN_SOURCE_EXTENDED when compiling for HP-UX. ">r43221</a> | chris_kohlhoff | 2008-02-11 13:59:44 +0000 (Mon, 11 Feb 2008) | 2 lines </p> </blockquote> <p> </p> <blockquote> <p> Need to define _XOPEN_SOURCE_EXTENDED when compiling for HP-UX. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43226" title="cleanup using local&lt;&gt; and skip()">r43226</a> | djenkins | 2008-02-11 20:49:19 +0000 (Mon, 11 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> cleanup using local&lt;&gt; and skip() </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43239" title="fixed return value of read(), to correctly handle eof">r43239</a> | turkanis | 2008-02-13 05:43:39 +0000 (Wed, 13 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> fixed return value of read(), to correctly handle eof </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43240" title="merged changes from iostreams_dev, revisions 43059-43238: better debug ...">r43240</a> | turkanis | 2008-02-13 05:47:44 +0000 (Wed, 13 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> merged changes from iostreams_dev, revisions 43059-43238: better debug output for mapped file; fixed large_file_test.cpp under UNICODE on Windows </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43241" title="added markup for stdcxx failures (iostreams)">r43241</a> | turkanis | 2008-02-13 19:38:52 +0000 (Wed, 13 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> added markup for stdcxx failures (iostreams) </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43243" title="switched from &lt;wchar.h&gt; to &lt;cwchar&gt;, for stdcxx (which is conforming ...">r43243</a> | turkanis | 2008-02-13 19:42:10 +0000 (Wed, 13 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> switched from &lt;wchar.h&gt; to &lt;cwchar&gt;, for stdcxx (which is conforming in this case) </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43246" title="remove local admonitions">r43246</a> | matias | 2008-02-14 17:33:12 +0000 (Thu, 14 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> remove local admonitions </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43247" title="optional docs fixes">r43247</a> | matias | 2008-02-14 17:43:52 +0000 (Thu, 14 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> optional docs fixes </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43248" title="redirect optional docs to new version">r43248</a> | matias | 2008-02-14 17:44:21 +0000 (Thu, 14 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> redirect optional docs to new version </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43251" title="conversion docs fixes">r43251</a> | matias | 2008-02-14 18:08:16 +0000 (Thu, 14 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> conversion docs fixes </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43252" title="redirect to new conversion docs">r43252</a> | matias | 2008-02-14 18:09:34 +0000 (Thu, 14 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> redirect to new conversion docs </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43253" title="redirect optional and numeric/conversion docs to new version">r43253</a> | matias | 2008-02-14 18:19:34 +0000 (Thu, 14 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> redirect optional and numeric/conversion docs to new version </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43254" title="bimap doc fixes">r43254</a> | matias | 2008-02-14 19:03:55 +0000 (Thu, 14 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> bimap doc fixes </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43255" title="fix tabs in files">r43255</a> | matias | 2008-02-14 19:05:04 +0000 (Thu, 14 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> fix tabs in files </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43256" title="fix tabs in files">r43256</a> | matias | 2008-02-14 19:22:15 +0000 (Thu, 14 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> fix tabs in files </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43260" title="add missing images">r43260</a> | matias | 2008-02-14 21:24:11 +0000 (Thu, 14 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> add missing images </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43262" title="Fixed a whitespace insertion glitch, where whitespace got inserted ...">r43262</a> | hkaiser | 2008-02-14 22:01:54 +0000 (Thu, 14 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Fixed a whitespace insertion glitch, where whitespace got inserted unconditionally between two operators even if one of these was a comma. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43264" title="Wave: More fixes to whitespace insertion engine.">r43264</a> | hkaiser | 2008-02-14 23:52:33 +0000 (Thu, 14 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Wave: More fixes to whitespace insertion engine. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43266" title="Wave: More fixes to whitespace insertion engine.">r43266</a> | hkaiser | 2008-02-15 14:35:36 +0000 (Fri, 15 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Wave: More fixes to whitespace insertion engine. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43269" title="Added support for &amp;&amp;, ||">r43269</a> | pdimov | 2008-02-15 18:40:36 +0000 (Fri, 15 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <table class="wiki"> <tr>Added support for &amp;&amp;, </tr></table> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43272" title="Updated statechart markup">r43272</a> | andreas_huber69 | 2008-02-16 10:13:08 +0000 (Sat, 16 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Updated statechart markup </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43274" title="Silenced GCC 4.0.1 warning (patch supplied by Euan) ...">r43274</a> | andreas_huber69 | 2008-02-16 10:19:49 +0000 (Sat, 16 Feb 2008) | 2 lines </p> </blockquote> <p> </p> <blockquote> <p> Silenced GCC 4.0.1 warning (patch supplied by Euan) &lt;<a class="ext-link" href="http://thread.gmane.org/gmane.comp.lib.boost.devel/171071"><span class="icon">​</span>http://thread.gmane.org/gmane.comp.lib.boost.devel/171071</a>&gt; </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43280" title="Corrected comments related to the allowed linker &amp; linker-type values. ...">r43280</a> | jurko | 2008-02-16 16:50:42 +0000 (Sat, 16 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Corrected comments related to the allowed linker &amp; linker-type values. Minor stylistic changes. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43281" title="Added support for compiling C++ programs without RTTI support using ...">r43281</a> | jurko | 2008-02-16 16:53:33 +0000 (Sat, 16 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Added support for compiling C++ programs without RTTI support using the gcc toolset. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43282" title="Made the msvc toolset always explicitly enable or disable rtti support ...">r43282</a> | jurko | 2008-02-16 17:03:54 +0000 (Sat, 16 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Made the msvc toolset always explicitly enable or disable rtti support based on the &lt;rtti&gt; feature value instead of only setting it if &lt;rtti&gt;on and depending on it being disabled by default. The original behaviour did not work well with msvc 8.0 for which there was not way to disable rtti support as that compiler enables rtti support by default. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43283" title="Show output of example program">r43283</a> | bemandawes | 2008-02-17 02:01:32 +0000 (Sun, 17 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Show output of example program </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43290" title="Wave: Extended a workaround to newest Intel compiler version (Linux V10.1)">r43290</a> | hkaiser | 2008-02-17 16:45:08 +0000 (Sun, 17 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Wave: Extended a workaround to newest Intel compiler version (Linux V10.1) </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43292" title="support for comparinson operators">r43292</a> | nesotto | 2008-02-17 16:49:38 +0000 (Sun, 17 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> support for comparinson operators </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43293" title="support for comparison operators">r43293</a> | nesotto | 2008-02-17 16:50:02 +0000 (Sun, 17 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> support for comparison operators </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43294" title="Wave: Fixed test cases to reflect recent changes to whitespace insertion.">r43294</a> | hkaiser | 2008-02-17 17:00:20 +0000 (Sun, 17 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Wave: Fixed test cases to reflect recent changes to whitespace insertion. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43296" title="proto documentation improvements">r43296</a> | eric_niebler | 2008-02-17 20:53:18 +0000 (Sun, 17 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> proto documentation improvements </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43299" title="merged changes from iostreams_dev, revisions 43243-43298: overhaul of ...">r43299</a> | turkanis | 2008-02-18 05:48:13 +0000 (Mon, 18 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> merged changes from iostreams_dev, revisions 43243-43298: overhaul of category_of and close(): stringstream is now dual_seekable; standard file streams and string streams are closable; public Boost.Iostreams streams and streambufs are closable; close() pops filtering streams and streambufs </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43300" title="remove dependence on boost.lambda, make numeric function objects work ...">r43300</a> | eric_niebler | 2008-02-18 06:16:27 +0000 (Mon, 18 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> remove dependence on boost.lambda, make numeric function objects work with std binders </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43301" title="Fix printing of error messages. ">r43301</a> | chris_kohlhoff | 2008-02-18 13:31:26 +0000 (Mon, 18 Feb 2008) | 2 lines </p> </blockquote> <p> </p> <blockquote> <p> Fix printing of error messages. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43302" title="Only define _XOPEN_SOURCE_EXTENDED when building with gcc on HP-UX. ">r43302</a> | chris_kohlhoff | 2008-02-18 13:33:23 +0000 (Mon, 18 Feb 2008) | 2 lines </p> </blockquote> <p> </p> <blockquote> <p> Only define _XOPEN_SOURCE_EXTENDED when building with gcc on HP-UX. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43303" title="Add missing #include of socket_types.hpp needed for the SSL unit tests ...">r43303</a> | chris_kohlhoff | 2008-02-18 13:35:15 +0000 (Mon, 18 Feb 2008) | 3 lines </p> </blockquote> <p> </p> <blockquote> <p> Add missing #include of socket_types.hpp needed for the SSL unit tests to compile successfully on Windows. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43306" title="remove post_construct docs, fix link to boost.parameter library">r43306</a> | eric_niebler | 2008-02-18 18:29:29 +0000 (Mon, 18 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> remove post_construct docs, fix link to boost.parameter library </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43308" title="Fixed the assignment of value_initialized&lt;T&gt; for T being a C-style ...">r43308</a> | niels_dekker | 2008-02-18 22:11:19 +0000 (Mon, 18 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Fixed the assignment of value_initialized&lt;T&gt; for T being a C-style array. (The previous version would trigger a compile error in this case.) </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43309" title="Tested the assignment of value_initialized&lt;T&gt;, for T being a C-style ...">r43309</a> | niels_dekker | 2008-02-18 22:13:21 +0000 (Mon, 18 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Tested the assignment of value_initialized&lt;T&gt;, for T being a C-style array. Related to the fix of changeset <a class="changeset" href="https://svn.boost.org/trac10/changeset/43308" title="Fixed the assignment of value_initialized&lt;T&gt; for T being a C-style ...">[43308]</a> </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43310" title="some doxygen comments for proto/traits.hpp">r43310</a> | eric_niebler | 2008-02-18 23:03:23 +0000 (Mon, 18 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> some doxygen comments for proto/traits.hpp </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43311" title="more proto documentation tweaks, remove unnecessary result_of::arg_c ...">r43311</a> | eric_niebler | 2008-02-19 05:56:52 +0000 (Tue, 19 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> more proto documentation tweaks, remove unnecessary result_of::arg_c instantiation </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43312" title="fix droppable accumulators">r43312</a> | eric_niebler | 2008-02-19 07:14:37 +0000 (Tue, 19 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> fix droppable accumulators </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43314" title="darn, back out bad droppable changes">r43314</a> | eric_niebler | 2008-02-19 07:33:30 +0000 (Tue, 19 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> darn, back out bad droppable changes </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43316" title="Fixes #1590.">r43316</a> | pdimov | 2008-02-19 13:18:58 +0000 (Tue, 19 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1590" title="#1590: Bugs: shared_ptr documentation inconsistency (closed: fixed)">#1590</a>. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43317" title="Fixes #1444.">r43317</a> | pdimov | 2008-02-19 14:01:13 +0000 (Tue, 19 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1444" title="#1444: Bugs: scoped_ptr::operator== should be equivalent to a.get()==b.get(), but ... (closed: fixed)">#1444</a>. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43318" title="Fix #398, as long as the macros BOOST_NO_STD_TYPEINFO and ...">r43318</a> | pdimov | 2008-02-19 14:26:36 +0000 (Tue, 19 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Fix <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/398" title="#398: Feature Requests: Support for embedded VC++ 4.0 (closed: fixed)">#398</a>, as long as the macros BOOST_NO_STD_TYPEINFO and BOOST_NO_IOSTREAM are defined. I don't know how Boost.Config needs to be changed to autodetect eVC4 and set these on its own. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43319" title="Fix #1641.">r43319</a> | pdimov | 2008-02-19 14:51:10 +0000 (Tue, 19 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Fix <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1641" title="#1641: Bugs: Document use of ref() to avoid copying function objects (closed: fixed)">#1641</a>. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43320" title="Fix #1646.">r43320</a> | pdimov | 2008-02-19 14:59:28 +0000 (Tue, 19 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Fix <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1646" title="#1646: Bugs: Document logical &amp;&amp;, || operators (closed: fixed)">#1646</a>. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43321" title="Fix #1642.">r43321</a> | pdimov | 2008-02-19 15:09:10 +0000 (Tue, 19 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Fix <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1642" title="#1642: Bugs: Bind &#34;Limitations&#34; section out of date (closed: fixed)">#1642</a>. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43322" title="fixed problem with operator()() when the value_type was abstract.">r43322</a> | nesotto | 2008-02-19 15:10:05 +0000 (Tue, 19 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> fixed problem with operator()() when the value_type was abstract. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43323" title="Fix #1643.">r43323</a> | pdimov | 2008-02-19 15:40:58 +0000 (Tue, 19 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Fix <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1643" title="#1643: Bugs: Need a FAQ entry for binding overloaded functions (closed: fixed)">#1643</a>. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43325" title="stringstreams are no longer closable; the semantics of close() for ...">r43325</a> | turkanis | 2008-02-19 19:34:07 +0000 (Tue, 19 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> stringstreams are no longer closable; the semantics of close() for these devices was illconsidered </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43328" title="menu fix from iostreams_dev">r43328</a> | turkanis | 2008-02-20 00:09:06 +0000 (Wed, 20 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> menu fix from iostreams_dev </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43329" title="markup for pgi-7.0 (iostreams)">r43329</a> | turkanis | 2008-02-20 03:20:17 +0000 (Wed, 20 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> markup for pgi-7.0 (iostreams) </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43330" title="Add .z7 archive generation">r43330</a> | bemandawes | 2008-02-20 13:46:49 +0000 (Wed, 20 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Add .z7 archive generation </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43332" title="New readme page for now standalone release.">r43332</a> | grafik | 2008-02-20 17:32:09 +0000 (Wed, 20 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> New readme page for now standalone release. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43334" title="Fix link to getting started docs.">r43334</a> | grafik | 2008-02-20 19:15:16 +0000 (Wed, 20 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Fix link to getting started docs. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43335" title="Add the &lt;python.interpreter&gt; to all requirements to allow other ...">r43335</a> | grafik | 2008-02-20 22:50:03 +0000 (Wed, 20 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Add the &lt;python.interpreter&gt; to all requirements to allow other toolsets to use the currently configured python instead of relying on python being in the path. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43336" title="Use the configured python interpreter instead of assuming it's in the path.">r43336</a> | grafik | 2008-02-20 23:01:43 +0000 (Wed, 20 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Use the configured python interpreter instead of assuming it's in the path. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43337" title="Add missing, and assumed, white background for screen rendering.">r43337</a> | grafik | 2008-02-20 23:03:28 +0000 (Wed, 20 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Add missing, and assumed, white background for screen rendering. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43338" title="Doc cleanups.">r43338</a> | grafik | 2008-02-20 23:26:58 +0000 (Wed, 20 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Doc cleanups. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43344" title="More Proto documentation">r43344</a> | eric_niebler | 2008-02-21 07:18:24 +0000 (Thu, 21 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> More Proto documentation </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43346" title="Fix typo in example. Added links to PDF versions of the docs. ...">r43346</a> | johnmaddock | 2008-02-21 10:37:59 +0000 (Thu, 21 Feb 2008) | 3 lines </p> </blockquote> <p> </p> <blockquote> <p> Fix typo in example. Added links to PDF versions of the docs. Regenerated all the docs to fix people links. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43347" title="Update main overview page.">r43347</a> | johnmaddock | 2008-02-21 11:53:59 +0000 (Thu, 21 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Update main overview page. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43349" title="Fix typo; .z7 should be .7z">r43349</a> | bemandawes | 2008-02-21 12:46:11 +0000 (Thu, 21 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Fix typo; .z7 should be .7z </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43351" title="Added link to PDF docs, and regenerated.">r43351</a> | johnmaddock | 2008-02-21 12:58:15 +0000 (Thu, 21 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Added link to PDF docs, and regenerated. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43354" title="Added link to PDF docs, and regenerated.">r43354</a> | johnmaddock | 2008-02-21 13:51:18 +0000 (Thu, 21 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Added link to PDF docs, and regenerated. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43357" title="Added link to PDF docs.">r43357</a> | johnmaddock | 2008-02-21 16:49:59 +0000 (Thu, 21 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Added link to PDF docs. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43359" title="Regenerated docs to fix links.">r43359</a> | johnmaddock | 2008-02-21 17:01:26 +0000 (Thu, 21 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Regenerated docs to fix links. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43361" title="Fix still another typo">r43361</a> | bemandawes | 2008-02-21 20:11:32 +0000 (Thu, 21 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Fix still another typo </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43362" title="doxygen comments for proto::when&lt;&gt;">r43362</a> | eric_niebler | 2008-02-21 20:12:02 +0000 (Thu, 21 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> doxygen comments for proto::when&lt;&gt; </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43363" title="fix crash when actions are in keep() expressions">r43363</a> | eric_niebler | 2008-02-22 00:42:12 +0000 (Fri, 22 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> fix crash when actions are in keep() expressions </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43364" title="doxygen comments">r43364</a> | eric_niebler | 2008-02-22 02:01:46 +0000 (Fri, 22 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> doxygen comments </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43365" title="Rename readme.html to index.html, and add forwarding index.htm for ...">r43365</a> | grafik | 2008-02-22 05:26:39 +0000 (Fri, 22 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Rename readme.html to index.html, and add forwarding index.htm for backward compatibility. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43368" title="Update the index.html link in the navbar. ">r43368</a> | danieljames | 2008-02-22 09:21:22 +0000 (Fri, 22 Feb 2008) | 2 lines </p> </blockquote> <p> </p> <blockquote> <p> Update the index.html link in the navbar. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43371" title="Remove obsolete getting started files. They where replaced by ...">r43371</a> | grafik | 2008-02-22 16:25:21 +0000 (Fri, 22 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Remove obsolete getting started files. They where replaced by more/getting_started/*. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43377" title="Use the correct vector of timer queues when dispatching timers. ">r43377</a> | chris_kohlhoff | 2008-02-22 22:43:54 +0000 (Fri, 22 Feb 2008) | 2 lines </p> </blockquote> <p> </p> <blockquote> <p> Use the correct vector of timer queues when dispatching timers. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43390" title="Ported change from iostreams_dev ">r43390</a> | turkanis | 2008-02-23 00:05:49 +0000 (Sat, 23 Feb 2008) | 2 lines </p> </blockquote> <p> </p> <blockquote> <p> Ported change from iostreams_dev </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43391" title="Ported changes from iostreams_dev ">r43391</a> | turkanis | 2008-02-23 00:06:24 +0000 (Sat, 23 Feb 2008) | 2 lines </p> </blockquote> <p> </p> <blockquote> <p> Ported changes from iostreams_dev </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43392" title="merged changes from iostreams_dev, revisions 43327-43389">r43392</a> | turkanis | 2008-02-23 00:07:13 +0000 (Sat, 23 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> merged changes from iostreams_dev, revisions 43327-43389 </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43393" title="merged changes from iostreams_dev">r43393</a> | turkanis | 2008-02-23 00:11:07 +0000 (Sat, 23 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> merged changes from iostreams_dev </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43395" title="updated to test close() on filtering streambufs">r43395</a> | turkanis | 2008-02-23 06:07:59 +0000 (Sat, 23 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> updated to test close() on filtering streambufs </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43399" title="merged changes from iostreams_dev">r43399</a> | turkanis | 2008-02-23 07:44:58 +0000 (Sat, 23 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> merged changes from iostreams_dev </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43402" title="Give the 1st and 2nd level index.html files a common look-and-feel.">r43402</a> | bemandawes | 2008-02-23 14:04:02 +0000 (Sat, 23 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Give the 1st and 2nd level index.html files a common look-and-feel. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43405" title="Recognize that fact, for that for intel-win, &lt;runtime-debuggin&gt; ...">r43405</a> | vladimir_prus | 2008-02-24 12:59:04 +0000 (Sun, 24 Feb 2008) | 3 lines </p> </blockquote> <p> </p> <blockquote> <p> Recognize that fact, for that for intel-win, &lt;runtime-debuggin&gt; matters and should be added to the library name. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43409" title="Fix html boo boo">r43409</a> | bemandawes | 2008-02-25 00:53:26 +0000 (Mon, 25 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Fix html boo boo </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43410" title="Added missing template keyword.">r43410</a> | schoepflin | 2008-02-25 08:37:10 +0000 (Mon, 25 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Added missing template keyword. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43411" title="removes unnecessary escaping ">r43411</a> | t_schwinger | 2008-02-25 11:45:51 +0000 (Mon, 25 Feb 2008) | 3 lines </p> </blockquote> <p> </p> <blockquote> <p> removes unnecessary escaping </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43412" title="removes unnecessary comment ">r43412</a> | t_schwinger | 2008-02-25 11:47:59 +0000 (Mon, 25 Feb 2008) | 3 lines </p> </blockquote> <p> </p> <blockquote> <p> removes unnecessary comment </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43416" title="Wave: Fixed expanding_function_like_macro preprocessing hook.">r43416</a> | hkaiser | 2008-02-26 19:25:05 +0000 (Tue, 26 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Wave: Fixed expanding_function_like_macro preprocessing hook. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43417" title="Fix a link to Boost.Bimap. ">r43417</a> | danieljames | 2008-02-26 22:04:55 +0000 (Tue, 26 Feb 2008) | 2 lines </p> </blockquote> <p> </p> <blockquote> <p> Fix a link to Boost.Bimap. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43418" title="Change another link that's no longer in the repository to link to the ...">r43418</a> | danieljames | 2008-02-26 22:07:25 +0000 (Tue, 26 Feb 2008) | 2 lines </p> </blockquote> <p> </p> <blockquote> <p> Change another link that's no longer in the repository to link to the website. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43419" title="Fixed a compilation problem on pathscale">r43419</a> | hkaiser | 2008-02-26 22:36:36 +0000 (Tue, 26 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Fixed a compilation problem on pathscale </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43421" title="partially revert breaking change to independent sub-expressions until ...">r43421</a> | eric_niebler | 2008-02-27 18:48:22 +0000 (Wed, 27 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> partially revert breaking change to independent sub-expressions until I can make a proper fix </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43422" title="Fix broken copyright urls. Fixes #1573.">r43422</a> | danieljames | 2008-02-27 18:51:14 +0000 (Wed, 27 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Fix broken copyright urls. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1573" title="#1573: Bugs: Broken URL in copyright boiler-plate (closed: fixed)">#1573</a>. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43423" title="Fix incorrect links to copyright of the form 'http:#www.boost.org">r43423</a> | danieljames | 2008-02-27 19:22:01 +0000 (Wed, 27 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Fix incorrect links to copyright of the form 'http:#www.boost.org </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43424" title="fix bug in use_simple_repeat calculation">r43424</a> | eric_niebler | 2008-02-27 19:39:43 +0000 (Wed, 27 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> fix bug in use_simple_repeat calculation </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43428" title="add test case for use_simple_repeat fix">r43428</a> | eric_niebler | 2008-02-28 00:03:15 +0000 (Thu, 28 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> add test case for use_simple_repeat fix </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43433" title="fix oops">r43433</a> | eric_niebler | 2008-02-28 22:47:12 +0000 (Thu, 28 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> fix oops </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43434" title="Apply fixes to issue #1658 which fixes some broken URL's.">r43434</a> | johnmaddock | 2008-02-29 09:49:42 +0000 (Fri, 29 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Apply fixes to issue <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1658" title="#1658: Patches: Link Fixes (closed: fixed)">#1658</a> which fixes some broken URL's. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43435" title="Fix broken link as per report #1658.">r43435</a> | johnmaddock | 2008-02-29 09:58:30 +0000 (Fri, 29 Feb 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Fix broken link as per report <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1658" title="#1658: Patches: Link Fixes (closed: fixed)">#1658</a>. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43437" title="Add missing tie(). ">r43437</a> | chris_kohlhoff | 2008-02-29 12:57:57 +0000 (Fri, 29 Feb 2008) | 2 lines </p> </blockquote> <p> </p> <blockquote> <p> Add missing tie(). </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43438" title="Added expected failure markup for the test weighted_tail_variate_means ...">r43438</a> | schoepflin | 2008-02-29 15:13:41 +0000 (Fri, 29 Feb 2008) | 2 lines </p> </blockquote> <p> </p> <blockquote> <p> Added expected failure markup for the test weighted_tail_variate_means on Tru64/CXX. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43441" title="add map_assign example">r43441</a> | eric_niebler | 2008-03-01 19:32:56 +0000 (Sat, 01 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> add map_assign example </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43458" title="merged changes from iostreams_dev, revisions 43399-43457">r43458</a> | turkanis | 2008-03-03 06:20:14 +0000 (Mon, 03 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> merged changes from iostreams_dev, revisions 43399-43457 </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43461" title="Test and fix for issue #1665">r43461</a> | anthonyw | 2008-03-03 08:44:42 +0000 (Mon, 03 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Test and fix for issue <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1665" title="#1665: Bugs: TSS won't compile with custom cleanup function due to missing cast (closed: fixed)">#1665</a> </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43464" title="thread constructor now accepts up to three additional arguments to ...">r43464</a> | anthonyw | 2008-03-03 10:52:44 +0000 (Mon, 03 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> thread constructor now accepts up to three additional arguments to pass to thread function </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43467" title="Tell subversion that date_time.doc is a text file, not a word document. ">r43467</a> | danieljames | 2008-03-03 12:10:35 +0000 (Mon, 03 Mar 2008) | 2 lines </p> </blockquote> <p> </p> <blockquote> <p> Tell subversion that date_time.doc is a text file, not a word document. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43468" title="Fix license link in date_time.doc">r43468</a> | danieljames | 2008-03-03 12:11:25 +0000 (Mon, 03 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Fix license link in date_time.doc </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43469" title="Disable use of CancelIo by default, due to the possibility of silent ...">r43469</a> | chris_kohlhoff | 2008-03-03 13:21:05 +0000 (Mon, 03 Mar 2008) | 4 lines </p> </blockquote> <p> </p> <blockquote> <p> Disable use of <a class="missing wiki">CancelIo</a> by default, due to the possibility of silent failure on some system configurations. Swallow error returned by <a class="missing wiki">CancelIoEx</a> if there are no operations to be cancelled. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43470" title="Add missing 'boost_' prefix to helper namespace. ">r43470</a> | chris_kohlhoff | 2008-03-03 13:27:06 +0000 (Mon, 03 Mar 2008) | 2 lines </p> </blockquote> <p> </p> <blockquote> <p> Add missing 'boost_' prefix to helper namespace. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43471" title="Regenerate documentation. ">r43471</a> | chris_kohlhoff | 2008-03-03 13:36:35 +0000 (Mon, 03 Mar 2008) | 2 lines </p> </blockquote> <p> </p> <blockquote> <p> Regenerate documentation. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43472" title="Update copyright notices.">r43472</a> | chris_kohlhoff | 2008-03-03 14:05:35 +0000 (Mon, 03 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Update copyright notices. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43473" title="Update copyright notices. ">r43473</a> | chris_kohlhoff | 2008-03-03 14:13:01 +0000 (Mon, 03 Mar 2008) | 2 lines </p> </blockquote> <p> </p> <blockquote> <p> Update copyright notices. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43476" title="add Map Assign example to documentation">r43476</a> | eric_niebler | 2008-03-03 19:44:54 +0000 (Mon, 03 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> add Map Assign example to documentation </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43478" title="second attempt at fixing actions in independent expressions">r43478</a> | eric_niebler | 2008-03-03 19:47:47 +0000 (Mon, 03 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> second attempt at fixing actions in independent expressions </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43484" title="handle static regexes with actions nested in dynamic independent ...">r43484</a> | eric_niebler | 2008-03-03 23:48:17 +0000 (Mon, 03 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> handle static regexes with actions nested in dynamic independent subexpressions </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43485" title="boost exception">r43485</a> | emildotchevski | 2008-03-04 01:41:17 +0000 (Tue, 04 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> boost exception </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43496" title="rename numeric::empty to numeric::default_, fixes #1650">r43496</a> | eric_niebler | 2008-03-04 18:51:07 +0000 (Tue, 04 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> rename numeric::empty to numeric::default_, fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1650" title="#1650: Bugs: Accumulators conflicts with interval (closed: fixed)">#1650</a> </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43501" title="eliminate msvc level 4 warnings, fixes #1631">r43501</a> | eric_niebler | 2008-03-04 19:31:57 +0000 (Tue, 04 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> eliminate msvc level 4 warnings, fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1631" title="#1631: Bugs: [accumulators] compiler warnings with VC9 + warning level 4 (closed: fixed)">#1631</a> </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43502" title="add Dave Jenkin's evil static/dynamic actions in keep test case">r43502</a> | eric_niebler | 2008-03-04 19:42:36 +0000 (Tue, 04 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> add Dave Jenkin's evil static/dynamic actions in keep test case </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43503" title="work around msvc bug 331418, fixes #1652">r43503</a> | eric_niebler | 2008-03-04 21:09:47 +0000 (Tue, 04 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> work around msvc bug 331418, fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1652" title="#1652: Bugs: foreach + this keyword -&gt; fails under MSVC (closed: fixed)">#1652</a> </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43506" title="fix bad interaction between boyer-moore optimization and partial match ...">r43506</a> | eric_niebler | 2008-03-04 23:01:17 +0000 (Tue, 04 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> fix bad interaction between boyer-moore optimization and partial match feature, fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1564" title="#1564: Feature Requests: Support for partial searches (closed: fixed)">#1564</a> </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43508" title="add BOOST_REVERSE_FOREACH, fixes #1071">r43508</a> | eric_niebler | 2008-03-05 06:32:39 +0000 (Wed, 05 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> add BOOST_REVERSE_FOREACH, fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1071" title="#1071: Feature Requests: Request for BOOST_REVERSE_FOREACH and rationale (closed: fixed)">#1071</a> </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43509" title="fix bug iterating over abstract base">r43509</a> | eric_niebler | 2008-03-05 07:12:03 +0000 (Wed, 05 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> fix bug iterating over abstract base </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43523" title="fix documentation about droppable, replace accumulator_set_wrapper ...">r43523</a> | eric_niebler | 2008-03-06 01:56:57 +0000 (Thu, 06 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> fix documentation about droppable, replace accumulator_set_wrapper example with bind() and ref() </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43524" title="Wave: Fixed #1673.">r43524</a> | hkaiser | 2008-03-06 03:28:47 +0000 (Thu, 06 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Wave: Fixed <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1673" title="#1673: Bugs: wave misses to inject #line directive (closed: fixed)">#1673</a>. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43525" title="hooking up boost exception for testing">r43525</a> | emildotchevski | 2008-03-06 05:08:22 +0000 (Thu, 06 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> hooking up boost exception for testing </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43526" title="Add 'pythonpath' feature to specify additional PYTHONPATH elements. ...">r43526</a> | vladimir_prus | 2008-03-06 06:06:17 +0000 (Thu, 06 Mar 2008) | 6 lines </p> </blockquote> <p> </p> <blockquote> <p> Add 'pythonpath' feature to specify additional PYTHONPATH elements. Make bpl-test correctly set dependencies if used with multiple .pyd sources. </p> </blockquote> <p> </p> <blockquote> <p> Patch from Joshua Napoli. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43527" title="Arrange for HPP source to be scanned for #includes, too. This fixes ...">r43527</a> | vladimir_prus | 2008-03-06 06:57:27 +0000 (Thu, 06 Mar 2008) | 6 lines </p> </blockquote> <p> </p> <blockquote> <p> Arrange for HPP source to be scanned for #includes, too. This fixes PCH not being rebuild when some other headers included from HPP being compiled change. </p> </blockquote> <p> </p> <blockquote> <p> Thanks to Pierre-Luc Neron for the bug report. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43528" title="made the callable_no_args function object a named object rather than a ...">r43528</a> | anthonyw | 2008-03-06 07:59:16 +0000 (Thu, 06 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> made the callable_no_args function object a named object rather than a temporary, in order to avoid gratuitous breakage on some compilers </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43530" title="work around msvc-7.1 bug">r43530</a> | eric_niebler | 2008-03-06 17:56:42 +0000 (Thu, 06 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> work around msvc-7.1 bug </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43531" title="fix warnings">r43531</a> | eric_niebler | 2008-03-06 18:07:22 +0000 (Thu, 06 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> fix warnings </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43534" title="fix oops">r43534</a> | eric_niebler | 2008-03-07 07:37:46 +0000 (Fri, 07 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> fix oops </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43535" title="Wave: more fixes for #1673">r43535</a> | hkaiser | 2008-03-07 13:26:53 +0000 (Fri, 07 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Wave: more fixes for <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1673" title="#1673: Bugs: wave misses to inject #line directive (closed: fixed)">#1673</a> </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43537" title="Fix PCH on OSX">r43537</a> | vladimir_prus | 2008-03-07 16:18:13 +0000 (Fri, 07 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Fix PCH on OSX </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43538" title="use a __pragma to disable a msvc warning, fixes #1672">r43538</a> | eric_niebler | 2008-03-07 17:46:38 +0000 (Fri, 07 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> use a <span class="underline">pragma to disable a msvc warning, fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1672" title="#1672: Bugs: [foreach] compiler warnings from VC8/VC9 (closed: fixed)">#1672</a> </span></p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43539" title="fix oops">r43539</a> | eric_niebler | 2008-03-07 17:47:40 +0000 (Fri, 07 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> fix oops </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43540" title="Wave: Started to add testing of preprocessor hooks.">r43540</a> | hkaiser | 2008-03-07 19:51:26 +0000 (Fri, 07 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Wave: Started to add testing of preprocessor hooks. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43541" title="Disable exception testing line as it's breaking testing.">r43541</a> | grafik | 2008-03-07 21:59:06 +0000 (Fri, 07 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Disable exception testing line as it's breaking testing. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43542" title="Wave: Applied a workaround for Intel compilers and for Pathscale.">r43542</a> | hkaiser | 2008-03-07 22:53:13 +0000 (Fri, 07 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Wave: Applied a workaround for Intel compilers and for Pathscale. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43544" title="Hooking up boost exception for testing, second attempt.">r43544</a> | emildotchevski | 2008-03-07 23:07:13 +0000 (Fri, 07 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Hooking up boost exception for testing, second attempt. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43546" title="map std::invalid_argument -&gt; Python ValueError">r43546</a> | rwgk | 2008-03-09 04:30:13 +0000 (Sun, 09 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> map std::invalid_argument -&gt; Python <a class="missing wiki">ValueError</a> </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43555" title="fix for: boost/exception/enable_exception_cloning.hpp uses ...">r43555</a> | emildotchevski | 2008-03-10 20:18:19 +0000 (Mon, 10 Mar 2008) | 5 lines </p> </blockquote> <p> </p> <blockquote> <p> fix for: </p> </blockquote> <p> </p> <blockquote> <p> boost/exception/enable_exception_cloning.hpp uses std::bad_alloc without #include'ing &lt;new&gt;. Because of this, some exception library tests fail to compile on HP-UX. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43565" title="Fixed two minor compiler errors showing up under in the new GCC 4.3.0">r43565</a> | hljin | 2008-03-11 17:28:42 +0000 (Tue, 11 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Fixed two minor compiler errors showing up under in the new GCC 4.3.0 </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43566" title="A user-config.jam that defined multiple python toolsets exposed an ...">r43566</a> | noel_belcourt | 2008-03-11 17:57:54 +0000 (Tue, 11 Mar 2008) | 6 lines </p> </blockquote> <p> </p> <blockquote> <p> A user-config.jam that defined multiple python toolsets exposed an error in the python.jam init rule. Moved the feature definition out of the init rule to avoid the feature redefinition error. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43569" title="Revert to having the windows-bug workaround (short timeout on ...">r43569</a> | chris_kohlhoff | 2008-03-12 13:25:49 +0000 (Wed, 12 Mar 2008) | 4 lines </p> </blockquote> <p> </p> <blockquote> <p> Revert to having the windows-bug workaround (short timeout on <a class="missing wiki">GetQueuedCompletionStatus</a>) on all threads as there are still scenarios where threads can get stuck indefinitely. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43570" title="Use unions to fix a sockaddr_storage aliasing problem that shows up ...">r43570</a> | chris_kohlhoff | 2008-03-12 13:26:41 +0000 (Wed, 12 Mar 2008) | 3 lines </p> </blockquote> <p> </p> <blockquote> <p> Use unions to fix a sockaddr_storage aliasing problem that shows up with g++ 4.3.0. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43572" title="Added test for keep() of nested regex with action">r43572</a> | djenkins | 2008-03-12 14:46:24 +0000 (Wed, 12 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Added test for keep() of nested regex with action </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43573" title="Fix keep() of nested regex with action">r43573</a> | djenkins | 2008-03-12 14:48:32 +0000 (Wed, 12 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Fix keep() of nested regex with action </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43586" title="Fix incorrect use of sin_port with a sockaddr_in6 structure. ">r43586</a> | chris_kohlhoff | 2008-03-13 06:59:02 +0000 (Thu, 13 Mar 2008) | 2 lines </p> </blockquote> <p> </p> <blockquote> <p> Fix incorrect use of sin_port with a sockaddr_in6 structure. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43590" title="Updated equations so that they are all 120dpi images. Also tweaked a ...">r43590</a> | johnmaddock | 2008-03-13 13:16:19 +0000 (Thu, 13 Mar 2008) | 2 lines </p> </blockquote> <p> </p> <blockquote> <p> Updated equations so that they are all 120dpi images. Also tweaked a few for better readability. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43592" title="work around msvc bug">r43592</a> | eric_niebler | 2008-03-13 17:22:59 +0000 (Thu, 13 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> work around msvc bug </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43593" title="add lambda example, fix doc errors and typos">r43593</a> | eric_niebler | 2008-03-13 17:46:09 +0000 (Thu, 13 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> add lambda example, fix doc errors and typos </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43595" title="Bring back more/more.htm, supply links for pages moved to website">r43595</a> | bemandawes | 2008-03-13 20:10:08 +0000 (Thu, 13 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Bring back more/more.htm, supply links for pages moved to website </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43600" title="Add forwarding file, thus resolving many broken links">r43600</a> | bemandawes | 2008-03-14 12:10:23 +0000 (Fri, 14 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Add forwarding file, thus resolving many broken links </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43601" title="Add forwarding file, thus resolving many broken links">r43601</a> | bemandawes | 2008-03-14 12:17:18 +0000 (Fri, 14 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Add forwarding file, thus resolving many broken links </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43605" title="attempts to finally make Sun work ">r43605</a> | t_schwinger | 2008-03-14 17:59:22 +0000 (Fri, 14 Mar 2008) | 3 lines </p> </blockquote> <p> </p> <blockquote> <p> attempts to finally make Sun work </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43606" title="resolves #1100 and #1602 ">r43606</a> | t_schwinger | 2008-03-14 18:29:26 +0000 (Fri, 14 Mar 2008) | 3 lines </p> </blockquote> <p> </p> <blockquote> <p> resolves <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1100" title="#1100: Bugs: Building boost.function_types fails cvs rev-1.1, no chdir command in bash (closed: fixed)">#1100</a> and <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1602" title="#1602: Bugs: function_types Jamfile depends on the source tree being in a specific ... (closed: fixed)">#1602</a> </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43607" title="Fixed Inspection report issues.">r43607</a> | johnmaddock | 2008-03-14 18:32:45 +0000 (Fri, 14 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Fixed Inspection report issues. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43608" title="adds acknowledgement for Noel helping to support Sun compilers ">r43608</a> | t_schwinger | 2008-03-14 18:36:46 +0000 (Fri, 14 Mar 2008) | 3 lines </p> </blockquote> <p> </p> <blockquote> <p> adds acknowledgement for Noel helping to support Sun compilers </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43619" title="Fix broken link, add count of new libraries.">r43619</a> | bemandawes | 2008-03-15 12:46:02 +0000 (Sat, 15 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Fix broken link, add count of new libraries. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43621" title="Update type traits links for new location.">r43621</a> | danieljames | 2008-03-15 12:59:21 +0000 (Sat, 15 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Update type traits links for new location. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43622" title="Regenerate the type traits docs, to get changes from [43621]. Refs #1686.">r43622</a> | danieljames | 2008-03-15 13:04:57 +0000 (Sat, 15 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Regenerate the type traits docs, to get changes from <a class="changeset" href="https://svn.boost.org/trac10/changeset/43621" title="Update type traits links for new location.">[43621]</a>. Refs <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1686" title="#1686: Patches: [type traits] Update links (closed: fixed)">#1686</a>. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43625" title="Fix a pair of broken links and regenerate the docs.">r43625</a> | johnmaddock | 2008-03-15 13:52:49 +0000 (Sat, 15 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Fix a pair of broken links and regenerate the docs. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43632" title="Added missing files.">r43632</a> | johnmaddock | 2008-03-15 18:19:11 +0000 (Sat, 15 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Added missing files. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43633" title="Fix some inspection report issues.">r43633</a> | johnmaddock | 2008-03-15 18:41:51 +0000 (Sat, 15 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Fix some inspection report issues. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43640" title="Merge asio doc fixes from release branch. ">r43640</a> | chris_kohlhoff | 2008-03-15 22:37:58 +0000 (Sat, 15 Mar 2008) | 2 lines </p> </blockquote> <p> </p> <blockquote> <p> Merge asio doc fixes from release branch. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43641" title="range-based regex_replace, address LWG issues #726 and #727, misc. ...">r43641</a> | eric_niebler | 2008-03-15 23:43:21 +0000 (Sat, 15 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> range-based regex_replace, address LWG issues <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/726" title="#726: Support Requests: &#34;-shared&#34; not supported for linking under MacOS X (closed: Fixed)">#726</a> and <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/727" title="#727: Patches: [parameter] Broken links in documentation (closed: Rejected)">#727</a>, misc. feedback about proto and docs </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43642" title="Add copyright notice and Boost license">r43642</a> | hljin | 2008-03-15 23:44:54 +0000 (Sat, 15 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Add copyright notice and Boost license </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43643" title="Added copyright notice and Boost license">r43643</a> | hljin | 2008-03-15 23:45:25 +0000 (Sat, 15 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Added copyright notice and Boost license </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43644" title="Added copyright notice and Boost license">r43644</a> | hljin | 2008-03-15 23:50:04 +0000 (Sat, 15 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Added copyright notice and Boost license </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43645" title="Added copyright notice and Boost license">r43645</a> | hljin | 2008-03-15 23:53:32 +0000 (Sat, 15 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Added copyright notice and Boost license </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43646" title="Wave: Fixed whitespace insertion error, fixed test cases.">r43646</a> | hkaiser | 2008-03-16 01:39:59 +0000 (Sun, 16 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Wave: Fixed whitespace insertion error, fixed test cases. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43647" title="regex_replace supports formatter functions and function objects">r43647</a> | eric_niebler | 2008-03-16 06:49:13 +0000 (Sun, 16 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> regex_replace supports formatter functions and function objects </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43660" title="allow lambdas to be used as formatters">r43660</a> | eric_niebler | 2008-03-16 22:37:06 +0000 (Sun, 16 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> allow lambdas to be used as formatters </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43661" title="more tests for new regex_replace functionality">r43661</a> | eric_niebler | 2008-03-16 23:06:26 +0000 (Sun, 16 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> more tests for new regex_replace functionality </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43662" title="Fixed ticket #1683">r43662</a> | igaztanaga | 2008-03-16 23:55:49 +0000 (Sun, 16 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Fixed ticket <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1683" title="#1683: Bugs: Boost Intrusive - Superflous template parameter (closed: fixed)">#1683</a> </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43663" title="document new format flags, and range-based interface for regex_match ...">r43663</a> | eric_niebler | 2008-03-17 00:35:04 +0000 (Mon, 17 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> document new format flags, and range-based interface for regex_match and regex_search </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43666" title="Test and fix for bug #1693 to ensure thread_specific_ptr works as desired">r43666</a> | anthonyw | 2008-03-17 08:36:09 +0000 (Mon, 17 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Test and fix for bug <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1693" title="#1693: Bugs: thread_specific_ptr::release unusable (closed: fixed)">#1693</a> to ensure thread_specific_ptr works as desired </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43671" title="New documentation for new thread library">r43671</a> | anthonyw | 2008-03-17 10:29:27 +0000 (Mon, 17 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> New documentation for new thread library </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43676" title="Add function_types">r43676</a> | bemandawes | 2008-03-17 16:53:58 +0000 (Mon, 17 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Add function_types </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43679" title="Fix typo">r43679</a> | dgregor | 2008-03-17 17:31:21 +0000 (Mon, 17 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Fix typo </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43680" title="Fix some documentation issues. Fixes #1655, fixes #1660">r43680</a> | dgregor | 2008-03-17 17:34:46 +0000 (Mon, 17 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Fix some documentation issues. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1655" title="#1655: Bugs: Documentation of the depth_first_search() Function (closed: fixed)">#1655</a>, fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1660" title="#1660: Patches: [graph] Some documentation fixes (closed: fixed)">#1660</a> </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43685" title="small interface simplification, doc comment improvements">r43685</a> | eric_niebler | 2008-03-17 21:46:08 +0000 (Mon, 17 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> small interface simplification, doc comment improvements </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43686" title="circular_buffer: bugfix #1692">r43686</a> | jano_gaspar | 2008-03-17 22:27:15 +0000 (Mon, 17 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> circular_buffer: bugfix <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1692" title="#1692: Bugs: 'iterator::m_it' declared public ONLY in test/debug-build, but always ... (closed: fixed)">#1692</a> </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43687" title="Added two scripts">r43687</a> | hljin | 2008-03-17 22:28:58 +0000 (Mon, 17 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Added two scripts </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43690" title="Support serialization in DLLS Make thread-safe fix portable binary archives">r43690</a> | ramey | 2008-03-18 04:58:51 +0000 (Tue, 18 Mar 2008) | 3 lines </p> </blockquote> <p> </p> <blockquote> <p> Support serialization in DLLS Make thread-safe fix portable binary archives </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43691" title="Support serialization in DLLS Make thread-safe fix portable binary archives">r43691</a> | ramey | 2008-03-18 05:01:57 +0000 (Tue, 18 Mar 2008) | 3 lines </p> </blockquote> <p> </p> <blockquote> <p> Support serialization in DLLS Make thread-safe fix portable binary archives </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43692" title="Support serialization in DLLS Make thread-safe fix portable binary archives">r43692</a> | ramey | 2008-03-18 05:47:10 +0000 (Tue, 18 Mar 2008) | 3 lines </p> </blockquote> <p> </p> <blockquote> <p> Support serialization in DLLS Make thread-safe fix portable binary archives </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43693" title="Support serialization in DLLS Make thread-safe fix portable binary archives">r43693</a> | ramey | 2008-03-18 05:52:10 +0000 (Tue, 18 Mar 2008) | 3 lines </p> </blockquote> <p> </p> <blockquote> <p> Support serialization in DLLS Make thread-safe fix portable binary archives </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43694" title="Support serialization in DLLS Make thread-safe fix portable binary archives">r43694</a> | ramey | 2008-03-18 05:53:07 +0000 (Tue, 18 Mar 2008) | 3 lines </p> </blockquote> <p> </p> <blockquote> <p> Support serialization in DLLS Make thread-safe fix portable binary archives </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43695" title="work around gcc-4.0.1 bug with const-qualified function references">r43695</a> | eric_niebler | 2008-03-18 06:18:33 +0000 (Tue, 18 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> work around gcc-4.0.1 bug with const-qualified function references </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43696" title="better, restrict fix to gcc-4.0">r43696</a> | eric_niebler | 2008-03-18 06:44:45 +0000 (Tue, 18 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> better, restrict fix to gcc-4.0 </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43701" title="Support serialization in DLLS Make thread-safe fix portable binary archives">r43701</a> | ramey | 2008-03-18 15:51:13 +0000 (Tue, 18 Mar 2008) | 3 lines </p> </blockquote> <p> </p> <blockquote> <p> Support serialization in DLLS Make thread-safe fix portable binary archives </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43702" title="Support serialization in DLLS Make thread-safe fix portable binary archives">r43702</a> | ramey | 2008-03-18 15:51:42 +0000 (Tue, 18 Mar 2008) | 3 lines </p> </blockquote> <p> </p> <blockquote> <p> Support serialization in DLLS Make thread-safe fix portable binary archives </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43704" title="Support serialization in DLLS Make thread-safe fix portable binary archives">r43704</a> | ramey | 2008-03-18 16:31:36 +0000 (Tue, 18 Mar 2008) | 3 lines </p> </blockquote> <p> </p> <blockquote> <p> Support serialization in DLLS Make thread-safe fix portable binary archives </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43705" title="Support serialization in DLLS Make thread-safe fix portable binary archives">r43705</a> | ramey | 2008-03-18 16:32:22 +0000 (Tue, 18 Mar 2008) | 3 lines </p> </blockquote> <p> </p> <blockquote> <p> Support serialization in DLLS Make thread-safe fix portable binary archives </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43706" title="Support serialization in DLLS Make thread-safe fix portable binary archives">r43706</a> | ramey | 2008-03-18 16:32:48 +0000 (Tue, 18 Mar 2008) | 3 lines </p> </blockquote> <p> </p> <blockquote> <p> Support serialization in DLLS Make thread-safe fix portable binary archives </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43709" title="Fix inspect boo boos; mostly broken links">r43709</a> | bemandawes | 2008-03-18 19:35:18 +0000 (Tue, 18 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Fix inspect boo boos; mostly broken links </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43714" title="Disable serialization tests until Robert fixes the testing breakage.">r43714</a> | grafik | 2008-03-19 01:01:19 +0000 (Wed, 19 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Disable serialization tests until Robert fixes the testing breakage. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43715" title="Fix broken links">r43715</a> | bemandawes | 2008-03-19 01:42:03 +0000 (Wed, 19 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Fix broken links </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43717" title="Support serialization in DLLS Make thread-safe fix portable binary archives">r43717</a> | ramey | 2008-03-19 05:17:02 +0000 (Wed, 19 Mar 2008) | 3 lines </p> </blockquote> <p> </p> <blockquote> <p> Support serialization in DLLS Make thread-safe fix portable binary archives </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43718" title="correct minor doc inaccuracies">r43718</a> | eric_niebler | 2008-03-19 05:18:50 +0000 (Wed, 19 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> correct minor doc inaccuracies </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43719" title="circular_buffer: improved documentation">r43719</a> | jano_gaspar | 2008-03-19 09:24:24 +0000 (Wed, 19 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> circular_buffer: improved documentation </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43721" title="Fix #1698 (http://svn.boost.org/trac/boost/ticket/1698). * ...">r43721</a> | vladimir_prus | 2008-03-19 10:51:45 +0000 (Wed, 19 Mar 2008) | 5 lines </p> </blockquote> <p> </p> <blockquote> <p> Fix <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1698" title="#1698: Bugs: Duplicate name of actual target (closed: fixed)">#1698</a> (<a class="ext-link" href="http://svn.boost.org/trac/boost/ticket/1698"><span class="icon">​</span>http://svn.boost.org/trac/boost/ticket/1698</a>). </p> </blockquote> <p> </p> <ul><li>build/virtual-target.jam (register): Ignore differences in incidental dependency features. </li></ul><p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43722" title="Remove usage-requirements as they are not necessary, and can cause ...">r43722</a> | vladimir_prus | 2008-03-19 11:09:29 +0000 (Wed, 19 Mar 2008) | 3 lines </p> </blockquote> <p> </p> <blockquote> <p> Remove usage-requirements as they are not necessary, and can cause bogus dependencies for serialization's client. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43723" title="Fix ordering of libraries within categories. [Vicente Juan Botet]">r43723</a> | bemandawes | 2008-03-19 12:33:41 +0000 (Wed, 19 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Fix ordering of libraries within categories. [Vicente Juan Botet] </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43726" title="Re-enable serialization tests, now that they should be fixed.">r43726</a> | grafik | 2008-03-19 16:27:43 +0000 (Wed, 19 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Re-enable serialization tests, now that they should be fixed. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43730" title="Removed some warnings: those from issue #1640 and others">r43730</a> | anthonyw | 2008-03-19 17:25:13 +0000 (Wed, 19 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Removed some warnings: those from issue <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1640" title="#1640: Bugs: [Thread] warnings from VC9 + warning level 4 (closed: fixed)">#1640</a> and others </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43731" title="Thread is now using quickbook so we have to add a dependency to get it ...">r43731</a> | danieljames | 2008-03-19 18:22:58 +0000 (Wed, 19 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> 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. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43732" title="Remove 'using quickbook' from my documentation jamfiles. It is no ...">r43732</a> | danieljames | 2008-03-19 18:27:34 +0000 (Wed, 19 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Remove 'using quickbook' from my documentation jamfiles. It is no longer necessary, and might be harmful. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43733" title="Regression test for enable_shared_from_this.">r43733</a> | pdimov | 2008-03-19 19:39:50 +0000 (Wed, 19 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Regression test for enable_shared_from_this. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43735" title="GIL: Changed a private type name to differ from #define used on some ...">r43735</a> | lbourdev | 2008-03-20 04:27:41 +0000 (Thu, 20 Mar 2008) | 3 lines </p> </blockquote> <p> </p> <blockquote> <p> GIL: Changed a private type name to differ from #define used on some Linux systems. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43738" title="Added support for calling enable_shared_from_this::shared_from_this in ...">r43738</a> | fmhess | 2008-03-20 19:32:43 +0000 (Thu, 20 Mar 2008) | 4 lines </p> </blockquote> <p> </p> <blockquote> <p> Added support for calling enable_shared_from_this::shared_from_this in constructors. Closes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1696" title="#1696: Patches: Add support for shared_from_this() in constructors. (closed: fixed)">#1696</a>. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43739" title="Initialize _owned in the copy constructor as well.">r43739</a> | pdimov | 2008-03-20 22:10:52 +0000 (Thu, 20 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Initialize _owned in the copy constructor as well. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43741" title="GIL: Fixed a bug in planar device_n view construction. ">r43741</a> | lbourdev | 2008-03-21 09:40:59 +0000 (Fri, 21 Mar 2008) | 3 lines </p> </blockquote> <p> </p> <blockquote> <p> GIL: Fixed a bug in planar device_n view construction. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43742" title="GIL: Replaced tabs with spaces. ">r43742</a> | lbourdev | 2008-03-21 09:43:19 +0000 (Fri, 21 Mar 2008) | 3 lines </p> </blockquote> <p> </p> <blockquote> <p> GIL: Replaced tabs with spaces. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43747" title="Added consideration for compac Tru64">r43747</a> | ramey | 2008-03-21 16:37:24 +0000 (Fri, 21 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Added consideration for compac Tru64 </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43748" title="added include &lt;ostream&gt; for friend operators">r43748</a> | ramey | 2008-03-21 16:40:06 +0000 (Fri, 21 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> added include &lt;ostream&gt; for friend operators </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43750" title="Check links in single quotes as well as double quotes.">r43750</a> | danieljames | 2008-03-21 16:52:40 +0000 (Fri, 21 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Check links in single quotes as well as double quotes. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43752" title="Decode percent coded characters and '&amp;amp;' when inspecting urls.">r43752</a> | danieljames | 2008-03-21 16:56:35 +0000 (Fri, 21 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Decode percent coded characters and '&amp;amp;' when inspecting urls. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43758" title="Adjustment to inhibit compile error with intel compilers">r43758</a> | ramey | 2008-03-21 17:19:07 +0000 (Fri, 21 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Adjustment to inhibit compile error with intel compilers </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43766" title="Worked around compilation error in boost::get_deleter when using old ...">r43766</a> | fmhess | 2008-03-21 19:19:25 +0000 (Fri, 21 Mar 2008) | 4 lines </p> </blockquote> <p> </p> <blockquote> <p> Worked around compilation error in boost::get_deleter when using old versions of g++. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43781" title="pgi-7.1 has testable version macros, yeah! ">r43781</a> | noel_belcourt | 2008-03-21 21:04:36 +0000 (Fri, 21 Mar 2008) | 3 lines </p> </blockquote> <p> </p> <blockquote> <p> pgi-7.1 has testable version macros, yeah! </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43782" title="Fixed bogus test failure caused by new enable_shared_from_this features. ">r43782</a> | fmhess | 2008-03-21 21:12:21 +0000 (Fri, 21 Mar 2008) | 3 lines </p> </blockquote> <p> </p> <blockquote> <p> Fixed bogus test failure caused by new enable_shared_from_this features. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43795" title="streamlined Jamfile.v2 eliminated build of binary_w* removed ...">r43795</a> | ramey | 2008-03-22 18:59:07 +0000 (Sat, 22 Mar 2008) | 4 lines </p> </blockquote> <p> </p> <blockquote> <p> streamlined Jamfile.v2 eliminated build of binary_w* removed usage-requirement dropped serialization.jam as its no longer used </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43799" title="Remove svn exec property from files that should not be executable to ...">r43799</a> | grafik | 2008-03-22 22:53:35 +0000 (Sat, 22 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Remove svn exec property from files that should not be executable to fix permission problems in archives. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43803" title="Fix another license link I seem to have missed.">r43803</a> | danieljames | 2008-03-23 13:03:24 +0000 (Sun, 23 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Fix another license link I seem to have missed. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43804" title="Added a little more test code for new enable_shared_from_this behavior. ">r43804</a> | fmhess | 2008-03-23 14:51:40 +0000 (Sun, 23 Mar 2008) | 3 lines </p> </blockquote> <p> </p> <blockquote> <p> Added a little more test code for new enable_shared_from_this behavior. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43806" title="adjusted header order for export.hpp to see if this will make gcc 4.x ...">r43806</a> | ramey | 2008-03-23 18:36:00 +0000 (Sun, 23 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> adjusted header order for export.hpp to see if this will make gcc 4.x tests pass. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43807" title="made test compile only">r43807</a> | ramey | 2008-03-23 19:09:51 +0000 (Sun, 23 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> made test compile only </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43808" title="made test_static_warning compile only">r43808</a> | ramey | 2008-03-23 19:10:31 +0000 (Sun, 23 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> made test_static_warning compile only </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43809" title="removed superflous static cast">r43809</a> | ramey | 2008-03-23 19:18:22 +0000 (Sun, 23 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> removed superflous static cast </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/43810" title="mark up new foreach tests">r43810</a> | eric_niebler | 2008-03-23 21:51:40 +0000 (Sun, 23 Mar 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> mark up new foreach tests </p> </blockquote> <p> ................ </p> </description> <category>Ticket</category> </item> </channel> </rss>