Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 39 (100.0%) | 465 (100.0%) | 11.9 |
/ | 2 (5.1%) | 319 (68.6%) | 159.5 |
Packages/rtrt/Core/ | 24 (61.5%) | 132 (28.4%) | 5.5 |
Packages/rtrt/Dataflow/Modules/Scenes/ | 2 (5.1%) | 9 (1.9%) | 4.5 |
Packages/rtrt/StandAlone/scenes/ | 3 (7.7%) | 3 (0.6%) | 1.0 |
Packages/rtrt/Dataflow/Ports/ | 2 (5.1%) | 1 (0.2%) | 0.5 |
Packages/rtrt/Dataflow/Modules/Render/ | 2 (5.1%) | 1 (0.2%) | 0.5 |
Core/Thread/ | 2 (5.1%) | 0 (0.0%) | 0.0 |
Core/Containers/ | 2 (5.1%) | 0 (0.0%) | 0.0 |
SCIRun/Core/Thread/Thread_pthreads.cc
Added saftey checks around use of Thread::self() to avoid issues with foriegn
threads --> Thread::self() returns null in these cases
Applied to
- RecursiveMutex::lock()
- ConditionVariable::wait
- ConditionVariable::timedWait()
- Barrier::wait
0 lines of code changed in 2 files:
Added missing #include Assert.h>
0 lines of code changed in 2 files:
Core/Array2.cc
Core/Array2.h
Core/Background.cc
Core/BrickArray2.h
Core/BrickArray3.h
Core/Heightfield.cc
Core/Heightfield.h
Core/ImageMaterial.cc
Core/templates.cc
Trying to fix weird Pio template issues.
Core/Gui.cc
Core/Gui.h
Got rid of glut_dpy and glut_win which were really dangerous and not
really needed anymore since the Glut window isn't part of the main
rtrt window.
Core/HVolume.h
Core/HVolumeVis.h
Fixes for gcc 4.0 (i.e. the stupid this->parentClassMember issue).
Core/VolumeVis2D.h
Wrong class name for Volvis3DDpy.
Dataflow/Modules/Render/sub.mk
Dataflow/Modules/Scenes/sub.mk
Dataflow/Ports/sub.mk
Dataflow/Ports is now in Dataflow/Network.
StandAlone/scenes/3ds.cc
Added option for x86_64
StandAlone/scenes/sub.mk
Removed terrain an dheightfield until we can fix the Pio template
gunk.
146 lines of code changed in 33 files:
Try to compile glui and oogl with the C++ copiler.
319 lines of code changed in 2 files: