Author Statistics for flemingg

Back to Index Page

Author Details

Login: flemingg
Fullname: flemingg
Revisions: 65
Lines of Code: -380
Added Lines of Code: 7687
Lines of Code per Change: -5.8

Lines Of Code (per Author)

Lines Of Code for flemingg (per module)

Activity

Commit Log

DateAuthorFile/Message
10/16/03 5:25 PMflemingg
The committed .c files #include <malloc.h>.
Added AC_CHECK_HEADERS([malloc.h]) to configure.ac.
Wrapped #include <malloc.h> in #ifdef HAVE_MALLOC_H ... #endif
reran 'aclocal && automake && autoconf'
(11 Files changed, 925 Lines changed)
other_libs/qio/aclocal.m4 1.9 (+90 -40)
other_libs/qio/other_libs/Makefile.in 1.7 (+17 -7)
other_libs/qio/configure 1.13 (+735 -32)
other_libs/qio/configure.ac 1.10 (+1 -0)
other_libs/qio/lib/xml/XML_string.c 1.5 (+2 -0)
other_libs/qio/lib/dml/DML_utils.c 1.5 (+2 -0)
other_libs/qio/lib/Makefile.in 1.12 (+51 -47)
other_libs/qio/Makefile.in 1.12 (+13 -6)
other_libs/qio/lib/qio/QIO_open_write.c 1.10 (+2 -0)
other_libs/qio/lib/lrl/LRL_main.c 1.6 (+2 -0)
other_libs/qio/include/Makefile.in 1.11 (+10 -5)
2/13/03 9:34 PMflemingg
QMP.h -> qmp.h (3 Files changed, 6 Lines changed)
lib/parscalar_layout.cc 1.7 (+2 -2)
lib/parscalar_init.cc 1.2 (+2 -2)
lib/parscalar_specific.cc 1.14 (+2 -2)
2/13/03 7:00 PMflemingg
Oops. Forgot 'aclocal && automake && autoconf' again. (2 Files changed, 2 Lines changed)
configure 1.33 (+1 -1)
aclocal.m4 1.16 (+1 -1)
2/13/03 6:58 PMflemingg
The QMP.h change needed to go in acinclude.m4 as well. (9 Files changed, 4714 Lines changed)
aclocal.m4 1.15 (+17 -46)
include/PETE/Makefile.in 1.14 (+37 -101)
configure 1.32 (+4416 -4467)
acinclude.m4 1.3 (+1 -1)
Makefile.in 1.20 (+49 -137)
lib/Makefile.in 1.18 (+57 -134)
include/Makefile.in 1.18 (+43 -112)
examples/Makefile.in 1.20 (+56 -123)
docs/Makefile.in 1.17 (+38 -81)
2/13/03 6:48 PMflemingg
Changed references to QMP.h to qmp.h following change in QMP. (1 Files changed, 2 Lines changed)
include/parscalar_specific.h 1.19 (+2 -2)
2/12/03 4:49 PMflemingg
Changes to automake and autoconf configuration to fix a bug where various
sources were only conditionally being included in the tarball made by
'make dist.' Also added more options to qdp++-config.
(10 Files changed, 184 Lines changed)
lib/Makefile.in 1.16 (+42 -16)
lib/Makefile.am 1.4 (+26 -8)
configure.ac 1.16 (+32 -36)
include/Makefile.in 1.16 (+0 -2)
qdp++-config.in 1.3 (+25 -1)
examples/Makefile.in 1.18 (+0 -2)
include/PETE/Makefile.in 1.12 (+0 -2)
docs/Makefile.in 1.15 (+0 -2)
configure 1.30 (+59 -41)
Makefile.in 1.18 (+0 -2)
2/11/03 5:16 PMflemingg
Fixed a bug in qdp++-config.in. Still need to update INSTALL and README.
That's why I've named it version 0.32 (release candidate 0). Whatever...
(12 Files changed, 352 Lines changed)
configure 1.29 (+19 -71)
include/PETE/Makefile.in 1.11 (+37 -97)
examples/t_spectrum.cc 1.8 (+16 -14)
Makefile.in 1.17 (+51 -135)
lib/Makefile.in 1.15 (+56 -118)
include/Makefile.in 1.15 (+43 -108)
aclocal.m4 1.13 (+17 -46)
examples/Makefile.in 1.17 (+56 -119)
Makefile.am 1.7 (+1 -2)
qdp++-config.in 1.2 (+17 -12)
docs/Makefile.in 1.14 (+38 -77)
configure.ac 1.15 (+1 -1)
2/10/03 9:55 PMflemingg
GTF: Removing qdp_build_env.sh.in (1 Files changed, 0 Lines changed)
qdp_build_env.sh.in 1.3 removed
2/10/03 9:51 PMflemingg
GTF: adding qdp++-config.in (1 Files changed, 151 Lines changed)
qdp++-config.in 1.1 added 151
2/10/03 9:47 PMflemingg
GTF: This is fully functional but the INSTALL and README need to be updated.
So, I'll give this a preliminary revision tag after the commit.
(15 Files changed, 1351 Lines changed)
INSTALL 1.8 (+4 -80)
lib/Makefile.in 1.13 (+60 -123)
NEWS 1.3 (+9 -1)
include/Makefile.in 1.13 (+46 -112)
lib/Makefile.am 1.3 (+3 -1)
configure 1.26 (+796 -451)
Makefile.am 1.6 (+9 -11)
acinclude.m4 1.2 (+40 -134)
aclocal.m4 1.11 (+56 -179)
include/PETE/Makefile.in 1.9 (+40 -101)
examples/Makefile.am 1.7 (+5 -10)
docs/Makefile.in 1.12 (+41 -81)
examples/Makefile.in 1.15 (+64 -133)
Makefile.in 1.15 (+77 -168)
configure.ac 1.13 (+101 -153)