/trunk/src Developers: damevski

Login name:
damevski
Total Commits:
297 (1.2%)
Lines of Code:
26523 (3.3%)
Most Recent Commit:
2005-08-30 13:50

Activity by Clock Time

Activity by Hour of Day for damevski

Activity by Day of Week for damevski

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 297 (100.0%) 26523 (100.0%) 89.3
Core/CCA/tools/scim/ 13 (4.4%) 6434 (24.3%) 494.9
Core/CCA/tools/scim/pdt/ 11 (3.7%) 4445 (16.8%) 404.0
CCA/Components/TAO/FileReader/ 17 (5.7%) 3406 (12.8%) 200.3
CCA/Components/TAO/FileReaderClient/ 13 (4.4%) 3182 (12.0%) 244.7
Core/CCA/tools/scim/test/ 31 (10.4%) 1899 (7.2%) 61.2
SCIRun/Tao/ 22 (7.4%) 1744 (6.6%) 79.2
Core/CCA/tools/scim/example/ 5 (1.7%) 1112 (4.2%) 222.4
Core/CCA/tools/scim/template/ 18 (6.1%) 994 (3.7%) 55.2
Core/CCA/tools/scim/sidl/ 3 (1.0%) 832 (3.1%) 277.3
/ 2 (0.7%) 584 (2.2%) 292.0
Core/CCA/datawrapper/PDEtranslate/ 4 (1.3%) 576 (2.2%) 144.0
CCA/Components/VTK/Rendering/ 4 (1.3%) 201 (0.8%) 50.2
SCIRun/CCA/ 9 (3.0%) 196 (0.7%) 21.7
SCIRun/Bridge/ 12 (4.0%) 191 (0.7%) 15.9
CCA/Components/xml/ 25 (8.4%) 130 (0.5%) 5.2
SCIRun/Babel/ 6 (2.0%) 118 (0.4%) 19.6
CCA/Components/BabelTest/xml/ 12 (4.0%) 97 (0.4%) 8.0
SCIRun/Internal/ 17 (5.7%) 83 (0.3%) 4.8
CCA/Components/TAO/xml/ 4 (1.3%) 75 (0.3%) 18.7
SCIRun/ 12 (4.0%) 64 (0.2%) 5.3
CCA/Components/TAO/ 1 (0.3%) 39 (0.1%) 39.0
include/sci_defs/ 1 (0.3%) 36 (0.1%) 36.0
SCIRun/Corba/ 3 (1.0%) 14 (0.1%) 4.6
SCIRun/Vtk/ 2 (0.7%) 12 (0.0%) 6.0
CCA/Components/Builder/ 1 (0.3%) 11 (0.0%) 11.0
CCA/Components/Hello/ 1 (0.3%) 10 (0.0%) 10.0
CCA/Components/ 1 (0.3%) 7 (0.0%) 7.0
Core/CCA/tools/strauss/ 2 (0.7%) 4 (0.0%) 2.0
Core/CCA/tools/ 4 (1.3%) 3 (0.0%) 0.7
testprograms/Component/subsetter/ 3 (1.0%) 2 (0.0%) 0.6
testprograms/Component/ppArr/ 3 (1.0%) 2 (0.0%) 0.6
testprograms/Component/passPPtr/ 2 (0.7%) 2 (0.0%) 1.0
testprograms/Component/exceptiontest/ 2 (0.7%) 2 (0.0%) 1.0
testprograms/Component/OESort/ 2 (0.7%) 2 (0.0%) 1.0
scripts/ 1 (0.3%) 2 (0.0%) 2.0
main/ 2 (0.7%) 2 (0.0%) 1.0
Core/CCA/Comm/ 2 (0.7%) 2 (0.0%) 1.0
testprograms/Component/testDT/ 1 (0.3%) 1 (0.0%) 1.0
testprograms/Component/pingpongArr/ 1 (0.3%) 1 (0.0%) 1.0
testprograms/Component/mxnargtest/ 1 (0.3%) 1 (0.0%) 1.0
testprograms/Component/LUFactor/ 1 (0.3%) 1 (0.0%) 1.0
testprograms/Component/Jacobi/ 1 (0.3%) 1 (0.0%) 1.0
Core/CCA/tools/sidl/ 1 (0.3%) 1 (0.0%) 1.0
Core/CCA/PIDL/ 1 (0.3%) 1 (0.0%) 1.0
Core/CCA/Comm/Intra/ 2 (0.7%) 1 (0.0%) 0.5
Core/CCA/spec/ 3 (1.0%) 0 (0.0%) 0.0
Core/CCA/datawrapper/ 2 (0.7%) 0 (0.0%) 0.0
CCA/Components/VTK/xml/ 2 (0.7%) 0 (0.0%) 0.0
CCA/Components/PWorld/ 2 (0.7%) 0 (0.0%) 0.0
CCA/Components/PLinSolver/ 2 (0.7%) 0 (0.0%) 0.0
CCA/Components/PHello/ 2 (0.7%) 0 (0.0%) 0.0
CCA/Components/CORBA/xml/ 2 (0.7%) 0 (0.0%) 0.0

Activity of damevski

Most Recent Commits

damevski 2005-08-30 13:50 Rev.: 31770

Added locking, making SR2 hopefully thread-safe

277 lines of code changed in 43 files:

  • SCIRun: SCIRunFramework.cc (+25 -5), SCIRunFramework.h (+4), SCIRunLoader.cc (+9 -1), SCIRunLoader.h (new)
  • SCIRun/Babel: BabelComponentModel.cc (+12 -1), BabelComponentModel.h (+4 -1), BabelPortInstance.cc (new), BabelPortInstance.h (+4 -1)
  • SCIRun/Bridge: BridgeComponentInstance.cc (+20 -1), BridgeComponentInstance.h (new), BridgeComponentModel.cc (+11 -53), BridgeComponentModel.h (+3 -4)
  • SCIRun/CCA: CCAComponentInstance.cc (+26 -1), CCAComponentInstance.h (+6), CCAComponentModel.cc (+21 -4), CCAComponentModel.h (+5 -1), CCAPortInstance.cc (+7 -2), CCAPortInstance.h (+4)
  • SCIRun/Corba: CorbaComponentModel.cc (+11 -2), CorbaComponentModel.h (+3)
  • SCIRun/Internal: ComponentEventService.cc (+13 -1), ComponentEventService.h (+5), ConnectionEventService.cc (+6 -1), ConnectionEventService.h (new), InternalComponentModel.cc (+9 -1), InternalComponentModel.h (+12 -6)
  • SCIRun/Tao: TaoComponentInstance.cc (new), TaoComponentInstance.h (new), TaoComponentModel.cc (+11 -33), TaoComponentModel.h (+3 -9)
  • SCIRun/Vtk: VtkComponentModel.cc (+9 -1), VtkComponentModel.h (+3)
damevski 2005-08-08 13:44 Rev.: 31430

changed sharp-bang part of the scim script

0 lines of code changed in 2 files:

  • Core/CCA/tools/scim: scim (changed)
damevski 2005-07-07 14:46 Rev.: 31046

Specifies Hello's port separately for bridging

10 lines of code changed in 1 file:

  • CCA/Components/Hello: StringPort.sidl (new 10)
damevski 2005-06-29 14:46 Rev.: 30917

Fixed a bug.

0 lines of code changed in 2 files:

  • Core/CCA/tools/scim/template: CCAtoBabel.util.rb (changed)
damevski 2005-06-29 11:46 Rev.: 30902

Removed HAVE_BABEL requirement from bridging code.

3 lines of code changed in 2 files:

  • SCIRun/Internal: BuilderService.cc (+2 -6), BuilderService.h (+1 -3)
damevski 2005-06-29 11:31 Rev.: 30901

Added support for SCIM inside the SR2 tree.

17 lines of code changed in 1 file:

  • SCIRun/Bridge: AutoBridge.cc (+17 -15)
damevski 2005-06-29 11:30 Rev.: 30900

Added support for Lex files.

2 lines of code changed in 1 file:

  • scripts: so_epilogue.mk (+2 -1)
damevski 2005-06-29 11:29 Rev.: 30899

Adding SCIM.

15722 lines of code changed in 81 files:

  • Core/CCA/tools: sub.mk (+2 -1)
  • Core/CCA/tools/scim: IR.cc (new 458), IR.h (new 581), IR.i (new 42), IR_wrap.cc (new 4395), README (new 8), feMain.cc (new 140), preproc.rb (+148), runtests.sh (new 155), scim (+232), staticCheck.cc (new 215), sub.mk (new 60)
  • Core/CCA/tools/scim/example: cca.sidl (new 1051), includecca.sidl (new 4), out.supa (new 32), templatehtml.erb (new 14), util.rb (new 11)
  • Core/CCA/tools/scim/pdt: .nfs8110a830000000cc (new), TODO (new 4), parser.cc (new 1476), parser.h (new 86), parser.y (new 298), pdtParser.cc (new 198), pdtParser.h (new 86), scanner.cc (new 1749), scanner.l (new 120), sub.mk (new 8), y.output (new 420)
  • Core/CCA/tools/scim/sidl: parser.y (new 608), scanner.l (new 165), sub.mk (new 59)
  • Core/CCA/tools/scim/template: BabeltoCCA.erb (new 69), BabeltoCCA.hdr.erb (new 40), BabeltoVtk.erb (new 95), BabeltoVtk.hdr.erb (new 55), BabeltoVtk.util.rb (new 26), CCAtoBabel.erb (new 33), CCAtoBabel.hdr.erb (new 37), CCAtoBabel.util.rb (+64), CCAtoCORBA.erb (new 122), CCAtoCORBA.hdr.erb (new 37), CCAtoTao.erb (new 81), CCAtoTao.hdr.erb (new 32), CCAtoVtk.erb (new 92), CCAtoVtk.hdr.erb (new 54), CCAtoVtk.util.rb (new 26), template.util.rb (new 131)
  • Core/CCA/tools/scim/test: BridgeTest.sidl (new 10), NewPort.sidl (new 10), basiccpp.h (new 36), basiccpp.h.cpp (new 35), cca.sidl (new 1051), parselang-ttuno.out (new 26), parselang.h (new 51), parselang.h.cpp (new 37), templatenone (new), testargs.erb (new 21), testdue.sidl (new 20), testinclude.sidl (new 22), testmap.sidl (new 27), testmapdouble.error (new 1), testmapdouble.sidl (new 33), testmapnone.error (new 1), testmapnone.sidl (new 27), testmethodmap.out (new 61), testmethodmap.sidl (new 36), testnamemap.sidl (new 32), testnm2.out (new 63), testnm2.sidl (new 57), testomit.out (new 21), testomit.sidl (new 24), testparser.erb (new 14), testtemplatedue.erb (new 19), testtemplatedue.out (new 36), testtemplateuno.erb (new 21), testtemplateuno.out (new 47), testuno.sidl (new 22), testuno_namemap.out (new 38)
  • Core/CCA/tools/strauss: strauss.cc (+4 -2)
damevski 2005-06-27 14:02 Rev.: 30880

Kwai is no longer needed.

1 lines of code changed in 2 files:

  • Core/CCA/tools: kwai (del), sub.mk (+1 -2)
damevski 2005-06-23 15:10 Rev.: 30858

Added some interface file pointers.

0 lines of code changed in 2 files:

  • CCA/Components/BabelTest/xml: BabelComponents.xml (new)
damevski 2005-06-23 15:09 Rev.: 30857

Added some of the pointers to interface files.

0 lines of code changed in 2 files:

  • CCA/Components/xml: CCAComponents.xml (changed)
damevski 2005-06-23 15:09 Rev.: 30856

Changed to handle the new xml files.

80 lines of code changed in 1 file:

  • SCIRun/Bridge: AutoBridge.cc (+80 -57)
damevski 2005-06-22 15:36 Rev.: 30842

Removed .cca file, added support for a single meta-model .xml file

88 lines of code changed in 1 file:

  • SCIRun/Babel: BabelComponentModel.cc (+88 -81)
damevski 2005-06-22 15:35

BridgeTest.cca hello.cca NewPort.cca PrinterComponent.cca StarterComponent.cca who.cca whoc.cca whof77.cca

224 lines of code changed in 13 files:

  • CCA/Components/BabelTest/xml: BabelComponents.xml (+57), BridgeTest.cca (del), NewPort.cca (del), PrinterComponent.cca (del), StarterComponent.cca (del), hello.cca (del), metacomponentmodel.dtd (new 40), who.cca (del), whoc.cca (del), whof77.cca (del)
  • SCIRun/CCA: CCAComponentDescription.h (+9), CCAComponentModel.cc (+110 -84), CCAComponentModel.h (+8)
damevski 2005-06-22 15:34 Rev.: 30839

Removing .cca files, changing to one meta-model xml

127 lines of code changed in 20 files:

  • CCA/Components/xml: Builder.cca (del), CCAComponents.xml (+87), FEM.cca (del), FileReader.cca (del), Hello.cca (del), LinSolver.cca (del), ListPlotter.cca (del), PDEdriver.cca (del), PHello.cca (del), PLinSolver.cca (del), PWorld.cca (del), TTClient.cca (del), TableTennis.cca (del), Tri.cca (del), TxtBuilder.cca (del), Viewer.cca (del), World.cca (del), ZList.cca (del), ZListWriter.cca (del), metacomponentmodel.dtd (new 40)
damevski 2005-06-22 15:19

Added support for interface file locations

0 lines of code changed in 6 files:

  • CCA/Components/CORBA/xml: metacomponentmodel.dtd (new)
  • CCA/Components/TAO/xml: metacomponentmodel.dtd (changed)
  • CCA/Components/VTK/xml: metacomponentmodel.dtd (new)
damevski 2005-06-20 16:45 Rev.: 30783

Fixed the fix to the previous bug.

4 lines of code changed in 1 file:

  • CCA/Components/TAO/FileReader: FileReader.cc (+4 -2)
damevski 2005-06-20 14:58 Rev.: 30780

Fixed a (absolute file path) bug

1 lines of code changed in 1 file:

  • CCA/Components/TAO/FileReader: FileReader.cc (+1 -1)
damevski 2005-06-09 10:54 Rev.: 30635

Added ACE-TAO Corba as a component model

36 lines of code changed in 1 file:

  • include/sci_defs: tao_testdefs.h.in (new 36)
damevski 2005-06-08 16:32 Rev.: 30629

Added ACE-TAO Corba component model.

6700 lines of code changed in 34 files:

  • CCA/Components/TAO: sub.mk (new 39)
  • CCA/Components/TAO/FileReader: FileReader.cc (+94), FileReader.h (new 56), L.pde (new 62), Test.idl (new 20), TestC.cc (new 850), TestC.h (new 450), TestC.i (new 113), TestS.cc (new 985), TestS.h (new 257), TestS.i (new 26), TestS_T.cc (new 41), TestS_T.h (new 136), TestS_T.i (new 149), server.cc (new 107), sub.mk (new 55)
  • CCA/Components/TAO/FileReaderClient: FileReaderClient.cc (new 62), FileReaderClient.h (new 40), Test.idl (new 20), TestC.cpp (new 850), TestC.h (new 450), TestC.i (new 113), TestS.cc (new 985), TestS.h (new 257), TestS.i (new 26), TestS_T.cc (new 41), TestS_T.h (new 136), TestS_T.i (new 149), sub.mk (new 53)
  • CCA/Components/TAO/xml: TAOComponents.xml (new 39), metacomponentmodel.dtd (+36)
  • CCA/Components/xml: Hello.cca (new 1), PDEdriver.cca (new 1), World.cca (new 1)

(11 more)

Generated by StatSVN 0.4.0