gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] libvob ./Makefile ./TODO include/vob/vobs/Text....


From: Tuomas J. Lukka
Subject: [Gzz-commits] libvob ./Makefile ./TODO include/vob/vobs/Text....
Date: Wed, 19 Mar 2003 00:44:54 -0500

CVSROOT:        /cvsroot/libvob
Module name:    libvob
Changes by:     Tuomas J. Lukka <address@hidden>        03/03/19 00:44:53

Modified files:
        .              : Makefile TODO 
        include/vob/vobs: Text.hxx 
Added files:
        bench          : __init__.py mark.py 
        bench/vob      : __init__.py 
        bench/vob/text : __init__.py overhead.py 

Log message:
        Start work on a benching framework, inspired by mudyc

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/Makefile.diff?tr1=1.13&tr2=1.14&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/TODO.diff?tr1=1.13&tr2=1.14&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/bench/__init__.py?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/bench/mark.py?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/bench/vob/__init__.py?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/bench/vob/text/__init__.py?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/bench/vob/text/overhead.py?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/include/vob/vobs/Text.hxx.diff?tr1=1.2&tr2=1.3&r1=text&r2=text

Patches:
Index: libvob/Makefile
diff -u libvob/Makefile:1.13 libvob/Makefile:1.14
--- libvob/Makefile:1.13        Sun Mar 16 10:28:50 2003
+++ libvob/Makefile     Wed Mar 19 00:44:53 2003
@@ -67,6 +67,9 @@
 testbugs-gl::
        $(GLLIB) $(JYTHON) test/testutil.py -Dgzzclient=gl -f \* $(DBG) jni 
$(TEST)
 
+bench-gl::
+       $(GLLIB) $(JYTHON) bench/mark.py -Dgzzclient=gl $(DBG) $(BENCH)
+
 
 $(SUBDIRS):
        $(MAKE) -C $@
Index: libvob/TODO
diff -u libvob/TODO:1.13 libvob/TODO:1.14
--- libvob/TODO:1.13    Mon Mar 17 14:40:51 2003
+++ libvob/TODO Wed Mar 19 00:44:53 2003
@@ -11,6 +11,7 @@
 
 0.1alpha2: Vital fixes for packages depending on this
     tjl:
+       - document the template build system
        - go through " grep cout gfx/*/*.[ch]* "
          and deal with them.
     anybody:
Index: libvob/include/vob/vobs/Text.hxx
diff -u libvob/include/vob/vobs/Text.hxx:1.2 
libvob/include/vob/vobs/Text.hxx:1.3
--- libvob/include/vob/vobs/Text.hxx:1.2        Mon Mar 17 07:48:19 2003
+++ libvob/include/vob/vobs/Text.hxx    Wed Mar 19 00:44:53 2003
@@ -38,7 +38,7 @@
     };
 
     template<class T> void render(const T &t) const {
-       if (1) {
+       if (0) {
            std::cout << "HorizText:\\n";
            for (typename str::const_iterator it = text.begin(); 
                    it != text.end(); ++it)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]