Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 64 (100.0%) | 415 (100.0%) | 6.4 |
mjc | 2 (3.1%) | 293 (70.6%) | 146.5 |
worthen | 20 (31.3%) | 48 (11.6%) | 2.4 |
bigler | 14 (21.9%) | 28 (6.7%) | 2.0 |
dgroulx | 7 (10.9%) | 19 (4.6%) | 2.7 |
sparker | 7 (10.9%) | 18 (4.3%) | 2.5 |
livne | 1 (1.6%) | 4 (1.0%) | 4.0 |
callahan | 6 (9.4%) | 3 (0.7%) | 0.5 |
jas | 1 (1.6%) | 2 (0.5%) | 2.0 |
mdavis | 4 (6.3%) | 0 (0.0%) | 0.0 |
dav | 2 (3.1%) | 0 (0.0%) | 0.0 |
Removed unused test_rigourous functions and test program. These
functions weren't even implemented as far as I can tell.
0 lines of code changed in 11 files:
Added include of Assert.h for those that are using SCI_NOPERSISTENT
1 lines of code changed in 1 file:
Compute new Datatype generation number on detach. (You detach because you want to change the object.)
0 lines of code changed in 2 files:
SCIRun/Core/Containers/Array1.h
SCIRun/Core/Containers/Array2.h
SCIRun/Core/Containers/Array3.h
Added #ifdef SCI_NOPERSISTENT to allow these classes to be compiled
without Pio stuff.
SCIRun/Core/Math/MiscMath.h
Added float versions of Floor and Ceil.
28 lines of code changed in 3 files:
Sort Superboxes by their ids before their pointer value
0 lines of code changed in 2 files:
Rearrange dynamic compilation includes again. Now they go data, basis, mesh, container, field, other. Point.h, Vector, etc are now included before the basis classes that depend upon them.
0 lines of code changed in 2 files:
keep separate include lists in CompileInfo, Basis, Mesh, Fields tagged to identify which list they belong in
8 lines of code changed in 1 file:
initial commit of H_O_Basis branch merge
285 lines of code changed in 1 file:
Fixed exception to print out line and file.
0 lines of code changed in 2 files:
Moved the operator<< to be friend functions as this allows the (g++) compiler to find the functions and not get confused and give a unknown function error message when compiling. Strangely, all (most?) << functions must be friends as most any arbitrary new << function that is not a friend function causes others to be 'lost'. Also had to put the << functions into the Uintah namespace in the .cc files.
4 lines of code changed in 1 file:
Added scope headings to the list templates to avoid wierd template errors
on thunder.
0 lines of code changed in 2 files:
Added two arguments to the end of all exception constructors, __FILE__ and __LINE__ for use in printing out meaningful exception info when exceptions are broken.
19 lines of code changed in 5 files:
Pass string arguments by reference not by value.
3 lines of code changed in 2 files:
Initialize variables -- eliminates gcc-4 warnings.
2 lines of code changed in 1 file:
Added ability to compile outside of SCIRun (disabling Persistent stuff)
14 lines of code changed in 3 files:
Retire .cvsignore files
0 lines of code changed in 1 file:
bool ends_with(string, string); added
0 lines of code changed in 4 files:
Get rid of unnecesesary SCICORESHARE (and add a necessary one) and pragmas
18 lines of code changed in 12 files:
Fixes for gcc 3.4 (these are only included by Uintah)
30 lines of code changed in 6 files:
Merge v1_24_0_release
3 lines of code changed in 2 files: