[root]/Packages/Uintah/Core/ProblemSpec
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 31 (100.0%) | 439 (100.0%) | 14.1 |
livne | 2 (6.5%) | 330 (75.2%) | 165.0 |
dgroulx | 5 (16.1%) | 47 (10.7%) | 9.4 |
dav | 2 (6.5%) | 21 (4.8%) | 10.5 |
jones | 8 (25.8%) | 20 (4.6%) | 2.5 |
worthen | 4 (12.9%) | 9 (2.1%) | 2.2 |
jas | 8 (25.8%) | 8 (1.8%) | 1.0 |
bigler | 1 (3.2%) | 4 (0.9%) | 4.0 |
sparker | 1 (3.2%) | 0 (0.0%) | 0.0 |
Add getting an unsigned int value.
0 lines of code changed in 4 files:
Changed the operator<< to not work on a * (pointer). This was done for two reasons, 1) we should probably not mask the ability to print out the value of the address. 2) The compiler was confused and did not find the operator<< we created for the pointer so it did the default of printing out just the address. Thanks to the fact that Bryan encapsulated all the xerces stuff, we only had to make the updates to these two files. The declarations for operator<< for DOM stuff were moved into the .cc file as no-one else should be using them (I hope).
21 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.
330 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.
18 lines of code changed in 1 file:
Remove debug printouts.
0 lines of code changed in 1 file:
Mistyped variable name in previous commit, fixed this.
1 lines of code changed in 1 file:
Changed whitespace fix so that it will now look for all whitespace characters
in the entire string.
9 lines of code changed in 1 file:
Changed the white-space removal code in the ProblemSpec::get(string&)
function.
19 lines of code changed in 1 file:
Can retrieve the ith port from a UintahParallelComponent. Can have multiple
connections to a port.
4 lines of code changed in 1 file:
Comments about how Xerces doesn't release the memory when you release
the DOMDocument, like it should.
4 lines of code changed in 1 file:
Revert single large Uintah_Core.so to smaller Uintah_Core_*.so.
4 lines of code changed in 2 files:
Convert all libraries under the Uintah_Core_ to a single Uintah_Core.so.
0 lines of code changed in 1 file:
Retire .cvsignore files
0 lines of code changed in 1 file:
Use Core/Grid/Variables instead of Core/Variables, and satisfy picky Mac linker
1 lines of code changed in 1 file:
Fixes for gcc 3.4
1 lines of code changed in 1 file:
Re-organizing Core/Grid.
3 lines of code changed in 6 files:
Fixed linker error on Frost.
17 lines of code changed in 2 files:
Add a few modifications to create nicer-looking xml files
7 lines of code changed in 2 files: