]> SALOME platform Git repositories - modules/kernel.git/log
Salome HOME
modules/kernel.git
16 years agoCCAR: remove orb destroy and delete servant at exit
caremoli [Wed, 16 Jan 2008 08:26:46 +0000 (08:26 +0000)]
CCAR: remove orb destroy and delete servant at exit

16 years agoCCAR: update from BR_Dev_For_4_0 branch
caremoli [Wed, 16 Jan 2008 08:25:40 +0000 (08:25 +0000)]
CCAR: update from BR_Dev_For_4_0 branch

16 years agoCCAR: remove memory leaks
caremoli [Wed, 16 Jan 2008 08:19:40 +0000 (08:19 +0000)]
CCAR: remove memory leaks

16 years agoCCAR: remove memeory leak
caremoli [Wed, 16 Jan 2008 08:19:09 +0000 (08:19 +0000)]
CCAR: remove memeory leak

16 years agoCCAR: remove memory leak
caremoli [Wed, 16 Jan 2008 08:18:11 +0000 (08:18 +0000)]
CCAR: remove memory leak

16 years agoCCAR: update dump study in salome_study.py
caremoli [Wed, 16 Jan 2008 08:08:22 +0000 (08:08 +0000)]
CCAR: update dump study in salome_study.py

16 years agoCCAR: remove obsolete include
caremoli [Wed, 16 Jan 2008 08:07:34 +0000 (08:07 +0000)]
CCAR: remove obsolete include

16 years agoCCAR: remove memory leak and update from BR_Dev_For_4_0 branch
caremoli [Wed, 16 Jan 2008 08:05:36 +0000 (08:05 +0000)]
CCAR: remove memory leak and update from BR_Dev_For_4_0 branch

16 years agoCCAR: update from BR_Dev_For_4_0 branch
caremoli [Wed, 16 Jan 2008 07:57:21 +0000 (07:57 +0000)]
CCAR: update from BR_Dev_For_4_0 branch

16 years agoCCAR: remove memory leak in Batch catalog manager
caremoli [Wed, 16 Jan 2008 07:51:20 +0000 (07:51 +0000)]
CCAR: remove memory leak in Batch catalog manager

16 years agoCCAR: update from BR_Dev_For_4_0 branch
caremoli [Wed, 16 Jan 2008 07:47:47 +0000 (07:47 +0000)]
CCAR: update from BR_Dev_For_4_0 branch

16 years agoCCAR: update from dev branch
caremoli [Tue, 8 Jan 2008 13:06:04 +0000 (13:06 +0000)]
CCAR: update from dev branch

16 years agoCCAR: update from main dev branch
caremoli [Thu, 6 Dec 2007 13:40:40 +0000 (13:40 +0000)]
CCAR: update from main dev branch

17 years agoCCAR: merge from development branch BR_Dev_For_4_0
caremoli [Wed, 28 Nov 2007 09:41:40 +0000 (09:41 +0000)]
CCAR: merge from development branch BR_Dev_For_4_0

17 years agoCCAR: add *DynSk*.cc in Makefile.am (Any TypeCodes)
caremoli [Mon, 26 Nov 2007 09:13:56 +0000 (09:13 +0000)]
CCAR: add *DynSk*.cc in Makefile.am (Any TypeCodes)

17 years agoCCAR: several debugs in DSC ports and launcher
caremoli [Fri, 23 Nov 2007 14:45:05 +0000 (14:45 +0000)]
CCAR: several debugs in DSC ports and launcher
- better disconnect for DSC ports when a container has gone (all files in DSC directory and DSC_Engines.idl)
- catch SALOME_Exception in YACS : need the typecode in IDL lib (add SALOME_ExceptionDynSK.cc in Makefile.am)
- remove existing entry in naming service on StartContainer (SALOME_ContainerManager.cxx) : risk of unconsistency
- catch CORBA SystemException in FindNext : unable to start containers when component instances exist and when container
  has gone
- remove exit in ShutdownWithExit : right way to stop servers is to call orb->shutdown(0) in a CORBA method, call orb->destroy()
  in the main thread after orb->run() and to have called _remove_ref on main servants (SALOME_ContainerManager.cxx,
  SALOME_Launcher.cxx, SALOME_LauncherServer.cxx).
- remove memory leaks : use valgrind on Launcher and ConnectionManagerServer; several small modifications in many files.

17 years agoCCAR: merge from BR_Dev_For_4_0 (20/12/07)
caremoli [Tue, 20 Nov 2007 13:44:28 +0000 (13:44 +0000)]
CCAR: merge from BR_Dev_For_4_0 (20/12/07)

17 years agobatch doxygen file Makefile.am
ribes [Tue, 20 Nov 2007 13:11:03 +0000 (13:11 +0000)]
batch doxygen file Makefile.am

17 years agobatch doxygen file
ribes [Tue, 20 Nov 2007 13:09:59 +0000 (13:09 +0000)]
batch doxygen file

17 years ago- Adding documentation for Salome_file
ribes [Mon, 12 Nov 2007 13:10:58 +0000 (13:10 +0000)]
- Adding documentation for Salome_file

17 years agoCCAR: merge from branch BR_Dev_For_4_0 tag V4_1_0rc1
caremoli [Fri, 9 Nov 2007 18:03:20 +0000 (18:03 +0000)]
CCAR: merge from branch BR_Dev_For_4_0 tag V4_1_0rc1

17 years ago- Bug when you compile in debug mode...
ribes [Fri, 9 Nov 2007 11:10:32 +0000 (11:10 +0000)]
- Bug when you compile in debug mode...

17 years agoCCAR: remove superfluous prints
caremoli [Thu, 8 Nov 2007 18:44:09 +0000 (18:44 +0000)]
CCAR: remove superfluous prints

17 years agoCCAR: minor bugs
caremoli [Thu, 8 Nov 2007 18:31:30 +0000 (18:31 +0000)]
CCAR: minor bugs

17 years agoCCAR: add types to component catalogs and corba interface to ModulCatalog to get...
caremoli [Thu, 8 Nov 2007 17:54:10 +0000 (17:54 +0000)]
CCAR: add types to component catalogs and corba interface to ModulCatalog to get them

17 years agoCCAR: add numpy API to Datastream DSC ports
caremoli [Thu, 8 Nov 2007 17:38:47 +0000 (17:38 +0000)]
CCAR: add numpy API to Datastream DSC ports

17 years ago- Patch if there is no gui modules
ribes [Thu, 8 Nov 2007 10:36:05 +0000 (10:36 +0000)]
- Patch if there is no gui modules

17 years ago- Adding doxygen infos on DSC.
ribes [Tue, 6 Nov 2007 09:59:13 +0000 (09:59 +0000)]
- Adding doxygen infos on DSC.

17 years ago- Kernel Documentation to doxygen
ribes [Tue, 30 Oct 2007 15:10:02 +0000 (15:10 +0000)]
- Kernel Documentation to doxygen

17 years agoCCAR: to be able to build without removing install directory
caremoli [Fri, 26 Oct 2007 07:17:20 +0000 (07:17 +0000)]
CCAR: to be able to build without removing install directory

17 years ago*** empty log message ***
ribes [Thu, 25 Oct 2007 08:02:07 +0000 (08:02 +0000)]
*** empty log message ***

17 years ago- removing deprecated method
ribes [Wed, 24 Oct 2007 13:54:23 +0000 (13:54 +0000)]
- removing deprecated method

17 years agoCCAR: small correction
caremoli [Wed, 24 Oct 2007 12:17:44 +0000 (12:17 +0000)]
CCAR: small correction

17 years agoCCAR: no need to add libs already in main lib (problem if already installed, use
caremoli [Wed, 24 Oct 2007 12:09:30 +0000 (12:09 +0000)]
CCAR: no need to add libs already in main lib (problem if already installed, use
the installed libs instead of local ones)

17 years agoCCAR: add documentation in the pydoc style
caremoli [Wed, 24 Oct 2007 12:07:42 +0000 (12:07 +0000)]
CCAR: add documentation in the pydoc style

17 years agoCCAR: change help to Help to be able to use pydoc inline help :
caremoli [Wed, 24 Oct 2007 12:06:11 +0000 (12:06 +0000)]
CCAR: change help to Help to be able to use pydoc inline help :
now help(salome) displays pydoc documentation of salome.py module

17 years ago*** empty log message ***
caremoli [Wed, 24 Oct 2007 11:41:12 +0000 (11:41 +0000)]
*** empty log message ***

17 years ago- Bug-- on some linux systems
ribes [Wed, 10 Oct 2007 14:20:37 +0000 (14:20 +0000)]
- Bug-- on some linux systems

17 years ago- adding register factory to Superv_Component
ribes [Wed, 10 Oct 2007 12:37:46 +0000 (12:37 +0000)]
- adding register factory to Superv_Component

17 years agoCCAR: merge from mergefrom_BR_For40_DSC_28sep2007
caremoli [Mon, 8 Oct 2007 08:01:38 +0000 (08:01 +0000)]
CCAR: merge from mergefrom_BR_For40_DSC_28sep2007

17 years ago- Parallel Salome_file are now ok with parallel applications
ribes [Thu, 27 Sep 2007 14:49:01 +0000 (14:49 +0000)]
- Parallel Salome_file are now ok with parallel applications
- const char * into HDFPersist constructor of classes
- --warning into Container

17 years agoCCAR: memory leak _ptr -> _var
caremoli [Wed, 26 Sep 2007 13:59:52 +0000 (13:59 +0000)]
CCAR: memory leak _ptr -> _var

17 years ago- Adding CallBack method
ribes [Wed, 26 Sep 2007 09:23:42 +0000 (09:23 +0000)]
- Adding CallBack method

17 years ago*** empty log message ***
caremoli [Wed, 26 Sep 2007 08:38:28 +0000 (08:38 +0000)]
*** empty log message ***

17 years agoCCAR: add 2 debug prints
caremoli [Tue, 25 Sep 2007 17:37:39 +0000 (17:37 +0000)]
CCAR: add 2 debug prints

17 years ago- Parallel and sequential have the behaviour
ribes [Tue, 25 Sep 2007 12:13:08 +0000 (12:13 +0000)]
- Parallel and sequential have the behaviour

17 years agoCCAR: change tabs to spaces
caremoli [Tue, 25 Sep 2007 12:02:24 +0000 (12:02 +0000)]
CCAR: change tabs to spaces
replace launching servers through os.spawn by method daemonize (servers are real daemons now
and are detached from terminal)

17 years ago- Change some operations prototypes
ribes [Tue, 25 Sep 2007 09:02:43 +0000 (09:02 +0000)]
- Change some operations prototypes
- Fix Parallel_Salome_file

17 years agoCCAR: change name of function create_port into create_calcium_port
caremoli [Tue, 25 Sep 2007 08:18:04 +0000 (08:18 +0000)]
CCAR: change name of function create_port into create_calcium_port

17 years ago- Fix warning for SALOME_Registry
ribes [Mon, 24 Sep 2007 13:52:40 +0000 (13:52 +0000)]
- Fix warning for SALOME_Registry
- Parallel_Salome_file ok, needs some more tests

17 years ago- Bugs--
ribes [Fri, 21 Sep 2007 14:03:24 +0000 (14:03 +0000)]
- Bugs--

17 years ago- Adding support of Salome_file into containers and components
ribes [Fri, 21 Sep 2007 09:52:06 +0000 (09:52 +0000)]
- Adding support of Salome_file into containers and components
- Adding Parallel_Salome_file
- Adding Parallel_Component
- Need some tests

17 years ago- Adding ParallelSalome_file
ribes [Fri, 14 Sep 2007 13:05:33 +0000 (13:05 +0000)]
- Adding ParallelSalome_file
- BASIC_short ok

17 years ago- Salome_file ok
ribes [Thu, 13 Sep 2007 13:53:26 +0000 (13:53 +0000)]
- Salome_file ok

17 years ago- Basic_short port update
ribes [Thu, 13 Sep 2007 09:28:04 +0000 (09:28 +0000)]
- Basic_short port update
- Comments on Salome_file are now correct
- Begin of the implementation of Parallel Salome_file

17 years ago- Separating the implementation of Salome_file for parallel implementation
ribes [Wed, 12 Sep 2007 14:41:40 +0000 (14:41 +0000)]
- Separating the implementation of Salome_file for parallel implementation

17 years ago- Adding Salome_file into kernel : it proposes a new way to manage files.
ribes [Thu, 19 Jul 2007 09:00:41 +0000 (09:00 +0000)]
- Adding Salome_file into kernel : it proposes a new way to manage files.
It will be used into services ports in supervisor schemas
- HDF is now not depending on CAS.
- Parallel version of Salome_file is not yet finished.

17 years ago- Salome_file can now be saved into a hdf file
ribes [Thu, 5 Jul 2007 06:42:51 +0000 (06:42 +0000)]
- Salome_file can now be saved into a hdf file
- Makefile are changed to add HDF persist dependency

17 years ago- Adding Salome_file to Kernel for file support into supervisor schema
ribes [Thu, 28 Jun 2007 10:16:48 +0000 (10:16 +0000)]
- Adding Salome_file to Kernel for file support into supervisor schema

17 years agoCCAR: add directory
caremoli [Thu, 28 Jun 2007 07:44:25 +0000 (07:44 +0000)]
CCAR: add directory

17 years agoCCAR: add possibility to automatically launch a debugger attached to the container
caremoli [Tue, 26 Jun 2007 09:29:29 +0000 (09:29 +0000)]
CCAR: add possibility to automatically launch a debugger attached to the container
on SIGSEGV and not trapped exceptions. Only if DEBUGGER env variable is set to a shell to execute

17 years agoCCAR: transfer Python interface from DSC_User/Datastream/Calcium to DSC_Python
caremoli [Tue, 26 Jun 2007 09:15:35 +0000 (09:15 +0000)]
CCAR: transfer Python interface from DSC_User/Datastream/Calcium to DSC_Python

17 years agoCCAR: add fortran interface and python interface to DSC calcium ports
caremoli [Mon, 25 Jun 2007 15:04:44 +0000 (15:04 +0000)]
CCAR: add fortran interface and python interface to DSC calcium ports

17 years ago- Bug removed for choosing what kind of container BR_For40_DSC_20070622
ribes [Wed, 20 Jun 2007 13:38:11 +0000 (13:38 +0000)]
- Bug removed for choosing what kind of container

17 years ago- YACS patch for PaCO++ containers and components
ribes [Wed, 20 Jun 2007 08:34:19 +0000 (08:34 +0000)]
- YACS patch for PaCO++ containers and components

17 years agoCCAR: change enable-debug default to NO
caremoli [Tue, 19 Jun 2007 17:10:29 +0000 (17:10 +0000)]
CCAR: change enable-debug default to NO

17 years agoCCAR: remove PKGS from enable-debug and enable-production macros
caremoli [Tue, 19 Jun 2007 17:09:53 +0000 (17:09 +0000)]
CCAR: remove PKGS from enable-debug and enable-production macros

17 years ago- preSet is now ok
ribes [Fri, 15 Jun 2007 08:45:51 +0000 (08:45 +0000)]
- preSet is now ok

17 years agoCCAR: new configuration of doxygen : to validate
caremoli [Thu, 14 Jun 2007 12:21:26 +0000 (12:21 +0000)]
CCAR: new configuration of doxygen : to validate

17 years agoCCAR: use new location of doc
caremoli [Thu, 14 Jun 2007 12:14:09 +0000 (12:14 +0000)]
CCAR: use new location of doc

17 years agoCCAR: ifdef _DEBUG_ around debug trace
caremoli [Thu, 14 Jun 2007 12:12:38 +0000 (12:12 +0000)]
CCAR: ifdef _DEBUG_ around debug trace

17 years agoopenmpi m4 install
ribes [Wed, 6 Jun 2007 13:46:48 +0000 (13:46 +0000)]
openmpi m4 install

17 years agoUsing FindFirst on the resourcesmanager for
ribes [Mon, 4 Jun 2007 13:55:12 +0000 (13:55 +0000)]
Using FindFirst on the resourcesmanager for
ParallelContainers

17 years agoAdding openmpi
ribes [Mon, 4 Jun 2007 13:23:09 +0000 (13:23 +0000)]
Adding openmpi

17 years agomergefrom_V4_0
prascle [Tue, 29 May 2007 16:08:03 +0000 (16:08 +0000)]
mergefrom_V4_0

17 years agoCCAR: correct bug in getContainerRef (python component)
caremoli [Sun, 20 May 2007 10:57:56 +0000 (10:57 +0000)]
CCAR: correct bug in getContainerRef (python component)

17 years agoCCAR: no need to have config.sub and config.guess in CVS
caremoli [Sun, 20 May 2007 10:49:32 +0000 (10:49 +0000)]
CCAR: no need to have  config.sub and config.guess in CVS

17 years agomerge from tag BR_V326p4_20070428
prascle [Tue, 15 May 2007 06:35:12 +0000 (06:35 +0000)]
merge from tag BR_V326p4_20070428

17 years agoBug in xml files DSC_20070514
ribes [Fri, 11 May 2007 12:53:46 +0000 (12:53 +0000)]
Bug in xml files

17 years agoheaders
ribes [Thu, 26 Apr 2007 09:35:51 +0000 (09:35 +0000)]
headers

17 years agoHeader
ribes [Thu, 26 Apr 2007 09:32:37 +0000 (09:32 +0000)]
Header

17 years agoCorrection du BUG (non retour des lectures sequentiels) sur appel cp_fin
fayolle [Wed, 25 Apr 2007 16:19:21 +0000 (16:19 +0000)]
Correction du BUG (non retour des lectures sequentiels) sur appel cp_fin

17 years agoCorrection du BUG (non retour des lectures sequentiels) sur appel cp_fin
fayolle [Tue, 24 Apr 2007 16:03:05 +0000 (16:03 +0000)]
Correction du BUG (non retour des lectures sequentiels) sur appel cp_fin

17 years ago- ParallelDSC exemples ok
ribes [Fri, 20 Apr 2007 11:22:13 +0000 (11:22 +0000)]
- ParallelDSC exemples ok

17 years agomergefrom BR_Dev_For_4_0 tag mergeto_BR_For40_DSC_16apr07
prascle [Mon, 16 Apr 2007 13:39:30 +0000 (13:39 +0000)]
mergefrom BR_Dev_For_4_0 tag mergeto_BR_For40_DSC_16apr07

17 years ago-Bug fix for PaCO++ Dummy examples DSC_WithPaco
ribes [Fri, 13 Apr 2007 13:08:31 +0000 (13:08 +0000)]
-Bug fix for PaCO++ Dummy examples

17 years ago- Correcting a bug in the installation of PaCO++ idl headers
ribes [Fri, 13 Apr 2007 09:09:49 +0000 (09:09 +0000)]
- Correcting a bug in the installation of PaCO++ idl headers

17 years ago- Adding Load_ParallelComponent to LifeCycleCORBA
ribes [Fri, 13 Apr 2007 07:48:28 +0000 (07:48 +0000)]
- Adding Load_ParallelComponent to LifeCycleCORBA

17 years agoAdding commentary
ribes [Thu, 12 Apr 2007 07:37:51 +0000 (07:37 +0000)]
Adding commentary

17 years agoAdding ParallelDSC Basic layer implementation
ribes [Wed, 11 Apr 2007 14:44:43 +0000 (14:44 +0000)]
Adding ParallelDSC Basic layer implementation

17 years ago- Adding ParallelContainer implementation
ribes [Wed, 11 Apr 2007 13:20:37 +0000 (13:20 +0000)]
- Adding ParallelContainer implementation

17 years agoBug without PaCO++
ribes [Tue, 10 Apr 2007 14:41:25 +0000 (14:41 +0000)]
Bug without PaCO++

17 years ago- Adding PaCO++ files for idl generation
ribes [Tue, 10 Apr 2007 14:35:03 +0000 (14:35 +0000)]
- Adding PaCO++ files for idl generation
- Adding methods to the resources manager and
- the container manager for launching parallel container.

17 years agoCCAR: corrections in comment
caremoli [Thu, 5 Apr 2007 16:49:04 +0000 (16:49 +0000)]
CCAR: corrections in comment

17 years agoCCAR: few minor corrections + compatibility with omniORB 4.0.6 (_pd_refCount
caremoli [Thu, 5 Apr 2007 16:48:24 +0000 (16:48 +0000)]
CCAR: few minor corrections + compatibility with omniORB 4.0.6 (_pd_refCount
instead of pd_refCount)

17 years agoCCAR: quelques corrections dans les ports Calcium
caremoli [Thu, 5 Apr 2007 16:42:58 +0000 (16:42 +0000)]
CCAR: quelques corrections dans les ports Calcium
plus pas mal d'impressions pour debug

17 years agoParallel conditionnal extension added.
ribes [Tue, 3 Apr 2007 08:27:14 +0000 (08:27 +0000)]
Parallel conditionnal extension added.
Correcting m4 for PaCO++

17 years agoAdding PaCO++ m4 test
ribes [Fri, 30 Mar 2007 14:12:29 +0000 (14:12 +0000)]
Adding PaCO++ m4 test
Adding parallel kernel extension test

17 years agomerge from tag V4_0a2
prascle [Wed, 28 Mar 2007 14:16:26 +0000 (14:16 +0000)]
merge from tag V4_0a2

17 years agoGestion des tailles illimités des noms de fichiers (tar au cours du make dist)
fayolle [Thu, 22 Mar 2007 15:37:36 +0000 (15:37 +0000)]
Gestion des tailles illimités des noms de fichiers (tar au cours du make dist)