/trunk/src Developers: cgribble

Login name:
cgribble
Total Commits:
39 (0.2%)
Lines of Code:
465 (0.1%)
Most Recent Commit:
2006-06-06 20:49

Activity by Clock Time

Activity by Hour of Day for cgribble

Activity by Day of Week for cgribble

Activity in Directories

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

Activity of cgribble

Most Recent Commits

cgribble 2006-06-06 20:49 Rev.: 34434

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:

  • Core/Thread: Thread_pthreads.cc (changed)
cgribble 2006-05-16 12:48 Rev.: 34241

Added missing #include Assert.h>

0 lines of code changed in 2 files:

  • Core/Containers: Array1.h (new)
cgribble 2006-03-24 16:25 Rev.: 33642


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:

  • Packages/rtrt/Core: Array2.cc (+6 -5), Array2.h (+9 -3), Background.cc (+1 -1), BrickArray2.h (new), BrickArray3.h (+1), Gui.cc (-10), Gui.h (-2), HVolume.h (+1), HVolumeVis.h (+55 -38), Heightfield.cc (+17 -16), Heightfield.h (+7 -5), ImageMaterial.cc (new), VolumeVis2D.h (new), templates.cc (+13 -22)
  • Packages/rtrt/Dataflow/Modules/Render: sub.mk (new)
  • Packages/rtrt/Dataflow/Modules/Scenes: sub.mk (new)
  • Packages/rtrt/Dataflow/Ports: sub.mk (new)
  • Packages/rtrt/StandAlone/scenes: 3ds.cc (new), sub.mk (+2 -2)
cgribble 2006-03-24 16:13 Rev.: 33641

Try to compile glui and oogl with the C++ copiler.

319 lines of code changed in 2 files:

  • configure (+312 -147), configure.ac (+7)
Generated by StatSVN 0.4.0