Directory Packages/Uintah/Core/ProblemSpec/

Total Files:
3
Deleted Files:
5
Lines of Code:
1937

[root]/Packages/Uintah/Core/ProblemSpec

Lines of Code

Packages/Uintah/Core/ProblemSpec/ Lines of Code

Developers

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

Most Recent Commits

jas 2005-08-30 16:43 Rev.: 31781

Add getting an unsigned int value.

0 lines of code changed in 4 files:

  • Packages/Uintah/Core/ProblemSpec: ProblemSpec.cc (changed), ProblemSpec.h (new)
dav 2005-08-24 14:15 Rev.: 31691

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:

  • Packages/Uintah/Core/ProblemSpec: ProblemSpec.cc (+21 -17), ProblemSpec.h (-4)
livne 2005-08-22 13:22 Rev.: 31637

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:

  • Packages/Uintah/Core/ProblemSpec: ProblemSpec.cc (+324 -260), ProblemSpec.h (+6 -5)
dgroulx 2005-07-12 12:26 Rev.: 31087

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:

  • Packages/Uintah/Core/ProblemSpec: ProblemSpec.cc (+18 -18)
dgroulx 2005-06-07 00:18 Rev.: 30589

Remove debug printouts.

0 lines of code changed in 1 file:

  • Packages/Uintah/Core/ProblemSpec: ProblemSpec.cc (-3)
dgroulx 2005-06-06 23:57 Rev.: 30588

Mistyped variable name in previous commit, fixed this.

1 lines of code changed in 1 file:

  • Packages/Uintah/Core/ProblemSpec: ProblemSpec.cc (+1 -1)
dgroulx 2005-06-06 23:33 Rev.: 30587

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:

  • Packages/Uintah/Core/ProblemSpec: ProblemSpec.cc (+9 -18)
dgroulx 2005-06-06 20:03 Rev.: 30586

Changed the white-space removal code in the ProblemSpec::get(string&)
function.

19 lines of code changed in 1 file:

  • Packages/Uintah/Core/ProblemSpec: ProblemSpec.cc (+19 -6)
jas 2005-06-03 18:30 Rev.: 30547

Can retrieve the ith port from a UintahParallelComponent. Can have multiple
connections to a port.

4 lines of code changed in 1 file:

  • Packages/Uintah/Core/ProblemSpec: ProblemSpec.cc (+4 -1)
bigler 2005-06-01 16:11 Rev.: 30478


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:

  • Packages/Uintah/Core/ProblemSpec: ProblemSpec.cc (+4)
jas 2005-04-29 11:45 Rev.: 30030

Revert single large Uintah_Core.so to smaller Uintah_Core_*.so.

4 lines of code changed in 2 files:

  • Packages/Uintah/Core/ProblemSpec: sub.mk (+4)
jas 2005-04-27 13:40 Rev.: 29989

Convert all libraries under the Uintah_Core_ to a single Uintah_Core.so.

0 lines of code changed in 1 file:

  • Packages/Uintah/Core/ProblemSpec: sub.mk (-4)
sparker 2005-04-15 19:36 Rev.: 29841

Retire .cvsignore files

0 lines of code changed in 1 file:

  • Packages/Uintah/Core/ProblemSpec: .cvsignore (del)
worthen 2005-03-02 14:34 Rev.: 29063

Use Core/Grid/Variables instead of Core/Variables, and satisfy picky Mac linker

1 lines of code changed in 1 file:

  • Packages/Uintah/Core/ProblemSpec: sub.mk (+1 -1)
worthen 2005-02-08 14:26 Rev.: 28526

Fixes for gcc 3.4

1 lines of code changed in 1 file:

  • Packages/Uintah/Core/ProblemSpec: ProblemSpec.h (+1 -1)
jones 2005-01-29 18:04 Rev.: 28367

Re-organizing Core/Grid.

3 lines of code changed in 6 files:

  • Packages/Uintah/Core/ProblemSpec: Handle.h (del), ProblemSpec.h (+2 -2), RefCounted.cc (del), RefCounted.h (del), constHandle.h (del), sub.mk (+1 -2)
jones 2005-01-24 15:47 Rev.: 28185

Fixed linker error on Frost.

17 lines of code changed in 2 files:

  • Packages/Uintah/Core/ProblemSpec: RefCounted.cc (new 15), RefCounted.h (new 2)
worthen 2005-01-06 22:26 Rev.: 27867

Add a few modifications to create nicer-looking xml files

7 lines of code changed in 2 files:

  • Packages/Uintah/Core/ProblemSpec: ProblemSpec.cc (+6 -2), ProblemSpec.h (+1 -1)
Generated by StatSVN 0.4.0