|
From: <ai...@us...> - 2009-07-31 15:37:51
|
Revision: 10194
http://plplot.svn.sourceforge.net/plplot/?rev=10194&view=rev
Author: airwin
Date: 2009-07-31 15:37:43 +0000 (Fri, 31 Jul 2009)
Log Message:
-----------
Turn -dev cgm OFF by default because the new example 16 shows severe memory
management issues with this device. All other examples I have checked with
this device are absolutely valgrind clean.
Modified Paths:
--------------
trunk/cmake/modules/drivers-init.cmake
Modified: trunk/cmake/modules/drivers-init.cmake
===================================================================
--- trunk/cmake/modules/drivers-init.cmake 2009-07-31 14:42:07 UTC (rev 10193)
+++ trunk/cmake/modules/drivers-init.cmake 2009-07-31 15:37:43 UTC (rev 10194)
@@ -112,7 +112,8 @@
"pscairo:cairo:ON"
"svgcairo:cairo:ON"
"xcairo:cairo:ON"
- "cgm:cgm:ON"
+ # new example 16 shows severe valgrind issues with this device.
+ "cgm:cgm:OFF"
"dg300:dg300:OFF"
"epsqt:qt:ON"
"pdfqt:qt:ON"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|