Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 57 (100.0%) | 177 (100.0%) | 3.1 |
dav | 8 (14.0%) | 104 (58.8%) | 13.0 |
ahumphrey | 2 (3.5%) | 39 (22.0%) | 19.5 |
jas | 44 (77.2%) | 30 (16.9%) | 0.6 |
harman | 3 (5.3%) | 4 (2.3%) | 1.3 |
Remove extra Z_LIBRARY references.
1 lines of code changed in 2 files:
Revert tiff removal.
1 lines of code changed in 1 file:
Remove the jpeg, tiff (old SCIRun) and traceback libraries (old SGI). Remove dependencies on Z_LIBRARY that are not needed in certain Uintah libraries.
1 lines of code changed in 1 file:
GPUVector.h
- removed my previous commit. It's compilicates debugging in DDT.
Passing fineLevel_ROI into the kernel
Retreiving fine level data from GPU_dw is not working as it should....
0 lines of code changed in 2 files:
Added comment and convience methods for gpuVector & gpuIntVector
4 lines of code changed in 1 file:
Generating level parameters for DataOnion GPU kernel (multi-level ray marching).
Add convenience class - GPUPoint.
Pushing ever onward....
19 lines of code changed in 1 file:
Setup, layout and stubs for DataOnion ray trace kernel.
20 lines of code changed in 1 file:
More innocuous updates to get ready for main xml memory fix commit. These do not change the RT answers, but
get the code into a cleaner shape for the mail fix.
D Core/Containers/StringUtil.cc
D Core/Containers/StringUtil.h
A + Core/Util/StringUtil.cc
A + Core/Util/StringUtil.h
- Moved StringUtil into Core/Util.
M CCA/Components/DataArchiver/DataArchiver.cc
M CCA/Components/ProblemSpecification/ProblemSpecReader.cc
- Alphabetize #includes, update #include StringUtil.
M Core/Containers/sub.mk
- Remove StringUtil, remove tabs.
M Core/Geometry/IntVector.h
M Core/Geometry/IntVector.cc
M Core/Geometry/Vector.h
M Core/Geometry/Vector.cc
- Move 'fromString()' to its proper location.
- Remove tabs. Add {}. Remove dead code. Alphabetize #includes.
M Core/Grid/Grid.h
M Core/Grid/Grid.cc
- Alphabetize #includes. Inline one line function. Line up variables/functions, white space, etc.
- Added readLevelsFromFile(), parsePatchFromFile(), parseLevelFromFile(), parseGridFromFile() functions
- These functions are used to parse an input XML file line by line (instead of reading it into an
XML DOM that takes a huge amount of memory).
- HOWEVER, they are not used in the code in this commit. They will be used in a following commit.
M Core/Grid/SimulationState.cc
M Core/Grid/SimulationTime.cc
M Core/Grid/Task.cc
M Core/Persistent/Persistent.cc
M Core/Persistent/Pstreams.cc
M Core/Util/DynamicLoader.cc
M Core/Util/FileUtils.cc
- Alphabetize #includes. Update #include for StringUtil.
M Core/Util/sub.mk
- Alphabetize files. Update StringUtil.
104 lines of code changed in 8 files:
Made the following changes:
1. Compress large xml files. Remove sus log.
2. Add Changelog.
3. Add instructions for adding a new component to the build system.
4. Update OSX build in install documentation.
5. Update petsc version in install documentation.
6. Change Petsc version.
7. Remove references to Teem in installation. Remove the build directory
after creating the tarball for the release.
8. Remove Tracker feature.
9. Remove AIX references. Remove Basis/. Remove Teem. Remove sci_defs
include files related to SCIRun.
10. Remove old build dependency versions.
11. Add wasatch_3P 1.6.0 branch.
12. Remove bench.config file, update excludes when building release tar ball.
13. Remove *.orig and *.release files.
14. Update copyright date. Update version to 1.6.
27 lines of code changed in 40 files: