Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 33 (100.0%) | 512 (100.0%) | 15.5 |
mjc | 14 (42.4%) | 247 (48.2%) | 17.6 |
callahan | 5 (15.2%) | 239 (46.7%) | 47.8 |
dav | 3 (9.1%) | 10 (2.0%) | 3.3 |
yarden | 3 (9.1%) | 7 (1.4%) | 2.3 |
worthen | 5 (15.2%) | 7 (1.4%) | 1.4 |
jeroen | 3 (9.1%) | 2 (0.4%) | 0.6 |
completely revert commit 32690, as it broke all of Uintah
163 lines of code changed in 8 files:
removal of xerces, replaced with libxml2, turn on validaton for component loading, fix all invalid xml
84 lines of code changed in 4 files:
fix compile
0 lines of code changed in 2 files:
Mostly cosmetics: (indent, remove compiler warnings, etc)
General examples of changes are:
- replaced while(1) with for(;;)
(I like while(1), but this gets rid of the compiler warning...)
- Used sci_comp_warn_fixes.h for RETURN/BREAK after throws/asserts.
- Removed 'const' on return type as it is meaningless.
- removed unnecessary ';' after some functions.
- turned off SGI warning about casting
Core/Basis/Locate.cc
- Added NOT_FINISHED()
10 lines of code changed in 3 files:
finish separation of Core from Dataflow
7 lines of code changed in 3 files:
reduced file buffer to within 16bit limit
0 lines of code changed in 2 files:
Possible fix for Chris's stability problem with scirunremote
2 lines of code changed in 1 file:
use LSTAT, and get rid of some share.h includes
7 lines of code changed in 5 files:
Merge v1_24_0_release
239 lines of code changed in 5 files: