Directory Statistics for other_libs/xpath_reader/lib/

Back to Index Page

Lines Of Code for other_libs/xpath_reader/lib/

Commits for other_libs/xpath_reader/lib/ (per author)

AuthorRevisionsLines of CodeAdded Lines of CodeLines of Code per Change
bjoo42 (51.9%) -256 (-11.9%) 2110 (36.4%) -6.10
edwards38 (46.9%) 2430 (112.7%) 3589 (61.8%) 63.95
dgr1 (1.2%) -17 (-0.8%) 104 (1.8%) -17.00

Commit Log

DateAuthorFile/Message
10/27/07 5:16 PMedwards
Induced changes (1 Files changed, 55 Lines changed)
other_libs/xpath_reader/lib/Makefile.in 1.31 (+55 -41)
7/17/07 12:56 PMbjoo
Made some C++ warnings go away (1 Files changed, 10 Lines changed)
other_libs/xpath_reader/lib/basic_xpath_reader.cc 1.19 (+10 -1)
10/18/06 5:48 PMedwards
Induced changes (1 Files changed, 1 Lines changed)
other_libs/xpath_reader/lib/Makefile.in 1.30 (+1 -1)
7/16/06 11:21 PMedwards
Changed precision of float to 7 digits and double to 15 digits. (1 Files changed, 1 Lines changed)
other_libs/xpath_reader/lib/xml_simplewriter.cc 1.10 (+1 -1)
7/16/06 3:20 PMedwards
Changed precision format of single. (1 Files changed, 3 Lines changed)
other_libs/xpath_reader/lib/xml_simplewriter.cc 1.9 (+3 -0)
7/16/06 3:18 PMedwards
Changed precision format of single and doubles. (1 Files changed, 3 Lines changed)
other_libs/xpath_reader/lib/xml_simplewriter.cc 1.8 (+3 -9)
6/23/06 4:15 PMbjoo
Patched xm_simplewriter to write longer floats and even longer doubles (1 Files changed, 52 Lines changed)
other_libs/xpath_reader/lib/xml_simplewriter.cc 1.7 (+52 -3)
2/23/06 10:41 AMbjoo
Added set function to XML Readers to allow replacement of expression at a given Xpath (1 Files changed, 40 Lines changed)
other_libs/xpath_reader/lib/basic_xpath_reader.cc 1.18 (+40 -1)
10/17/05 12:31 AMedwards
Induced changes. (1 Files changed, 0 Lines changed)
other_libs/xpath_reader/lib/Makefile.in 1.29 (+0 -0)
10/17/05 12:30 AMedwards
Moved inline functions to lib file. (1 Files changed, 891 Lines changed)
other_libs/xpath_reader/lib/basic_xpath_reader.cc 1.17 (+891 -23)
7/5/05 12:04 PMbjoo
now Makefile.ins (1 Files changed, 0 Lines changed)
other_libs/xpath_reader/lib/Makefile.in 1.28 (+0 -0)
6/27/05 10:11 AMbjoo
Added memory manager and functions to move to and from FastMemory now Makefile.ins (1 Files changed, 0 Lines changed)
other_libs/xpath_reader/lib/Makefile.in 1.27 (+0 -0)
6/16/05 8:00 AMbjoo
flopcounts now Makefile.ins (1 Files changed, 0 Lines changed)
other_libs/xpath_reader/lib/Makefile.in 1.26 (+0 -0)
6/16/05 7:58 AMbjoo
flopcounts Makefile.ams first (1 Files changed, 0 Lines changed)
other_libs/xpath_reader/lib/Makefile.am 1.11 (+0 -0)
6/16/05 7:53 AMbjoo
Makefile.in s third (1 Files changed, 0 Lines changed)
other_libs/xpath_reader/lib/Makefile.in 1.25 (+0 -0)
6/13/05 4:37 AMbjoo
AR in xpath_reader (1 Files changed, 2 Lines changed)
other_libs/xpath_reader/lib/Makefile.in 1.24 (+2 -1)
5/16/05 8:48 PMedwards
Induced changes. (1 Files changed, 0 Lines changed)
other_libs/xpath_reader/lib/Makefile.in 1.23 (+0 -0)
4/27/05 3:48 PMedwards
Renamed files to have unique xml prefix. Put namespaces
around Array and TComplex.
(2 Files changed, 2 Lines changed)
other_libs/xpath_reader/lib/xml_struct_writer.cc 1.3 (+1 -1)
other_libs/xpath_reader/lib/attribute.cc 1.2 (+1 -1)
4/19/05 12:43 PMedwards
Induced changes. (1 Files changed, 121 Lines changed)
other_libs/xpath_reader/lib/Makefile.in 1.22 (+121 -104)
3/29/05 8:26 AMbjoo
Removed using namespace std from simplewriter and headers in some places as it conflicted with something on a sun. Replaced with suitable std:: prefixes (1 Files changed, 39 Lines changed)
other_libs/xpath_reader/lib/xml_simplewriter.cc 1.6 (+39 -40)