]> SALOME platform Git repositories - modules/kernel.git/log
Salome HOME
modules/kernel.git
15 years agoMED reference LIBXML_CPPFLAGS ...
adam [Mon, 1 Dec 2008 15:43:31 +0000 (15:43 +0000)]
MED reference LIBXML_CPPFLAGS ...

15 years agoFix compilation errors on Win32 platform:
abd [Mon, 1 Dec 2008 14:00:04 +0000 (14:00 +0000)]
Fix compilation errors on Win32 platform:
Using standard WIN32 preprocessor definition instead WNT (defined by Open CASCADE)

16 years ago[E.A.] GEOM compatibility
adam [Tue, 25 Nov 2008 09:53:12 +0000 (09:53 +0000)]
[E.A.] GEOM compatibility

16 years ago[E.A.] Copy the swig'ed foo.dll into foo_d.pyd in order that python
adam [Tue, 25 Nov 2008 09:50:37 +0000 (09:50 +0000)]
[E.A.] Copy the swig'ed foo.dll into foo_d.pyd in order that python
can import them on windows. It works only for python in debug mode.
It will be improved in the future.

16 years agoIPAL20326 SALOME_Logger_Server is not killed
dmv [Tue, 25 Nov 2008 09:31:37 +0000 (09:31 +0000)]
IPAL20326 SALOME_Logger_Server is not killed

16 years ago[E.A.] For other modules thna KERNEL, we need to replace the by /
adam [Thu, 20 Nov 2008 15:55:33 +0000 (15:55 +0000)]
[E.A.] For other modules thna KERNEL, we need to replace the  by /
to compile correctly the idl files at install stage

16 years ago[E.A.] Initialize correctly SUBDIRS otherwise for the particuliar
adam [Thu, 20 Nov 2008 15:51:47 +0000 (15:51 +0000)]
[E.A.] Initialize correctly SUBDIRS otherwise for the particuliar
case where SUBDIRS is declared in an enclosed if, the cmake compilation
fails ...

16 years ago[E.A.] Install the adm_local/cmake_files
adam [Thu, 20 Nov 2008 15:43:47 +0000 (15:43 +0000)]
[E.A.] Install the adm_local/cmake_files

16 years ago[E.A.] Use the NOGDI compilation flags on windows for 3 libraries
adam [Thu, 20 Nov 2008 15:41:46 +0000 (15:41 +0000)]
[E.A.] Use the NOGDI compilation flags on windows for 3 libraries

16 years agoFix problem with notifd process killing on SALOME session shutdowning.
vsr [Tue, 18 Nov 2008 10:01:41 +0000 (10:01 +0000)]
Fix problem with notifd process killing on SALOME session shutdowning.

16 years agoBUG 0020048
abd [Mon, 17 Nov 2008 11:57:48 +0000 (11:57 +0000)]
BUG 0020048
Problem with compilation on Win32 Platform.
Removing of invalid import of symbols from executable.

16 years ago0020047: [win32] Logger/Makefile.am patch
vsr [Fri, 14 Nov 2008 11:43:43 +0000 (11:43 +0000)]
0020047: [win32] Logger/Makefile.am patch

16 years ago0020046: [win32] ResourcesManager/Makefile.am patch
vsr [Fri, 14 Nov 2008 11:39:46 +0000 (11:39 +0000)]
0020046: [win32] ResourcesManager/Makefile.am patch

16 years agoUse PYTHON_EXECUTABLE variable instead of python ...
adam [Wed, 12 Nov 2008 17:01:39 +0000 (17:01 +0000)]
Use PYTHON_EXECUTABLE variable instead of python ...

16 years agoFix problem with 'make distcheck' step
vsr [Thu, 30 Oct 2008 10:09:00 +0000 (10:09 +0000)]
Fix problem with 'make distcheck' step

16 years agoBUG 0020024: a --gdb-session option to runSalome ...
abd [Thu, 30 Oct 2008 09:51:12 +0000 (09:51 +0000)]
BUG 0020024: a --gdb-session option to runSalome ...
possibility for execution of xterm with gdb during salome starting.

fix error during merging

16 years agoBUG 0020024: a --gdb-session option to runSalome ...
abd [Thu, 30 Oct 2008 09:21:54 +0000 (09:21 +0000)]
BUG 0020024: a --gdb-session option to runSalome ...
possibility for execution of xterm with gdb during salome starting.

16 years agoFix win32 compilation problem:
abd [Wed, 29 Oct 2008 14:52:46 +0000 (14:52 +0000)]
Fix win32 compilation problem:
no libgen.h header on win32 platform

16 years ago[E.A.] Improve the way that multilines are detected. It was
adam [Wed, 29 Oct 2008 09:28:56 +0000 (09:28 +0000)]
[E.A.] Improve the way that multilines are detected. It was
\
, now it is \s*
 to fix a Makefile.am with a line with

 i.e. 0 or more space after the

16 years ago[E.A.] Fix the python2.5 problem only.
adam [Wed, 29 Oct 2008 09:24:34 +0000 (09:24 +0000)]
[E.A.] Fix the python2.5 problem only.

16 years agoFix linkage problem under GCC 4:
abd [Wed, 29 Oct 2008 09:08:27 +0000 (09:08 +0000)]
Fix linkage problem under GCC 4:
addition of libSalomeHDFPersist.so

16 years agoBUG 0020023: A contribution to compile KERNEL with cmake
abd [Wed, 29 Oct 2008 09:05:38 +0000 (09:05 +0000)]
BUG 0020023: A contribution to compile KERNEL with cmake
This integration adds support of cross-platform cmake compilation for KERNEL module.
WARNING. current version supports Python 2.5 only

16 years agoChanging version to 5.1.0
maintenance team [Wed, 29 Oct 2008 08:52:35 +0000 (08:52 +0000)]
Changing version to 5.1.0

16 years agoBUG 0020023: A contribution to compile KERNEL with cmake
abd [Tue, 28 Oct 2008 14:18:59 +0000 (14:18 +0000)]
BUG 0020023: A contribution to compile KERNEL with cmake
This integration adds support of cross-platform cmake compilation for KERNEL module.
WARNING. current version supports Python 2.5 only

16 years agoIssue 0020007: integrate patch for compilation with gcc 4.3.2 (from E.Adam)
vsr [Wed, 15 Oct 2008 13:18:18 +0000 (13:18 +0000)]
Issue 0020007: integrate patch for compilation with gcc 4.3.2 (from E.Adam)

16 years agoIssue 0019981: integrate patch for compilation with cmake (from E.Adam)
vsr [Wed, 15 Oct 2008 10:41:34 +0000 (10:41 +0000)]
Issue 0019981: integrate patch for compilation with cmake (from E.Adam)

16 years agoIssue 0019981: integrate patch for compilation with cmake (from E.Adam)
vsr [Wed, 15 Oct 2008 10:24:52 +0000 (10:24 +0000)]
Issue 0019981: integrate patch for compilation with cmake (from E.Adam)

16 years agoIssue 0019981: integrate patch for compilation with cmake (from E.Adam)
vsr [Wed, 15 Oct 2008 10:19:36 +0000 (10:19 +0000)]
Issue 0019981: integrate patch for compilation with cmake (from E.Adam)

16 years agoIssue 0019981: integrate patch for compilation with cmake (from E.Adam)
vsr [Wed, 15 Oct 2008 10:07:14 +0000 (10:07 +0000)]
Issue 0019981: integrate patch for compilation with cmake (from E.Adam)

16 years agoIssue 0019981: integrate patch for compilation with cmake (from E.Adam)
vsr [Wed, 15 Oct 2008 09:56:18 +0000 (09:56 +0000)]
Issue 0019981: integrate patch for compilation with cmake (from E.Adam)

16 years agoIssue 0019981: integrate patch for compilation with cmake (from E.Adam)
vsr [Wed, 15 Oct 2008 09:46:27 +0000 (09:46 +0000)]
Issue 0019981: integrate patch for compilation with cmake (from E.Adam)

16 years agoIssue 0019981: integrate patch for compilation with cmake (from E.Adam)
vsr [Wed, 15 Oct 2008 09:26:25 +0000 (09:26 +0000)]
Issue 0019981: integrate patch for compilation with cmake (from E.Adam)

16 years agoIssue 0019981: integrate patch for compilation with cmake (from E.Adam)
vsr [Wed, 15 Oct 2008 09:12:23 +0000 (09:12 +0000)]
Issue 0019981: integrate patch for compilation with cmake (from E.Adam)

16 years agoIssue 0019981: integrate patch for compilation with cmake (from E.Adam)
vsr [Wed, 15 Oct 2008 07:35:21 +0000 (07:35 +0000)]
Issue 0019981: integrate patch for compilation with cmake (from E.Adam)

16 years agoIssue 0019981: integrate patch for compilation with cmake (from E.Adam)
vsr [Wed, 15 Oct 2008 07:27:39 +0000 (07:27 +0000)]
Issue 0019981: integrate patch for compilation with cmake (from E.Adam)

16 years agoIssue 0019981: integrate patch for compilation with cmake (from E.Adam)
vsr [Wed, 15 Oct 2008 06:46:44 +0000 (06:46 +0000)]
Issue 0019981: integrate patch for compilation with cmake (from E.Adam)

16 years agoMerging from V4_1_0_maintainance for porting on Win32 Platform
abd [Fri, 10 Oct 2008 10:15:47 +0000 (10:15 +0000)]
Merging from V4_1_0_maintainance for porting on Win32 Platform

16 years agoMerging from V4_1_0_maintainance for porting on Win32 Platform
abd [Fri, 10 Oct 2008 10:01:32 +0000 (10:01 +0000)]
Merging from V4_1_0_maintainance for porting on Win32 Platform

16 years agoMerging from V4_1_0_maintainance for porting on Win32 Platform
abd [Fri, 10 Oct 2008 09:40:17 +0000 (09:40 +0000)]
Merging from V4_1_0_maintainance for porting on Win32 Platform

16 years agoMerge with VISU 2008
vsv [Fri, 3 Oct 2008 12:38:36 +0000 (12:38 +0000)]
Merge with VISU 2008

16 years agoIssue 0019992: Compile KERNEL in -Werror mode
vsr [Wed, 1 Oct 2008 03:35:53 +0000 (03:35 +0000)]
Issue 0019992: Compile KERNEL in -Werror mode

16 years agoIssue 0019990: Compile KERNEL in -Werror mode
vsr [Tue, 30 Sep 2008 11:34:24 +0000 (11:34 +0000)]
Issue 0019990: Compile KERNEL in -Werror mode

16 years ago0019985: comment print myStudyId in batchmode_salome.py
vsr [Thu, 25 Sep 2008 11:33:05 +0000 (11:33 +0000)]
0019985: comment print myStudyId in batchmode_salome.py

16 years ago0019984: add -f option to salome_adm/unix/Makefile.am
vsr [Thu, 25 Sep 2008 11:15:04 +0000 (11:15 +0000)]
0019984: add -f option to salome_adm/unix/Makefile.am

16 years agoThis commit was generated by cvs2git to create branch 'BR_V5_DEV'.
admin [Thu, 18 Sep 2008 11:48:22 +0000 (11:48 +0000)]
This commit was generated by cvs2git to create branch 'BR_V5_DEV'.

Sprout from BR_QT4_Dev2 2008-09-18 11:48:17 UTC mkr <mkr@opencascade.com> 'TestRecorder support.'
Cherrypick from BR_QT4_Dev2 2008-07-08 06:25:07 UTC admin <salome-admin@opencascade.com> 'This commit was generated by cvs2git to create branch 'BR_QT4_Dev2'.':
    src/Communication/Receiver.cxx
    src/SALOMEDS/README_attributes
    src/SALOMEDS/SALOMEDS_AttLong_i.cxx
    src/SALOMEDS/SALOMEDS_AttLong_i.hxx
    src/SALOMEDS/SALOMEDS_AttReal_i.cxx
    src/SALOMEDS/SALOMEDS_AttReal_i.hxx
    src/SALOMEDS/SALOMEDS_BasicAttributeFactory.cxx
    src/SALOMEDS/SALOMEDS_BasicAttributeFactory.hxx
    src/SALOMEDS/SALOMEDS_BasicAttribute_i.cxx
    src/SALOMEDS/SALOMEDS_BasicAttribute_i.hxx

16 years agoTestRecorder support. TG_TRIPOLI_qt4_porting V5_1_0a1
mkr [Thu, 18 Sep 2008 11:48:17 +0000 (11:48 +0000)]
TestRecorder support.

16 years agoImplement 'make dist' and 'make distcheck' steps
vsr [Thu, 18 Sep 2008 03:12:29 +0000 (03:12 +0000)]
Implement 'make dist' and 'make distcheck' steps

16 years agoIntegration of 0019971: A patch for cmake compilation.
akl [Mon, 15 Sep 2008 11:39:37 +0000 (11:39 +0000)]
Integration of 0019971: A patch for cmake compilation.

16 years agoImplement 'make dist' and 'make distcheck' steps support
vsr [Thu, 11 Sep 2008 03:33:36 +0000 (03:33 +0000)]
Implement 'make dist' and 'make distcheck' steps support

16 years agoRemove debug output from terminal. Avoid using "utilities.h" in standalone (non-CORBA...
vsr [Mon, 8 Sep 2008 06:55:46 +0000 (06:55 +0000)]
Remove debug output from terminal. Avoid using "utilities.h" in standalone (non-CORBA) classes (requested by B.Sécher via mail)

16 years agoRemove debug output from terminal. Avoid using "utilities.h" in standalone (non-CORBA...
vsr [Mon, 8 Sep 2008 06:37:02 +0000 (06:37 +0000)]
Remove debug output from terminal. Avoid using "utilities.h" in standalone (non-CORBA) classes (requested by B.Sécher via mail)

16 years agoImprove build procedure to support 'make dist' and 'make distcheck' steps
vsr [Fri, 5 Sep 2008 11:27:49 +0000 (11:27 +0000)]
Improve build procedure to support 'make dist' and 'make distcheck' steps

16 years agoIssue 0019963 : replace <HDFexport.hxx> by "HDFexport.hxx"
vsr [Fri, 5 Sep 2008 11:03:40 +0000 (11:03 +0000)]
Issue 0019963 : replace <HDFexport.hxx> by "HDFexport.hxx"

16 years agoRemove obsolete files
vsr [Fri, 5 Sep 2008 06:26:56 +0000 (06:26 +0000)]
Remove obsolete files

16 years agoRemove obsolete files
vsr [Thu, 4 Sep 2008 14:10:38 +0000 (14:10 +0000)]
Remove obsolete files

16 years agoRemove obsolete files
vsr [Thu, 4 Sep 2008 13:45:00 +0000 (13:45 +0000)]
Remove obsolete files

16 years agoPorting functionality on Win32 Platform
abd [Thu, 4 Sep 2008 13:43:59 +0000 (13:43 +0000)]
Porting functionality on Win32 Platform

16 years agoRemove obsolete files
vsr [Thu, 4 Sep 2008 11:30:36 +0000 (11:30 +0000)]
Remove obsolete files

16 years agoRemove obsolete files
vsr [Thu, 4 Sep 2008 11:18:12 +0000 (11:18 +0000)]
Remove obsolete files

16 years agoRemove obsolete files
vsr [Thu, 4 Sep 2008 11:07:19 +0000 (11:07 +0000)]
Remove obsolete files

16 years agoImprove build procedure to support 'make dist' and 'make distcheck' steps
vsr [Thu, 4 Sep 2008 08:16:10 +0000 (08:16 +0000)]
Improve build procedure to support 'make dist' and 'make distcheck' steps

16 years agoFix compilation problems on Win32 platform
abd [Thu, 28 Aug 2008 09:39:52 +0000 (09:39 +0000)]
Fix compilation problems on Win32 platform

16 years agoFix compilation problems on Win32 platform
abd [Thu, 28 Aug 2008 09:20:09 +0000 (09:20 +0000)]
Fix compilation problems on Win32 platform

16 years agoBug IPAL19893 4.x: debug information is in terminal.
dmv [Tue, 26 Aug 2008 10:53:18 +0000 (10:53 +0000)]
Bug IPAL19893 4.x: debug information is in terminal.

16 years agoRollback a part of integration to BR_QT4_Dev2 11.08.2008:
dmv [Fri, 15 Aug 2008 09:42:21 +0000 (09:42 +0000)]
Rollback a part of integration to BR_QT4_Dev2 11.08.2008:
IPAL 19893: debug information is in terminal.

16 years agoRollback a part of integration to BR_QT4_Dev2 11.08.2008:
dmv [Fri, 15 Aug 2008 09:24:48 +0000 (09:24 +0000)]
Rollback a part of integration to BR_QT4_Dev2 11.08.2008:
Bug IPAL20202 Qt4 porting: it is impossible to start application with "-t" option.

16 years ago0019954: Pb in setenv.py
dmv [Tue, 12 Aug 2008 10:43:08 +0000 (10:43 +0000)]
0019954: Pb in setenv.py

16 years agoBug IPAL19893 4.x: debug information is in terminal.
dmv [Mon, 11 Aug 2008 10:16:41 +0000 (10:16 +0000)]
Bug IPAL19893 4.x: debug information is in terminal.

16 years agoBug IPAL20202 Qt4 porting: it is impossible to start application with "-t" option.
dmv [Mon, 11 Aug 2008 08:39:18 +0000 (08:39 +0000)]
Bug IPAL20202 Qt4 porting: it is impossible to start application with "-t" option.

16 years agoMerging with BR_WPdev_For_5_0
abd [Fri, 8 Aug 2008 07:18:57 +0000 (07:18 +0000)]
Merging with BR_WPdev_For_5_0

16 years agoMerging with BR_WPdev_For_5_0
abd [Fri, 8 Aug 2008 07:11:41 +0000 (07:11 +0000)]
Merging with BR_WPdev_For_5_0

16 years agoMerging with BR_WPdev_For_5_0
abd [Fri, 8 Aug 2008 06:53:16 +0000 (06:53 +0000)]
Merging with BR_WPdev_For_5_0

16 years agoMerging with BR_WPdev_For_5_0
abd [Fri, 8 Aug 2008 06:41:34 +0000 (06:41 +0000)]
Merging with BR_WPdev_For_5_0

16 years agoMerging with BR_WPdev_For_5_0
abd [Fri, 8 Aug 2008 06:27:47 +0000 (06:27 +0000)]
Merging with BR_WPdev_For_5_0

16 years agoFix error in check CASCADE procedure (in AC_TRY_LINK)
vsr [Fri, 1 Aug 2008 07:22:54 +0000 (07:22 +0000)]
Fix error in check CASCADE procedure (in AC_TRY_LINK)

16 years agoFix issue 0019952: problem with symbolic link creation
vsr [Thu, 31 Jul 2008 04:01:57 +0000 (04:01 +0000)]
Fix issue 0019952: problem with symbolic link creation

16 years agoFix pb with killSalome script: exception is raised at os.listdir() if /tmp/logs/...
vsr [Thu, 31 Jul 2008 03:48:33 +0000 (03:48 +0000)]
Fix pb with killSalome script: exception is raised at os.listdir() if /tmp/logs/${USER} directory does not exist.

16 years agoFeature 0016551: EDF PAL 501: To add a second trihedron always visible and with const...
ouv [Wed, 30 Jul 2008 12:05:04 +0000 (12:05 +0000)]
Feature 0016551: EDF PAL 501: To add a second trihedron always visible and with constant size

16 years agomerge from V4_1_0_maintainance branch (from tag mergeto_BR_QT4_Dev2_29Jul08)
vsr [Tue, 29 Jul 2008 10:04:14 +0000 (10:04 +0000)]
merge from V4_1_0_maintainance branch (from tag mergeto_BR_QT4_Dev2_29Jul08)

16 years agoMerge from BR_QT4_Dev1
vsr [Tue, 8 Jul 2008 07:42:55 +0000 (07:42 +0000)]
Merge from BR_QT4_Dev1

16 years agoCCAR: remove wakeupWaiting in CalciumGenericProvidesPort. It's already done in disconnect
caremoli [Tue, 8 Jul 2008 06:25:06 +0000 (06:25 +0000)]
CCAR: remove wakeupWaiting in CalciumGenericProvidesPort. It's already done in disconnect

16 years agoFix pb of reconfigure (error on re-generating top-level Makefile)
vsr [Tue, 8 Jul 2008 03:26:45 +0000 (03:26 +0000)]
Fix pb of reconfigure (error on re-generating top-level Makefile)

16 years agoCCAR: improve python wrapping for DSC components : add is_connected and
caremoli [Mon, 7 Jul 2008 12:51:13 +0000 (12:51 +0000)]
CCAR: improve python wrapping for DSC components : add is_connected and
convert CORBA C++ exception to CORBA python exception

16 years agoCCAR: restore previous behaviour : if a component has no catalog but a python
caremoli [Mon, 7 Jul 2008 12:39:27 +0000 (12:39 +0000)]
CCAR: restore previous behaviour : if a component has no catalog but a python
module or a dynamic lib is conforming accept it.

16 years agoIssue 0019916: avoid deprecation warning
vsr [Mon, 7 Jul 2008 10:31:37 +0000 (10:31 +0000)]
Issue 0019916: avoid deprecation warning

16 years ago* Issue 0019872: use dot-prefixed pidict files
vsr [Mon, 7 Jul 2008 10:19:17 +0000 (10:19 +0000)]
* Issue 0019872: use dot-prefixed pidict files

16 years agoBug IPAL18631 REGRESS of logger - nothing apperared in log file in the IAPP-002 test...
dmv [Mon, 7 Jul 2008 09:50:48 +0000 (09:50 +0000)]
Bug IPAL18631 REGRESS of logger - nothing apperared in log file in the IAPP-002 test scenario checkpoints

16 years agoBug IPAL18631 REGRESS of logger - nothing apperared in log file in the IAPP-002 test...
dmv [Mon, 7 Jul 2008 09:11:52 +0000 (09:11 +0000)]
Bug IPAL18631 REGRESS of logger - nothing apperared in log file in the IAPP-002 test scenario checkpoints

16 years ago* Issue 0019872: use dot-prefixed pidict files
vsr [Mon, 7 Jul 2008 07:55:49 +0000 (07:55 +0000)]
* Issue 0019872: use dot-prefixed pidict files
* Improve other SALOME scripts

16 years agoFix a bug of configure step: if scripts sources are changed in bin directory they...
vsr [Thu, 3 Jul 2008 07:25:59 +0000 (07:25 +0000)]
Fix a bug of configure step: if scripts sources are changed in bin directory they are not installed by 'make install' step; instead their copies in a build directory are taken.

16 years agoImprove SALOME logger: customize log file name (add port, user and host ids) to avoid...
vsr [Wed, 2 Jul 2008 10:58:33 +0000 (10:58 +0000)]
Improve SALOME logger: customize log file name (add port, user and host ids) to avoid problems with using the same log file name by different SALOME sessions.

16 years agoImprove SALOME logger: customize log file name (add port, user and host ids) to avoid...
vsr [Wed, 2 Jul 2008 10:58:20 +0000 (10:58 +0000)]
Improve SALOME logger: customize log file name (add port, user and host ids) to avoid problems with using the same log file name by different SALOME sessions (add missing salome_utilities.py script to the Makefile).

16 years agoCORRECTIONS API C++ UTILISATEUR
fayolle [Mon, 30 Jun 2008 14:08:48 +0000 (14:08 +0000)]
CORRECTIONS API C++ UTILISATEUR

16 years ago*** empty log message ***
fayolle [Mon, 30 Jun 2008 14:03:16 +0000 (14:03 +0000)]
*** empty log message ***

16 years agoIPAL 18631 Remove Extra Messages from the Terminal in case of Release Mode
dmv [Thu, 19 Jun 2008 10:42:56 +0000 (10:42 +0000)]
IPAL 18631 Remove Extra Messages from the Terminal in case of Release Mode

16 years agoImprove SALOME logger: customize log file name (add port, user and host ids) to avoid...
vsr [Thu, 19 Jun 2008 09:12:48 +0000 (09:12 +0000)]
Improve SALOME logger: customize log file name (add port, user and host ids) to avoid problems with using the same log file name by different SALOME sessions.

16 years agoCCAR: solve some problems during shutdown BR_PERF V4_1_3 V4_1_3rc2
caremoli [Sun, 8 Jun 2008 13:18:40 +0000 (13:18 +0000)]
CCAR: solve some problems during shutdown
- singletons are deleted at exit (atexit function is called at the beginning of programs)
but order is important. Trace singleton must be destroyed last because MESSAGE
and others are called in destructor of other singletons.
So I have enforced local trace initialization in ATEXIT_ class from Utils directory

- Improve Registry shutdown (called _remove_ref to delete RegistryService object)
- add a delay between shutdown servers and kill omninames in shutdownSalome.py

16 years agoCCAR: correction of DESTRUCTOR_OF in the end of Registry Server (seems to recurse ??)
caremoli [Fri, 6 Jun 2008 17:25:14 +0000 (17:25 +0000)]
CCAR: correction of DESTRUCTOR_OF in the end of Registry Server (seems to recurse ??)

16 years agoCCAR: remove thrown exceptions in shutdown servers with python components
caremoli [Fri, 6 Jun 2008 15:49:50 +0000 (15:49 +0000)]
CCAR: remove thrown exceptions in shutdown servers with python components

16 years agoCCAR: some corrections in :
caremoli [Fri, 6 Jun 2008 13:57:33 +0000 (13:57 +0000)]
CCAR: some corrections in :
- disconnection of CALCIUM ports
- shutdown of Python container
- shutdown of C++ container
- launching of standalone component