|
From: <sv...@va...> - 2013-02-12 15:33:02
|
de 2013-02-12 15:32:41 +0000 (Tue, 12 Feb 2013)
New Revision: 473
Log:
Removal of obsolete guis
Addition of info+link to Eclipse Vg page
Modified files:
trunk/downloads/guis.html
Modified: trunk/downloads/guis.html (+11 -2)
===================================================================
--- trunk/downloads/guis.html 2013-02-12 15:09:28 +00:00 (rev 472)
+++ trunk/downloads/guis.html 2013-02-12 15:32:41 +00:00 (rev 473)
@@ -29,16 +29,19 @@
<ul>
+<!-- last updated Dec.2011 -->
<li><p><a href="http://alleyoop.sourceforge.net/">Alleyoop</a>,
by Jeffrey Stedfast.<br />
Alleyoop is a graphical front-end using the Gtk+ widget set and
other GNOME libraries for the X-Windows environment.</p></li>
+<!-- no development since 2009
<li><p><a href="http://gnogrind.sourceforge.net/">Gnogrind</a>, by
Gregory Kovriga.<br />
Gnogrind is a simple graphical user interface based on GNOME and
GTK.</p></li>
+-->
<li><p><a href="http://www.kdevelop.org/index.html">KDevelop</a>
@@ -48,10 +51,16 @@
<li><p>Tool Gear's <a href="http://www.llnl.gov/CASC/tool_gear/memcheckview.html">MemcheckView</a> package provides scripts for running Valgrind's Memcheck tool on serial and parallel (MPI) programs and a Qt-based GUI for interpreting Memcheck's results (requires XML output from Memcheck). The MemcheckView GUI groups the Memcheck messages by error type and allows the viewing of the relevant source code for all levels of each message's call stack. The MemcheckView package and how to use it is described in much more detail here: <a href="https://computing.llnl.gov/code/memcheck/">https://computing.llnl.gov/code/memcheck/</a>.</p></li>
-<li><p><a href="http://valgui.sourceforge.net/">Valgui</a>, by Eric
-Estievenart.</p></li>
+<li><p>
+Eclipse has a GUI plugin to integrate Valgrind into its C++ Development Tools. Information on use and downloads links can be found here: <a href="http://www.eclipse.org/linuxtools/projectPages/valgrind/">http://www.eclipse.org/linuxtools/projectPages/valgrind/</a>.
+</p></li>
+<!-- no development since 2005
+<li><p><a href="http://valgui.sourceforge.net/">Valgui</a>, by Eric Estievenart.</p></li>
+-->
+
+
</ul>
<p> </p>
|