Boost C++ Libraries: Ticket #1865: initialize_vertex() triggers unused warning https://svn.boost.org/trac10/ticket/1865 <p> In the BGL, the initialize_vertex() method of struct dijkstra_bfs_visitor causes compilation to fail under gcc 4.1.2 when -Werror is specified. </p> <p> Simply removing the argument names suffices, as they are not used. It would be great if a fix could be made upstream as I'd like to use Boost in XORP. </p> <p> I saw this on Gentoo Linux using their dev-libs/boost-1.34.1-<a class="changeset" href="https://svn.boost.org/trac10/changeset/2" title="Add Boost Disclaimer">r2</a> portage ebuild. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/1865 Trac 1.4.3 Douglas Gregor Tue, 29 Apr 2008 18:18:02 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/1865#comment:1 https://svn.boost.org/trac10/ticket/1865#comment:1 <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/44889" title="Remove names of unused variables. Fixes #1832 and fixes #1865">[44889]</a>) Remove names of unused variables. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1832" title="#1832: Bugs: unused parameter warning in dijkstra_shortest_paths.hpp (closed: fixed)">#1832</a> and fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1865" title="#1865: Bugs: initialize_vertex() triggers unused warning (closed: fixed)">#1865</a> </p> Ticket Eric Niebler Fri, 02 May 2008 17:44:58 GMT <link>https://svn.boost.org/trac10/ticket/1865#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/1865#comment:2</guid> <description> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/45029" title="Merged revisions ...">[45029]</a>) Merged revisions 44724,44726-44730,44738,44741-44742,44744,44746-44750,44752-44753,44755-44756,44758,44764,44766-44768,44771-44775,44777,44781-44787,44789-44807,44812-44816,44818-44826,44831,44837-44840,44842-44853,44857,44862,44864,44873,44877,44881-44883,44886-44887,44889,44891,44893,44895,44897,44900-44902,44904-44907,44919,44934,44941-44942,44946,44949-44954,44957,44962,44968-44973,44975,44977,44979-44984,44991-44993,44995,44997-45002,45004-45006,45010-45011,45019,45023,45025-45027 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/44724" title="Reduce enable_shared_from_this overhead">r44724</a> | daniel_frey | 2008-04-22 12:48:39 -0700 (Tue, 22 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Reduce enable_shared_from_this overhead </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44726" title="seems like &lt;link&gt;static causes errors">r44726</a> | emildotchevski | 2008-04-22 15:23:27 -0700 (Tue, 22 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> seems like &lt;link&gt;static causes errors </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44727" title="Fix or suppress MSVC level 4 warnings. Fixes #1703. ">r44727</a> | chris_kohlhoff | 2008-04-22 16:46:15 -0700 (Tue, 22 Apr 2008) | 2 lines </p> </blockquote> <p> </p> <blockquote> <p> Fix or suppress MSVC level 4 warnings. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1703" title="#1703: Bugs: [asio] Compiler warnings on VC8/9 + warning level 4 (closed: fixed)">#1703</a>. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44728" title="Silence an g++ -Wextra warning.">r44728</a> | pdimov | 2008-04-22 17:33:58 -0700 (Tue, 22 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Silence an g++ -Wextra warning. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44729" title="Fixed intel-darwin unresolved symbols by changing the wide integer ...">r44729</a> | noel_belcourt | 2008-04-22 18:35:01 -0700 (Tue, 22 Apr 2008) | 11 lines </p> </blockquote> <p> </p> <blockquote> <p> Fixed intel-darwin unresolved symbols by changing the wide integer type from unsigned int (which managles as a 'j') to an int (which mangles as an 'i'). This change makes intel-darwin generated code match the darwin toolset generated code. </p> </blockquote> <p> </p> <blockquote> <p> Intel reports this won't be fixed in 10.1 because it's an ABI breanking chanage so we won't see this patched until the 10.2 compilers. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44730" title="Reduce enable_shared_from_this overhead (replace _internal_shared_ptr ...">r44730</a> | daniel_frey | 2008-04-22 23:12:39 -0700 (Tue, 22 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Reduce enable_shared_from_this overhead (replace _internal_shared_ptr by _internal_shared_count) </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44738" title="Merge support for emplace for compilers with rvalue references and ...">r44738</a> | danieljames | 2008-04-23 00:09:58 -0700 (Wed, 23 Apr 2008) | 85 lines </p> </blockquote> <p> </p> <blockquote> <p> Merge support for emplace for compilers with rvalue references and variadic templates arguments, and better use of C++0x allocators. Merged revisions 44058-44075,44078-44084,44086-44108,44110-44365,44367,44369-44414,44416-44419,44421-44457,44467-44469,44471-44511,44513-44535,44537-44737 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/44467" title="Add C++-0x support to the test allocators. ">r44467</a> | danieljames | 2008-04-16 18:35:56 +0100 (Wed, 16 Apr 2008) | 2 lines </p> </blockquote> </blockquote> <p> </p> <blockquote> <blockquote> <p> Add C++-0x support to the test allocators. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44468" title="Add a C++-0x node_constructor. ">r44468</a> | danieljames | 2008-04-16 18:36:06 +0100 (Wed, 16 Apr 2008) | 2 lines </p> </blockquote> </blockquote> <p> </p> <blockquote> <blockquote> <p> Add a C++-0x node_constructor. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44469" title="C++-0x constructor for node. ">r44469</a> | danieljames | 2008-04-16 18:36:16 +0100 (Wed, 16 Apr 2008) | 2 lines </p> </blockquote> </blockquote> <p> </p> <blockquote> <blockquote> <p> C++-0x constructor for node. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44516" title="Merge in my work so far on implementing emplace for compilers with ...">r44516</a> | danieljames | 2008-04-17 21:41:48 +0100 (Thu, 17 Apr 2008) | 16 lines </p> </blockquote> </blockquote> <p> </p> <blockquote> <blockquote> <p> Merge in my work so far on implementing emplace for compilers with variadic template &amp; rvalue references. </p> </blockquote> </blockquote> <p> </p> <blockquote> <blockquote> <p> Merged revisions 44059-44062 via svnmerge from <a class="ext-link" href="https://svn.boost.org/svn/boost/branches/unordered/dev"><span class="icon">​</span>https://svn.boost.org/svn/boost/branches/unordered/dev</a> </p> </blockquote> </blockquote> <p> </p> <blockquote> <blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44059" title="First stab at implementing emplace - only for compilers with variadic ...">r44059</a> | danieljames | 2008-04-05 17:41:25 +0100 (Sat, 05 Apr 2008) | 1 line </p> </blockquote> </blockquote> </blockquote> <p> </p> <blockquote> <blockquote> <blockquote> <p> First stab at implementing emplace - only for compilers with variadic template &amp; rvalue references. </p> </blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44062" title="Better variable template arguments, need to add proper support to ...">r44062</a> | danieljames | 2008-04-05 19:12:09 +0100 (Sat, 05 Apr 2008) | 1 line </p> </blockquote> </blockquote> </blockquote> <p> </p> <blockquote> <blockquote> <blockquote> <p> Better variable template arguments, need to add proper support to <a class="missing wiki">BoostBook</a>. </p> </blockquote> <p> ........ </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44616" title="Merge with trunk, fixes tabs.">r44616</a> | danieljames | 2008-04-20 13:30:19 +0100 (Sun, 20 Apr 2008) | 1 line </p> </blockquote> </blockquote> <p> </p> <blockquote> <blockquote> <p> Merge with trunk, fixes tabs. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44618" title="Some extra compile tests. ">r44618</a> | danieljames | 2008-04-20 13:42:38 +0100 (Sun, 20 Apr 2008) | 2 lines </p> </blockquote> </blockquote> <p> </p> <blockquote> <blockquote> <p> Some extra compile tests. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44619" title="Fix an error message. ">r44619</a> | danieljames | 2008-04-20 13:42:50 +0100 (Sun, 20 Apr 2008) | 2 lines </p> </blockquote> </blockquote> <p> </p> <blockquote> <blockquote> <p> Fix an error message. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44703" title="Merge latest changes from trunk. Merged revisions 44616-44702 via ...">r44703</a> | danieljames | 2008-04-21 20:19:50 +0100 (Mon, 21 Apr 2008) | 15 lines </p> </blockquote> </blockquote> <p> </p> <blockquote> <blockquote> <p> Merge latest changes from trunk. </p> </blockquote> </blockquote> <p> </p> <blockquote> <blockquote> <p> Merged revisions 44616-44702 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/44650" title="Update an include.">r44650</a> | danieljames | 2008-04-20 22:08:57 +0100 (Sun, 20 Apr 2008) | 1 line </p> </blockquote> </blockquote> </blockquote> <p> </p> <blockquote> <blockquote> <blockquote> <p> Update an include. </p> </blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44697" title="Factor out the code for choosing the bucket count, and which bucket ...">r44697</a> | danieljames | 2008-04-21 16:55:40 +0100 (Mon, 21 Apr 2008) | 1 line </p> </blockquote> </blockquote> </blockquote> <p> </p> <blockquote> <blockquote> <blockquote> <p> Factor out the code for choosing the bucket count, and which bucket that hash values map to make it easier to experiment with alternative policies. </p> </blockquote> <p> ........ </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44733" title="Remove 'reserve_extra'. ">r44733</a> | danieljames | 2008-04-23 07:55:43 +0100 (Wed, 23 Apr 2008) | 2 lines </p> </blockquote> </blockquote> <p> </p> <blockquote> <blockquote> <p> Remove 'reserve_extra'. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44734" title="More unnecessary copy tests - showing some weakness in the emplace ...">r44734</a> | danieljames | 2008-04-23 07:55:55 +0100 (Wed, 23 Apr 2008) | 2 lines </p> </blockquote> </blockquote> <p> </p> <blockquote> <blockquote> <p> More unnecessary copy tests - showing some weakness in the emplace implementation. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44735" title="More tests. ">r44735</a> | danieljames | 2008-04-23 07:56:06 +0100 (Wed, 23 Apr 2008) | 2 lines </p> </blockquote> </blockquote> <p> </p> <blockquote> <blockquote> <p> More tests. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44736" title="Comment out a test which requires a C++0x std::pair. ">r44736</a> | danieljames | 2008-04-23 07:56:19 +0100 (Wed, 23 Apr 2008) | 2 lines </p> </blockquote> </blockquote> <p> </p> <blockquote> <blockquote> <p> Comment out a test which requires a C++0x std::pair. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44737" title="Avoid creating unnecessary copies in unordered_set::emplace and ...">r44737</a> | danieljames | 2008-04-23 07:56:35 +0100 (Wed, 23 Apr 2008) | 2 lines </p> </blockquote> </blockquote> <p> </p> <blockquote> <blockquote> <p> Avoid creating unnecessary copies in unordered_set::emplace and unordered_map::emplace. </p> </blockquote> <p> ................ </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44741" title="Patch PGI to fix config problem (clock_gettime is unresolved external) ...">r44741</a> | noel_belcourt | 2008-04-23 09:16:38 -0700 (Wed, 23 Apr 2008) | 4 lines </p> </blockquote> <p> </p> <blockquote> <p> Patch PGI to fix config problem (clock_gettime is unresolved external) and add required macro define for IOV_MAX support. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44742" title="Fix for http://tinyurl.com/6owy6b.">r44742</a> | emildotchevski | 2008-04-23 10:31:56 -0700 (Wed, 23 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Fix for <a class="ext-link" href="http://tinyurl.com/6owy6b"><span class="icon">​</span>http://tinyurl.com/6owy6b</a>. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44744" title="Remove dynamic_cast in init_internal_shared_once()">r44744</a> | daniel_frey | 2008-04-23 12:32:44 -0700 (Wed, 23 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Remove dynamic_cast in init_internal_shared_once() </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44746" title="Fixup patch to intel-darwin.jam so it looks and reads a bit better. ">r44746</a> | noel_belcourt | 2008-04-23 18:40:31 -0700 (Wed, 23 Apr 2008) | 4 lines </p> </blockquote> <p> </p> <blockquote> <p> Fixup patch to intel-darwin.jam so it looks and reads a bit better. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44747" title="Force pgi to always link rt lib, ugh. ">r44747</a> | noel_belcourt | 2008-04-23 21:58:27 -0700 (Wed, 23 Apr 2008) | 3 lines </p> </blockquote> <p> </p> <blockquote> <p> Force pgi to always link rt lib, ugh. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44748" title="Apply VC-7.1 fixes: sometimes ADL fails, and we need a using ...">r44748</a> | johnmaddock | 2008-04-24 02:40:31 -0700 (Thu, 24 Apr 2008) | 3 lines </p> </blockquote> <p> </p> <blockquote> <p> Apply VC-7.1 fixes: sometimes ADL fails, and we need a using declaration in order for the correct overload to be found. Add missing #include. to t_distribution_inv.hpp. Suppress unnecessary instantiations in instantiate_all.cpp. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44749" title="Phoenix: disambiguated ref() (gcc 4.3 complained...)">r44749</a> | hkaiser | 2008-04-24 06:52:22 -0700 (Thu, 24 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Phoenix: disambiguated ref() (gcc 4.3 complained...) </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44750" title="Spirit.Qi: helping gcc 4.3 to understand what's going on.">r44750</a> | hkaiser | 2008-04-24 06:54:05 -0700 (Thu, 24 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Spirit.Qi: helping gcc 4.3 to understand what's going on. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44752" title="Fix #1858, typo in non-member operators table">r44752</a> | bemandawes | 2008-04-24 13:29:08 -0700 (Thu, 24 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Fix <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1858" title="#1858: Bugs: small doc typo (closed: fixed)">#1858</a>, typo in non-member operators table </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44753" title="Make it possible to filter which libraries are tested from the CLI ...">r44753</a> | grafik | 2008-04-24 13:30:03 -0700 (Thu, 24 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Make it possible to filter which libraries are tested from the CLI with "--filter-tests=" options. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44755" title="added nullary function support">r44755</a> | djowel | 2008-04-24 15:13:32 -0700 (Thu, 24 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> added nullary function support </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44756" title="use plain functions instead of bind">r44756</a> | djowel | 2008-04-24 15:13:58 -0700 (Thu, 24 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> use plain functions instead of bind </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44758" title="Added no two phase name lookup for intel-darwin compilers. ">r44758</a> | noel_belcourt | 2008-04-24 16:05:16 -0700 (Thu, 24 Apr 2008) | 4 lines </p> </blockquote> <p> </p> <blockquote> <p> Added no two phase name lookup for intel-darwin compilers. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44764" title="Enable macros BOOST_HAS_PTHREAD_MUTEXATTR_SETTYPE and ...">r44764</a> | noel_belcourt | 2008-04-25 08:38:26 -0700 (Fri, 25 Apr 2008) | 4 lines </p> </blockquote> <p> </p> <blockquote> <p> Enable macros BOOST_HAS_PTHREAD_MUTEXATTR_SETTYPE and BOOST_HAS_NANOSLEEP. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44766" title="Improved swap for optional&lt;T&gt;, co-written by Thorsten and Fernando: ...">r44766</a> | niels_dekker | 2008-04-25 09:50:32 -0700 (Fri, 25 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Improved swap for optional&lt;T&gt;, co-written by Thorsten and Fernando: added support for tweaking whether swap should use T's default constructor. Added swap member function. Discussed at Boost developers' mailing list, "[optional] problems with swap()", <a class="ext-link" href="http://lists.boost.org/Archives/boost/2008/04/135882.php"><span class="icon">​</span>http://lists.boost.org/Archives/boost/2008/04/135882.php</a> </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44767" title="Added unit tests, testing optional&lt;T&gt; swap improvements of revision ...">r44767</a> | niels_dekker | 2008-04-25 09:52:34 -0700 (Fri, 25 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Added unit tests, testing optional&lt;T&gt; swap improvements of revision <a class="changeset" href="https://svn.boost.org/trac10/changeset/44766" title="Improved swap for optional&lt;T&gt;, co-written by Thorsten and Fernando: ...">[44766]</a> </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44768" title="Get config tests working (missing -lrt). ">r44768</a> | noel_belcourt | 2008-04-25 10:37:47 -0700 (Fri, 25 Apr 2008) | 3 lines </p> </blockquote> <p> </p> <blockquote> <p> Get config tests working (missing -lrt). </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44771" title="Applied patch provided by Felipe Magno de Almeida ...">r44771</a> | hkaiser | 2008-04-25 19:02:44 -0700 (Fri, 25 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Applied patch provided by Felipe Magno de Almeida [felipe.m.almeida@…]. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44772" title="No need for the new ctors to be templates">r44772</a> | daniel_frey | 2008-04-25 23:36:59 -0700 (Fri, 25 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> No need for the new ctors to be templates </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44773" title="Fixed g++ compile error">r44773</a> | anthonyw | 2008-04-26 00:34:46 -0700 (Sat, 26 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Fixed g++ compile error </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44774" title="use-project didn't actually do what the comment promised. This ...">r44774</a> | speedsnail | 2008-04-26 02:54:07 -0700 (Sat, 26 Apr 2008) | 3 lines </p> </blockquote> <p> </p> <blockquote> <p> use-project didn't actually do what the comment promised. This triggered an error with thread Jamfile that could be seen when bjam was invoked in rootdir with bjam --with-wave. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44775" title="Added a few more tests.">r44775</a> | pdimov | 2008-04-26 06:39:52 -0700 (Sat, 26 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Added a few more tests. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44777" title="Added new reset()-counterparts for the new ctors">r44777</a> | daniel_frey | 2008-04-26 08:42:13 -0700 (Sat, 26 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Added new reset()-counterparts for the new ctors </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44781" title="Added protected destructor to the base type error_info_base">r44781</a> | emildotchevski | 2008-04-26 10:43:58 -0700 (Sat, 26 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Added protected destructor to the base type error_info_base </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44782" title="Refactored and optimized enable_shared_from_this">r44782</a> | daniel_frey | 2008-04-26 12:59:11 -0700 (Sat, 26 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Refactored and optimized enable_shared_from_this </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44783" title="Added wrap_action for zero parameter semantic actions">r44783</a> | hkaiser | 2008-04-26 13:09:56 -0700 (Sat, 26 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Added wrap_action for zero parameter semantic actions </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44784" title="Spirit.Lex: fixed typos in comments">r44784</a> | hkaiser | 2008-04-26 13:10:36 -0700 (Sat, 26 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Spirit.Lex: fixed typos in comments </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44785" title="Spirit.Classic: Added some explaining comments to the namespace handling.">r44785</a> | hkaiser | 2008-04-26 13:11:25 -0700 (Sat, 26 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Spirit.Classic: Added some explaining comments to the namespace handling. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44786" title="Spirit: applied patch from #1886, closed now.">r44786</a> | hkaiser | 2008-04-26 13:12:12 -0700 (Sat, 26 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Spirit: applied patch from <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1886" title="#1886: Bugs: Typo in Interval documentation (closed: fixed)">#1886</a>, closed now. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44787" title="Spirit: Switched to use unordered from main Boost distribution, ...">r44787</a> | hkaiser | 2008-04-26 13:24:00 -0700 (Sat, 26 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Spirit: Switched to use unordered from main Boost distribution, removed local copy of unordered. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44789" title="Phoenix: Fixed gcc 4.3.0 compilation issue.">r44789</a> | hkaiser | 2008-04-26 14:51:59 -0700 (Sat, 26 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Phoenix: Fixed gcc 4.3.0 compilation issue. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44790" title="Add the test target name to the bjam XML log output to make it easier ...">r44790</a> | grafik | 2008-04-26 15:21:50 -0700 (Sat, 26 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Add the test target name to the bjam XML log output to make it easier to match tests to jam targets. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44791" title="Re-implement PJL in Python to fix various problems with the C++ ...">r44791</a> | grafik | 2008-04-26 16:15:40 -0700 (Sat, 26 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Re-implement PJL in Python to fix various problems with the C++ version. In brief to remove the need of a good C++ compiler to submit results, remove the post-processing of the raw bjam output, and to fix missing results (for example Spirit classic results). </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44792" title="Spirit: disabled some warnings for VC /W4">r44792</a> | hkaiser | 2008-04-26 17:49:41 -0700 (Sat, 26 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Spirit: disabled some warnings for VC /W4 </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44793" title="Spirit: suppressed more VC level 4 warnings">r44793</a> | hkaiser | 2008-04-26 18:00:34 -0700 (Sat, 26 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Spirit: suppressed more VC level 4 warnings </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44794" title="Fusion: Fixed a VC level 4 warning">r44794</a> | hkaiser | 2008-04-26 18:04:25 -0700 (Sat, 26 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Fusion: Fixed a VC level 4 warning </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44795" title="Spirit: suppressed more VC level 4 warnings.">r44795</a> | hkaiser | 2008-04-26 18:08:04 -0700 (Sat, 26 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Spirit: suppressed more VC level 4 warnings. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44796" title="Spirit: suppressed more VC level 4 warnings.">r44796</a> | hkaiser | 2008-04-26 18:08:43 -0700 (Sat, 26 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Spirit: suppressed more VC level 4 warnings. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44797" title="Spirit.Lex: Attempt to fix Intel V9.1 issue.">r44797</a> | hkaiser | 2008-04-26 18:38:42 -0700 (Sat, 26 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Spirit.Lex: Attempt to fix Intel V9.1 issue. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44798" title="Spirit.Lex: fixed some gcc 4.3 warnings.">r44798</a> | hkaiser | 2008-04-26 18:44:31 -0700 (Sat, 26 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Spirit.Lex: fixed some gcc 4.3 warnings. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44799" title="Spirit.Lex: Fixed gcc 4.3 compilation erros.">r44799</a> | hkaiser | 2008-04-26 18:45:05 -0700 (Sat, 26 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Spirit.Lex: Fixed gcc 4.3 compilation erros. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44800" title="Spirit.Lex: fixed some gcc 4.3 warnings.">r44800</a> | hkaiser | 2008-04-26 18:46:24 -0700 (Sat, 26 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Spirit.Lex: fixed some gcc 4.3 warnings. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44801" title="Spirit.Lex: fixed some gcc 4.3 warnings.">r44801</a> | hkaiser | 2008-04-26 18:47:35 -0700 (Sat, 26 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Spirit.Lex: fixed some gcc 4.3 warnings. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44802" title="Spirit.Karma: Fixed Jamfile">r44802</a> | hkaiser | 2008-04-26 18:50:50 -0700 (Sat, 26 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Spirit.Karma: Fixed Jamfile </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44803" title="Spirit.Qi: Fixed a ambiguity reported by gcc 4.3">r44803</a> | hkaiser | 2008-04-26 18:59:44 -0700 (Sat, 26 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Spirit.Qi: Fixed a ambiguity reported by gcc 4.3 </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44804" title="Spirit.Karma: Fixed gcc 4.3 compilation issue.">r44804</a> | hkaiser | 2008-04-26 19:01:22 -0700 (Sat, 26 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Spirit.Karma: Fixed gcc 4.3 compilation issue. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44805" title="Spirit: Fixed a ambiguity reported by VC8 for embedded systems">r44805</a> | hkaiser | 2008-04-26 19:04:07 -0700 (Sat, 26 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Spirit: Fixed a ambiguity reported by VC8 for embedded systems </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44806" title="tweak: const correctness">r44806</a> | djowel | 2008-04-26 20:21:12 -0700 (Sat, 26 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> tweak: const correctness </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44807" title="Merge in documentation fixes. Apart from the change to optional's ...">r44807</a> | danieljames | 2008-04-27 00:39:49 -0700 (Sun, 27 Apr 2008) | 78 lines </p> </blockquote> <p> </p> <blockquote> <p> Merge in documentation fixes. Apart from the change to optional's documenation Jamfile, which I included by mistake. </p> </blockquote> <p> </p> <blockquote> <p> Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1659" title="#1659: Patches: DateTime documentation - Fix a link to the serialization library (closed: fixed)">#1659</a>, <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1661" title="#1661: Patches: [interprocess] Update some links for the combined documentation (closed: fixed)">#1661</a>, <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1684" title="#1684: Patches: [python] Documentation patch (closed: fixed)">#1684</a>, <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1685" title="#1685: Patches: [numeric/conversion] Fixed link (closed: fixed)">#1685</a>, 1687, <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1690" title="#1690: Patches: [bimap] Small documentation issues (closed: fixed)">#1690</a>, <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1801" title="#1801: Bugs: Typo in documentation. (closed: fixed)">#1801</a> </p> </blockquote> <p> </p> <blockquote> <p> I wrote about this at: </p> </blockquote> <p> </p> <blockquote> <p> <a class="ext-link" href="http://lists.boost.org/Archives/boost/2008/04/136405.php"><span class="icon">​</span>http://lists.boost.org/Archives/boost/2008/04/136405.php</a> </p> </blockquote> <p> </p> <blockquote> <p> Merged revisions 44585-44806 via svnmerge from <a class="ext-link" href="https://svn.boost.org/svn/boost/branches/doc"><span class="icon">​</span>https://svn.boost.org/svn/boost/branches/doc</a> </p> </blockquote> <p> </p> <blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44585" title="Fix broken link to vacpp in bjam docs. Refs #1512 ">r44585</a> | danieljames | 2008-04-19 16:25:27 +0100 (Sat, 19 Apr 2008) | 2 lines </p> </blockquote> </blockquote> <p> </p> <blockquote> <blockquote> <p> Fix broken link to vacpp in bjam docs. Refs <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1512" title="#1512: Bugs: Broken link to vacpp in bjam docs. (closed: fixed)">#1512</a> </p> </blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44586" title="Fix broken link to bcpp in bjam docs. Refs #1513 ">r44586</a> | danieljames | 2008-04-19 16:27:36 +0100 (Sat, 19 Apr 2008) | 2 lines </p> </blockquote> </blockquote> <p> </p> <blockquote> <blockquote> <p> Fix broken link to bcpp in bjam docs. Refs <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1513" title="#1513: Bugs: Broken link to bcpp in bjam docs. (closed: fixed)">#1513</a> </p> </blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44587" title="DateTime documentation - Fix a link to the serialization library. Refs ...">r44587</a> | danieljames | 2008-04-19 16:33:58 +0100 (Sat, 19 Apr 2008) | 2 lines </p> </blockquote> </blockquote> <p> </p> <blockquote> <blockquote> <p> <a class="missing wiki">DateTime</a> documentation - Fix a link to the serialization library. Refs <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1659" title="#1659: Patches: DateTime documentation - Fix a link to the serialization library (closed: fixed)">#1659</a> </p> </blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44588" title="Fix some links in interprocess &amp; intrusive. Refs #1661 ">r44588</a> | danieljames | 2008-04-19 16:35:36 +0100 (Sat, 19 Apr 2008) | 2 lines </p> </blockquote> </blockquote> <p> </p> <blockquote> <blockquote> <p> Fix some links in interprocess &amp; intrusive. Refs <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1661" title="#1661: Patches: [interprocess] Update some links for the combined documentation (closed: fixed)">#1661</a> </p> </blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44589" title="Fix some links in the python docs. Refs #1684. ">r44589</a> | danieljames | 2008-04-19 16:37:39 +0100 (Sat, 19 Apr 2008) | 2 lines </p> </blockquote> </blockquote> <p> </p> <blockquote> <blockquote> <p> Fix some links in the python docs. Refs <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1684" title="#1684: Patches: [python] Documentation patch (closed: fixed)">#1684</a>. </p> </blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44590" title="Work around a quickbook bug which is affecting the python docs. Refs ...">r44590</a> | danieljames | 2008-04-19 16:38:29 +0100 (Sat, 19 Apr 2008) | 2 lines </p> </blockquote> </blockquote> <p> </p> <blockquote> <blockquote> <p> Work around a quickbook bug which is affecting the python docs. Refs <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1684" title="#1684: Patches: [python] Documentation patch (closed: fixed)">#1684</a>. </p> </blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44591" title="Fix a broken link in the numeric conversion docs. Refs #1685 ">r44591</a> | danieljames | 2008-04-19 16:39:34 +0100 (Sat, 19 Apr 2008) | 2 lines </p> </blockquote> </blockquote> <p> </p> <blockquote> <blockquote> <p> Fix a broken link in the numeric conversion docs. Refs <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1685" title="#1685: Patches: [numeric/conversion] Fixed link (closed: fixed)">#1685</a> </p> </blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44592" title="Fix some links in the optional docs. Refs #1687 ">r44592</a> | danieljames | 2008-04-19 16:40:45 +0100 (Sat, 19 Apr 2008) | 2 lines </p> </blockquote> </blockquote> <p> </p> <blockquote> <blockquote> <p> Fix some links in the optional docs. Refs <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1687" title="#1687: Patches: [optional] Fix some links (closed: fixed)">#1687</a> </p> </blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44593" title="Fix link to the hash documentation from bimap. Refs #1690 ">r44593</a> | danieljames | 2008-04-19 16:42:09 +0100 (Sat, 19 Apr 2008) | 2 lines </p> </blockquote> </blockquote> <p> </p> <blockquote> <blockquote> <p> Fix link to the hash documentation from bimap. Refs <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1690" title="#1690: Patches: [bimap] Small documentation issues (closed: fixed)">#1690</a> </p> </blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44599" title="Fix a typo in the format library. Refs #1801 ">r44599</a> | danieljames | 2008-04-19 18:07:33 +0100 (Sat, 19 Apr 2008) | 2 lines </p> </blockquote> </blockquote> <p> </p> <blockquote> <blockquote> <p> Fix a typo in the format library. Refs <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1801" title="#1801: Bugs: Typo in documentation. (closed: fixed)">#1801</a> </p> </blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44600" title="Initialise svnmerge.">r44600</a> | danieljames | 2008-04-19 19:20:59 +0100 (Sat, 19 Apr 2008) | 1 line </p> </blockquote> </blockquote> <p> </p> <blockquote> <blockquote> <p> Initialise svnmerge. </p> </blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44641" title="Fix the lincense url in shared container iterator documentation. ">r44641</a> | danieljames | 2008-04-20 18:59:47 +0100 (Sun, 20 Apr 2008) | 2 lines </p> </blockquote> </blockquote> <p> </p> <blockquote> <blockquote> <p> Fix the lincense url in shared container iterator documentation. </p> </blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44642" title="Fix image link in the mpi documentation. ">r44642</a> | danieljames | 2008-04-20 19:00:00 +0100 (Sun, 20 Apr 2008) | 2 lines </p> </blockquote> </blockquote> <p> </p> <blockquote> <blockquote> <p> Fix image link in the mpi documentation. </p> </blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44643" title="Fix a typo in the spirit docs. ">r44643</a> | danieljames | 2008-04-20 19:00:11 +0100 (Sun, 20 Apr 2008) | 2 lines </p> </blockquote> </blockquote> <p> </p> <blockquote> <blockquote> <p> Fix a typo in the spirit docs. </p> </blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44644" title="Escape the slash so that quickbook doesn't think it the start of an ...">r44644</a> | danieljames | 2008-04-20 19:00:23 +0100 (Sun, 20 Apr 2008) | 2 lines </p> </blockquote> </blockquote> <p> </p> <blockquote> <blockquote> <p> Escape the slash so that quickbook doesn't think it the start of an italic section, and mess up the link. Refs <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1844" title="#1844: Bugs: Quickbook matches forward slashes (for italics) with slashes in links (closed: fixed)">#1844</a> </p> </blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44647" title="Fix another typo in spirit docs. ">r44647</a> | danieljames | 2008-04-20 19:39:47 +0100 (Sun, 20 Apr 2008) | 2 lines </p> </blockquote> </blockquote> <p> </p> <blockquote> <blockquote> <p> Fix another typo in spirit docs. </p> </blockquote> <p> ........ </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44812" title="added grammar_class">r44812</a> | djowel | 2008-04-27 01:41:13 -0700 (Sun, 27 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> added grammar_class </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44813" title="added grammar_class test">r44813</a> | djowel | 2008-04-27 01:41:47 -0700 (Sun, 27 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> added grammar_class test </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44814" title="tweak grammar_class test">r44814</a> | djowel | 2008-04-27 01:44:38 -0700 (Sun, 27 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> tweak grammar_class test </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44815" title="tweak grammar_class test">r44815</a> | djowel | 2008-04-27 02:11:33 -0700 (Sun, 27 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> tweak grammar_class test </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44816" title="tweak grammar_class">r44816</a> | djowel | 2008-04-27 02:11:49 -0700 (Sun, 27 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> tweak grammar_class </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44818" title="Intrusive: * Added `linear&lt;&gt;` and `cache_last&lt;&gt;` options to singly ...">r44818</a> | igaztanaga | 2008-04-27 07:57:11 -0700 (Sun, 27 Apr 2008) | 13 lines </p> </blockquote> <p> </p> <blockquote> <p> Intrusive: </p> </blockquote> <p> </p> <ul><li> Added <code>linear&lt;&gt;</code> and <code>cache_last&lt;&gt;</code> options to singly linked lists. </li><li> Added <code>optimize_multikey&lt;&gt;</code> option to unordered container hooks. </li><li> Optimized unordered containers when <code>store_hash</code> option is used in the hook. </li><li> Implementation changed to be exception agnostic so that it can be used </li></ul><blockquote> <blockquote> <p> in environments without exceptions. </p> </blockquote> </blockquote> <ul><li> Added <code>container_from_iterator</code> function to tree-based containers. </li></ul><p> </p> <blockquote> <p> Interprocess: </p> </blockquote> <p> </p> <ul><li> Added anonymous shared memory for UNIX systems. </li><li> Fixed file lock compilation errors </li></ul><p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44819" title="Intrusive: * Added `linear&lt;&gt;` and `cache_last&lt;&gt;` options to singly ...">r44819</a> | igaztanaga | 2008-04-27 08:03:06 -0700 (Sun, 27 Apr 2008) | 13 lines </p> </blockquote> <p> </p> <blockquote> <p> Intrusive: </p> </blockquote> <p> </p> <ul><li> Added <code>linear&lt;&gt;</code> and <code>cache_last&lt;&gt;</code> options to singly linked lists. </li><li> Added <code>optimize_multikey&lt;&gt;</code> option to unordered container hooks. </li><li> Optimized unordered containers when <code>store_hash</code> option is used in the hook. </li><li> Implementation changed to be exception agnostic so that it can be used </li></ul><blockquote> <blockquote> <p> in environments without exceptions. </p> </blockquote> </blockquote> <ul><li> Added <code>container_from_iterator</code> function to tree-based containers. </li></ul><p> </p> <blockquote> <p> Interprocess: </p> </blockquote> <p> </p> <ul><li> Added anonymous shared memory for UNIX systems. </li><li> Fixed file lock compilation errors </li></ul><p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44820" title="Spirit.Lex: introduced workaround for Intel compilers &lt;= V9.1">r44820</a> | hkaiser | 2008-04-27 11:09:29 -0700 (Sun, 27 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Spirit.Lex: introduced workaround for Intel compilers &lt;= V9.1 </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44821" title="Spirit.Qi: Made it clear for gcc 4.3 which ref() to use.">r44821</a> | hkaiser | 2008-04-27 11:11:17 -0700 (Sun, 27 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Spirit.Qi: Made it clear for gcc 4.3 which ref() to use. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44822" title="Spirit.Lex: Fixed a gcc 4.3 warning ">r44822</a> | hkaiser | 2008-04-27 11:14:49 -0700 (Sun, 27 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Spirit.Lex: Fixed a gcc 4.3 warning </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44823" title="Spirit.Lex: Fixed a gcc 4.3 warning ">r44823</a> | hkaiser | 2008-04-27 11:28:04 -0700 (Sun, 27 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Spirit.Lex: Fixed a gcc 4.3 warning </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44824" title="Spirit.Lex: Fixed a gcc 4.3 warning (again, sigh)">r44824</a> | hkaiser | 2008-04-27 11:37:41 -0700 (Sun, 27 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Spirit.Lex: Fixed a gcc 4.3 warning (again, sigh) </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44825" title="Added forward declaration of optional&lt;T&gt;'s boost::swap overload, as ...">r44825</a> | niels_dekker | 2008-04-27 14:07:10 -0700 (Sun, 27 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Added forward declaration of optional&lt;T&gt;'s boost::swap overload, as mentioned at <a class="ext-link" href="http://article.gmane.org/gmane.comp.lib.boost.devel/174350"><span class="icon">​</span>http://article.gmane.org/gmane.comp.lib.boost.devel/174350</a> "Re: [optional] problems with swap()" </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44826" title="Replaced &#34;using std::swap&#34; by &#34;using boost::swap&#34; within ...">r44826</a> | niels_dekker | 2008-04-27 14:09:50 -0700 (Sun, 27 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Replaced "using std::swap" by "using boost::swap" within optional::swap member function, hoping to fix GCC test failures, as mentioned at <a class="ext-link" href="http://article.gmane.org/gmane.comp.lib.boost.devel/174350"><span class="icon">​</span>http://article.gmane.org/gmane.comp.lib.boost.devel/174350</a> "Re: [optional] problems with swap()" </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44831" title="tweaks">r44831</a> | djowel | 2008-04-27 18:07:52 -0700 (Sun, 27 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> tweaks </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44837" title="Improved sp_deleter_wrapper implementation">r44837</a> | daniel_frey | 2008-04-28 00:17:11 -0700 (Mon, 28 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Improved sp_deleter_wrapper implementation </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44838" title="Added detail::try_lock_wrapper for use as scoped_try_lock typedefs, to ...">r44838</a> | anthonyw | 2008-04-28 02:00:58 -0700 (Mon, 28 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Added detail::try_lock_wrapper for use as scoped_try_lock typedefs, to fix issue <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1873" title="#1873: Bugs: scoped_try_lock constructor does lock() not try_lock() (closed: fixed)">#1873</a> </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44839" title="reverted accidental change">r44839</a> | anthonyw | 2008-04-28 02:04:40 -0700 (Mon, 28 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> reverted accidental change </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44840" title="Added entry to breaking changes about default-constructed threads and ...">r44840</a> | anthonyw | 2008-04-28 02:10:38 -0700 (Mon, 28 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Added entry to breaking changes about default-constructed threads and the current thread: issue <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1835" title="#1835: Bugs: boost::thread equality operator bogus in 1.35 ? (closed: fixed)">#1835</a> </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44842" title="Fixes for issue #1871 that prevents duplicate symbol errors with VC++ ...">r44842</a> | johnmaddock | 2008-04-28 04:07:14 -0700 (Mon, 28 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Fixes for issue <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1871" title="#1871: Bugs: regex link error with msvc (closed: wontfix)">#1871</a> that prevents duplicate symbol errors with VC++ compilers, when building with /Zc:wchar_t-. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44843" title="experimental grammar/grammar_def unification">r44843</a> | djowel | 2008-04-28 04:15:13 -0700 (Mon, 28 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> experimental grammar/grammar_def unification </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44844" title="experimental grammar/grammar_def unification">r44844</a> | djowel | 2008-04-28 04:16:29 -0700 (Mon, 28 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> experimental grammar/grammar_def unification </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44845" title="calc2 generating an AST">r44845</a> | djowel | 2008-04-28 04:17:09 -0700 (Mon, 28 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> calc2 generating an AST </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44846" title="Updated locks.hpp to work with gcc as well as msvc">r44846</a> | anthonyw | 2008-04-28 05:26:27 -0700 (Mon, 28 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Updated locks.hpp to work with gcc as well as msvc </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44847" title="Spirit.Lex: fixed workaround for Intel compilers &lt;= V9.1">r44847</a> | hkaiser | 2008-04-28 06:33:15 -0700 (Mon, 28 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Spirit.Lex: fixed workaround for Intel compilers &lt;= V9.1 </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44848" title="Update asio version number. ">r44848</a> | chris_kohlhoff | 2008-04-28 06:35:27 -0700 (Mon, 28 Apr 2008) | 2 lines </p> </blockquote> <p> </p> <blockquote> <p> Update asio version number. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44849" title="Add raw socket support. ">r44849</a> | chris_kohlhoff | 2008-04-28 06:36:18 -0700 (Mon, 28 Apr 2008) | 2 lines </p> </blockquote> <p> </p> <blockquote> <p> Add raw socket support. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44850" title="Spirit.Qi: Added a missing 'using namespace'.">r44850</a> | hkaiser | 2008-04-28 06:44:40 -0700 (Mon, 28 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Spirit.Qi: Added a missing 'using namespace'. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44851" title="Add an experimental two-lock queue implementation for task_io_service. ">r44851</a> | chris_kohlhoff | 2008-04-28 06:56:07 -0700 (Mon, 28 Apr 2008) | 2 lines </p> </blockquote> <p> </p> <blockquote> <p> Add an experimental two-lock queue implementation for task_io_service. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44852" title="Improve documentation on the size/efficiency of boost::function objects">r44852</a> | dgregor | 2008-04-28 07:11:46 -0700 (Mon, 28 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Improve documentation on the size/efficiency of boost::function objects </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44853" title="Spirit.Qi: calc2_ast: fixed a wrong include statement">r44853</a> | hkaiser | 2008-04-28 07:34:02 -0700 (Mon, 28 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Spirit.Qi: calc2_ast: fixed a wrong include statement </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44857" title="add missing #include">r44857</a> | eric_niebler | 2008-04-28 09:46:33 -0700 (Mon, 28 Apr 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/44862" title="Marked MSVC 7.1 optional_test failure as &#34;expected&#34;, because of an ...">r44862</a> | niels_dekker | 2008-04-28 14:14:15 -0700 (Mon, 28 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Marked MSVC 7.1 optional_test failure as "expected", because of an ADL-related compiler issue. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44864" title="- fix and close #1829 - You are right. The scaled norm wrongly assumed ...">r44864</a> | guwi17 | 2008-04-28 14:50:19 -0700 (Mon, 28 Apr 2008) | 4 lines </p> </blockquote> <p> </p> <ul><li>fix and close <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1829" title="#1829: Bugs: norm_2 may return QNAN if BOOST_UBLAS_SCALED_NORM is defined (closed: fixed)">#1829</a> </li><li>You are right. The scaled norm wrongly assumed that the first element is not zero. </li></ul><p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44873" title="Fixed comment to reflect the intention and the current code">r44873</a> | daniel_frey | 2008-04-28 22:32:13 -0700 (Mon, 28 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Fixed comment to reflect the intention and the current code </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44877" title="Changed long long to boost::long_long_type and unsigned long long to ...">r44877</a> | johnmaddock | 2008-04-29 03:05:11 -0700 (Tue, 29 Apr 2008) | 2 lines </p> </blockquote> <p> </p> <blockquote> <p> Changed long long to boost::long_long_type and unsigned long long to boost::ulong_long_type. A couple of other typo corrections, to get the code compiling with g++ -pedantic. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44881" title="Spirit.Qi: Fixed grammar_test">r44881</a> | hkaiser | 2008-04-29 06:53:21 -0700 (Tue, 29 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Spirit.Qi: Fixed grammar_test </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44882" title="Spirit.Qi: Fixed grammar_test">r44882</a> | hkaiser | 2008-04-29 07:09:40 -0700 (Tue, 29 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Spirit.Qi: Fixed grammar_test </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44883" title="Spirit.Qi: Minor edits mainly in comments">r44883</a> | hkaiser | 2008-04-29 07:47:29 -0700 (Tue, 29 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Spirit.Qi: Minor edits mainly in comments </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44886" title="Added required header #include &lt;new&gt;">r44886</a> | emildotchevski | 2008-04-29 10:17:45 -0700 (Tue, 29 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Added required header #include &lt;new&gt; </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44887" title="Add support for MPI_SIGNED_CHAR to Boost.MPI">r44887</a> | dgregor | 2008-04-29 10:57:54 -0700 (Tue, 29 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Add support for MPI_SIGNED_CHAR to Boost.MPI </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44889" title="Remove names of unused variables. Fixes #1832 and fixes #1865">r44889</a> | dgregor | 2008-04-29 11:18:01 -0700 (Tue, 29 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Remove names of unused variables. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1832" title="#1832: Bugs: unused parameter warning in dijkstra_shortest_paths.hpp (closed: fixed)">#1832</a> and fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1865" title="#1865: Bugs: initialize_vertex() triggers unused warning (closed: fixed)">#1865</a> </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44891" title="Correct erroneous call to is_reachable from is_connected. Fixes #870">r44891</a> | dgregor | 2008-04-29 11:34:28 -0700 (Tue, 29 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Correct erroneous call to is_reachable from is_connected. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/870" title="#870: Patches: boost::graph::graph_utility.hpp is_connected() bad call (closed: fixed)">#870</a> </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44893" title="Improve logic to guess the toolset name in top-level configure script. ...">r44893</a> | dgregor | 2008-04-29 11:37:26 -0700 (Tue, 29 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Improve logic to guess the toolset name in top-level configure script. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1087" title="#1087: Patches: Mismatch between BBv2 and bjam toolsets in configure script. (closed: fixed)">#1087</a> </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44895" title="Make configure more closely follow autotools conventions. Fixes #1664">r44895</a> | dgregor | 2008-04-29 11:46:17 -0700 (Tue, 29 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Make configure more closely follow autotools conventions. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1664" title="#1664: Patches: Enhance configure to better conform to autotools conventions (closed: fixed)">#1664</a> </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44897" title="Updated bounds on uniform_real and uniform_smallint to allow min == max">r44897</a> | marshall | 2008-04-29 13:16:19 -0700 (Tue, 29 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Updated bounds on uniform_real and uniform_smallint to allow min == max </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44900" title="Typo corrections &amp; minor stylistic comment changes.">r44900</a> | jurko | 2008-04-29 15:49:36 -0700 (Tue, 29 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Typo corrections &amp; minor stylistic comment changes. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44901" title="Spirit.Karma: Fixed rule, added calc2_ast_dump example">r44901</a> | hkaiser | 2008-04-29 17:59:08 -0700 (Tue, 29 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Spirit.Karma: Fixed rule, added calc2_ast_dump example </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44902" title="Spirit: Fixed main classic header">r44902</a> | hkaiser | 2008-04-29 18:33:53 -0700 (Tue, 29 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Spirit: Fixed main classic header </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44904" title="Spirit.Karma: Fixing ref() ambiguity">r44904</a> | hkaiser | 2008-04-29 18:57:39 -0700 (Tue, 29 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Spirit.Karma: Fixing ref() ambiguity </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44905" title="Spirit.Karma: Fixing ref() ambiguity">r44905</a> | hkaiser | 2008-04-29 18:59:05 -0700 (Tue, 29 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Spirit.Karma: Fixing ref() ambiguity </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44906" title="Spirit.Qi: Fixing ref() ambiguity">r44906</a> | hkaiser | 2008-04-29 19:00:28 -0700 (Tue, 29 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Spirit.Qi: Fixing ref() ambiguity </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44907" title="Spirit.Qi: Fixing ref() ambiguity">r44907</a> | hkaiser | 2008-04-29 19:02:27 -0700 (Tue, 29 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Spirit.Qi: Fixing ref() ambiguity </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44919" title="Merge in support for equality operators for the unordered containers ...">r44919</a> | danieljames | 2008-04-30 00:57:04 -0700 (Wed, 30 Apr 2008) | 49 lines </p> </blockquote> <p> </p> <blockquote> <p> Merge in support for equality operators for the unordered containers and hopefully better cross-platform support. </p> </blockquote> <p> </p> <blockquote> <p> Merged revisions 44778-44835,44837-44918 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/44778" title="Remove a trailing comma. ">r44778</a> | danieljames | 2008-04-26 17:15:44 +0100 (Sat, 26 Apr 2008) | 2 lines </p> </blockquote> </blockquote> <p> </p> <blockquote> <blockquote> <p> Remove a trailing comma. </p> </blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44779" title="Merge in support for equality operators.">r44779</a> | danieljames | 2008-04-26 17:23:51 +0100 (Sat, 26 Apr 2008) | 1 line </p> </blockquote> </blockquote> <p> </p> <blockquote> <blockquote> <p> Merge in support for equality operators. </p> </blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44780" title="Use my own list container to avoid working around STL container bugs.">r44780</a> | danieljames | 2008-04-26 17:28:44 +0100 (Sat, 26 Apr 2008) | 1 line </p> </blockquote> </blockquote> <p> </p> <blockquote> <blockquote> <p> Use my own list container to avoid working around STL container bugs. </p> </blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44833" title="Better equality tests.">r44833</a> | danieljames | 2008-04-28 08:03:43 +0100 (Mon, 28 Apr 2008) | 1 line </p> </blockquote> </blockquote> <p> </p> <blockquote> <blockquote> <p> Better equality tests. </p> </blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44834" title="Remove a superfluous check.">r44834</a> | danieljames | 2008-04-28 08:04:03 +0100 (Mon, 28 Apr 2008) | 1 line </p> </blockquote> </blockquote> <p> </p> <blockquote> <blockquote> <p> Remove a superfluous check. </p> </blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44835" title="Add equality reference documentation.">r44835</a> | danieljames | 2008-04-28 08:04:21 +0100 (Mon, 28 Apr 2008) | 1 line </p> </blockquote> </blockquote> <p> </p> <blockquote> <blockquote> <p> Add equality reference documentation. </p> </blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44916" title="New version of list.hpp">r44916</a> | danieljames | 2008-04-30 08:16:52 +0100 (Wed, 30 Apr 2008) | 1 line </p> </blockquote> </blockquote> <p> </p> <blockquote> <blockquote> <p> New version of list.hpp </p> </blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44917" title="Support compilers without ADL in the compile tests.">r44917</a> | danieljames | 2008-04-30 08:18:31 +0100 (Wed, 30 Apr 2008) | 1 line </p> </blockquote> </blockquote> <p> </p> <blockquote> <blockquote> <p> Support compilers without ADL in the compile tests. </p> </blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44918" title="Change the typedef of buffered functions as it was confusing MSVC 6.5 ...">r44918</a> | danieljames | 2008-04-30 08:25:20 +0100 (Wed, 30 Apr 2008) | 7 lines </p> </blockquote> </blockquote> <p> </p> <blockquote> <blockquote> <p> Change the typedef of buffered functions as it was confusing MSVC 6.5 </p> </blockquote> </blockquote> <p> </p> <blockquote> <blockquote> <p> get_allocator wasn't compiling when the allocator workaround is used because it couldn't cast from the wrapped allocator to an allocator of another type. So use value_alloc_ when it's available (it's only unavailable on compilers with C++0x support, which don't require the workaround). </p> </blockquote> <p> ........ </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44934" title="Spirit.Karma: Added example calc2_ast_rpn">r44934</a> | hkaiser | 2008-04-30 08:47:07 -0700 (Wed, 30 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Spirit.Karma: Added example calc2_ast_rpn </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44941" title="Comment cleanup - both stylistic &amp; typo corrections.">r44941</a> | jurko | 2008-04-30 12:24:04 -0700 (Wed, 30 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Comment cleanup - both stylistic &amp; typo corrections. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44942" title="Comment typo correction.">r44942</a> | jurko | 2008-04-30 12:26:55 -0700 (Wed, 30 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Comment typo correction. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44946" title="Added several svn:ignore Subversion properties to make Subversion ...">r44946</a> | jurko | 2008-04-30 12:45:29 -0700 (Wed, 30 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Added several svn:ignore Subversion properties to make Subversion ignore folders creating during default Boost &amp; Boost Jam builds on Windows. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44949" title="Removed trailing spaces from tools/build/v2/build/modifiers.jam.">r44949</a> | jurko | 2008-04-30 13:00:24 -0700 (Wed, 30 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Removed trailing spaces from tools/build/v2/build/modifiers.jam. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44950" title="Spirit.Karma: Fixed rule tests (pattern.cpp)">r44950</a> | hkaiser | 2008-04-30 13:33:23 -0700 (Wed, 30 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Spirit.Karma: Fixed rule tests (pattern.cpp) </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44951" title="Spirit.Karma: added #include &lt;boost/config/warning_disable.hpp&gt; to ...">r44951</a> | hkaiser | 2008-04-30 13:41:37 -0700 (Wed, 30 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Spirit.Karma: added #include &lt;boost/config/warning_disable.hpp&gt; to Karma examples </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44952" title="Spirit.Lex: added #include &lt;boost/config/warning_disable.hpp&gt; to Lex ...">r44952</a> | hkaiser | 2008-04-30 13:42:11 -0700 (Wed, 30 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Spirit.Lex: added #include &lt;boost/config/warning_disable.hpp&gt; to Lex examples </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44953" title="Corrected a typo in the Boost Build documentation.">r44953</a> | jurko | 2008-04-30 13:58:05 -0700 (Wed, 30 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Corrected a typo in the Boost Build documentation. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44954" title="Integration of Boost Exception in boost::throw_exception().">r44954</a> | emildotchevski | 2008-04-30 14:45:00 -0700 (Wed, 30 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Integration of Boost Exception in boost::throw_exception(). </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44957" title="Spirit.Qi: added #include &lt;boost/config/warning_disable.hpp&gt; to Qi examples">r44957</a> | hkaiser | 2008-04-30 15:54:09 -0700 (Wed, 30 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Spirit.Qi: added #include &lt;boost/config/warning_disable.hpp&gt; to Qi examples </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44962" title="integer overflow fix">r44962</a> | djowel | 2008-04-30 19:10:56 -0700 (Wed, 30 Apr 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> integer overflow fix </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44968" title="Add list.hpp which was missed from the merge. ">r44968</a> | danieljames | 2008-05-01 02:23:22 -0700 (Thu, 01 May 2008) | 2 lines </p> </blockquote> <p> </p> <blockquote> <p> Add list.hpp which was missed from the merge. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44969" title="Consistently converted tabs to spaces in ...">r44969</a> | jurko | 2008-05-01 02:39:45 -0700 (Thu, 01 May 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Consistently converted tabs to spaces in tools/build/v2/test/BoostBuild.py to avoid confusion reading the Python source. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44970" title="Renamed the Tester.wait_for_time_change() function to ...">r44970</a> | jurko | 2008-05-01 02:55:47 -0700 (Thu, 01 May 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Renamed the Tester.wait_for_time_change() function to Tester.wait_for_time_change_since_last_build() to avoid confusion. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44971" title="Boost Build documentation typo correction. Removed trailing spaces. ...">r44971</a> | jurko | 2008-05-01 03:03:15 -0700 (Thu, 01 May 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Boost Build documentation typo correction. Removed trailing spaces. Minor stylistic changes. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44972" title="Fix broken URL.">r44972</a> | johnmaddock | 2008-05-01 04:51:39 -0700 (Thu, 01 May 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Fix broken URL. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44973" title="Spirit.Karma: Trying to workaround a gcc 4.2.1 bug.">r44973</a> | hkaiser | 2008-05-01 07:17:52 -0700 (Thu, 01 May 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Spirit.Karma: Trying to workaround a gcc 4.2.1 bug. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44975" title="Boost Build comment typo corrections and minor stylistic changes.">r44975</a> | jurko | 2008-05-01 08:09:58 -0700 (Thu, 01 May 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Boost Build comment typo corrections and minor stylistic changes. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44977" title="Wave: Changing properties for test.cfg to fix test failures non ...">r44977</a> | hkaiser | 2008-05-01 09:20:38 -0700 (Thu, 01 May 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Wave: Changing properties for test.cfg to fix test failures non Windows systems </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44979" title="make_shared added; tweaks for old compilers; fixes #1884.">r44979</a> | pdimov | 2008-05-01 09:50:39 -0700 (Thu, 01 May 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> make_shared added; tweaks for old compilers; fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1884" title="#1884: Bugs: make_shared.hpp and test (closed: fixed)">#1884</a>. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44980" title="Minor stylistic comment changes.">r44980</a> | jurko | 2008-05-01 10:01:03 -0700 (Thu, 01 May 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Minor stylistic comment changes. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44981" title="Added explanation comments for match_exact() and match_re() functions ...">r44981</a> | jurko | 2008-05-01 10:04:22 -0700 (Thu, 01 May 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Added explanation comments for match_exact() and match_re() functions in tools/build/v2/test/TestCmd.py. Removed corpse interpreted member from the <a class="missing wiki">TescCmd</a> class and the related setter function in tools/build/v2/test/TestCmd.py. Minor stylistic comment changes. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44982" title="Updated the main Tester class comment in ...">r44982</a> | jurko | 2008-05-01 10:06:02 -0700 (Thu, 01 May 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Updated the main Tester class comment in tools/build/v2/build/v2/test/BoostBuild.py describing all of its available constructor parameters. Minor stylistic changes. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44983" title="Updated the Boost Build test system documentation. Now all the command ...">r44983</a> | jurko | 2008-05-01 10:08:04 -0700 (Thu, 01 May 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Updated the Boost Build test system documentation. Now all the command line options are described. Several function descriptions updated. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44984" title="Spirit.Lex: Removed unused variables">r44984</a> | hkaiser | 2008-05-01 10:31:42 -0700 (Thu, 01 May 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Spirit.Lex: Removed unused variables </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44991" title="Fixed a bug with BOOST_BUILD_PATH not getting set correctly in Boost ...">r44991</a> | jurko | 2008-05-01 12:47:37 -0700 (Thu, 01 May 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Fixed a bug with BOOST_BUILD_PATH not getting set correctly in Boost Build unit tests in case it contained spaces. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44992" title="Added the default Boost Jam build target folders on cygwin - ...">r44992</a> | jurko | 2008-05-01 12:55:50 -0700 (Thu, 01 May 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Added the default Boost Jam build target folders on cygwin - bin.cygwinx86 &amp; bin.cygwinc86.debug to the svn:ignore list. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44993" title="Upgraded the internal Boost Build test system so it can be run from ...">r44993</a> | jurko | 2008-05-01 13:22:12 -0700 (Thu, 01 May 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Upgraded the internal Boost Build test system so it can be run from folders whose names contain spaces on Windows. Also added a workaround for a Python bug on Windows where it has some undocumented behavior when starting processes using commands containing quotes. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44995" title="Minor stylistic changes.">r44995</a> | jurko | 2008-05-01 14:19:11 -0700 (Thu, 01 May 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Minor stylistic changes. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44997" title="Add a fast path for some speculative read and write operations in the ...">r44997</a> | chris_kohlhoff | 2008-05-01 15:00:26 -0700 (Thu, 01 May 2008) | 3 lines </p> </blockquote> <p> </p> <blockquote> <p> Add a fast path for some speculative read and write operations in the epoll_reactor. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44998" title="A memory barrier is needed on some platforms to ensure that all ...">r44998</a> | chris_kohlhoff | 2008-05-01 15:27:21 -0700 (Thu, 01 May 2008) | 3 lines </p> </blockquote> <p> </p> <blockquote> <p> A memory barrier is needed on some platforms to ensure that all updates to the node occur before the tail pointer is updated. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44999" title="Minor stylistic changes.">r44999</a> | jurko | 2008-05-01 17:10:09 -0700 (Thu, 01 May 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Minor stylistic changes. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/45000" title="Added support for tests checking that a build run did not take longer ...">r45000</a> | jurko | 2008-05-01 17:12:29 -0700 (Thu, 01 May 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Added support for tests checking that a build run did not take longer than expected to finish. Minor stylistic changes. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/45001" title="Added a new regression test making sure that the Boost Jam SORT ...">r45001</a> | jurko | 2008-05-01 17:36:23 -0700 (Thu, 01 May 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Added a new regression test making sure that the Boost Jam SORT builtin rule does not start getting quadratic behavior in some special cases as well as testing that the sorting algorithm works correctly. Related to the patch committed in revision 44195. Trimmed trailing spaces in tools/build/v2/test/test_all.py. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/45002" title="Documentation typo corrected.">r45002</a> | jurko | 2008-05-01 17:51:05 -0700 (Thu, 01 May 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Documentation typo corrected. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/45004" title="Minor stylistic changes.">r45004</a> | jurko | 2008-05-01 17:57:29 -0700 (Thu, 01 May 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Minor stylistic changes. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/45005" title="Updated the Boost Build test system's documentation about ...">r45005</a> | jurko | 2008-05-01 18:02:01 -0700 (Thu, 01 May 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Updated the Boost Build test system's documentation about Tester.run_build_system() parameters. Minor stylistic changes. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/45006" title="Fully qualify uses of asio's placeholders to resolve ambiguity with ...">r45006</a> | chris_kohlhoff | 2008-05-02 00:59:01 -0700 (Fri, 02 May 2008) | 3 lines </p> </blockquote> <p> </p> <blockquote> <p> Fully qualify uses of asio's placeholders to resolve ambiguity with C++0x's placeholders namespace. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/45010" title="Don't use the names readv and writev for functions defined inside asio ...">r45010</a> | chris_kohlhoff | 2008-05-02 01:38:15 -0700 (Fri, 02 May 2008) | 3 lines </p> </blockquote> <p> </p> <blockquote> <p> Don't use the names readv and writev for functions defined inside asio as these names seem to be macros on Tru64. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/45011" title="added missing const in insert()">r45011</a> | nesotto | 2008-05-02 01:38:15 -0700 (Fri, 02 May 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> added missing const in insert() </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/45019" title="Tickets #1883, #1862, #1709">r45019</a> | igaztanaga | 2008-05-02 04:07:08 -0700 (Fri, 02 May 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Tickets <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1883" title="#1883: Bugs: [interprocess] boost::interprocess::allocator&lt;&gt;::segment_manager is a ... (closed: fixed)">#1883</a>, <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1862" title="#1862: Bugs: file_lock.hpp will not compile - at least under MSVC8 (closed: fixed)">#1862</a>, <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1709" title="#1709: Patches: message_queue documentation typos (closed: fixed)">#1709</a> </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/45023" title="Minor stylistic Boost Build code changes.">r45023</a> | jurko | 2008-05-02 08:26:44 -0700 (Fri, 02 May 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Minor stylistic Boost Build code changes. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/45025" title="Use all test sub-projects regardless of filtering so that the tests ...">r45025</a> | grafik | 2008-05-02 08:44:25 -0700 (Fri, 02 May 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Use all test sub-projects regardless of filtering so that the tests show up in the bjam XML log. </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/45026" title="Add support for test log processing with process_jam_log.py instead of ...">r45026</a> | grafik | 2008-05-02 08:52:42 -0700 (Fri, 02 May 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Add support for test log processing with process_jam_log.py instead of C++ PJL. (also fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1889" title="#1889: Bugs: regression.py can't be run from a path with spaces (Windows) (closed: fixed)">#1889</a>) </p> </blockquote> <p> ................ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/45027" title="Fix throwing enums instead of archive_exceptions.">r45027</a> | pdimov | 2008-05-02 09:49:34 -0700 (Fri, 02 May 2008) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Fix throwing enums instead of archive_exceptions. </p> </blockquote> <p> ................ </p> </description> <category>Ticket</category> </item> </channel> </rss>