Author Statistics for joewhaley

Back to Index Page

Author Details

Login: joewhaley
Fullname: joewhaley
Revisions: 776
Lines of Code: 46433
Added Lines of Code: 83615
Lines of Code per Change: 59.8

Author of the Month

  • January 2003
  • February 2003
  • March 2003
  • April 2003
  • June 2003
  • July 2003
  • August 2003
  • September 2003
  • October 2003
  • November 2003
  • March 2004
  • April 2004
  • May 2004
  • June 2004
  • July 2004
  • August 2004
  • September 2004
  • October 2004
  • November 2004
  • January 2005

Lines Of Code (per Author)

Lines Of Code for joewhaley (per module)

Activity

Commit Log

DateAuthorFile/Message
5/20/06 11:01 PMjoewhaley
Naughty sourceforge changed the CVS root. (1 Files changed, 3 Lines changed)
project.xml 1.19 (+3 -3)
10/12/05 10:59 PMjoewhaley
Added parameterized waiting factors. (1 Files changed, 7 Lines changed)
net/sf/javabdd/FindBestOrder.java 1.2 (+7 -3)
10/12/05 10:37 PMjoewhaley
Added parameterized waiting factors. (1 Files changed, 7 Lines changed)
net/sf/javabdd/TryVarOrder.java 1.3 (+7 -5)
10/12/05 3:27 AMjoewhaley
Added support in makeVarOrdering for when some variables are not in BDDDomains. (1 Files changed, 9 Lines changed)
net/sf/javabdd/BDDFactory.java 1.18 (+9 -6)
9/27/05 3:56 PMjoewhaley
Added support for variable translation during load. (2 Files changed, 29 Lines changed)
net/sf/javabdd/JFactory.java 1.28 (+9 -7)
net/sf/javabdd/BDDFactory.java 1.17 (+20 -4)
7/22/05 12:43 PMjoewhaley
Fix stupid warning. (1 Files changed, 1 Lines changed)
cudd_jni.c 1.16 (+1 -1)
7/22/05 12:36 PMjoewhaley
Added more fixes, error checking to setVarNum(). (1 Files changed, 23 Lines changed)
cudd_jni.c 1.15 (+23 -14)
7/22/05 12:11 PMjoewhaley
Fixes to CUDD to correctly get and set number of variables. (1 Files changed, 9 Lines changed)
cudd_jni.c 1.14 (+9 -3)
6/29/05 1:00 AMjoewhaley
Fixed implementation of CUDD pairing. Also added getCacheSize() (1 Files changed, 135 Lines changed)
cudd_jni.c 1.13 (+135 -74)
6/29/05 12:54 AMjoewhaley
Removed stale import. (1 Files changed, 2 Lines changed)
net/sf/javabdd/MicroFactory.java 1.12 (+2 -3)