You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(13) |
Sep
(25) |
Oct
(10) |
Nov
(19) |
Dec
(20) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
|
Feb
(206) |
Mar
(43) |
Apr
(25) |
May
(20) |
Jun
(69) |
Jul
(121) |
Aug
(95) |
Sep
(122) |
Oct
(213) |
Nov
(46) |
Dec
(39) |
2006 |
Jan
(28) |
Feb
(57) |
Mar
(21) |
Apr
(7) |
May
(11) |
Jun
(2) |
Jul
(8) |
Aug
(13) |
Sep
(2) |
Oct
(2) |
Nov
(20) |
Dec
(16) |
2007 |
Jan
(9) |
Feb
(15) |
Mar
|
Apr
(4) |
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2008 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(3) |
Aug
(1) |
Sep
(9) |
Oct
|
Nov
(1) |
Dec
|
2009 |
Jan
|
Feb
|
Mar
(8) |
Apr
(1) |
May
|
Jun
|
Jul
(11) |
Aug
(57) |
Sep
(2) |
Oct
(6) |
Nov
|
Dec
(7) |
2010 |
Jan
(11) |
Feb
(1) |
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
(1) |
Aug
(2) |
Sep
(27) |
Oct
(3) |
Nov
(7) |
Dec
(1) |
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(10) |
Oct
|
Nov
|
Dec
|
2012 |
Jan
(8) |
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
(3) |
Nov
(1) |
Dec
(1) |
2013 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(3) |
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
(4) |
Dec
|
2015 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
(1) |
Sep
(1) |
Oct
|
Nov
|
Dec
|
2016 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(3) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2017 |
Jan
|
Feb
|
Mar
(1) |
Apr
(4) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2018 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
(3) |
Oct
|
Nov
(4) |
Dec
|
2022 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
From: Steven M. <sr...@us...> - 2005-07-30 22:29:12
|
Update of /cvsroot/instantobjects/Source/Brokers/BDE/D6 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28340 Removed Files: DclIOBDE.res IOBDE.res Log Message: Cleanup --- DclIOBDE.res DELETED --- --- IOBDE.res DELETED --- |
From: Steven M. <sr...@us...> - 2005-07-30 06:43:30
|
Update of /cvsroot/instantobjects/Source/Design/D2005 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26512 Modified Files: DclIOCore.dpk Removed Files: DclIOCore.bdsproj DclIOCore.cfg Log Message: Update Index: DclIOCore.dpk =================================================================== RCS file: /cvsroot/instantobjects/Source/Design/D2005/DclIOCore.dpk,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** DclIOCore.dpk 17 Jul 2005 22:48:46 -0000 1.1 --- DclIOCore.dpk 30 Jul 2005 06:43:21 -0000 1.2 *************** *** 1,10 **** package DclIOCore; ! {$R *.res} ! {$R '..\..\Core\InstantPresentation.dcr'} ! {$R '..\..\Core\InstantExplorer.dcr'} ! {$R '..\..\Core\InstantPersistence.dcr'} ! {$R '..\..\Core\InstantConnectionManager.dcr'} ! {$R '..\..\Core\InstantPump.dcr'} {$ALIGN 8} {$ASSERTIONS ON} --- 1,12 ---- package DclIOCore; ! {$I '../../InstantVersion.inc'} ! ! {$R '../../Core/InstantPresentation.dcr'} ! {$R '../../Core/InstantExplorer.dcr'} ! {$R '../../Core/InstantPersistence.dcr'} ! {$R '../../Core/InstantConnectionManager.dcr'} ! {$R '../../Core/InstantPump.dcr'} ! {$R '../../Core/InstantDBEvolution.dcr'} {$ALIGN 8} {$ASSERTIONS ON} *************** *** 25,29 **** {$TYPEDADDRESS ON} {$VARSTRINGCHECKS ON} ! {$WRITEABLECONST ON} {$MINENUMSIZE 1} {$IMAGEBASE $400000} --- 27,31 ---- {$TYPEDADDRESS ON} {$VARSTRINGCHECKS ON} ! {$WRITEABLECONST OFF} {$MINENUMSIZE 1} {$IMAGEBASE $400000} --- DclIOCore.bdsproj DELETED --- --- DclIOCore.cfg DELETED --- |
From: Steven M. <sr...@us...> - 2005-07-30 06:40:59
|
Update of /cvsroot/instantobjects/Source/Core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26206 Modified Files: InstantDBBuild.pas InstantPersistence.pas Log Message: Update to allow Command Sequence to execute in transaction or outside of transaction by checking new DDLTransactionSupp readonly property of InstantConnector that defaults to true. Index: InstantPersistence.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Core/InstantPersistence.pas,v retrieving revision 1.50 retrieving revision 1.51 diff -C2 -d -r1.50 -r1.51 *** InstantPersistence.pas 26 Jul 2005 07:54:34 -0000 1.50 --- InstantPersistence.pas 30 Jul 2005 06:40:50 -0000 1.51 *************** *** 1437,1440 **** --- 1437,1441 ---- function GetDatabaseExists: Boolean; virtual; function GetDatabaseName: string; virtual; + function GetDDLTransactionSupp: Boolean; virtual; procedure InternalBuildDatabase(Scheme: TInstantScheme); virtual; procedure InternalConnect; virtual; abstract; *************** *** 1476,1479 **** --- 1477,1481 ---- property DatabaseExists: Boolean read GetDatabaseExists; property DatabaseName: string read GetDatabaseName; + property DDLTransactionSupp: Boolean read GetDDLTransactionSupp; property InTransaction: Boolean read GetInTransaction; property InUse: Boolean read GetInUse; *************** *** 9083,9086 **** --- 9085,9093 ---- end; + function TInstantConnector.GetDDLTransactionSupp: Boolean; + begin + Result := True; + end; + function TInstantConnector.GetInTransaction: Boolean; begin Index: InstantDBBuild.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Core/InstantDBBuild.pas,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** InstantDBBuild.pas 24 Jul 2005 16:34:55 -0000 1.4 --- InstantDBBuild.pas 30 Jul 2005 06:40:50 -0000 1.5 *************** *** 25,28 **** --- 25,29 ---- * * Contributor(s): + * Steven Mitchell * * ***** END LICENSE BLOCK ***** *) *************** *** 188,191 **** --- 189,194 ---- procedure DoCommandExecuteError(const ACommand: TInstantDBBuildCommand; const Error: Exception; var RaiseError: Boolean); + procedure DoExecute; + procedure DoExecuteInTransaction; function GetCount: Integer; function GetItem(const Index: Integer): TInstantDBBuildCommand; *************** *** 673,677 **** end; ! procedure TInstantDBBuildCommandSequence.Execute; var i: Integer; --- 676,680 ---- end; ! procedure TInstantDBBuildCommandSequence.DoExecute; var i: Integer; *************** *** 679,705 **** RaiseError: Boolean; begin ! DoBeforeExecute; ! Connector.StartTransaction; ! try ! for i := 0 to FCommands.Count - 1 do ! begin ! CurrentCommand := FCommands[i] as TInstantDBBuildCommand; ! DoBeforeCommandExecute(CurrentCommand); ! try ! if CurrentCommand.Enabled then ! CurrentCommand.Execute; ! except ! on E: Exception do ! begin ! RaiseError := True; ! DoCommandExecuteError(CurrentCommand, E, RaiseError); ! if RaiseError then ! raise; ! end; end; - DoAfterCommandExecute(CurrentCommand); end; Connector.CommitTransaction; - DoAfterExecute; except Connector.RollbackTransaction; --- 682,711 ---- RaiseError: Boolean; begin ! for i := 0 to FCommands.Count - 1 do ! begin ! CurrentCommand := FCommands[i] as TInstantDBBuildCommand; ! DoBeforeCommandExecute(CurrentCommand); ! try ! if CurrentCommand.Enabled then ! CurrentCommand.Execute; ! except ! on E: Exception do ! begin ! RaiseError := True; ! DoCommandExecuteError(CurrentCommand, E, RaiseError); ! if RaiseError then ! raise; end; end; + DoAfterCommandExecute(CurrentCommand); + end; + end; + + procedure TInstantDBBuildCommandSequence.DoExecuteInTransaction; + begin + Connector.StartTransaction; + try + DoExecute; Connector.CommitTransaction; except Connector.RollbackTransaction; *************** *** 708,711 **** --- 714,740 ---- end; + procedure TInstantDBBuildCommandSequence.Execute; + var + ConnState: Boolean; + begin + ConnState := Connector.Connected; + if not ConnState then + Connector.Connect; + + DoBeforeExecute; + + try + if Connector.DDLTransactionSupp then + DoExecuteInTransaction + else + DoExecute; + + DoAfterExecute; + finally + if not ConnState then + Connector.Disconnect; + end; + end; + function TInstantDBBuildCommandSequence.GetConnector: TInstantConnector; begin |
From: Steven M. <sr...@us...> - 2005-07-30 06:35:07
|
Update of /cvsroot/instantobjects/Source/Core/D2005 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25575 Modified Files: IOCore.dpk Removed Files: IOCore.bdsproj IOCore.cfg IOCore.res Log Message: Update --- IOCore.bdsproj DELETED --- Index: IOCore.dpk =================================================================== RCS file: /cvsroot/instantobjects/Source/Core/D2005/IOCore.dpk,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** IOCore.dpk 17 Jul 2005 22:45:42 -0000 1.1 --- IOCore.dpk 30 Jul 2005 06:34:56 -0000 1.2 *************** *** 1,5 **** package IOCore; ! {$R *.res} {$ALIGN 8} {$ASSERTIONS ON} --- 1,6 ---- package IOCore; ! {$I '../../InstantVersion.inc'} ! {$ALIGN 8} {$ASSERTIONS ON} *************** *** 20,24 **** {$TYPEDADDRESS ON} {$VARSTRINGCHECKS ON} ! {$WRITEABLECONST ON} {$MINENUMSIZE 1} {$IMAGEBASE $400000} --- 21,25 ---- {$TYPEDADDRESS ON} {$VARSTRINGCHECKS ON} ! {$WRITEABLECONST OFF} {$MINENUMSIZE 1} {$IMAGEBASE $400000} *************** *** 46,53 **** InstantPresentation in '..\InstantPresentation.pas', InstantAccessors in '..\InstantAccessors.pas', ! InstantConnectionManagerForm in '..\InstantConnectionManagerForm.pas' {InstantConnectionManagerForm}, InstantConnectionManager in '..\InstantConnectionManager.pas', InstantImageUtils in '..\InstantImageUtils.pas', ! InstantPump in '..\InstantPump.pas'; end. --- 47,59 ---- InstantPresentation in '..\InstantPresentation.pas', InstantAccessors in '..\InstantAccessors.pas', ! InstantConnectionManagerFormUnit in '..\InstantConnectionManagerFormUnit.pas' {InstantConnectionManagerForm}, InstantConnectionManager in '..\InstantConnectionManager.pas', InstantImageUtils in '..\InstantImageUtils.pas', ! InstantPump in '..\InstantPump.pas', ! InstantDBBuild in '..\InstantDBBuild.pas', ! InstantDBEvolution in '..\InstantDBEvolution.pas', ! InstantCustomDBEvolverFormUnit in '..\InstantCustomDBEvolverFormUnit.pas' {InstantCustomDBEvolverForm}, ! InstantDBEvolverFormUnit in '..\InstantDBEvolverFormUnit.pas' {InstantDBEvolverForm}, ! InstantDBBuilderFormUnit in '..\InstantDBBuilderFormUnit.pas' {InstantDBBuilderForm}; end. --- IOCore.cfg DELETED --- --- IOCore.res DELETED --- |
From: Steven M. <sr...@us...> - 2005-07-30 06:32:27
|
Update of /cvsroot/instantobjects/Source/Catalogs/MSSql/D7 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25132 Modified Files: IOMSSqlCatalog.dpk Log Message: Fix of InstantVersion.inc path Index: IOMSSqlCatalog.dpk =================================================================== RCS file: /cvsroot/instantobjects/Source/Catalogs/MSSql/D7/IOMSSqlCatalog.dpk,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** IOMSSqlCatalog.dpk 24 Jul 2005 16:34:53 -0000 1.2 --- IOMSSqlCatalog.dpk 30 Jul 2005 06:31:48 -0000 1.3 *************** *** 1,5 **** package IOMSSqlCatalog; ! {$I '../../InstantVersion.inc'} {$ALIGN 8} --- 1,5 ---- package IOMSSqlCatalog; ! {$I ../../../InstantVersion.inc} {$ALIGN 8} |
From: Steven M. <sr...@us...> - 2005-07-30 06:30:36
|
Update of /cvsroot/instantobjects/Source/Catalogs/IBFb In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24924 Modified Files: InstantIBFbCatalog.pas Log Message: Add D2005 folder and files, etc Index: InstantIBFbCatalog.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Catalogs/IBFb/InstantIBFbCatalog.pas,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** InstantIBFbCatalog.pas 24 Jul 2005 16:34:53 -0000 1.5 --- InstantIBFbCatalog.pas 30 Jul 2005 06:30:11 -0000 1.6 *************** *** 30,34 **** unit InstantIBFbCatalog; ! {$I '../../InstantDefines.inc'} interface --- 30,34 ---- unit InstantIBFbCatalog; ! {$I ../../InstantDefines.inc} interface |
From: Steven M. <sr...@us...> - 2005-07-30 06:30:36
|
Update of /cvsroot/instantobjects/Source/Catalogs/IBFb/D7 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24924/D7 Modified Files: IOIBFbCatalog.dpk Log Message: Add D2005 folder and files, etc Index: IOIBFbCatalog.dpk =================================================================== RCS file: /cvsroot/instantobjects/Source/Catalogs/IBFb/D7/IOIBFbCatalog.dpk,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** IOIBFbCatalog.dpk 24 Jul 2005 16:34:52 -0000 1.2 --- IOIBFbCatalog.dpk 30 Jul 2005 06:30:11 -0000 1.3 *************** *** 1,5 **** package IOIBFbCatalog; ! {$I '../../InstantVersion.inc'} {$ALIGN 8} --- 1,5 ---- package IOIBFbCatalog; ! {$I '../../../InstantVersion.inc'} {$ALIGN 8} |
From: Steven M. <sr...@us...> - 2005-07-30 06:30:20
|
Update of /cvsroot/instantobjects/Source/Catalogs/IBFb/D2005 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24924/D2005 Added Files: IOIBFbCatalog.dpk Log Message: Add D2005 folder and files, etc --- NEW FILE: IOIBFbCatalog.dpk --- package IOIBFbCatalog; {$I '../../../InstantVersion.inc'} {$ALIGN 8} {$ASSERTIONS ON} {$BOOLEVAL OFF} {$DEBUGINFO ON} {$EXTENDEDSYNTAX ON} {$IMPORTEDDATA ON} {$IOCHECKS ON} {$LOCALSYMBOLS ON} {$LONGSTRINGS ON} {$OPENSTRINGS ON} {$OPTIMIZATION ON} {$OVERFLOWCHECKS OFF} {$RANGECHECKS OFF} {$REFERENCEINFO ON} {$SAFEDIVIDE OFF} {$STACKFRAMES OFF} {$TYPEDADDRESS ON} {$VARSTRINGCHECKS ON} {$WRITEABLECONST OFF} {$MINENUMSIZE 1} {$IMAGEBASE $400000} {$DESCRIPTION 'InstantObjects Catalog for InterBase and Firebird'} {$LIBSUFFIX '_D9'} {$RUNONLY} {$IMPLICITBUILD OFF} requires rtl, IOCore; contains InstantIBFbCatalog in '..\InstantIBFbCatalog.pas'; end. |
From: Steven M. <sr...@us...> - 2005-07-30 06:28:53
|
Update of /cvsroot/instantobjects/Source/Catalogs/IBFb/D2005 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24716/D2005 Log Message: Directory /cvsroot/instantobjects/Source/Catalogs/IBFb/D2005 added to the repository |
Update of /cvsroot/instantobjects/Source/Brokers/XML/D2005 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24419/D2005 Modified Files: DclIOXML.dpk IOXML.dpk Removed Files: DclIOXML.bdsproj DclIOXML.cfg DclIOXML.res IOXML.bdsproj IOXML.cfg IOXML.res Log Message: Cleanup folder(s) and fix of InstantVersion.inc path --- DclIOXML.res DELETED --- Index: DclIOXML.dpk =================================================================== RCS file: /cvsroot/instantobjects/Source/Brokers/XML/D2005/DclIOXML.dpk,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** DclIOXML.dpk 21 Jul 2005 00:12:20 -0000 1.1 --- DclIOXML.dpk 30 Jul 2005 06:26:46 -0000 1.2 *************** *** 1,6 **** package DclIOXML; ! {$R *.res} ! {$R '..\InstantXML.dcr'} {$ALIGN 8} {$ASSERTIONS ON} --- 1,7 ---- package DclIOXML; ! {$I '../../../InstantVersion.inc'} ! ! {$R '../InstantXML.dcr'} {$ALIGN 8} {$ASSERTIONS ON} *************** *** 24,28 **** {$MINENUMSIZE 1} {$IMAGEBASE $400000} ! {$DESCRIPTION 'InstantObjects XML Designtime Support (Delphi 2005)'} {$LIBSUFFIX '_D9'} {$DESIGNONLY} --- 25,29 ---- {$MINENUMSIZE 1} {$IMAGEBASE $400000} ! {$DESCRIPTION 'InstantObjects XML Design-Time Support (Delphi 2005)'} {$LIBSUFFIX '_D9'} {$DESIGNONLY} --- DclIOXML.cfg DELETED --- --- IOXML.res DELETED --- --- IOXML.cfg DELETED --- Index: IOXML.dpk =================================================================== RCS file: /cvsroot/instantobjects/Source/Brokers/XML/D2005/IOXML.dpk,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** IOXML.dpk 21 Jul 2005 00:12:20 -0000 1.1 --- IOXML.dpk 30 Jul 2005 06:26:46 -0000 1.2 *************** *** 1,5 **** package IOXML; ! {$R *.res} {$ALIGN 8} {$ASSERTIONS ON} --- 1,6 ---- package IOXML; ! {$I '../../../InstantVersion.inc'} ! {$ALIGN 8} {$ASSERTIONS ON} *************** *** 23,27 **** {$MINENUMSIZE 1} {$IMAGEBASE $400000} ! {$DESCRIPTION 'InstantObjects XML Runtime Support (Delphi 2005)'} {$LIBSUFFIX '_D9'} {$RUNONLY} --- 24,28 ---- {$MINENUMSIZE 1} {$IMAGEBASE $400000} ! {$DESCRIPTION 'InstantObjects XML Run-Time Support (Delphi 2005)'} {$LIBSUFFIX '_D9'} {$RUNONLY} --- IOXML.bdsproj DELETED --- --- DclIOXML.bdsproj DELETED --- |
From: Steven M. <sr...@us...> - 2005-07-30 06:26:58
|
Update of /cvsroot/instantobjects/Source/Brokers/XML/D6 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24419/D6 Modified Files: DclIOXML.dpk Log Message: Cleanup folder(s) and fix of InstantVersion.inc path Index: DclIOXML.dpk =================================================================== RCS file: /cvsroot/instantobjects/Source/Brokers/XML/D6/DclIOXML.dpk,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** DclIOXML.dpk 24 Jul 2005 16:34:51 -0000 1.2 --- DclIOXML.dpk 30 Jul 2005 06:26:46 -0000 1.3 *************** *** 1,5 **** package DclIOXML; ! {$I '../../InstantVersion.inc'} {$R '../InstantXML.dcr'} --- 1,5 ---- package DclIOXML; ! {$I ../../../InstantVersion.inc} {$R '../InstantXML.dcr'} |
From: Steven M. <sr...@us...> - 2005-07-30 06:26:58
|
Update of /cvsroot/instantobjects/Source/Brokers/XML/D7 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24419/D7 Modified Files: DclIOXML.dpk Log Message: Cleanup folder(s) and fix of InstantVersion.inc path Index: DclIOXML.dpk =================================================================== RCS file: /cvsroot/instantobjects/Source/Brokers/XML/D7/DclIOXML.dpk,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** DclIOXML.dpk 24 Jul 2005 16:34:52 -0000 1.3 --- DclIOXML.dpk 30 Jul 2005 06:26:46 -0000 1.4 *************** *** 1,5 **** package DclIOXML; ! {$I '../../InstantVersion.inc'} {$R '../InstantXML.dcr'} --- 1,5 ---- package DclIOXML; ! {$I ../../../InstantVersion.inc} {$R '../InstantXML.dcr'} |
From: Steven M. <sr...@us...> - 2005-07-30 06:23:39
|
Update of /cvsroot/instantobjects/Source/Brokers/IBX/D7 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24046/D7 Modified Files: DclIOIBX.dpk IOIBX.dpk Log Message: Fix of InstantVersion.inc path for D7 and add D2005 folder and files Index: DclIOIBX.dpk =================================================================== RCS file: /cvsroot/instantobjects/Source/Brokers/IBX/D7/DclIOIBX.dpk,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** DclIOIBX.dpk 24 Jul 2005 16:34:50 -0000 1.3 --- DclIOIBX.dpk 30 Jul 2005 06:23:07 -0000 1.4 *************** *** 1,5 **** package DclIOIBX; ! {$I '../../InstantVersion.inc'} {$R '../InstantIBX.dcr'} --- 1,5 ---- package DclIOIBX; ! {$I '../../../InstantVersion.inc'} {$R '../InstantIBX.dcr'} Index: IOIBX.dpk =================================================================== RCS file: /cvsroot/instantobjects/Source/Brokers/IBX/D7/IOIBX.dpk,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** IOIBX.dpk 24 Jul 2005 16:34:50 -0000 1.3 --- IOIBX.dpk 30 Jul 2005 06:23:07 -0000 1.4 *************** *** 1,5 **** package IOIBX; ! {$I '../../InstantVersion.inc'} {$ALIGN 8} --- 1,5 ---- package IOIBX; ! {$I '../../../InstantVersion.inc'} {$ALIGN 8} |
From: Steven M. <sr...@us...> - 2005-07-30 06:23:24
|
Update of /cvsroot/instantobjects/Source/Brokers/IBX/D2005 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24046/D2005 Added Files: DclIOIBX.dpk IOIBX.dpk Log Message: Fix of InstantVersion.inc path for D7 and add D2005 folder and files --- NEW FILE: DclIOIBX.dpk --- package DclIOIBX; {$I '../../../InstantVersion.inc'} {$R '../InstantIBX.dcr'} {$ALIGN 8} {$ASSERTIONS ON} {$BOOLEVAL OFF} {$DEBUGINFO ON} {$EXTENDEDSYNTAX ON} {$IMPORTEDDATA ON} {$IOCHECKS ON} {$LOCALSYMBOLS ON} {$LONGSTRINGS ON} {$OPENSTRINGS ON} {$OPTIMIZATION ON} {$OVERFLOWCHECKS OFF} {$RANGECHECKS OFF} {$REFERENCEINFO ON} {$SAFEDIVIDE OFF} {$STACKFRAMES OFF} {$TYPEDADDRESS OFF} {$VARSTRINGCHECKS ON} {$WRITEABLECONST OFF} {$MINENUMSIZE 1} {$IMAGEBASE $400000} {$DESCRIPTION 'InstantObjects IBX Design-Time Support (Delphi 2005)'} {$LIBSUFFIX '_D9'} {$DESIGNONLY} {$IMPLICITBUILD OFF} requires vcl, vcldb, ibxpress, IOCore, IOIBX; contains InstantIBXReg in '..\InstantIBXReg.pas'; end. --- NEW FILE: IOIBX.dpk --- package IOIBX; {$I '../../../InstantVersion.inc'} {$ALIGN 8} {$ASSERTIONS ON} {$BOOLEVAL OFF} {$DEBUGINFO ON} {$EXTENDEDSYNTAX ON} {$IMPORTEDDATA ON} {$IOCHECKS ON} {$LOCALSYMBOLS ON} {$LONGSTRINGS ON} {$OPENSTRINGS ON} {$OPTIMIZATION ON} {$OVERFLOWCHECKS OFF} {$RANGECHECKS OFF} {$REFERENCEINFO ON} {$SAFEDIVIDE OFF} {$STACKFRAMES OFF} {$TYPEDADDRESS OFF} {$VARSTRINGCHECKS ON} {$WRITEABLECONST OFF} {$MINENUMSIZE 1} {$IMAGEBASE $400000} {$DESCRIPTION 'InstantObjects IBX Run-Time Support (Delphi 2005)'} {$LIBSUFFIX '_D9'} {$RUNONLY} {$IMPLICITBUILD OFF} requires vcl, vcldb, ibxpress, IOCore, IOIBFbCatalog; contains InstantIBXConnectionDefEdit in '..\InstantIBXConnectionDefEdit.pas' {InstantIBXConnectionDefEditForm}, InstantIBX in '..\InstantIBX.pas'; end. |
From: Steven M. <sr...@us...> - 2005-07-30 06:20:55
|
Update of /cvsroot/instantobjects/Source/Brokers/IBX/D2005 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23703/D2005 Log Message: Directory /cvsroot/instantobjects/Source/Brokers/IBX/D2005 added to the repository |
From: Steven M. <sr...@us...> - 2005-07-30 06:20:25
|
Update of /cvsroot/instantobjects/Source/Brokers/BDE/D7 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23599 Modified Files: IOBDE.dpk DclIOBDE.dpk Log Message: Fix of InstantVersion.inc path Index: DclIOBDE.dpk =================================================================== RCS file: /cvsroot/instantobjects/Source/Brokers/BDE/D7/DclIOBDE.dpk,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** DclIOBDE.dpk 24 Jul 2005 16:34:49 -0000 1.3 --- DclIOBDE.dpk 30 Jul 2005 06:20:17 -0000 1.4 *************** *** 1,5 **** package DclIOBDE; ! {$I '../../InstantVersion.inc'} {$R '../InstantBDE.dcr'} --- 1,5 ---- package DclIOBDE; ! {$I '../../../InstantVersion.inc'} {$R '../InstantBDE.dcr'} Index: IOBDE.dpk =================================================================== RCS file: /cvsroot/instantobjects/Source/Brokers/BDE/D7/IOBDE.dpk,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** IOBDE.dpk 24 Jul 2005 16:34:49 -0000 1.3 --- IOBDE.dpk 30 Jul 2005 06:20:17 -0000 1.4 *************** *** 1,5 **** package IOBDE; ! {$I '../../InstantVersion.inc'} {$ALIGN 8} --- 1,5 ---- package IOBDE; ! {$I '../../../InstantVersion.inc'} {$ALIGN 8} |
From: Steven M. <sr...@us...> - 2005-07-30 06:18:37
|
Update of /cvsroot/instantobjects/Source/Brokers/BDE/D2005 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23343 Modified Files: DclIOBDE.dpk IOBDE.dpk Removed Files: DclIOBDE.bdsproj DclIOBDE.cfg IOBDE.bdsproj IOBDE.cfg Log Message: Cleanup --- DclIOBDE.bdsproj DELETED --- --- IOBDE.cfg DELETED --- Index: IOBDE.dpk =================================================================== RCS file: /cvsroot/instantobjects/Source/Brokers/BDE/D2005/IOBDE.dpk,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** IOBDE.dpk 17 Jul 2005 22:34:09 -0000 1.1 --- IOBDE.dpk 30 Jul 2005 06:18:28 -0000 1.2 *************** *** 1,5 **** package IOBDE; ! {$R *.res} {$ALIGN 8} {$ASSERTIONS ON} --- 1,6 ---- package IOBDE; ! {$I '../../../InstantVersion.inc'} ! {$ALIGN 8} {$ASSERTIONS ON} *************** *** 18,24 **** {$SAFEDIVIDE OFF} {$STACKFRAMES OFF} ! {$TYPEDADDRESS OFF} {$VARSTRINGCHECKS ON} ! {$WRITEABLECONST ON} {$MINENUMSIZE 1} {$IMAGEBASE $400000} --- 19,25 ---- {$SAFEDIVIDE OFF} {$STACKFRAMES OFF} ! {$TYPEDADDRESS ON} {$VARSTRINGCHECKS ON} ! {$WRITEABLECONST OFF} {$MINENUMSIZE 1} {$IMAGEBASE $400000} --- IOBDE.bdsproj DELETED --- Index: DclIOBDE.dpk =================================================================== RCS file: /cvsroot/instantobjects/Source/Brokers/BDE/D2005/DclIOBDE.dpk,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** DclIOBDE.dpk 17 Jul 2005 22:34:08 -0000 1.1 --- DclIOBDE.dpk 30 Jul 2005 06:18:28 -0000 1.2 *************** *** 1,5 **** package DclIOBDE; ! {$R *.res} {$R '..\InstantBDE.dcr'} {$ALIGN 8} --- 1,6 ---- package DclIOBDE; ! {$I '../../../InstantVersion.inc'} ! {$R '..\InstantBDE.dcr'} {$ALIGN 8} *************** *** 19,25 **** {$SAFEDIVIDE OFF} {$STACKFRAMES OFF} ! {$TYPEDADDRESS OFF} {$VARSTRINGCHECKS ON} ! {$WRITEABLECONST ON} {$MINENUMSIZE 1} {$IMAGEBASE $400000} --- 20,26 ---- {$SAFEDIVIDE OFF} {$STACKFRAMES OFF} ! {$TYPEDADDRESS ON} {$VARSTRINGCHECKS ON} ! {$WRITEABLECONST OFF} {$MINENUMSIZE 1} {$IMAGEBASE $400000} --- DclIOBDE.cfg DELETED --- |
From: Steven M. <sr...@us...> - 2005-07-26 07:54:44
|
Update of /cvsroot/instantobjects/Source/Core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22455 Modified Files: InstantPersistence.pas Log Message: Fix for Field attribute options initialisation in TInstantModelCatalog.InitTableMetadatas(). Index: InstantPersistence.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Core/InstantPersistence.pas,v retrieving revision 1.49 retrieving revision 1.50 diff -C2 -d -r1.49 -r1.50 *** InstantPersistence.pas 24 Jul 2005 16:34:55 -0000 1.49 --- InstantPersistence.pas 26 Jul 2005 07:54:34 -0000 1.50 *************** *** 15239,15242 **** --- 15239,15243 ---- for I := 0 to Pred(Map.Count) do begin + Options := []; AttributeMetadata := Map[I]; if AttributeMetadata.AttributeType = atReference then *************** *** 15276,15283 **** IndexMetadatas.AddIndexMetadata(Map.Name + AttributeMetadata.FieldName, AttributeMetadata.FieldName, []); ! Options := [foIndexed]; end ! else ! Options := []; FieldMetadatas.AddFieldMetadata(AttributeMetadata.FieldName, Scheme.AttributeTypeToDataType(AttributeMetadata.AttributeType), --- 15277,15286 ---- IndexMetadatas.AddIndexMetadata(Map.Name + AttributeMetadata.FieldName, AttributeMetadata.FieldName, []); ! Options := Options + [foIndexed]; end ! else if AttributeMetadata.IsRequired then ! begin ! Options := Options + [foRequired]; ! end; FieldMetadatas.AddFieldMetadata(AttributeMetadata.FieldName, Scheme.AttributeTypeToDataType(AttributeMetadata.AttributeType), |
From: Steven M. <sr...@us...> - 2005-07-26 02:25:59
|
Update of /cvsroot/instantobjects/Source/Core/D7 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2865 Modified Files: IOCore.dpk Log Message: Minor fix to add " {InstantCustomDBEvolverForm}" Index: IOCore.dpk =================================================================== RCS file: /cvsroot/instantobjects/Source/Core/D7/IOCore.dpk,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** IOCore.dpk 24 Jul 2005 16:34:54 -0000 1.8 --- IOCore.dpk 26 Jul 2005 02:25:50 -0000 1.9 *************** *** 54,58 **** InstantDBBuild in '..\InstantDBBuild.pas', InstantDBEvolution in '..\InstantDBEvolution.pas', ! InstantCustomDBEvolverFormUnit in '..\InstantCustomDBEvolverFormUnit.pas', InstantDBEvolverFormUnit in '..\InstantDBEvolverFormUnit.pas' {InstantDBEvolverForm}, InstantDBBuilderFormUnit in '..\InstantDBBuilderFormUnit.pas' {InstantDBBuilderForm}; --- 54,58 ---- InstantDBBuild in '..\InstantDBBuild.pas', InstantDBEvolution in '..\InstantDBEvolution.pas', ! InstantCustomDBEvolverFormUnit in '..\InstantCustomDBEvolverFormUnit.pas' {InstantCustomDBEvolverForm}, InstantDBEvolverFormUnit in '..\InstantDBEvolverFormUnit.pas' {InstantDBEvolverForm}, InstantDBBuilderFormUnit in '..\InstantDBBuilderFormUnit.pas' {InstantDBBuilderForm}; |
From: Nando D. <na...@us...> - 2005-07-24 16:38:48
|
Update of /cvsroot/instantobjects/Demos/PrimerCross In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25587/PrimerCross Modified Files: Main.pas Primer.dpr PrimerExternal.dpr Log Message: removal of package cfg, dof and res files from CVS (D6 and D7 only) Index: PrimerExternal.dpr =================================================================== RCS file: /cvsroot/instantobjects/Demos/PrimerCross/PrimerExternal.dpr,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** PrimerExternal.dpr 10 Feb 2005 23:06:19 -0000 1.3 --- PrimerExternal.dpr 24 Jul 2005 16:38:37 -0000 1.4 *************** *** 26,40 **** * * Contributor(s): ! * Carlo Barazzetta: ! * - cross-platform porting for Delphi 5,6,7 & Kilix ! * - PerformanceView form changed to make tests with UsePreparedQuery ! * - PerformanceView form changed to make tests with Statement Cache ! * - PerformanceView form changed to make tests of Queries ! * - Salary attribute of type Currency added to Person ! * - PersonEdit form and random data form changed to test Graphic support * ***** END LICENSE BLOCK ***** *) program PrimerExternal; uses Forms, --- 26,37 ---- * * Contributor(s): ! * Carlo Barazzetta, Nando Dessena ! * * ***** END LICENSE BLOCK ***** *) program PrimerExternal; + {$I '../../InstantDefines.inc'} + uses Forms, Index: Main.pas =================================================================== RCS file: /cvsroot/instantobjects/Demos/PrimerCross/Main.pas,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** Main.pas 21 Mar 2005 16:48:04 -0000 1.10 --- Main.pas 24 Jul 2005 16:38:36 -0000 1.11 *************** *** 20,24 **** {$ENDIF} InstantPersistence, BasicView, Stopwatch, ! InstantConnectionManagerForm, InstantConnectionManager; type --- 20,24 ---- {$ENDIF} InstantPersistence, BasicView, Stopwatch, ! InstantConnectionManagerFormUnit, InstantConnectionManager; type Index: Primer.dpr =================================================================== RCS file: /cvsroot/instantobjects/Demos/PrimerCross/Primer.dpr,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** Primer.dpr 10 Feb 2005 23:06:19 -0000 1.6 --- Primer.dpr 24 Jul 2005 16:38:37 -0000 1.7 *************** *** 27,41 **** * * Contributor(s): ! * Carlo Barazzetta: ! * - cross-platform porting for Delphi 5,6,7 & Kilix ! * - PerformanceView form changed to make tests with UsePreparedQuery ! * - PerformanceView form changed to make tests with Statement Cache ! * - PerformanceView form changed to make tests of Queries ! * - Salary attribute of type Currency added to Person ! * - PersonEdit form and random data form changed to test Graphic support * ***** END LICENSE BLOCK ***** *) program Primer; uses Forms, --- 27,38 ---- * * Contributor(s): ! * Carlo Barazzetta, Nando Dessena ! * * ***** END LICENSE BLOCK ***** *) program Primer; + {$I '../../InstantDefines.inc'} + uses Forms, |
From: Nando D. <na...@us...> - 2005-07-24 16:35:42
|
Update of /cvsroot/instantobjects/Source/Brokers/BDE/D6 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24320/Brokers/BDE/D6 Modified Files: DclIOBDE.dpk IOBDE.dpk Removed Files: DclIOBDE.cfg DclIOBDE.dof IOBDE.cfg IOBDE.dof Log Message: removal of package cfg, dof and res files from CVS (D6 and D7 only) --- DclIOBDE.dof DELETED --- --- IOBDE.cfg DELETED --- Index: IOBDE.dpk =================================================================== RCS file: /cvsroot/instantobjects/Source/Brokers/BDE/D6/IOBDE.dpk,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** IOBDE.dpk 20 Jul 2004 16:22:54 -0000 1.1 --- IOBDE.dpk 24 Jul 2005 16:34:48 -0000 1.2 *************** *** 1,5 **** package IOBDE; ! {$R *.res} {$ALIGN 8} {$ASSERTIONS ON} --- 1,6 ---- package IOBDE; ! {$I '../../../InstantVersion.inc'} ! {$ALIGN 8} {$ASSERTIONS ON} Index: DclIOBDE.dpk =================================================================== RCS file: /cvsroot/instantobjects/Source/Brokers/BDE/D6/DclIOBDE.dpk,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** DclIOBDE.dpk 20 Jul 2004 16:22:54 -0000 1.1 --- DclIOBDE.dpk 24 Jul 2005 16:34:48 -0000 1.2 *************** *** 1,6 **** package DclIOBDE; ! {$R *.res} ! {$R '..\InstantBDE.dcr'} {$ALIGN 8} {$ASSERTIONS ON} --- 1,7 ---- package DclIOBDE; ! {$I '../../../InstantVersion.inc'} ! ! {$R '../InstantBDE.dcr'} {$ALIGN 8} {$ASSERTIONS ON} --- IOBDE.dof DELETED --- --- DclIOBDE.cfg DELETED --- |
From: Nando D. <na...@us...> - 2005-07-24 16:35:42
|
Update of /cvsroot/instantobjects/Source/Brokers/XML In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24320/Brokers/XML Modified Files: InstantXML.pas InstantXMLConnectionDefEdit.dfm InstantXMLConnectionDefEdit.pas InstantXMLReg.pas Log Message: removal of package cfg, dof and res files from CVS (D6 and D7 only) Index: InstantXML.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Brokers/XML/InstantXML.pas,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** InstantXML.pas 6 Jul 2005 01:27:28 -0000 1.6 --- InstantXML.pas 24 Jul 2005 16:34:52 -0000 1.7 *************** *** 22,27 **** * * Contributor(s): ! * Carlo Barazzetta, Adrea Petrelli: porting Kylix ! * Marco Cantù (XML documents versioning code, other minor fixes) * * ***** END LICENSE BLOCK ***** *) --- 22,26 ---- * * Contributor(s): ! * Carlo Barazzetta, Adrea Petrelli, Nando Dessena, Marco Cantù * * ***** END LICENSE BLOCK ***** *) *************** *** 29,33 **** unit InstantXML; ! {$I ../../Core/InstantDefines.inc} interface --- 28,32 ---- unit InstantXML; ! {$I ../../InstantDefines.inc} interface Index: InstantXMLConnectionDefEdit.dfm =================================================================== RCS file: /cvsroot/instantobjects/Source/Brokers/XML/InstantXMLConnectionDefEdit.dfm,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** InstantXMLConnectionDefEdit.dfm 20 Jul 2004 16:39:09 -0000 1.1 --- InstantXMLConnectionDefEdit.dfm 24 Jul 2005 16:34:52 -0000 1.2 *************** *** 18,22 **** object BottomBevel: TBevel Left = 0 ! Top = 126 Width = 294 Height = 2 --- 18,22 ---- object BottomBevel: TBevel Left = 0 ! Top = 133 Width = 294 Height = 2 *************** *** 28,32 **** Top = 0 Width = 294 ! Height = 126 Align = alClient BevelOuter = bvNone --- 28,32 ---- Top = 0 Width = 294 ! Height = 133 Align = alClient BevelOuter = bvNone *************** *** 84,88 **** object BottomPanel: TPanel Left = 0 ! Top = 128 Width = 294 Height = 28 --- 84,88 ---- object BottomPanel: TPanel Left = 0 ! Top = 135 Width = 294 Height = 28 Index: InstantXMLConnectionDefEdit.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Brokers/XML/InstantXMLConnectionDefEdit.pas,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** InstantXMLConnectionDefEdit.pas 5 Jun 2005 20:30:00 -0000 1.4 --- InstantXMLConnectionDefEdit.pas 24 Jul 2005 16:34:52 -0000 1.5 *************** *** 22,37 **** * * Contributor(s): ! * Carlo Barazzetta, Adrea Petrelli: porting Kylix ! * Carlo Barazzetta: blob streaming in XML format (Part, Parts, References) * * ***** END LICENSE BLOCK ***** *) unit InstantXMLConnectionDefEdit; ! {$IFNDEF VER130} {$WARN UNIT_PLATFORM OFF} {$ENDIF} - {$I ../../Core/InstantDefines.inc} - interface --- 22,37 ---- * * Contributor(s): ! * Adrea Petrelli, Nando Dessena * * ***** END LICENSE BLOCK ***** *) unit InstantXMLConnectionDefEdit; ! ! {$I '../../InstantDefines.inc'} ! ! {$IFDEF D6+} {$WARN UNIT_PLATFORM OFF} {$ENDIF} interface Index: InstantXMLReg.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Brokers/XML/InstantXMLReg.pas,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** InstantXMLReg.pas 20 Jul 2004 16:39:09 -0000 1.1 --- InstantXMLReg.pas 24 Jul 2005 16:34:52 -0000 1.2 *************** *** 22,27 **** * * Contributor(s): ! * Carlo Barazzetta, Adrea Petrelli: porting Kylix ! * Marco Cantù (XML documents versioning code, other minor fixes) * * ***** END LICENSE BLOCK ***** *) --- 22,26 ---- * * Contributor(s): ! * Adrea Petrelli, Nando Dessena, Marco Cantù * * ***** END LICENSE BLOCK ***** *) *************** *** 29,32 **** --- 28,33 ---- unit InstantXMLReg; + {$I '../../InstantDefines.inc'} + interface |
From: Nando D. <na...@us...> - 2005-07-24 16:35:42
|
Update of /cvsroot/instantobjects/Source/Core/D7 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24320/Core/D7 Modified Files: IOCore.dpk Removed Files: IOCore.cfg IOCore.dof IOCore.res Log Message: removal of package cfg, dof and res files from CVS (D6 and D7 only) Index: IOCore.dpk =================================================================== RCS file: /cvsroot/instantobjects/Source/Core/D7/IOCore.dpk,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** IOCore.dpk 4 Jul 2005 11:39:27 -0000 1.7 --- IOCore.dpk 24 Jul 2005 16:34:54 -0000 1.8 *************** *** 1,5 **** package IOCore; ! {$R *.res} {$ALIGN 8} {$ASSERTIONS ON} --- 1,6 ---- package IOCore; ! {$I '../../InstantVersion.inc'} ! {$ALIGN 8} {$ASSERTIONS ON} --- IOCore.cfg DELETED --- --- IOCore.dof DELETED --- --- IOCore.res DELETED --- |
From: Nando D. <na...@us...> - 2005-07-24 16:35:42
|
Update of /cvsroot/instantobjects/Source/Brokers/IBX In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24320/Brokers/IBX Modified Files: InstantIBX.pas InstantIBXConnectionDefEdit.dfm InstantIBXConnectionDefEdit.pas Log Message: removal of package cfg, dof and res files from CVS (D6 and D7 only) Index: InstantIBX.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Brokers/IBX/InstantIBX.pas,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** InstantIBX.pas 13 Jul 2005 08:32:58 -0000 1.11 --- InstantIBX.pas 24 Jul 2005 16:34:50 -0000 1.12 *************** *** 31,41 **** unit InstantIBX; ! {$I ../../Core/InstantDefines.inc} ! ! {$IFDEF D7+} ! {$WARN UNSAFE_TYPE OFF} ! {$WARN UNSAFE_CAST OFF} ! {$WARN UNSAFE_CODE OFF} ! {$ENDIF} interface --- 31,35 ---- unit InstantIBX; ! {$I '../../InstantDefines.inc'} interface Index: InstantIBXConnectionDefEdit.dfm =================================================================== RCS file: /cvsroot/instantobjects/Source/Brokers/IBX/InstantIBXConnectionDefEdit.dfm,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** InstantIBXConnectionDefEdit.dfm 18 Feb 2005 11:05:01 -0000 1.5 --- InstantIBXConnectionDefEdit.dfm 24 Jul 2005 16:34:50 -0000 1.6 *************** *** 203,206 **** --- 203,209 ---- BevelOuter = bvNone TabOrder = 1 + DesignSize = ( + 362 + 35) object OkButton: TButton Left = 204 Index: InstantIBXConnectionDefEdit.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Brokers/IBX/InstantIBXConnectionDefEdit.pas,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** InstantIBXConnectionDefEdit.pas 1 Oct 2004 16:09:11 -0000 1.4 --- InstantIBXConnectionDefEdit.pas 24 Jul 2005 16:34:50 -0000 1.5 *************** *** 25,35 **** * * Contributor(s): ! * Carlo Barazzetta: blob streaming in XML format (Part, Parts, References) ! * Nando Dessena: ! * - Support for changing the data type used for ID fields. * ***** END LICENSE BLOCK ***** *) unit InstantIBXConnectionDefEdit; interface --- 25,36 ---- * * Contributor(s): ! * Carlo Barazzetta, Nando Dessena ! * * ***** END LICENSE BLOCK ***** *) unit InstantIBXConnectionDefEdit; + {$I '../../InstantDefines.inc'} + interface |
Update of /cvsroot/instantobjects/Source/Brokers/XML/D7 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24320/Brokers/XML/D7 Modified Files: DclIOXML.dpk IOXML.dpk Removed Files: DclIOXML.cfg DclIOXML.dof DclIOXML.res IOXML.cfg IOXML.dof IOXML.res Log Message: removal of package cfg, dof and res files from CVS (D6 and D7 only) --- DclIOXML.res DELETED --- Index: DclIOXML.dpk =================================================================== RCS file: /cvsroot/instantobjects/Source/Brokers/XML/D7/DclIOXML.dpk,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** DclIOXML.dpk 18 Jun 2005 09:39:56 -0000 1.2 --- DclIOXML.dpk 24 Jul 2005 16:34:52 -0000 1.3 *************** *** 1,6 **** package DclIOXML; ! {$R *.res} ! {$R '..\InstantXML.dcr'} {$ALIGN 8} {$ASSERTIONS ON} --- 1,7 ---- package DclIOXML; ! {$I '../../InstantVersion.inc'} ! ! {$R '../InstantXML.dcr'} {$ALIGN 8} {$ASSERTIONS ON} --- DclIOXML.cfg DELETED --- --- IOXML.res DELETED --- --- IOXML.cfg DELETED --- --- IOXML.dof DELETED --- Index: IOXML.dpk =================================================================== RCS file: /cvsroot/instantobjects/Source/Brokers/XML/D7/IOXML.dpk,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** IOXML.dpk 18 Jun 2005 09:39:56 -0000 1.2 --- IOXML.dpk 24 Jul 2005 16:34:52 -0000 1.3 *************** *** 1,5 **** package IOXML; ! {$R *.res} {$ALIGN 8} {$ASSERTIONS ON} --- 1,6 ---- package IOXML; ! {$I '../../InstantVersion.inc'} ! {$ALIGN 8} {$ASSERTIONS ON} --- DclIOXML.dof DELETED --- |