You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(42) |
Nov
(368) |
Dec
(248) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(2) |
Feb
(207) |
Mar
(180) |
Apr
(9) |
May
(39) |
Jun
(9) |
Jul
(22) |
Aug
(56) |
Sep
(82) |
Oct
(113) |
Nov
(236) |
Dec
(219) |
2005 |
Jan
(119) |
Feb
(81) |
Mar
(53) |
Apr
(177) |
May
(2) |
Jun
(67) |
Jul
(17) |
Aug
(5) |
Sep
(53) |
Oct
(17) |
Nov
(122) |
Dec
(77) |
2006 |
Jan
(293) |
Feb
(16) |
Mar
(32) |
Apr
(14) |
May
(29) |
Jun
(6) |
Jul
|
Aug
|
Sep
(18) |
Oct
(28) |
Nov
|
Dec
(2) |
2007 |
Jan
(8) |
Feb
(19) |
Mar
(4) |
Apr
(7) |
May
|
Jun
|
Jul
|
Aug
|
Sep
(37) |
Oct
(1) |
Nov
(8) |
Dec
(25) |
2008 |
Jan
(1) |
Feb
(13) |
Mar
(17) |
Apr
(3) |
May
(2) |
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
(10) |
Nov
(19) |
Dec
(16) |
2009 |
Jan
(6) |
Feb
(9) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <jk...@us...> - 2004-02-16 20:53:30
|
Update of /cvsroot/opengtoolkit/opengoop_inheritance/source/Class/Core/Virtual Method In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29650/source/Class/Core/Virtual Method Modified Files: Class Get Method VI Paths by Name.vi Log Message: added new VI "Class Find Method Implementation VI Paths" to build VI Path in various LLB packaging and build configurations. |
From: <jk...@us...> - 2004-02-16 20:53:30
|
Update of /cvsroot/opengtoolkit/opengoop_inheritance/source/Class/Core/Class Utility In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29650/source/Class/Core/Class Utility Added Files: Class Find Method Implementation VI Paths.vi Log Message: added new VI "Class Find Method Implementation VI Paths" to build VI Path in various LLB packaging and build configurations. --- NEW FILE: Utility Class Find Method Implementation VI Paths.vi --- |
From: <jk...@us...> - 2004-02-16 20:52:06
|
Update of /cvsroot/opengtoolkit/opengoop_inheritance/source/Class/Core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29323/source/Class/Core Modified Files: Class Core - VI Tree.vi Log Message: recompiled Index: Class Core - VI Tree.vi =================================================================== RCS file: /cvsroot/opengtoolkit/opengoop_inheritance/source/Class/Core/Class Core - VI Tree.vi,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 Binary files /tmp/cvsiVbbRB and /tmp/cvsQMViJc differ |
From: <jk...@us...> - 2004-02-16 20:52:06
|
Update of /cvsroot/opengtoolkit/opengoop_inheritance/source/Class/Core/Object Management In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29323/source/Class/Core/Object Management Modified Files: Class New.vi Log Message: recompiled |
From: <jk...@us...> - 2004-02-10 06:57:04
|
Update of /cvsroot/opengtoolkit/opengoop_inheritance/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32463/docs Modified Files: Wizard_Tasks.txt Log Message: added comments "Create a New Polymorphic Method Implementation" and "Editing an Object Data Store" Index: Wizard_Tasks.txt =================================================================== RCS file: /cvsroot/opengtoolkit/opengoop_inheritance/docs/Wizard_Tasks.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Wizard_Tasks.txt 11 Dec 2003 04:53:54 -0000 1.1 --- Wizard_Tasks.txt 10 Feb 2004 06:23:17 -0000 1.2 *************** *** 67,68 **** --- 67,91 ---- + -= Create a New Polymorphic Method Implementation =- + + Overview + The creation of a polyMethod implementation involves insuring that the connector pane of the implementation matches the connector pane of the polyMethod in the declarating class. Specifically, this requires that the object RefNums are those of the declaring class. + + Steps: + * Unload Both Classes from Memory + * Create New PolyImplementation (on Disk) + * Copy (on Disk) "{DeclaringClass} Inheritance RefNum.ctl" as "{ImplementingClass} Inheritance RefNum.ctl" in temporary location. + * Load Temp "{ImplementingClass} Inheritance RefNum.ctl" into memory + * Load New PolyImplementation into memory + * Rename Temp "{ImplementingClass} Inheritance RefNum.ctl" as "{DeclaringClass} Inheritance RefNum.ctl" in same (temp) location + * Unload All from Memory + * Load original "{DeclaringClass} Inheritance RefNum.ctl" into memory + * Load New PolyImplementation into memory, thus relinking it to original "{DeclaringClass} Inheritance RefNum.ctl" + * Save New PolyImplementation + + + -= Editing an Object Data Store =- + + Overview: + When an object's data store changes, either by direct addition of data members or addition of inherited members by an ancestor class, a typedef must be relinked so that the data store VI may be called by reference. On the Front Panel of "Class Object Data Store VI Ref Type.vi" the "VI Refnum (Object Data Store.vi Type)" control must have the same con-pane type as "Class Object Data Store.vi" + |
From: <jk...@us...> - 2004-02-10 06:40:36
|
Update of /cvsroot/opengtoolkit/opengoop_inheritance/wizard/concepts/relink_datastore_refnum In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32188/relink_datastore_refnum Log Message: Directory /cvsroot/opengtoolkit/opengoop_inheritance/wizard/concepts/relink_datastore_refnum added to the repository |
Update of /cvsroot/opengtoolkit/opengoop_inheritance/wizard/concepts/relink_datastore_refnum In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32264/wizard/concepts/relink_datastore_refnum Added Files: Relink Data Store RefNum by Class Path.vi Relink Data Store RefNum by VI Paths.vi Log Message: 1st commit --- NEW FILE: Relink Data Store RefNum by Class Path.vi --- (This appears to be a binary file; contents omitted.) --- NEW FILE: Relink Data Store RefNum by VI Paths.vi --- (This appears to be a binary file; contents omitted.) |
From: <sul...@pr...> - 2004-01-28 20:32:36
|
Update of /cvsroot/opengtoolkit/edit_panel_elements/Built In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14588/Built Modified Files: Edit Panel Elements.llb Log Message: Flashes even invisible decorations. Index: Edit Panel Elements.llb =================================================================== RCS file: /cvsroot/opengtoolkit/edit_panel_elements/Built/Edit Panel Elements.llb,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsm9okdJ and /tmp/cvsax7Hzb differ |
From: <sul...@pr...> - 2004-01-28 20:18:41
|
Update of /cvsroot/opengtoolkit/edit_panel_elements/Source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13405/Source Modified Files: Find Decorations.vi Log Message: Flashes even invisible decorations. Index: Find Decorations.vi =================================================================== RCS file: /cvsroot/opengtoolkit/edit_panel_elements/Source/Find Decorations.vi,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsMwKGh6 and /tmp/cvsYq4m2h differ |
From: <jk...@us...> - 2003-12-22 19:55:53
|
Update of /cvsroot/opengtoolkit/OpenGOOP In directory sc8-pr-cvs1:/tmp/cvs-serv13943 Modified Files: change-log.txt Log Message: typo Index: change-log.txt =================================================================== RCS file: /cvsroot/opengtoolkit/OpenGOOP/change-log.txt,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** change-log.txt 21 Dec 2003 21:51:41 -0000 1.10 --- change-log.txt 22 Dec 2003 18:57:37 -0000 1.11 *************** *** 8,12 **** -------------------------------- 2003-12-21 ! [Mod] 'Data Store VI Name' was not included in .ogp file --- 8,12 ---- -------------------------------- 2003-12-21 ! [Fix] 'Data Store VI Name' was not included in .ogp file *************** *** 27,31 **** -------------------------------- 2003-12-01 ! [NEW] Added a progress dialog to the wizard --- 27,31 ---- -------------------------------- 2003-12-01 ! [New] Added a progress dialog to the wizard *************** *** 33,38 **** -------------------------------- 2003-12-01 ! [NEW] Package is now compatible with LV 7.0 ! [FIX] Wizard now works in LV 7.0 (Open VI Reference to template problem, fixed by option 0x02) ! [MOD] '(Un)Flatten Object to(from) File' now linked to OGTK-2.x \ No newline at end of file --- 33,38 ---- -------------------------------- 2003-12-01 ! [New] Package is now compatible with LV 7.0 ! [Fix] Wizard now works in LV 7.0 (Open VI Reference to template problem, fixed by option 0x02) ! [Mod] '(Un)Flatten Object to(from) File' now linked to OGTK-2.x \ No newline at end of file |
From: <jk...@us...> - 2003-12-21 21:51:44
|
Update of /cvsroot/opengtoolkit/OpenGOOP In directory sc8-pr-cvs1:/tmp/cvs-serv19720 Modified Files: OpenGOOP.spec change-log.txt Log Message: 0.8 [Mod] 'Data Store VI Name' was not included in .ogp file Index: OpenGOOP.spec =================================================================== RCS file: /cvsroot/opengtoolkit/OpenGOOP/OpenGOOP.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** OpenGOOP.spec 16 Dec 2003 23:44:48 -0000 1.8 --- OpenGOOP.spec 21 Dec 2003 21:51:41 -0000 1.9 *************** *** 3,7 **** Name=ogfwk_opengoop ! Version=0.7 Release=1 --- 3,7 ---- Name=ogfwk_opengoop ! Version=0.8 Release=1 *************** *** 67,71 **** Replace Mode=Never ! Num Files=26 File 0=_OpenGOOP_classtpt/OpenGOOP - VI Tree.vi --- 67,71 ---- Replace Mode=Never ! Num Files=27 File 0=_OpenGOOP_classtpt/OpenGOOP - VI Tree.vi *************** *** 82,96 **** File 11=_OpenGOOP_classtpt/Core/OpenGOOP Core - VI Tree.vi File 12=_OpenGOOP_classtpt/Core/OpenGOOP Data Core.vi ! File 13=_OpenGOOP_classtpt/Core/OpenGOOP Default Data.vi ! File 14=_OpenGOOP_classtpt/Core/OpenGOOP Delete.vi ! File 15=_OpenGOOP_classtpt/Core/OpenGOOP Flatten Object to File.vi ! File 16=_OpenGOOP_classtpt/Core/OpenGOOP Get Data to Modify.vi ! File 17=_OpenGOOP_classtpt/Core/OpenGOOP Get Data.vi ! File 18=_OpenGOOP_classtpt/Core/OpenGOOP Get Instance Semaphore RefNum.vi ! File 19=_OpenGOOP_classtpt/Core/OpenGOOP New.vi ! File 20=_OpenGOOP_classtpt/Core/OpenGOOP Object Data Store VI Ref Type.vi ! File 21=_OpenGOOP_classtpt/Core/OpenGOOP Object Data Store.vi ! File 22=_OpenGOOP_classtpt/Core/OpenGOOP Object Ref Type.vi ! File 23=_OpenGOOP_classtpt/Core/OpenGOOP Open Object Reference.vi ! File 24=_OpenGOOP_classtpt/Core/OpenGOOP Set Modified Data.vi ! File 25=_OpenGOOP_classtpt/Core/OpenGOOP Unflatten Object from File.vi --- 82,97 ---- File 11=_OpenGOOP_classtpt/Core/OpenGOOP Core - VI Tree.vi File 12=_OpenGOOP_classtpt/Core/OpenGOOP Data Core.vi ! File 13=_OpenGOOP_classtpt/Core/OpenGOOP Data Store VI Name.vi ! File 14=_OpenGOOP_classtpt/Core/OpenGOOP Default Data.vi ! File 15=_OpenGOOP_classtpt/Core/OpenGOOP Delete.vi ! File 16=_OpenGOOP_classtpt/Core/OpenGOOP Flatten Object to File.vi ! File 17=_OpenGOOP_classtpt/Core/OpenGOOP Get Data to Modify.vi ! File 18=_OpenGOOP_classtpt/Core/OpenGOOP Get Data.vi ! File 19=_OpenGOOP_classtpt/Core/OpenGOOP Get Instance Semaphore RefNum.vi ! File 20=_OpenGOOP_classtpt/Core/OpenGOOP New.vi ! File 21=_OpenGOOP_classtpt/Core/OpenGOOP Object Data Store VI Ref Type.vi ! File 22=_OpenGOOP_classtpt/Core/OpenGOOP Object Data Store.vi ! File 23=_OpenGOOP_classtpt/Core/OpenGOOP Object Ref Type.vi ! File 24=_OpenGOOP_classtpt/Core/OpenGOOP Open Object Reference.vi ! File 25=_OpenGOOP_classtpt/Core/OpenGOOP Set Modified Data.vi ! File 26=_OpenGOOP_classtpt/Core/OpenGOOP Unflatten Object from File.vi Index: change-log.txt =================================================================== RCS file: /cvsroot/opengtoolkit/OpenGOOP/change-log.txt,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** change-log.txt 17 Dec 2003 03:52:52 -0000 1.9 --- change-log.txt 21 Dec 2003 21:51:41 -0000 1.10 *************** *** 1,6 **** ! -= ogfwk_opengoop-0.7-1.ogp =- ! v0.7 is compatible with LabVIEW 6.0, 6.1, and 7.0 on all platforms. It has optional components that depend on the OpenG Toolkit v2.x --- 1,12 ---- ! -= ogfwk_opengoop-0.8-1.ogp =- ! v0.8 is compatible with LabVIEW 6.0, 6.1, and 7.0 on all platforms. It has optional components that depend on the OpenG Toolkit v2.x + + + Changes from 0.7-1 --> 0.8-1 + -------------------------------- + 2003-12-21 + [Mod] 'Data Store VI Name' was not included in .ogp file |
From: <jk...@us...> - 2003-12-17 07:28:15
|
Update of /cvsroot/opengtoolkit/opengoop_inheritance/wizard/concepts/link_CTIR In directory sc8-pr-cvs1:/tmp/cvs-serv15589/wizard/concepts/link_CTIR Modified Files: Relink Parent Links.vi Log Message: relinked Index: Relink Parent Links.vi =================================================================== RCS file: /cvsroot/opengtoolkit/opengoop_inheritance/wizard/concepts/link_CTIR/Relink Parent Links.vi,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 Binary files /tmp/cvsOtyCBe and /tmp/cvsO2mzOA differ |
From: <jk...@us...> - 2003-12-17 07:28:15
|
Update of /cvsroot/opengtoolkit/opengoop_inheritance/wizard/concepts/new_class In directory sc8-pr-cvs1:/tmp/cvs-serv15589/wizard/concepts/new_class Modified Files: Create New Class.vi Log Message: relinked Index: Create New Class.vi =================================================================== RCS file: /cvsroot/opengtoolkit/opengoop_inheritance/wizard/concepts/new_class/Create New Class.vi,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvs4ro2jx and /tmp/cvsgLWQhU differ |
From: <jk...@us...> - 2003-12-17 07:27:04
|
Update of /cvsroot/opengtoolkit/opengoop_inheritance In directory sc8-pr-cvs1:/tmp/cvs-serv15153 Modified Files: opengoop_inheritance.eap Log Message: changes Index: opengoop_inheritance.eap =================================================================== RCS file: /cvsroot/opengtoolkit/opengoop_inheritance/opengoop_inheritance.eap,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsQ0DwOw and /tmp/cvsCmAAR2 differ |
From: <jk...@us...> - 2003-12-17 03:53:00
|
Update of /cvsroot/opengtoolkit/OpenGOOP In directory sc8-pr-cvs1:/tmp/cvs-serv17379 Modified Files: change-log.txt Log Message: typo Index: change-log.txt =================================================================== RCS file: /cvsroot/opengtoolkit/OpenGOOP/change-log.txt,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** change-log.txt 17 Dec 2003 03:49:55 -0000 1.8 --- change-log.txt 17 Dec 2003 03:52:52 -0000 1.9 *************** *** 8,12 **** -------------------------------- 2003-12-16 ! [Fix] made 'Get Data to Modify Reentrant' reentrant [Mod] Data Store VI name is now obtained by static link --- 8,12 ---- -------------------------------- 2003-12-16 ! [Fix] made 'Get Data to Modify' reentrant [Mod] Data Store VI name is now obtained by static link |
From: <jk...@us...> - 2003-12-17 03:49:58
|
Update of /cvsroot/opengtoolkit/OpenGOOP In directory sc8-pr-cvs1:/tmp/cvs-serv17038 Modified Files: change-log.txt Log Message: added [Mod] comment Index: change-log.txt =================================================================== RCS file: /cvsroot/opengtoolkit/OpenGOOP/change-log.txt,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** change-log.txt 16 Dec 2003 23:44:48 -0000 1.7 --- change-log.txt 17 Dec 2003 03:49:55 -0000 1.8 *************** *** 9,12 **** --- 9,13 ---- 2003-12-16 [Fix] made 'Get Data to Modify Reentrant' reentrant + [Mod] Data Store VI name is now obtained by static link |
From: <jk...@us...> - 2003-12-17 03:46:28
|
Update of /cvsroot/opengtoolkit/OpenGOOP/_OpenGOOP_classtpt/Core In directory sc8-pr-cvs1:/tmp/cvs-serv16359/_OpenGOOP_classtpt/Core Added Files: OpenGOOP Data Store VI Name.vi Log Message: 1st commit --- NEW FILE: OpenGOOP Data Store VI Name.vi --- (This appears to be a binary file; contents omitted.) |
From: <jk...@us...> - 2003-12-17 03:46:16
|
Update of /cvsroot/opengtoolkit/OpenGOOP/_OpenGOOP_classtpt In directory sc8-pr-cvs1:/tmp/cvs-serv16302/_OpenGOOP_classtpt Modified Files: OpenGOOP - VI Tree.vi Log Message: relinked Index: OpenGOOP - VI Tree.vi =================================================================== RCS file: /cvsroot/opengtoolkit/OpenGOOP/_OpenGOOP_classtpt/OpenGOOP - VI Tree.vi,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 Binary files /tmp/cvsROf5Yy and /tmp/cvsA6YqKX differ |
Update of /cvsroot/opengtoolkit/OpenGOOP/_OpenGOOP_classtpt/Core In directory sc8-pr-cvs1:/tmp/cvs-serv16302/_OpenGOOP_classtpt/Core Modified Files: OpenGOOP Close Object Reference.vi OpenGOOP Core - VI Tree.vi OpenGOOP Data Core.vi OpenGOOP Object Data Store VI Ref Type.vi OpenGOOP Open Object Reference.vi Log Message: relinked Index: OpenGOOP Close Object Reference.vi =================================================================== RCS file: /cvsroot/opengtoolkit/OpenGOOP/_OpenGOOP_classtpt/Core/OpenGOOP Close Object Reference.vi,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 Binary files /tmp/cvsgmPnZr and /tmp/cvsozscSL differ Index: OpenGOOP Core - VI Tree.vi =================================================================== RCS file: /cvsroot/opengtoolkit/OpenGOOP/_OpenGOOP_classtpt/Core/OpenGOOP Core - VI Tree.vi,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 Binary files /tmp/cvshWh5Su and /tmp/cvsuLNSfP differ Index: OpenGOOP Data Core.vi =================================================================== RCS file: /cvsroot/opengtoolkit/OpenGOOP/_OpenGOOP_classtpt/Core/OpenGOOP Data Core.vi,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvsElQztv and /tmp/cvs4iwKPS differ Index: OpenGOOP Object Data Store VI Ref Type.vi =================================================================== RCS file: /cvsroot/opengtoolkit/OpenGOOP/_OpenGOOP_classtpt/Core/OpenGOOP Object Data Store VI Ref Type.vi,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 Binary files /tmp/cvsPmGD3x and /tmp/cvs4TjwSV differ Index: OpenGOOP Open Object Reference.vi =================================================================== RCS file: /cvsroot/opengtoolkit/OpenGOOP/_OpenGOOP_classtpt/Core/OpenGOOP Open Object Reference.vi,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 Binary files /tmp/cvsc1rrVA and /tmp/cvsAzIPm1 differ |
From: <jk...@us...> - 2003-12-16 23:44:52
|
Update of /cvsroot/opengtoolkit/OpenGOOP In directory sc8-pr-cvs1:/tmp/cvs-serv4866 Modified Files: OpenGOOP.spec change-log.txt Log Message: made 'Get Data to Modify Reentrant' reentrant Index: OpenGOOP.spec =================================================================== RCS file: /cvsroot/opengtoolkit/OpenGOOP/OpenGOOP.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** OpenGOOP.spec 2 Dec 2003 06:28:23 -0000 1.7 --- OpenGOOP.spec 16 Dec 2003 23:44:48 -0000 1.8 *************** *** 3,7 **** Name=ogfwk_opengoop ! Version=0.6 Release=1 --- 3,7 ---- Name=ogfwk_opengoop ! Version=0.7 Release=1 Index: change-log.txt =================================================================== RCS file: /cvsroot/opengtoolkit/OpenGOOP/change-log.txt,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** change-log.txt 2 Dec 2003 06:18:15 -0000 1.6 --- change-log.txt 16 Dec 2003 23:44:48 -0000 1.7 *************** *** 1,6 **** ! -= ogfwk_opengoop-0.6-1.ogp =- ! v0.6 is compatible with LabVIEW 6.0, 6.1, and 7.0 on all platforms. It has optional components that depend on the OpenG Toolkit v2.x --- 1,12 ---- ! -= ogfwk_opengoop-0.7-1.ogp =- ! v0.7 is compatible with LabVIEW 6.0, 6.1, and 7.0 on all platforms. It has optional components that depend on the OpenG Toolkit v2.x + + + Changes from 0.6-1 --> 0.7-1 + -------------------------------- + 2003-12-16 + [Fix] made 'Get Data to Modify Reentrant' reentrant |
From: <jk...@us...> - 2003-12-16 23:43:43
|
Update of /cvsroot/opengtoolkit/OpenGOOP/_OpenGOOP_classtpt/Core In directory sc8-pr-cvs1:/tmp/cvs-serv4695/_OpenGOOP_classtpt/Core Modified Files: OpenGOOP Get Data to Modify.vi Log Message: made 'Get Data to Modify Reentrant' reentrant Index: OpenGOOP Get Data to Modify.vi =================================================================== RCS file: /cvsroot/opengtoolkit/OpenGOOP/_OpenGOOP_classtpt/Core/OpenGOOP Get Data to Modify.vi,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 Binary files /tmp/cvsnFv0FI and /tmp/cvsQmJbTg differ |
From: <jk...@us...> - 2003-12-15 04:22:30
|
Update of /cvsroot/opengtoolkit/opengoop_inheritance/source/Unit Tests In directory sc8-pr-cvs1:/tmp/cvs-serv1150/source/Unit Tests Modified Files: TEST Set Class Refnum Value.vi Log Message: relinked to typedef |
From: <jk...@us...> - 2003-12-15 04:19:34
|
Update of /cvsroot/opengtoolkit/opengoop_inheritance/source/Developer Tools In directory sc8-pr-cvs1:/tmp/cvs-serv695/source/Developer Tools Modified Files: Update Class Icons.vi Log Message: relinked to icon tool |
From: <jk...@us...> - 2003-12-15 04:19:10
|
Update of /cvsroot/opengtoolkit/opengoop_inheritance/source/Class/Core/Virtual Method In directory sc8-pr-cvs1:/tmp/cvs-serv600/source/Class/Core/Virtual Method Modified Files: Class Set Method Strict VI Reference.vi Log Message: Updated with Class Icon |
Update of /cvsroot/opengtoolkit/opengoop_inheritance/source/Class/Core/Generic OpenGObj VIs In directory sc8-pr-cvs1:/tmp/cvs-serv600/source/Class/Core/Generic OpenGObj VIs Modified Files: Class Get GOOP RefNum U32.vi Class Get Instance Semaphore.vi Class Get Object Info.vi Class is Valid OpenGObj.vi Log Message: Updated with Class Icon Index: Class Get Instance Semaphore.vi =================================================================== RCS file: /cvsroot/opengtoolkit/opengoop_inheritance/source/Class/Core/Generic OpenGObj VIs/Class Get Instance Semaphore.vi,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvszzHtME and /tmp/cvsGDobpb differ Index: Class Get Object Info.vi =================================================================== RCS file: /cvsroot/opengtoolkit/opengoop_inheritance/source/Class/Core/Generic OpenGObj VIs/Class Get Object Info.vi,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvskyMYdJ and /tmp/cvsis8KDh differ Index: Class is Valid OpenGObj.vi =================================================================== RCS file: /cvsroot/opengtoolkit/opengoop_inheritance/source/Class/Core/Generic OpenGObj VIs/Class is Valid OpenGObj.vi,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvsHYwhFL and /tmp/cvs0BVqQm differ |