Directory Packages/Ptolemy/Core/PtolemyInterface/

Total Files:
11
Deleted Files:
5
Lines of Code:
101

[root]/Packages/Ptolemy/Core/PtolemyInterface

Lines of Code

Packages/Ptolemy/Core/PtolemyInterface/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 92 (100.0%) 2133 (100.0%) 23.1
ayla 54 (58.7%) 1459 (68.4%) 27.0
oscar 36 (39.1%) 673 (31.6%) 18.6
yarden 2 (2.2%) 1 (0.0%) 0.5

Most Recent Commits

yarden 2005-07-07 15:35 Rev.: 31048

finish separation of Core from Dataflow

1 lines of code changed in 2 files:

  • Packages/Ptolemy/Core/PtolemyInterface: sub.mk (+1 -1)
ayla 2005-05-10 19:23 Rev.: 30137

Checking for empty module name conflicts with IterateSCIRun actor.

0 lines of code changed in 2 files:

  • Packages/Ptolemy/Core/PtolemyInterface: org_sdm_spa_actors_scirun_SCIRunUtils.cc (changed)
ayla 2005-05-10 19:17 Rev.: 30136

Improvements made to SCIRunJNIActor interface: data from Java actors is copied to the Nrrd by utility class, not module.

135 lines of code changed in 14 files:

  • Packages/Ptolemy/Core/PtolemyInterface: JNIUtils.cc (new), JNIUtils.h (+8 -1), PTIISCIRun.cc (new), PTIISCIRun.h (+14 -17), iterSCIRun.cc (new), org_sdm_spa_actors_scirun_SCIRunJNIActor.cc (+11 -16), org_sdm_spa_actors_scirun_SCIRunUtils.cc (+7 -1), sub.mk (+5 -6)
oscar 2005-05-06 14:30 Rev.: 30094

updated to allow images to be saved in user specified formats

6 lines of code changed in 3 files:

  • Packages/Ptolemy/Core/PtolemyInterface: iterSCIRun.cc (+4 -6), org_sdm_spa_actors_scirun_IterateSCIRun.h (+2 -2)
oscar 2005-05-06 14:30 Rev.: 30093

updated to allow images to be saved in user specified formats. Also updated to match new callback format in scheduler

10 lines of code changed in 2 files:

  • Packages/Ptolemy/Core/PtolemyInterface: PTIISCIRun.cc (+6 -8), PTIISCIRun.h (+4 -3)
oscar 2005-05-04 13:01 Rev.: 30071

updated to return error to ptolemy

2 lines of code changed in 1 file:

  • Packages/Ptolemy/Core/PtolemyInterface: org_sdm_spa_actors_scirun_IterateSCIRun.h (+2 -4)
oscar 2005-05-04 12:59 Rev.: 30070

updated to handle errors with module names

31 lines of code changed in 2 files:

  • Packages/Ptolemy/Core/PtolemyInterface: PTIISCIRun.cc (+29 -10), PTIISCIRun.h (+2)
oscar 2005-05-03 16:20 Rev.: 30055

updated to return an error

3 lines of code changed in 1 file:

  • Packages/Ptolemy/Core/PtolemyInterface: iterSCIRun.cc (+3 -27)
ayla 2005-04-18 10:32 Rev.: 29844

Updates to Ptolemy/SPA interface for move to SPA workflows.

301 lines of code changed in 15 files:

  • Packages/Ptolemy/Core/PtolemyInterface: JNIUtils.cc (+19 -18), PTIISCIRun.cc (+11 -6), PTIISCIRun.h (+7), iterSCIRun.cc (+28 -23), iterSCIRun.h (del), org_sdm_spa_actors_scirun_IterateSCIRun.h (+37), org_sdm_spa_actors_scirun_SCIRunJNIActor.cc (+62), org_sdm_spa_actors_scirun_SCIRunJNIActor.h (new 37), org_sdm_spa_actors_scirun_SCIRunUtils.cc (+62), org_sdm_spa_actors_scirun_SCIRunUtils.h (new 31), pt_S_scirun.cc (del), pt_S_scirun.h (del), ptolemy_scirun_SCIRunJNIActor.cc (del), ptolemy_scirun_SCIRunJNIActor.h (del), sub.mk (+7 -4)
oscar 2005-04-11 15:28 Rev.: 29768

fixed problem with not removing callbacks from scheduler's list

15 lines of code changed in 1 file:

  • Packages/Ptolemy/Core/PtolemyInterface: PTIISCIRun.cc (+15 -4)
oscar 2005-04-10 20:52 Rev.: 29757

Updated to save pictures now

7 lines of code changed in 2 files:

  • Packages/Ptolemy/Core/PtolemyInterface: iterSCIRun.cc (+4 -2), iterSCIRun.h (new 3)
oscar 2005-04-10 20:52 Rev.: 29756

Updated to use scheduler callback when network is done. also saves pictures now

48 lines of code changed in 2 files:

  • Packages/Ptolemy/Core/PtolemyInterface: PTIISCIRun.cc (+41 -49), PTIISCIRun.h (+7 -4)
oscar 2005-04-03 23:47 Rev.: 29637

iterate runnable loops over arrays that were received from ptolemy now. some testing done

64 lines of code changed in 2 files:

  • Packages/Ptolemy/Core/PtolemyInterface: PTIISCIRun.cc (+52 -38), PTIISCIRun.h (+12 -4)
oscar 2005-04-03 23:45 Rev.: 29636

Updated to get parameters from ptolemy that describe the work to be done

42 lines of code changed in 2 files:

  • Packages/Ptolemy/Core/PtolemyInterface: iterSCIRun.cc (+39 -21), iterSCIRun.h (+3 -3)
oscar 2005-04-01 13:13 Rev.: 29611

updated the libs that are linked in so i could use the viewer message

3 lines of code changed in 1 file:

  • Packages/Ptolemy/Core/PtolemyInterface: sub.mk (+3 -1)
oscar 2005-03-29 11:17 Rev.: 29548

includes run parameter now

2 lines of code changed in 1 file:

  • Packages/Ptolemy/Core/PtolemyInterface: pt_S_scirun.cc (new 2)
oscar 2005-03-29 11:16 Rev.: 29547

updated for iterSCIRUN.?

3 lines of code changed in 1 file:

  • Packages/Ptolemy/Core/PtolemyInterface: sub.mk (+3 -1)
oscar 2005-03-29 11:15 Rev.: 29546

Includes updates for the IterateSCIRun actor. Still need to change parameter for iterating runnable

115 lines of code changed in 2 files:

  • Packages/Ptolemy/Core/PtolemyInterface: PTIISCIRun.cc (+105 -3), PTIISCIRun.h (+10)
oscar 2005-03-29 11:12 Rev.: 29545

first attempt at the C++ code corresponding to IterateSCIRun actor in ptolemy. It is able to do some simple things but need cleaned up and made more general

127 lines of code changed in 2 files:

  • Packages/Ptolemy/Core/PtolemyInterface: iterSCIRun.cc (+82), iterSCIRun.h (+45)
ayla 2005-02-28 18:20 Rev.: 29007

Code cleanup and simplified JNI code.

14 lines of code changed in 1 file:

  • Packages/Ptolemy/Core/PtolemyInterface: JNIUtils.cc (+14 -14)

(9 more)

Generated by StatSVN 0.4.0