admin [Thu, 30 Oct 2008 10:09:01 +0000 (10:09 +0000)]
This commit was generated by cvs2git to create branch 'BR_V5_IMP_P8'.
Sprout from BR_V5_DEV 2008-10-30 10:09:00 UTC vsr <vsr@opencascade.com> 'Fix problem with 'make distcheck' step'
Cherrypick from master 2008-03-07 07:43:41 UTC jfa <jfa@opencascade.com> 'Join modifications from BR_Dev_For_4_0 tag V4_1_1.':
bin/runIDLparser.in
resources/DEPRECATED/Plugin.in
salome_adm/unix/Doxyfile
salome_adm/unix/F77config.h.in
salome_adm/unix/config_files/ac_cc_warnings.m4
salome_adm/unix/config_files/check_Salome.m4
salome_adm/unix/config_files/check_java.m4
salome_adm/unix/sstream.in
src/Communication/Receiver.cxx
src/Communication/libSALOME_Comm.i
src/Launcher/BatchLight_BatchManager.cxx
src/Launcher/BatchLight_BatchManager.hxx
src/Launcher/BatchLight_BatchManager_PBS.cxx
src/Launcher/BatchLight_BatchManager_PBS.hxx
src/Launcher/BatchLight_BatchManager_SLURM.cxx
src/Launcher/BatchLight_BatchManager_SLURM.hxx
src/Launcher/BatchLight_Job.cxx
src/Launcher/BatchLight_Job.hxx
src/Launcher/MpiImpl.cxx
src/Launcher/MpiImpl.hxx
src/ModuleCatalog/SALOME_TestModuleCatalog.py
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
src/Utils/SalomeString.hxx
src/Utils/Utils_SignalsHandler.h
Cherrypick from IMPORT 2003-05-16 10:27:43 UTC admin <salome-admin@opencascade.com> 'Initialisation de la base KERNEL avec la version operationnelle de KERNEL_SRC issue de SalomePro1.1a.':
resources/Tools_en.xml
resources/Tools_fr.xml
resources/config
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
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
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.
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.
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).
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.
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
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
caremoli [Sun, 1 Jun 2008 16:50:49 +0000 (16:50 +0000)]
CCAR: add an experimental feature : standalone component
A standalone component is implemented in an executable that is launched
by the container. The create_component_instance has been modified : after
trying to load a shared lib or a python module, it tries to launch the
executable component.exe.
This development is between tags CCARexeccompoStart and CCARexeccompoEnd
caremoli [Fri, 30 May 2008 09:02:44 +0000 (09:02 +0000)]
CCAR: add traces to CALCIUM ports, some debug in ModuleCatalog
add CEXE option to component catalog to be able to specify a specific container
executable for special component
some debug in python container