Directory Statistics for main/ttt/

Back to Index Page

Lines Of Code for main/ttt/

Commits for main/ttt/ (per author)

AuthorRevisionsLines of CodeAdded Lines of CodeLines of Code per Change
edwards40 (41.7%) 492 (19.3%) 1074 (30.0%) 12.30
dgr28 (29.2%) 1877 (73.5%) 2112 (59.0%) 67.04
kostas14 (14.6%) -6 (-0.2%) 33 (0.9%) -0.43
adamant14 (14.6%) 191 (7.5%) 362 (10.1%) 13.64

Commit Log

DateAuthorFile/Message
1/6/08 11:46 PMedwards
Induced changes. (1 Files changed, 0 Lines changed)
main/ttt/Makefile.in 1.38 (+0 -11)
1/6/08 11:46 PMedwards
Removed unused VPATH. (1 Files changed, 0 Lines changed)
main/ttt/Makefile.am 1.7 (+0 -11)
10/29/07 12:47 PMedwards
Induced changes (1 Files changed, 58 Lines changed)
main/ttt/Makefile.in 1.37 (+58 -43)
10/6/07 12:04 AMkostas
added a jack_fit util to make ensemble files of masses. (1 Files changed, 2 Lines changed)
main/ttt/Makefile.in 1.36 (+2 -4)
9/11/07 12:47 AMedwards
Split apart formfac manage codes. Moved around the start of the new
meson_fit and beginnings of baryon_fit codes.
(1 Files changed, 4 Lines changed)
main/ttt/Makefile.in 1.35 (+4 -2)
7/8/07 2:17 PMkostas
added staticlight stripper (1 Files changed, 2 Lines changed)
main/ttt/Makefile.in 1.34 (+2 -4)
6/4/07 3:56 PMedwards
Induced changes. (1 Files changed, 52 Lines changed)
main/ttt/Makefile.in 1.33 (+52 -23)
6/4/07 3:55 PMedwards
Made build process similar among all subdirs. Now, all programs
are bin_PROGRAMS and all use the dependencies on libadat.a .
(1 Files changed, 5 Lines changed)
main/ttt/Makefile.am 1.6 (+5 -5)
5/10/07 3:58 PMkostas
added some utils (1 Files changed, 2 Lines changed)
main/ttt/Makefile.in 1.32 (+2 -4)
4/18/07 5:58 PMedwards
Induced changes (1 Files changed, 4 Lines changed)
main/ttt/Makefile.in 1.31 (+4 -2)
3/22/07 1:11 AMkostas
added the merge_proplist utility (1 Files changed, 2 Lines changed)
main/ttt/Makefile.in 1.30 (+2 -4)
3/20/07 12:50 PMedwards
Induced changes. (1 Files changed, 4 Lines changed)
main/ttt/Makefile.in 1.29 (+4 -2)
3/2/07 12:11 AMkostas
added periodic exponential fitter main prog (1 Files changed, 8 Lines changed)
main/ttt/Makefile.in 1.28 (+8 -4)
2/27/07 9:49 PMedwards
Reorganized the lime reading. Split off those functions to stand-alone
functions. The qqq_props reader now goes through these functions. At
least the sparse and dense reading are working, but it is not clear
if the "prop_number" used for the sparse is correct or not.
(2 Files changed, 234 Lines changed)
main/ttt/qqq_props.cc 1.13 (+216 -92)
main/ttt/qqq_props.h 1.5 (+18 -10)
2/27/07 9:48 PMedwards
Induced changes. (1 Files changed, 37 Lines changed)
main/ttt/Makefile.in 1.27 (+37 -20)
2/27/07 9:47 PMedwards
Added dump_qqq. Made dependencies go through DEPENDENCIES. (1 Files changed, 12 Lines changed)
main/ttt/Makefile.am 1.5 (+12 -12)
2/27/07 9:47 PMedwards
Dumps out a qqq file. (1 Files changed, 73 Lines changed)
main/ttt/dump_qqq.cc 1.1 added 73
2/27/07 9:46 PMedwards
Added copy constructors to both array1d and array2d.
Added explicit keywords around constructors with an int.
(1 Files changed, 52 Lines changed)
main/ttt/arrays.h 1.3 (+52 -19)
2/13/07 4:18 PMadamant
Changed a cout to a cerr (1 Files changed, 2 Lines changed)
main/ttt/ttt_single.cc 1.3 (+2 -2)
2/13/07 4:17 PMadamant
Cleaned up some namespace stuff, and changed a cout to a cerr (1 Files changed, 6 Lines changed)
main/ttt/ttt.cc 1.10 (+6 -6)