[root]/Packages/Uintah/Core/Exceptions
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 79 (100.0%) | 307 (100.0%) | 3.8 |
dgroulx | 61 (77.2%) | 178 (58.0%) | 2.9 |
jones | 3 (3.8%) | 113 (36.8%) | 37.6 |
harman | 4 (5.1%) | 13 (4.2%) | 3.2 |
jas | 2 (2.5%) | 2 (0.7%) | 1.0 |
dav | 1 (1.3%) | 1 (0.3%) | 1.0 |
worthen | 7 (8.9%) | 0 (0.0%) | 0.0 |
sparker | 1 (1.3%) | 0 (0.0%) | 0.0 |
Point the user upstream of compute equilibration pressure when max Iteration exception is thrown.
0 lines of code changed in 2 files:
Print message specified in the constructor along with other info
0 lines of code changed in 4 files:
Changed cout to std::cout so it would be defined.
0 lines of code changed in 2 files:
Use std::cout.
1 lines of code changed in 1 file:
Now the filename and line number will be prepended to the message for all
exceptions, even where exceptions are not crashing on a platform.
44 lines of code changed in 14 files:
Made the InvalidValue exception inherit from the global SCIRun Exception class instead of
ProblemSetupException. Also added a few include lines for files that were effected by
this change.
17 lines of code changed in 3 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.
74 lines of code changed in 30 files:
Added optional output statements to all exception constructors. If you
configure with '--enable-exceptions-crash' all exceptions will print out their
message. This is for gcc3.3 and earlier compilers which do not properly
print out c++ exceptions.
43 lines of code changed in 10 files:
Added Core/Geometry to Uintah exceptions dependencies for unresolved symbols.
0 lines of code changed in 2 files:
Added the level index to the exception messages and the cout_doing (ICE only)
statements. Now when it croaks we'll know the cell and the level.
13 lines of code changed in 2 files:
Revert single large Uintah_Core.so to smaller Uintah_Core_*.so.
2 lines of code changed in 1 file:
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
0 lines of code changed in 3 files:
Re-organizing Core/Grid.
113 lines of code changed in 3 files: