Directory SCIRun/Internal/

Total Files:
30
Deleted Files:
2
Lines of Code:
3003

[root]/SCIRun/Internal

Lines of Code

SCIRun/Internal/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 128 (100.0%) 2040 (100.0%) 15.9
ayla 67 (52.3%) 1016 (49.8%) 15.1
yarden 34 (26.6%) 925 (45.3%) 27.2
damevski 17 (13.3%) 83 (4.1%) 4.8
kzhang 10 (7.8%) 16 (0.8%) 1.6

Most Recent Commits

ayla 2005-12-14 18:39 Rev.: 32857

Inherit common component description members.

0 lines of code changed in 4 files:

  • SCIRun/Internal: InternalServiceDescription.cc (new), InternalServiceDescription.h (new)
ayla 2005-12-14 18:34 Rev.: 32854

Generate unique name before creating component instance.

0 lines of code changed in 2 files:

  • SCIRun/Internal: BuilderService.cc (changed)
ayla 2005-11-18 19:05 Rev.: 32588

Changes to internal component creation and deletion.

262 lines of code changed in 15 files:

  • SCIRun/Internal: BuilderService.cc (-1), ComponentEventService.cc (new), ComponentRegistry.cc (new), ConnectionEventService.cc (new), FrameworkProperties.cc (-1), FrameworkProxyService.cc (new), InternalComponentModel.cc (+23 -20), InternalFrameworkServiceDescription.cc (new)
ayla 2005-11-18 17:52 Rev.: 32586

Make service type visible to subclasses.

22 lines of code changed in 1 file:

  • SCIRun/Internal: InternalServiceDescription.h (+22 -20)
ayla 2005-11-10 16:16 Rev.: 32504

Updates to component models, services.

7 lines of code changed in 4 files:

  • SCIRun/Internal: BuilderService.cc (+3 -2), BuilderService.h (new), FrameworkProperties.cc (+1 -2)
ayla 2005-11-09 13:44 Rev.: 32476

Correct disable dataflow bug: check value of sci_required_dataflow. Setting sci_required_scirun is also useful. Add sci_defs header to files that check BUILD_DATAFLOW.

4 lines of code changed in 1 file:

  • SCIRun/Internal: InternalComponentModel.cc (+4 -2)
ayla 2005-10-14 11:51 Rev.: 32152

Documentation update

21 lines of code changed in 1 file:

  • SCIRun/Internal: BuilderService.h (+21 -17)
kzhang 2005-09-16 15:38 Rev.: 31978

remove some unecessary output messages

10 lines of code changed in 7 files:

  • SCIRun/Internal: BuilderService.cc (+2 -2), ComponentEventService.cc (+1 -1), ComponentRegistry.cc (+1 -1), ConnectionEventService.cc (+3 -3), FrameworkProxyService.cc (+1 -7), InternalComponentInstance.cc (new)
ayla 2005-08-31 23:46 Rev.: 31824

Comment region.

41 lines of code changed in 1 file:

  • SCIRun/Internal: InternalComponentModel.cc (+41 -35)
damevski 2005-08-30 13:50 Rev.: 31770

Added locking, making SR2 hopefully thread-safe

49 lines of code changed in 9 files:

  • SCIRun/Internal: ComponentEventService.cc (+13 -1), ComponentEventService.h (+5), ConnectionEventService.cc (+6 -1), ConnectionEventService.h (new), InternalComponentModel.cc (+9 -1), InternalComponentModel.h (+12 -6)
ayla 2005-08-23 18:15 Rev.: 31669

Remove InternalComponentDescription (replaced by InternalServiceDescription, InternalFrameworkServiceDescription) from sources.

0 lines of code changed in 2 files:

  • SCIRun/Internal: sub.mk (changed)
yarden 2005-08-23 17:16 Rev.: 31663

change InternalServices mechanism in preparation for new types of services

921 lines of code changed in 33 files:

  • SCIRun/Internal: BuilderService.cc (+63 -65), BuilderService.h (+5 -6), ComponentEventService.cc (+4 -7), ComponentEventService.h (+4 -5), ComponentRegistry.cc (+4 -6), ComponentRegistry.h (+4 -5), ConnectionEventService.cc (+15 -17), ConnectionEventService.h (+4 -5), FrameworkInternalException.cc (new 69), FrameworkInternalException.h (new 75), FrameworkProperties.cc (+5 -8), FrameworkProperties.h (+4 -5), FrameworkProxyService.cc (+5 -7), FrameworkProxyService.h (+4 -5), InternalComponentDescription.cc (del), InternalComponentDescription.h (del), InternalComponentInstance.cc (+1 -2), InternalComponentInstance.h (new), InternalComponentModel.cc (+69 -53), InternalComponentModel.h (+7 -4), InternalFrameworkServiceDescription.cc (+85), InternalFrameworkServiceDescription.h (new 80), InternalFrameworkServiceInstance.cc (new 56), InternalFrameworkServiceInstance.h (new 68), InternalServiceDescription.cc (+67), InternalServiceDescription.h (+76), InternalServiceInstance.cc (new 60), InternalServiceInstance.h (new 75), sub.mk (+12 -2)
ayla 2005-08-19 13:12 Rev.: 31604

Merge branch babel_sidl_v0_9_1 to HEAD.

30 lines of code changed in 4 files:

  • SCIRun/Internal: BuilderService.cc (+28 -31), ComponentRegistry.cc (+1 -1), ConnectionEventService.cc (-1), InternalComponentModel.cc (+1 -1)
ayla 2005-07-12 18:06 Rev.: 31105

Add file and line arguments to exception constructors.

49 lines of code changed in 1 file:

  • SCIRun/Internal: InternalComponentModel.cc (+49 -46)
ayla 2005-07-12 12:34 Rev.: 31088

Remove unnecessary header file TaoComponentInstance.h.

1 lines of code changed in 1 file:

  • SCIRun/Internal: BuilderService.cc (+1 -3)
ayla 2005-07-11 18:02 Rev.: 31081

Update framework properties documentation.

4 lines of code changed in 1 file:

  • SCIRun/Internal: FrameworkProperties.h (+4 -2)
ayla 2005-07-11 17:20 Rev.: 31080

Implemented connection properties get and set functions.

66 lines of code changed in 2 files:

  • SCIRun/Internal: BuilderService.cc (+55 -19), BuilderService.h (+11 -1)
yarden 2005-07-08 10:16 Rev.: 31066

finish separation of Dataflow and provide --disable-dataflow flag

4 lines of code changed in 1 file:

  • SCIRun/Internal: InternalComponentModel.cc (+4)
ayla 2005-06-30 21:37 Rev.: 30955

Use accessor for component class name.

1 lines of code changed in 1 file:

  • SCIRun/Internal: ComponentEventService.cc (+1 -1)
ayla 2005-06-30 18:14 Rev.: 30946

Added properties to ComponentInstance.

38 lines of code changed in 2 files:

  • SCIRun/Internal: BuilderService.cc (+28 -7), BuilderService.h (+10 -4)

(17 more)

Generated by StatSVN 0.4.0