Boost C++ Libraries: Ticket #5269: on_finish_edge event https://svn.boost.org/trac10/ticket/5269 <p> Formerly coined <a class="ext-link" href="http://lists.boost.org/Archives/boost/2004/04/63744.php"><span class="icon">​</span>on_post_traversal</a>, this event filter can now be implemented and tested for by applying the patches contained in the zip file attached to this message. </p> <p> This is not yet implemented for Parallel BGL depth-first search. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/5269 Trac 1.4.3 expaler Sat, 05 Mar 2011 21:10:41 GMT attachment set https://svn.boost.org/trac10/ticket/5269 https://svn.boost.org/trac10/ticket/5269 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">dfs-on_finish_edge-patches.zip</span> </li> </ul> <p> Patches to implement, test for, and document the on_finish_edge event. </p> Ticket Jeremiah Willcock Mon, 07 Mar 2011 03:40:07 GMT <link>https://svn.boost.org/trac10/ticket/5269#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/5269#comment:1</guid> <description> <p> Could you please send a unified diff? I have no way to test whether these patches apply correctly since they have no context. Also, a single patch file, meant to be applied to the top level of the Boost tree, is the easiest way for me to look at and apply your changes. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>expaler</dc:creator> <pubDate>Mon, 07 Mar 2011 05:37:49 GMT</pubDate> <title>attachment set https://svn.boost.org/trac10/ticket/5269 https://svn.boost.org/trac10/ticket/5269 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">dfs-on_finish_edge.diff</span> </li> </ul> <p> Unified patch to implement, test for, and document the on_finish_edge event. </p> Ticket expaler Mon, 07 Mar 2011 05:38:49 GMT attachment set https://svn.boost.org/trac10/ticket/5269 https://svn.boost.org/trac10/ticket/5269 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">undirected_dfs.cpp</span> </li> </ul> <p> Test program for undirected_dfs that includes on_finish_edge </p> Ticket expaler Mon, 07 Mar 2011 05:42:37 GMT <link>https://svn.boost.org/trac10/ticket/5269#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/5269#comment:2</guid> <description> <p> Replying to <a class="ticket" href="https://svn.boost.org/trac10/ticket/5269#comment:1" title="Comment 1">jewillco</a>: Will the attached diff work for you? I wasn't sure where to place the modified files in relation to the Boost tree, so I placed them outside of it. Also, since undirected_dfs.cpp is a new file, I attached that as well. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Jeremiah Willcock</dc:creator> <pubDate>Mon, 16 Apr 2012 23:12:54 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/5269#comment:3 https://svn.boost.org/trac10/ticket/5269#comment:3 <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/78030" title="Added code and docs from #5269 (some code heavily rewritten) and ...">[78030]</a>) Added code and docs from <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/5269" title="#5269: Feature Requests: on_finish_edge event (closed: fixed)">#5269</a> (some code heavily rewritten) and removed old workarounds; fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/5269" title="#5269: Feature Requests: on_finish_edge event (closed: fixed)">#5269</a> </p> Ticket