|
From: <sv...@va...> - 2009-06-04 23:12:02
|
Author: njn
Date: 2009-06-05 00:11:50 +0100 (Fri, 05 Jun 2009)
New Revision: 10247
Log:
Remove exp-omega's code. It was disabled in 3.4.0 to few complaints.
Removed:
trunk/exp-omega/
Modified:
trunk/ACKNOWLEDGEMENTS
trunk/AUTHORS
trunk/Makefile.am
trunk/NEWS
trunk/README_PACKAGERS
trunk/configure.in
Modified: trunk/ACKNOWLEDGEMENTS
===================================================================
--- trunk/ACKNOWLEDGEMENTS 2009-06-04 22:47:21 UTC (rev 10246)
+++ trunk/ACKNOWLEDGEMENTS 2009-06-04 23:11:50 UTC (rev 10247)
@@ -52,7 +52,6 @@
Josef wrote Callgrind and the associated KCachegrind GUI.
-Omega was written by Bryan Meredith and is maintained by Rich Coe.
DRD was written by and is maintained by Bart Van Assche.
Frederic Gobry helped with autoconf and automake. Daniel Berlin
Modified: trunk/AUTHORS
===================================================================
--- trunk/AUTHORS 2009-06-04 22:47:21 UTC (rev 10246)
+++ trunk/AUTHORS 2009-06-04 23:11:50 UTC (rev 10247)
@@ -38,7 +38,6 @@
Michael Matz and Simon Hausmann modified the GNU binutils
demangler(s) for use in Valgrind.
-Omega was written by Bryan Meredith and is maintained by Rich Coe.
DRD was written by and is maintained by Bart Van Assche.
And lots and lots of other people sent bug reports, patches, and very
Modified: trunk/Makefile.am
===================================================================
--- trunk/Makefile.am 2009-06-04 22:47:21 UTC (rev 10246)
+++ trunk/Makefile.am 2009-06-04 23:11:50 UTC (rev 10247)
@@ -12,8 +12,7 @@
helgrind \
drd
-EXP_TOOLS = exp-omega \
- exp-ptrcheck
+EXP_TOOLS = exp-ptrcheck
# DDD: once all tools work on Darwin, TEST_TOOLS and TEST_EXP_TOOLS can be
# replaced with TOOLS and EXP_TOOLS.
@@ -28,7 +27,7 @@
lackey \
none
- TEST_EXP_TOOLS = exp-omega
+ TEST_EXP_TOOLS =
endif
# Put docs last because building the HTML is slow and we want to get
Modified: trunk/NEWS
===================================================================
--- trunk/NEWS 2009-06-04 22:47:21 UTC (rev 10246)
+++ trunk/NEWS 2009-06-04 23:11:50 UTC (rev 10247)
@@ -75,6 +75,12 @@
gap until the next snapshot. This makes it clear that the memory
usage has not dropped to zero between snapshots.
+* exp-Omega, an experimental instantaneous leak-detecting tool, was disabled
+ in 3.4.0 due to a lack of interest and maintenance, although the source
+ code was still in the distribution. The source code has now been removed
+ from the distribution. For anyone interested, the removal occurred in SVN
+ revision r10247.
+
* The location of some install files has changed. This should not affect
most users. Those who might be affected:
- For people who use Valgrind with MPI programs, the installed
Modified: trunk/README_PACKAGERS
===================================================================
--- trunk/README_PACKAGERS 2009-06-04 22:47:21 UTC (rev 10246)
+++ trunk/README_PACKAGERS 2009-06-04 23:11:50 UTC (rev 10247)
@@ -78,7 +78,7 @@
-- Don't strip symbols from lib/valgrind/$platform/{cachegrind,
- callgrind,drd,exp-omega,helgrind,lackey,massif,memcheck,none}
+ callgrind,drd,helgrind,lackey,massif,memcheck,none}
in the installation tree. Doing so will likely cause problems.
Removing the line number info is probably OK, although that has not
been tested by the Valgrind developers.
Modified: trunk/configure.in
===================================================================
--- trunk/configure.in 2009-06-04 22:47:21 UTC (rev 10246)
+++ trunk/configure.in 2009-06-04 23:11:50 UTC (rev 10247)
@@ -1893,9 +1893,6 @@
none/tests/darwin/Makefile
none/tests/x86-linux/Makefile
none/docs/Makefile
- exp-omega/Makefile
- exp-omega/tests/Makefile
- exp-omega/docs/Makefile
exp-ptrcheck/Makefile
exp-ptrcheck/tests/Makefile
exp-ptrcheck/docs/Makefile
|