]>
SALOME platform Git repositories - modules/kernel.git/log
caremoli [Wed, 16 Jan 2008 08:37:21 +0000 (08:37 +0000)]
CCAR: go back on using ORB_INIT wrapping
caremoli [Wed, 16 Jan 2008 08:26:46 +0000 (08:26 +0000)]
CCAR: remove orb destroy and delete servant at exit
caremoli [Wed, 16 Jan 2008 08:25:40 +0000 (08:25 +0000)]
CCAR: update from BR_Dev_For_4_0 branch
caremoli [Wed, 16 Jan 2008 08:19:40 +0000 (08:19 +0000)]
CCAR: remove memory leaks
caremoli [Wed, 16 Jan 2008 08:19:09 +0000 (08:19 +0000)]
CCAR: remove memeory leak
caremoli [Wed, 16 Jan 2008 08:18:11 +0000 (08:18 +0000)]
CCAR: remove memory leak
caremoli [Wed, 16 Jan 2008 08:08:22 +0000 (08:08 +0000)]
CCAR: update dump study in salome_study.py
caremoli [Wed, 16 Jan 2008 08:07:34 +0000 (08:07 +0000)]
CCAR: remove obsolete include
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
caremoli [Wed, 16 Jan 2008 07:57:21 +0000 (07:57 +0000)]
CCAR: update from BR_Dev_For_4_0 branch
caremoli [Wed, 16 Jan 2008 07:51:20 +0000 (07:51 +0000)]
CCAR: remove memory leak in Batch catalog manager
caremoli [Wed, 16 Jan 2008 07:47:47 +0000 (07:47 +0000)]
CCAR: update from BR_Dev_For_4_0 branch
caremoli [Tue, 8 Jan 2008 13:06:04 +0000 (13:06 +0000)]
CCAR: update from dev branch
caremoli [Thu, 6 Dec 2007 13:40:40 +0000 (13:40 +0000)]
CCAR: update from main dev branch
caremoli [Wed, 28 Nov 2007 09:41:40 +0000 (09:41 +0000)]
CCAR: merge from development branch BR_Dev_For_4_0
caremoli [Mon, 26 Nov 2007 09:13:56 +0000 (09:13 +0000)]
CCAR: add *DynSk*.cc in Makefile.am (Any TypeCodes)
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.
caremoli [Tue, 20 Nov 2007 13:44:28 +0000 (13:44 +0000)]
CCAR: merge from BR_Dev_For_4_0 (20/12/07)
ribes [Tue, 20 Nov 2007 13:11:03 +0000 (13:11 +0000)]
batch doxygen file Makefile.am
ribes [Tue, 20 Nov 2007 13:09:59 +0000 (13:09 +0000)]
batch doxygen file
ribes [Mon, 12 Nov 2007 13:10:58 +0000 (13:10 +0000)]
- Adding documentation for Salome_file
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
ribes [Fri, 9 Nov 2007 11:10:32 +0000 (11:10 +0000)]
- Bug when you compile in debug mode...
caremoli [Thu, 8 Nov 2007 18:44:09 +0000 (18:44 +0000)]
CCAR: remove superfluous prints
caremoli [Thu, 8 Nov 2007 18:31:30 +0000 (18:31 +0000)]
CCAR: minor bugs
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
caremoli [Thu, 8 Nov 2007 17:38:47 +0000 (17:38 +0000)]
CCAR: add numpy API to Datastream DSC ports
ribes [Thu, 8 Nov 2007 10:36:05 +0000 (10:36 +0000)]
- Patch if there is no gui modules
ribes [Tue, 6 Nov 2007 09:59:13 +0000 (09:59 +0000)]
- Adding doxygen infos on DSC.
ribes [Tue, 30 Oct 2007 15:10:02 +0000 (15:10 +0000)]
- Kernel Documentation to doxygen
caremoli [Fri, 26 Oct 2007 07:17:20 +0000 (07:17 +0000)]
CCAR: to be able to build without removing install directory
ribes [Thu, 25 Oct 2007 08:02:07 +0000 (08:02 +0000)]
*** empty log message ***
ribes [Wed, 24 Oct 2007 13:54:23 +0000 (13:54 +0000)]
- removing deprecated method
caremoli [Wed, 24 Oct 2007 12:17:44 +0000 (12:17 +0000)]
CCAR: small correction
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)
caremoli [Wed, 24 Oct 2007 12:07:42 +0000 (12:07 +0000)]
CCAR: add documentation in the pydoc style
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
caremoli [Wed, 24 Oct 2007 11:41:12 +0000 (11:41 +0000)]
*** empty log message ***
ribes [Wed, 10 Oct 2007 14:20:37 +0000 (14:20 +0000)]
- Bug-- on some linux systems
ribes [Wed, 10 Oct 2007 12:37:46 +0000 (12:37 +0000)]
- adding register factory to Superv_Component
caremoli [Mon, 8 Oct 2007 08:01:38 +0000 (08:01 +0000)]
CCAR: merge from mergefrom_BR_For40_DSC_28sep2007
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
caremoli [Wed, 26 Sep 2007 13:59:52 +0000 (13:59 +0000)]
CCAR: memory leak _ptr -> _var
ribes [Wed, 26 Sep 2007 09:23:42 +0000 (09:23 +0000)]
- Adding CallBack method
caremoli [Wed, 26 Sep 2007 08:38:28 +0000 (08:38 +0000)]
*** empty log message ***
caremoli [Tue, 25 Sep 2007 17:37:39 +0000 (17:37 +0000)]
CCAR: add 2 debug prints
ribes [Tue, 25 Sep 2007 12:13:08 +0000 (12:13 +0000)]
- Parallel and sequential have the behaviour
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)
ribes [Tue, 25 Sep 2007 09:02:43 +0000 (09:02 +0000)]
- Change some operations prototypes
- Fix Parallel_Salome_file
caremoli [Tue, 25 Sep 2007 08:18:04 +0000 (08:18 +0000)]
CCAR: change name of function create_port into create_calcium_port
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
ribes [Fri, 21 Sep 2007 14:03:24 +0000 (14:03 +0000)]
- Bugs--
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
ribes [Fri, 14 Sep 2007 13:05:33 +0000 (13:05 +0000)]
- Adding ParallelSalome_file
- BASIC_short ok
ribes [Thu, 13 Sep 2007 13:53:26 +0000 (13:53 +0000)]
- Salome_file ok
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
ribes [Wed, 12 Sep 2007 14:41:40 +0000 (14:41 +0000)]
- Separating the implementation of Salome_file for parallel implementation
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.
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
ribes [Thu, 28 Jun 2007 10:16:48 +0000 (10:16 +0000)]
- Adding Salome_file to Kernel for file support into supervisor schema
caremoli [Thu, 28 Jun 2007 07:44:25 +0000 (07:44 +0000)]
CCAR: add directory
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
caremoli [Tue, 26 Jun 2007 09:15:35 +0000 (09:15 +0000)]
CCAR: transfer Python interface from DSC_User/Datastream/Calcium to DSC_Python
caremoli [Mon, 25 Jun 2007 15:04:44 +0000 (15:04 +0000)]
CCAR: add fortran interface and python interface to DSC calcium ports
ribes [Wed, 20 Jun 2007 13:38:11 +0000 (13:38 +0000)]
- Bug removed for choosing what kind of container
ribes [Wed, 20 Jun 2007 08:34:19 +0000 (08:34 +0000)]
- YACS patch for PaCO++ containers and components
caremoli [Tue, 19 Jun 2007 17:10:29 +0000 (17:10 +0000)]
CCAR: change enable-debug default to NO
caremoli [Tue, 19 Jun 2007 17:09:53 +0000 (17:09 +0000)]
CCAR: remove PKGS from enable-debug and enable-production macros
ribes [Fri, 15 Jun 2007 08:45:51 +0000 (08:45 +0000)]
- preSet is now ok
caremoli [Thu, 14 Jun 2007 12:21:26 +0000 (12:21 +0000)]
CCAR: new configuration of doxygen : to validate
caremoli [Thu, 14 Jun 2007 12:14:09 +0000 (12:14 +0000)]
CCAR: use new location of doc
caremoli [Thu, 14 Jun 2007 12:12:38 +0000 (12:12 +0000)]
CCAR: ifdef _DEBUG_ around debug trace
ribes [Wed, 6 Jun 2007 13:46:48 +0000 (13:46 +0000)]
openmpi m4 install
ribes [Mon, 4 Jun 2007 13:55:12 +0000 (13:55 +0000)]
Using FindFirst on the resourcesmanager for
ParallelContainers
ribes [Mon, 4 Jun 2007 13:23:09 +0000 (13:23 +0000)]
Adding openmpi
prascle [Tue, 29 May 2007 16:08:03 +0000 (16:08 +0000)]
mergefrom_V4_0
caremoli [Sun, 20 May 2007 10:57:56 +0000 (10:57 +0000)]
CCAR: correct bug in getContainerRef (python component)
caremoli [Sun, 20 May 2007 10:49:32 +0000 (10:49 +0000)]
CCAR: no need to have config.sub and config.guess in CVS
prascle [Tue, 15 May 2007 06:35:12 +0000 (06:35 +0000)]
merge from tag BR_V326p4_20070428
ribes [Fri, 11 May 2007 12:53:46 +0000 (12:53 +0000)]
Bug in xml files
ribes [Thu, 26 Apr 2007 09:35:51 +0000 (09:35 +0000)]
headers
ribes [Thu, 26 Apr 2007 09:32:37 +0000 (09:32 +0000)]
Header
fayolle [Wed, 25 Apr 2007 16:19:21 +0000 (16:19 +0000)]
Correction 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
ribes [Fri, 20 Apr 2007 11:22:13 +0000 (11:22 +0000)]
- ParallelDSC exemples ok
prascle [Mon, 16 Apr 2007 13:39:30 +0000 (13:39 +0000)]
mergefrom BR_Dev_For_4_0 tag mergeto_BR_For40_DSC_16apr07
ribes [Fri, 13 Apr 2007 13:08:31 +0000 (13:08 +0000)]
-Bug fix for PaCO++ Dummy examples
ribes [Fri, 13 Apr 2007 09:09:49 +0000 (09:09 +0000)]
- Correcting a bug in the installation of PaCO++ idl headers
ribes [Fri, 13 Apr 2007 07:48:28 +0000 (07:48 +0000)]
- Adding Load_ParallelComponent to LifeCycleCORBA
ribes [Thu, 12 Apr 2007 07:37:51 +0000 (07:37 +0000)]
Adding commentary
ribes [Wed, 11 Apr 2007 14:44:43 +0000 (14:44 +0000)]
Adding ParallelDSC Basic layer implementation
ribes [Wed, 11 Apr 2007 13:20:37 +0000 (13:20 +0000)]
- Adding ParallelContainer implementation
ribes [Tue, 10 Apr 2007 14:41:25 +0000 (14:41 +0000)]
Bug without PaCO++
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.
caremoli [Thu, 5 Apr 2007 16:49:04 +0000 (16:49 +0000)]
CCAR: corrections in comment
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)
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
ribes [Tue, 3 Apr 2007 08:27:14 +0000 (08:27 +0000)]
Parallel conditionnal extension added.
Correcting m4 for PaCO++
ribes [Fri, 30 Mar 2007 14:12:29 +0000 (14:12 +0000)]
Adding PaCO++ m4 test
Adding parallel kernel extension test
prascle [Wed, 28 Mar 2007 14:16:26 +0000 (14:16 +0000)]
merge from tag V4_0a2