[root]/Core/Util
Comm
(0 files, 0 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 84 (100.0%) | 4448 (100.0%) | 52.9 |
dav | 21 (25.0%) | 2474 (55.6%) | 117.8 |
jas | 54 (64.3%) | 1913 (43.0%) | 35.4 |
luitjens | 8 (9.5%) | 41 (0.9%) | 5.1 |
jthornoc | 1 (1.2%) | 20 (0.4%) | 20.0 |
Missed an osx fix.
0 lines of code changed in 2 files:
OSX Snow Leopard fixs from Dav. (First OSX to truely support 64 bits.)
M include/sci_defs/osx_testdefs.h.in
OSX Hack isn't used any more, so I removed it. Added the snow leopard #define.
M CCA/Components/Schedulers/OnDemandDataWarehouse.h
No one uses the boundary layer parameter so I removed it.
M CCA/Components/Schedulers/TaskGraph.h
- Removed tabs messing up indentation.
- Made a few params 'const'.
M CCA/Components/Schedulers/TaskGraph.cc
- Mostly cosmetics:
- Added some white space.
- Added some {}.
- Made a few params 'const'.
M CCA/Components/Schedulers/OnDemandDataWarehouse.cc
- An undefined boundary layer was being passed in even though no one uses it, so
default it to 0,0,0.
M CCA/Components/Schedulers/SchedulerCommon.cc
- Use 'const'.
M CCA/Ports/DataWarehouse.h
- Indent.
- In allocateTemporary(), you can't give a reference parameter (boundaryLayer) a default value. Not
sure why this compiles on other machines.
M Core/Grid/Patch.h
- White space cosmetics.
M Core/Grid/Variables/ParticleVariableBase.h
M Core/Grid/Variables/ParticleSubset.h
- Can't have a function differentiated only by return type (and particularly just by 'const' on the return type).
Not sure why other compiles allow this, and/or which function they actually 'link in', but the OSX 10 compiler
doesn't like it.
M Core/Grid/Variables/ReductionVariable_special.cc
- Don't compile some of these things under snow leopard.
M Core/Grid/Variables/ParticleVariableBase.cc
- Cosmetics.
M Core/Thread/Thread.cc
- Fix a warning for John. ;)
M Core/Disclosure/TypeUtils.cc
- 64 bit functions that become multiply defined if left in for Snow Leopard.
M Core/Util/Endian.cc
- White space!
M StandAlone/sub.mk
- Need Core/OS to link.
M StandAlone/tools/puda/varsummary.cc
- 64 bit overloaded function fix for OSX snow leopard.
M configure.ac
- OSX snow leopard fixes.
- NOTE: Not checking in configure because I don't have the correct autoconf version on this
machine. I will fix this in the next commit (coming shortly).
20 lines of code changed in 1 file:
Remove circular dependency by moving WAIT_FOR_DEBUGGER stuff to Core/Exceptions
0 lines of code changed in 5 files:
Possible fix for circular dependency.
14 lines of code changed in 2 files:
Add c includes.
2 lines of code changed in 3 files:
Still need Dynamic compilation stuff (until Fields go away (shortly)). Putting it back.
2472 lines of code changed in 5 files:
D DynamicLoader.cc
D DynamicLoader.h
M sub.mk
D DynamicCompilation.cc
D DynamicCompilation.h
- New 'Uintah' does not use dynamic compilation... so removing associated files.
M Environment.cc
- Don't use ITCL, LOAD_PACKAGE, THIRDPARTY anymore.
0 lines of code changed in 7 files:
M CCA/Components/ProblemSpecification/ProblemSpecReader.cc
Update ups_spec to allow for validating MULTIPLE_VECTORS.
M StandAlone/inputs/UPS_SPEC/ups_spec.xml
Use MULTIPLE_VECTORS for <min_patch_size>
M Core/Containers/StringUtil.h
M Core/Containers/StringUtil.cc
M Core/Util/FileUtils.cc
Clean up StringUtil functions.
2 lines of code changed in 2 files:
Remove sgi woff ifdefs.
0 lines of code changed in 4 files:
Modified the WAIT_FOR_DEBUGGER macro so that it is now a function call. This is nicer in gdb.
16 lines of code changed in 3 files:
Remove unused files.
0 lines of code changed in 3 files:
Remove sgi_stl_warnings include line
1180 lines of code changed in 24 files:
Remove the Packages/Uintah/
4 lines of code changed in 8 files:
Move Uintah/Core/Util to Core/Util/
667 lines of code changed in 7 files:
Remove CMakeLists.txt
0 lines of code changed in 1 file:
use delete[] instead of delete.
1 lines of code changed in 1 file:
Fix for a small memory leak.
8 lines of code changed in 1 file:
Moved WAIT_FOR_DEBUGGER macro to Assert.h
2 lines of code changed in 1 file:
Add the MIT License to every *.cc, *.h,*.F, and sub.mk file.
60 lines of code changed in 4 files: