|
From: <sv...@va...> - 2011-09-19 15:17:59
|
Author: de Date: 2011-09-19 16:13:11 +0100 (Mon, 19 Sep 2011) New Revision: 437 Log: Updates guis page to give valkyrie a bit of virtual real estate, see bug #251406. Modified: trunk/downloads/guis.html Modified: trunk/downloads/guis.html =================================================================== --- trunk/downloads/guis.html 2011-06-27 16:22:44 UTC (rev 436) +++ trunk/downloads/guis.html 2011-09-19 15:13:11 UTC (rev 437) @@ -1,8 +1,30 @@ + <h1>Graphical User Interfaces</h1> -<p>One of the most asked for features for Valgrind is a graphical -user interface to help with configuration and use. -Several graphical front-ends have been built for Valgrind. These +<p>One of the most requested features for Valgrind is a graphical user +interface to help with use and configuration.</p> + +<p><b>Valkyrie</b> is a Qt4-based GUI for the Memcheck and Helgrind +tools in the Valgrind 3.6.X line, developed and maintained by the +Valgrind Developers. Valkyrie also includes an auxiliary tool which +merges XML output from multiple Memcheck runs into a single XML file, +and optionally displays the merged result in the GUI. You can see +some <a href="http://www.open-works.net/projects/valkyrie.html">screenshots +here</a>.</p> + +<p>The complete source code for the current release, including +documentation, is available as a tarball from the +<a href="/downloads/current.html">Valgrind download page</a>.<br /> +The code under active development is in a Subversion repository (and may not work properly). To check out Valkyrie via anonymous, read-only svn access:<br /> +<tt>svn co svn://svn.valgrind.org/valkyrie/trunk valkyrie</tt></p> + + +<hr /> + + +<h2>Other GUIs</h2> + +<p>Several other graphical front-ends have been built for Valgrind. These are the ones we know about.</p> <ul> @@ -30,15 +52,6 @@ Estievenart.</p></li> -<li><p><a href="http://www.open-works.net/projects/valkyrie.html">Valkyrie</a> -is a Qt4-based GUI for the Memcheck and Helgrind tools in the Valgrind 3.6.X line. -You can download the latest version (2.0.0, for use with Valgrind 3.6.0 -and later) from the <a href="/downloads/current.html">Valgrind download page</a>. -Valkyrie also includes an auxiliary tool which merges XML output from -multiple Memcheck runs into a single XML file, and optionally displays -the merged result in the GUI.</p></li> - - </ul> <p> </p> |