Commit Log

Back to Index Page

12345>>

Most Common Commit Comments

CommentFrequency
Periodic update.5937 (76.0%)
Induced changes.162 (2.1%)
Induced changes35 (0.4%)
Fixes.24 (0.3%)
First version.12 (0.2%)

Commit Log

DateAuthorFile/Message
1/7/08 12:08 AMedwards
Periodic update. (1 Files changed, 33 Lines changed)
ChangeLog 1.473 (+33 -0)
1/6/08 11:46 PMedwards
Induced changes. (2 Files changed, 10 Lines changed)
main/ttt/Makefile.in 1.38 (+0 -11)
main/stoch/Makefile.in 1.33 (+10 -7)
1/6/08 11:46 PMedwards
Removed unused VPATH. (1 Files changed, 0 Lines changed)
main/ttt/Makefile.am 1.7 (+0 -11)
1/6/08 11:46 PMedwards
First pass at hadron_contract code. Still needs work. Should probably
be turned into just a Manage2PtFunc class.
(12 Files changed, 865 Lines changed)
main/strippers/hadron_contract_factory.h 1.1 added 36
main/strippers/hadron_contract_aggregate.cc 1.1 added 39
main/strippers/hadron_2pt.cc 1.1 added 34
main/strippers/strip_hadron_contract.cc 1.1 added 193
main/strippers/Makefile.in 1.66 (+38 -21)
main/strippers/simple_meson_2pt_w.h 1.1 added 92
main/strippers/Makefile.am 1.25 (+8 -9)
main/strippers/hadron_contract.cc 1.1 added 103
main/strippers/simple_meson_2pt_w.cc 1.1 added 182
main/strippers/hadron_contract_aggregate.h 1.1 added 22
main/strippers/hadron_contract.h 1.1 added 60
main/strippers/hadron_2pt.h 1.1 added 58
1/6/08 11:45 PMedwards
New output for derivatives. (4 Files changed, 82 Lines changed)
main/formfac/build_derivatives.cc 1.6 (+68 -1)
main/formfac/build_derivatives.ini.xml 1.4 (+1 -0)
main/formfac/Makefile.in 1.59 (+6 -3)
main/formfac/Makefile.am 1.32 (+7 -3)
1/6/08 11:44 PMedwards
Test of unordered_map. (1 Files changed, 32 Lines changed)
main/formfac/test2.cc 1.4 (+32 -156)
1/6/08 11:03 PMedwards
Induced changes. (1 Files changed, 1 Lines changed)
lib/Makefile.in 1.132 (+1 -1)
1/6/08 11:03 PMedwards
Added some diagnostic output. (2 Files changed, 73 Lines changed)
lib/formfac/formfac_manage_3pt_bb.cc 1.10 (+4 -4)
lib/formfac/formfac_manage_3pt.cc 1.7 (+69 -44)
1/6/08 11:02 PMedwards
Expose the write and read cache entries. (1 Files changed, 25 Lines changed)
include/formfac/formfac_manage_3pt.h 1.5 (+25 -3)
1/6/08 8:08 PMedwards
Periodic update. (1 Files changed, 9 Lines changed)
ChangeLog 1.472 (+9 -0)
1/6/08 5:03 PMedwards
Temporary (but not used) private unordered_map. (1 Files changed, 7 Lines changed)
lib/formfac/formfac_manage_3pt_bb.cc 1.9 (+7 -2)
1/6/08 5:01 PMedwards
Change equiv. (1 Files changed, 6 Lines changed)
lib/formfac/formfac_manage_3pt.cc 1.6 (+6 -13)
1/6/08 4:08 PMedwards
Periodic update. (1 Files changed, 62 Lines changed)
ChangeLog 1.471 (+62 -0)
1/6/08 3:00 PMedwards
Changed hash function for threept. (1 Files changed, 45 Lines changed)
lib/formfac/formfac_manage_3pt.cc 1.5 (+45 -15)
1/6/08 2:34 PMedwards
Added timer support. (4 Files changed, 225 Lines changed)
lib/adat/adat_stopwatch.cc 1.1 added 127
lib/formfac/formfac_manage_3pt_bb.cc 1.8 (+25 -2)
lib/Makefile.in 1.131 (+28 -10)
lib/formfac/formfac_manage_3pt.cc 1.4 (+45 -4)
1/6/08 2:33 PMedwards
Added adat_stopwatch. (2 Files changed, 65 Lines changed)
include/Makefile.in 1.77 (+11 -10)
include/adat/adat_stopwatch.h 1.1 added 54
1/6/08 2:33 PMedwards
Added adat/adat_stopwatch. (2 Files changed, 7 Lines changed)
lib/Makefile.am 1.30 (+5 -2)
include/Makefile.am 1.32 (+2 -1)
1/6/08 1:25 PMedwards
Switched from 3PtFuncMap to 3PtFunc. (1 Files changed, 3 Lines changed)
main/formfac/build_derivatives.cc 1.5 (+3 -3)
1/6/08 1:03 PMedwards
Removed insert. (1 Files changed, 5 Lines changed)
lib/formfac/formfac_manage_2pt.cc 1.2 (+5 -5)
1/6/08 1:03 PMedwards
Now have factory call back for both Map and non-Map varieties. (1 Files changed, 36 Lines changed)
lib/formfac/formfac_manage_3pt_bb.cc 1.7 (+36 -25)