]> Pileus Git - grits/commitdiff
old stuff
authorAndy Spencer <andy753421@gmail.com>
Fri, 23 Oct 2009 03:09:51 +0000 (03:09 +0000)
committerAndy Spencer <andy753421@gmail.com>
Fri, 23 Oct 2009 03:09:51 +0000 (03:09 +0000)
TODO
configure.ac
src/Makefile.am

diff --git a/TODO b/TODO
index a77a5d69d667eebbb44d738d3bb86d1851e700f9..da68a8ce1e3206812da5b8304a273b16d297cdf3 100644 (file)
--- a/TODO
+++ b/TODO
@@ -10,6 +10,10 @@ Road plan
   * GTK docs
 
 0.x - GIS
+  * Use Vertex Arrays/
+    VertexBufferObjects/
+    DisplayLists/
+    glInterleavedArrays
   * States/cities/roads overlays
   * NEXRAD LLE listings, click to center
 
index 5197755f36d694c109e636dc8d6e4565e4055992..fb3359158e2fda856cda1fd55e09ddc0a34b6c1a 100644 (file)
@@ -3,6 +3,7 @@ AC_INIT([aweather], [0.3-p0], [spenceal@rose-hulman.edu])
 AM_INIT_AUTOMAKE([-Wall -Werror -Wno-portability foreign])
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_MACRO_DIR([m4])
+#AM_SILENT_RULES([yes])
 
 # Check for required programs
 AC_PROG_CC
index 96c7a6c3249a0eab2ce2a1852cf8669641d4e05e..f8c79e8a9b0ad3d64d41927b9550fb308c98d430 100644 (file)
@@ -25,14 +25,3 @@ gdb: all
 
 ddd: all
        LD_LIBRARY_PATH=gis/.libs ddd .libs/aweather
-
-memcheck: all
-       LD_LIBRARY_PATH=gis/.libs               \
-       G_SLICE=always-malloc                   \
-       G_DEBUG=gc-friendly,resident-modules    \
-       valgrind --leak-check=full              \
-                --leak-resolution=high         \
-                --num-callers=100              \
-                --suppressions=gtk.suppression \
-                .libs/aweather                 \
-       2> valgrind.out