Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 99 (100.0%) | 720 (100.0%) | 7.2 |
dav | 9 (9.1%) | 638 (88.6%) | 70.8 |
jas | 81 (81.8%) | 44 (6.1%) | 0.5 |
harman | 3 (3.0%) | 36 (5.0%) | 12.0 |
ahumphrey | 6 (6.1%) | 2 (0.3%) | 0.3 |
Pull some leftover MSC_VER weeds
0 lines of code changed in 4 files:
Fixes for c++-11 with g++ 5.1.
0 lines of code changed in 2 files:
Fix bug in GPUDW error reporting. Was reporting mixture of varDB and LevelDB info in levelDB error reporting.
Modify/enhance other GPUDW reporting.
2 lines of code changed in 2 files:
Added the utilities
isThread0
printThread()
printBlock()
printGetError()
- added level to the print statement. Only output with thread0, this helps but
there are still issues.
36 lines of code changed in 3 files:
A XMLUtils.h
A XMLUtils.cc
- XML helper functions for parsing XML on the fly (instead of into a DOM object via libxml2).
They are used to read XML data without storing it in an intermediary data structure, and
thus save us from having the xml library use up a huge amount of memory.
These files should have been commited with the previous commit.
226 lines of code changed in 2 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.
412 lines of code changed in 7 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.
44 lines of code changed in 79 files: