Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 20 (100.0%) | 220 (100.0%) | 11.0 |
dav | 4 (20.0%) | 174 (79.1%) | 43.5 |
ahumphrey | 2 (10.0%) | 38 (17.3%) | 19.0 |
jas | 14 (70.0%) | 8 (3.6%) | 0.5 |
* Don't pass c++11 flag to NVCC. NVCC from CUDA <=6.0 doesn't support it. We don't use C++11 features in any NVCC compiled code anyway (yet).
* this allows us to run using C++11 features in Uintah code and CUDA 5.5 on Titan
* generate new configure script
* Fix C++11 compiler error about inability to find string literal in Allocator.cc (SCIRun::PrintTag(void*))
38 lines of code changed in 2 files:
M Core/Malloc/Allocator.cc
- Purely cosmetic update - differentiate between two error messages that had same text.
M Core/Malloc/new.cc
M Core/Parallel/Parallel.cc
- Purely cosmetic white space/coding standard updates.
- Removed #if sgi code.
M CCA/Components/MPM/ImpMPM.cc
- Cosmetic update in preparation for XML memory fix update.
174 lines of code changed in 3 files:
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.
0 lines of code changed in 1 file:
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.
8 lines of code changed in 14 files: