Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 257 (100.0%) | 7697 (100.0%) | 29.9 |
CCA/Components/TxtBuilder/ | 29 (11.3%) | 2633 (34.2%) | 90.7 |
SCIRun/Corba/ | 22 (8.6%) | 2397 (31.1%) | 108.9 |
CCA/Components/Builder/ | 17 (6.6%) | 1374 (17.9%) | 80.8 |
CCA/Components/PDEdriver/ | 4 (1.6%) | 302 (3.9%) | 75.5 |
SCIRun/Vtk/ | 19 (7.4%) | 178 (2.3%) | 9.3 |
Core/CCA/PIDL/ | 30 (11.7%) | 110 (1.4%) | 3.6 |
CCA/Components/CORBA/xml/ | 2 (0.8%) | 81 (1.1%) | 40.5 |
Core/CCA/Comm/ | 16 (6.2%) | 73 (0.9%) | 4.5 |
main/ | 6 (2.3%) | 60 (0.8%) | 10.0 |
CCA/Components/VTK/IO/ | 9 (3.5%) | 58 (0.8%) | 6.4 |
CCA/Components/FEM/ | 3 (1.2%) | 55 (0.7%) | 18.3 |
CCA/Components/VTK/Rendering/ | 12 (4.7%) | 51 (0.7%) | 4.2 |
Core/CCA/tools/sidl/ | 4 (1.6%) | 45 (0.6%) | 11.2 |
CCA/Components/FileReader/ | 2 (0.8%) | 33 (0.4%) | 16.5 |
Core/CCA/spec/ | 2 (0.8%) | 32 (0.4%) | 16.0 |
CCA/Components/Tri/ | 2 (0.8%) | 32 (0.4%) | 16.0 |
CCA/Components/LinSolver/ | 2 (0.8%) | 24 (0.3%) | 12.0 |
include/ | 1 (0.4%) | 23 (0.3%) | 23.0 |
Core/CCA/Comm/DT/ | 6 (2.3%) | 21 (0.3%) | 3.5 |
CCA/Components/Viewer/ | 4 (1.6%) | 17 (0.2%) | 4.2 |
SCIRun/Internal/ | 10 (3.9%) | 16 (0.2%) | 1.6 |
SCIRun/ | 9 (3.5%) | 15 (0.2%) | 1.6 |
SCIRun/CCA/ | 3 (1.2%) | 10 (0.1%) | 3.3 |
CCA/Components/VTK/Graphics/ | 4 (1.6%) | 10 (0.1%) | 2.5 |
CCA/Components/ | 3 (1.2%) | 8 (0.1%) | 2.6 |
SCIRun/Babel/ | 1 (0.4%) | 7 (0.1%) | 7.0 |
testprograms/Component/passPPtr/ | 3 (1.2%) | 4 (0.1%) | 1.3 |
testprograms/Component/exceptiontest/ | 4 (1.6%) | 4 (0.1%) | 1.0 |
testprograms/Component/OESort/ | 3 (1.2%) | 4 (0.1%) | 1.3 |
testprograms/Component/subsetter/ | 1 (0.4%) | 3 (0.0%) | 3.0 |
testprograms/Component/testDT/ | 2 (0.8%) | 2 (0.0%) | 1.0 |
testprograms/Component/ppArr/ | 1 (0.4%) | 2 (0.0%) | 2.0 |
testprograms/Component/pingpongArr/ | 2 (0.8%) | 2 (0.0%) | 1.0 |
testprograms/Component/mxnargtest/ | 1 (0.4%) | 2 (0.0%) | 2.0 |
testprograms/Component/LUFactor/ | 2 (0.8%) | 2 (0.0%) | 1.0 |
testprograms/Component/Jacobi/ | 2 (0.8%) | 2 (0.0%) | 1.0 |
Core/CCA/ | 2 (0.8%) | 2 (0.0%) | 1.0 |
CCA/Components/xml/ | 1 (0.4%) | 2 (0.0%) | 2.0 |
CCA/Components/PHello/ | 2 (0.8%) | 1 (0.0%) | 0.5 |
testprograms/Component/pingpong/ | 2 (0.8%) | 0 (0.0%) | 0.0 |
testprograms/Component/argtest/ | 1 (0.4%) | 0 (0.0%) | 0.0 |
testprograms/Component/ | 2 (0.8%) | 0 (0.0%) | 0.0 |
testprograms/ | 2 (0.8%) | 0 (0.0%) | 0.0 |
Core/CCA/SSIDL/ | 2 (0.8%) | 0 (0.0%) | 0.0 |
changed F10 to F9 so gnome-terminal will not intercept it
0 lines of code changed in 4 files:
added hints for TxtBuilder; added UserGuider for TxtBuilder
41 lines of code changed in 4 files:
removed a compliation error
0 lines of code changed in 2 files:
remove some unecessary output messages
29 lines of code changed in 14 files:
remove some unecessaryoutput messages
58 lines of code changed in 23 files:
new version of TxtBuilder using ncurse library, mouse is not supported yet
2592 lines of code changed in 19 files:
remove warnings caused by unsigned/signed comparison and base object initialization order
9 lines of code changed in 1 file:
compile testDT only with MPI
0 lines of code changed in 2 files:
remove MPI requirement from SCIRunLoader
2 lines of code changed in 2 files:
remove <mpi.h>
0 lines of code changed in 1 file:
remove included file:mpi.h
0 lines of code changed in 3 files:
remove linkage of MPI_LIBRARY
0 lines of code changed in 3 files:
move MPI code out from PRMI.*
26 lines of code changed in 4 files:
move PRMI initialization to ploader
47 lines of code changed in 1 file:
added sci_mpi.h
23 lines of code changed in 1 file:
fixed the MPI link errors based on Dav's idea. If any one needs to include mpi.h, please include <sci_defs/mpi_defs.h> and then include <sci_mpi.h>.
27 lines of code changed in 23 files:
fixed the MPI dependency problem. If one needs to include mpi.h, please include <sci_defs/mpi_defs.h> and then include <sci_mpi.h>.
228 lines of code changed in 34 files:
fixed goPort uiPort connection problem
395 lines of code changed in 1 file:
remove updatePorts() in paintEvent()
0 lines of code changed in 1 file:
remove 'steps'
2 lines of code changed in 1 file:
(15 more)