Salome HOME
modules/kernel.git
14 years agoCCAR: remove some memory leaks in non local SALOMEDS
caremoli [Mon, 14 Sep 2009 08:53:21 +0000 (08:53 +0000)]
CCAR: remove some memory leaks in non local SALOMEDS

14 years agoCCAR: remove memory leaks in non local SALOMEDS
caremoli [Mon, 14 Sep 2009 08:45:03 +0000 (08:45 +0000)]
CCAR: remove memory leaks in non local SALOMEDS

14 years agoCCAR: remove duplicate variables (OMNIORB_IDL and IDL, OMNIORB_IDLCXXFLAGS and IDLCXX...
caremoli [Mon, 14 Sep 2009 08:34:16 +0000 (08:34 +0000)]
CCAR: remove duplicate variables (OMNIORB_IDL and IDL, OMNIORB_IDLCXXFLAGS and IDLCXXFLAGS, ...)

14 years agoCCAR: remove memory leaks
caremoli [Mon, 14 Sep 2009 08:08:36 +0000 (08:08 +0000)]
CCAR: remove memory leaks

14 years agoCCAR: remove memory leaks
caremoli [Mon, 14 Sep 2009 07:58:07 +0000 (07:58 +0000)]
CCAR: remove memory leaks

14 years agosimplification of API of MPI object
secher [Thu, 10 Sep 2009 13:12:54 +0000 (13:12 +0000)]
simplification of API of MPI object

14 years ago*** empty log message ***
adam [Thu, 10 Sep 2009 10:02:27 +0000 (10:02 +0000)]
*** empty log message ***

14 years agoFix a problem with space in directories
adam [Thu, 10 Sep 2009 09:51:38 +0000 (09:51 +0000)]
Fix a problem with space in directories

14 years agowindows port
adam [Thu, 10 Sep 2009 09:20:36 +0000 (09:20 +0000)]
windows port

14 years agoIssue 0020472: An error in SALOMEDSImpl_Tool::Exists
vsr [Wed, 9 Sep 2009 16:51:43 +0000 (16:51 +0000)]
Issue 0020472: An error in SALOMEDSImpl_Tool::Exists

14 years agoCCAR: replace the old way to take the python global interpreter lock
caremoli [Wed, 9 Sep 2009 11:20:21 +0000 (11:20 +0000)]
CCAR: replace the old way to take the python global interpreter lock
by calls to PyGILState_Ensure/PyGILState_Release in C++ container
so that GIL management be coherent from GUI embedded interpreter to embedded
python container.

14 years agoCCAR: add a message in case of error when loading a component.
caremoli [Tue, 8 Sep 2009 17:29:16 +0000 (17:29 +0000)]
CCAR: add a message in case of error when loading a component.
The dlerror output for dlopen plus the traceback for the import of the python module
The import_component python function now returns a string instead of a boolean.
If the string is empty, the import is OK.
The C++ code in container MPIContainer and ParallelContainer has been adapted.

14 years agoCCAR: remove debug prints from the standard trace and put these prints
caremoli [Tue, 8 Sep 2009 17:13:17 +0000 (17:13 +0000)]
CCAR: remove debug prints from the standard trace and put these prints
in a developer trace activated with #define MYDEBUG to put manually in sources

14 years agoCCAR: remove some memory leaks in DF and NamingService
caremoli [Tue, 8 Sep 2009 17:04:07 +0000 (17:04 +0000)]
CCAR: remove some memory leaks in DF and NamingService
      add helper methods to NamingService and LifeCycle

14 years ago*** empty log message ***
adam [Tue, 8 Sep 2009 13:46:34 +0000 (13:46 +0000)]
*** empty log message ***

14 years agoA fix to launch more than one session on windows
adam [Tue, 8 Sep 2009 10:13:00 +0000 (10:13 +0000)]
A fix to launch more than one session on windows

14 years ago*** empty log message ***
adam [Tue, 8 Sep 2009 09:50:22 +0000 (09:50 +0000)]
*** empty log message ***

14 years agoTo construct the target cmake name, only the first "lib"
adam [Tue, 8 Sep 2009 09:07:23 +0000 (09:07 +0000)]
To construct the target cmake name, only the first "lib"
must be removed ...

14 years agoRemove -fPIC option on windows
adam [Tue, 8 Sep 2009 09:04:29 +0000 (09:04 +0000)]
Remove -fPIC option on windows

14 years agoUpdate according new version of
adam [Tue, 8 Sep 2009 08:41:04 +0000 (08:41 +0000)]
Update according new version of
make_common_starter.am in which is defined
AM_CXXFLAGS = -I$(top_builddir)/salome_adm/unix -include SALOMEconfig.h
AM_CPPFLAGS = -I$(top_builddir)/salome_adm/unix -include SALOMEconfig.h

14 years ago- Patch for recent Debian distrib:
ribes [Wed, 2 Sep 2009 09:18:32 +0000 (09:18 +0000)]
- Patch for recent Debian distrib:
  multiple same file is not allowed in one installation line

14 years agojust a little modification
secher [Mon, 31 Aug 2009 12:48:18 +0000 (12:48 +0000)]
just a little modification

14 years agolaunch ompi-server with salome, and kill it at the end of Salome
secher [Mon, 31 Aug 2009 12:42:14 +0000 (12:42 +0000)]
launch ompi-server with salome, and kill it at the end of Salome

14 years agoPR: Python 2.6 compatibility
prascle [Fri, 28 Aug 2009 07:04:15 +0000 (07:04 +0000)]
PR: Python 2.6 compatibility

14 years agoCCAR: I have added a way to define the directory for the container log files
caremoli [Thu, 27 Aug 2009 16:12:13 +0000 (16:12 +0000)]
CCAR: I have added a way to define the directory for the container log files
If the environment variable SALOME_TMP_DIR is defined and is a directory the
log files are created in this directory and not in /tmp.
This modification has only be done for Linux and only for the container logs.
Other temporary files go in /tmp as before.

14 years agoCCAR: remove some memory leaks in SALOMEDS CORBA interface
caremoli [Wed, 26 Aug 2009 07:26:06 +0000 (07:26 +0000)]
CCAR: remove some memory leaks in SALOMEDS CORBA interface

14 years agoIssue 20406: Time compilation when recompiling
vsr [Fri, 21 Aug 2009 08:23:15 +0000 (08:23 +0000)]
Issue 20406: Time compilation when recompiling

14 years agoFix bug in GetDirFromPath() function - wrong directory is returned if the file in...
vsr [Thu, 20 Aug 2009 11:55:37 +0000 (11:55 +0000)]
Fix bug in GetDirFromPath() function - wrong directory is returned if the file in the current directory is specified

14 years agoIssue 0020406: Time compilation when recompiling
vsr [Thu, 20 Aug 2009 05:05:31 +0000 (05:05 +0000)]
Issue 0020406: Time compilation when recompiling
Customize install script

14 years agoIssue 0020406: Time compilation when recompiling
vsr [Thu, 20 Aug 2009 04:58:53 +0000 (04:58 +0000)]
Issue 0020406: Time compilation when recompiling
Customize install script

14 years agoIssue 0020406: Time compilation when recompiling
vsr [Wed, 19 Aug 2009 16:20:32 +0000 (16:20 +0000)]
Issue 0020406: Time compilation when recompiling
Customize install script

14 years agoIssue 0020445: Be able to launch runSalome aaa.py
vsr [Tue, 18 Aug 2009 12:12:41 +0000 (12:12 +0000)]
Issue 0020445: Be able to launch runSalome aaa.py

14 years agoIssue 0020448: Put the omniNames log files in a subdir
vsr [Tue, 18 Aug 2009 10:36:56 +0000 (10:36 +0000)]
Issue 0020448: Put the omniNames log files in a subdir

14 years agoIssue 0020194: EDF 977 ALL: Get rid of warnings PACKAGE_VERSION already defined
vsr [Thu, 13 Aug 2009 06:55:41 +0000 (06:55 +0000)]
Issue 0020194: EDF 977 ALL: Get rid of warnings PACKAGE_VERSION already defined

14 years agoIssue 0020194: EDF 977 ALL: Get rid of warnings PACKAGE_VERSION already defined
vsr [Thu, 13 Aug 2009 04:50:10 +0000 (04:50 +0000)]
Issue 0020194: EDF 977 ALL: Get rid of warnings PACKAGE_VERSION already defined

14 years agoImprove check scripts: avoid warnings with autoconf v2.63
vsr [Wed, 12 Aug 2009 06:30:23 +0000 (06:30 +0000)]
Improve check scripts: avoid warnings with autoconf v2.63

14 years agoPR: option -f to force clean, for use by YACS, make check
prascle [Thu, 6 Aug 2009 08:05:26 +0000 (08:05 +0000)]
PR: option -f to force clean, for use by YACS, make check

14 years agowindows port
adam [Tue, 4 Aug 2009 09:48:30 +0000 (09:48 +0000)]
windows port

14 years agowindows port
adam [Mon, 3 Aug 2009 15:17:14 +0000 (15:17 +0000)]
windows port

14 years agoPYTHON_CPPFLAGS is used by yacs
adam [Mon, 3 Aug 2009 15:14:21 +0000 (15:14 +0000)]
PYTHON_CPPFLAGS is used by yacs

14 years agoImprove boost detection in order to be correct for all modules
adam [Mon, 3 Aug 2009 15:11:53 +0000 (15:11 +0000)]
Improve boost detection in order to be correct for all modules

14 years agoadd a runSalome.bat for windows
adam [Mon, 3 Aug 2009 14:57:17 +0000 (14:57 +0000)]
add a runSalome.bat for windows

14 years agoRemove warnings
adam [Thu, 30 Jul 2009 16:04:05 +0000 (16:04 +0000)]
Remove warnings

14 years agoFix compilation pb on Windows
vsr [Wed, 29 Jul 2009 14:52:00 +0000 (14:52 +0000)]
Fix compilation pb on Windows

14 years agoadd the --ddd-session option
adam [Tue, 28 Jul 2009 14:34:56 +0000 (14:34 +0000)]
add the --ddd-session option

14 years agouse root_poa for activate MPI servant
secher [Tue, 28 Jul 2009 08:34:15 +0000 (08:34 +0000)]
use root_poa for activate MPI servant

14 years agoMerge from V5_1_2_BR branch (14 July 2009)
vsr [Wed, 15 Jul 2009 08:00:51 +0000 (08:00 +0000)]
Merge from V5_1_2_BR branch (14 July 2009)

15 years agoChanged WNT32 defines to WIN32
srn [Wed, 1 Jul 2009 06:31:19 +0000 (06:31 +0000)]
Changed WNT32 defines to WIN32

15 years agoNow Study is saved firstly in the temporary directory and after copied into the chose...
srn [Tue, 30 Jun 2009 12:46:32 +0000 (12:46 +0000)]
Now Study is saved firstly in the temporary directory and after copied into the chosen by the user destination directory. So in case of crash the Study files is not damaged

15 years agodebug MPI Containers
secher [Tue, 16 Jun 2009 10:16:24 +0000 (10:16 +0000)]
debug MPI Containers

15 years agodebug TestContainerManager following EDF improvement of ressources manager
secher [Thu, 11 Jun 2009 13:02:25 +0000 (13:02 +0000)]
debug TestContainerManager following EDF improvement of ressources manager

15 years agoChanging version to 5.1.2 V5_1_2rc1 V5_1_2rc2 V5_1_2rc3 V5_1_2rc4
maintenance team [Mon, 1 Jun 2009 10:25:29 +0000 (10:25 +0000)]
Changing version to 5.1.2

15 years ago[windows] Avoid a segmentation in killOmniNames
adam [Fri, 29 May 2009 11:59:36 +0000 (11:59 +0000)]
[windows] Avoid a segmentation in killOmniNames

15 years ago[windows] Increase the time salome try to find the objects in naming service. It...
adam [Fri, 29 May 2009 11:58:03 +0000 (11:58 +0000)]
[windows] Increase the time salome try to find the objects in naming service. It is useful when salome is installed on a usb key :) for instance.

15 years ago[windows] Fix a problem when salome is installed in a path with spaces inside.
adam [Fri, 29 May 2009 11:56:39 +0000 (11:56 +0000)]
[windows] Fix a problem when salome is installed in a path with spaces inside.

15 years ago*** empty log message ***
adam [Wed, 27 May 2009 13:19:23 +0000 (13:19 +0000)]
*** empty log message ***

15 years agocompatibility hexoticplugin ghs3dplugin
adam [Wed, 27 May 2009 10:01:07 +0000 (10:01 +0000)]
compatibility hexoticplugin ghs3dplugin

15 years agoCCAR: change setStudyId to virtual method to be able to derive it in components
caremoli [Tue, 26 May 2009 13:51:50 +0000 (13:51 +0000)]
CCAR: change setStudyId to virtual method to be able to derive it in components

15 years agoCCAR: remove unused comment
caremoli [Tue, 26 May 2009 13:25:51 +0000 (13:25 +0000)]
CCAR: remove unused comment

15 years ago*** empty log message ***
adam [Mon, 25 May 2009 12:24:47 +0000 (12:24 +0000)]
*** empty log message ***

15 years ago0020354: EDF 1031 OTHER warnings with automake 1.10
vsr [Fri, 22 May 2009 12:33:06 +0000 (12:33 +0000)]
0020354: EDF 1031 OTHER warnings with automake 1.10

15 years agoCCAR: add automatic management of GenericObj in study.
caremoli [Fri, 22 May 2009 08:53:41 +0000 (08:53 +0000)]
CCAR: add automatic management of GenericObj in study.
If a GenericObj id publish in study, its reference count must be incremented (call to Register()).
When it is unpublished, its reference count must be decremented (call to Destroy()).
This was not done when calling SetValue on a AttributeIOR so if someone manages
GenericObj in the right way, the references in study could be lost.

15 years agoFix problem with wrong permissions on the /tmp/logs folder
vsr [Wed, 20 May 2009 12:12:09 +0000 (12:12 +0000)]
Fix problem with wrong permissions on the /tmp/logs folder

15 years agoFixed --with-onlylauncher mode (by adding libSALOMEBasics when compiling in this...
barate [Wed, 20 May 2009 08:38:53 +0000 (08:38 +0000)]
Fixed --with-onlylauncher mode (by adding libSALOMEBasics when compiling in this mode)

15 years agoCCAR: change version name
caremoli [Wed, 20 May 2009 06:46:04 +0000 (06:46 +0000)]
CCAR: change version name

15 years agoCCAR: change in check_calcium.m4 macro for --with-cal-int=<intorlong>
caremoli [Tue, 19 May 2009 14:41:36 +0000 (14:41 +0000)]
CCAR: change in check_calcium.m4 macro for --with-cal-int=<intorlong>

15 years agowindows port : ResourcesManager must be linked with SALOMEBasics otherwise Kernel_Uti...
adam [Tue, 19 May 2009 13:46:31 +0000 (13:46 +0000)]
windows port : ResourcesManager must be linked with SALOMEBasics otherwise Kernel_Utils::GetHostname() is unresolved.

15 years agocmake port
adam [Tue, 19 May 2009 13:42:10 +0000 (13:42 +0000)]
cmake port

15 years ago*** empty log message ***
adam [Tue, 19 May 2009 13:40:00 +0000 (13:40 +0000)]
*** empty log message ***

15 years agoCCAR: remove error in AM_CONDITIONAL
caremoli [Tue, 19 May 2009 07:09:56 +0000 (07:09 +0000)]
CCAR: remove error in AM_CONDITIONAL

15 years agoCCAR: add a python module for automatic management of genericobj
caremoli [Mon, 18 May 2009 17:11:32 +0000 (17:11 +0000)]
CCAR: add a python module for automatic management of genericobj
      reference counting.
      The module is not active by default.
      It must be imported to activate the automatic reference counting

15 years agoGestion 32/64bits dans l'interfce C/F de Calcium.
fayolle [Mon, 18 May 2009 14:48:54 +0000 (14:48 +0000)]
Gestion 32/64bits dans l'interfce C/F de Calcium.

15 years ago*** empty log message ***
fayolle [Mon, 18 May 2009 13:43:26 +0000 (13:43 +0000)]
*** empty log message ***

15 years agoGestion 32/64bits dans l'interfce C/F de Calcium.
fayolle [Mon, 18 May 2009 13:18:17 +0000 (13:18 +0000)]
Gestion 32/64bits dans l'interfce C/F de Calcium.

15 years agomerge from tag mergeto_V5_1_main_15may09 branch BR_V51_RB
prascle [Fri, 15 May 2009 15:30:48 +0000 (15:30 +0000)]
merge from tag mergeto_V5_1_main_15may09 branch BR_V51_RB

15 years agoIssue 0019980: EDF 818 OTHER : Get rid of the RPATH issues in packaging
vsr [Fri, 15 May 2009 13:13:24 +0000 (13:13 +0000)]
Issue 0019980: EDF 818 OTHER : Get rid of the RPATH issues in packaging

15 years agoadd vtk python support
adam [Fri, 15 May 2009 09:55:38 +0000 (09:55 +0000)]
add vtk python support
install correctly SalomePyQt and SalomePy
change permissions of *.py files in bin/salome

15 years agoRollback previous integration
vsr [Thu, 14 May 2009 13:09:38 +0000 (13:09 +0000)]
Rollback previous integration

15 years agoFix a tiny error detected by Werror ...
adam [Thu, 14 May 2009 09:28:26 +0000 (09:28 +0000)]
Fix a tiny error detected by Werror ...

15 years agoIssue 0020349: compatibility python 2.6 in import_hook
vsr [Wed, 13 May 2009 14:39:43 +0000 (14:39 +0000)]
Issue 0020349: compatibility python 2.6 in import_hook

15 years agoIssue 0020350: compatibility gcc4.3.2
vsr [Wed, 13 May 2009 14:11:43 +0000 (14:11 +0000)]
Issue 0020350: compatibility gcc4.3.2

15 years agowindows port
adam [Tue, 12 May 2009 14:52:19 +0000 (14:52 +0000)]
windows port

15 years agoCompatibility boost 1.35 1.38
adam [Tue, 12 May 2009 14:51:24 +0000 (14:51 +0000)]
Compatibility boost 1.35 1.38

15 years agomerge from BR_V51_AR 7 may 09
prascle [Thu, 7 May 2009 11:51:20 +0000 (11:51 +0000)]
merge from BR_V51_AR 7 may 09

15 years agoImprovement of "setenv.py" script - setting of custom enviroment by those modules...
ouv [Wed, 6 May 2009 13:08:35 +0000 (13:08 +0000)]
Improvement of "setenv.py" script - setting of custom enviroment by those modules, which have it, is performed by their own "<module_name>_setenv.py" scripts situated in their "bin" folders.

15 years agoIssue 0020343: [WNT] Do not compile DSC_User and DSC_Python
vsr [Wed, 6 May 2009 10:06:27 +0000 (10:06 +0000)]
Issue 0020343: [WNT] Do not compile DSC_User and DSC_Python

15 years agoSpecify additional macro-definition _WIN32_WINNT because at least Windows 2000 API...
vsr [Wed, 6 May 2009 05:37:48 +0000 (05:37 +0000)]
Specify additional macro-definition _WIN32_WINNT because at least Windows 2000 API is required

15 years agoCCAR: remove bug in FindOrLoad_Component
caremoli [Tue, 5 May 2009 14:27:51 +0000 (14:27 +0000)]
CCAR: remove bug in FindOrLoad_Component

15 years agoCCAR: improve salome.py documentation (description of main variables mostly
caremoli [Mon, 4 May 2009 15:45:30 +0000 (15:45 +0000)]
CCAR: improve salome.py documentation (description of main variables mostly
borrowed from GUI doc)

15 years ago[WNT] Export symbol maketext
adam [Mon, 4 May 2009 15:36:06 +0000 (15:36 +0000)]
[WNT] Export symbol maketext

15 years agoPatch windows
adam [Mon, 4 May 2009 15:34:39 +0000 (15:34 +0000)]
Patch windows

15 years agoCCAR: several changes in Container Manager and Resources Manager CCAR_cm3_end
caremoli [Thu, 30 Apr 2009 11:51:53 +0000 (11:51 +0000)]
CCAR: several changes in Container Manager and Resources Manager
1- remove unused members in MachineParameters, keep only members for requests
   the members removed are : alias, protocol, username, applipath, mpiImpl, batch
2- remove the enum policy which is replaced by a new member in MachineParameters (policy)
3- add a new member computerList in MachineParameters structure to specify a list of machines
   in a request to Container Manager
3- remove no more used parameters (policy, possibleComputers, componentList
   in FindOrStartContainer, FindOrStarParallelContainer, StartContainer,
   GiveContainer and GetFittingResources. These operations now take only
   one argument : a MachineParameters structure.
4- adapt LifeCycle to these changes

15 years agoFix of bug IPAL21005 - Dump/load python script works only with absolute path CCAR_cm3_start
ouv [Thu, 30 Apr 2009 07:27:05 +0000 (07:27 +0000)]
Fix of bug IPAL21005 - Dump/load python script works only with absolute path

15 years agoModify the search for python executable in accordance
adam [Wed, 29 Apr 2009 15:43:39 +0000 (15:43 +0000)]
Modify the search for python executable in accordance
of the official python windows i.e. python.exe is in
PYTHON_HOME

15 years agoPR: default policy
prascle [Wed, 29 Apr 2009 14:22:19 +0000 (14:22 +0000)]
PR: default policy

15 years agoimprovement of MPIObject
secher [Wed, 29 Apr 2009 10:05:44 +0000 (10:05 +0000)]
improvement of MPIObject

15 years agoIssue 0020332: Do not dist calcium_wrap.cpp
vsr [Tue, 28 Apr 2009 15:37:54 +0000 (15:37 +0000)]
Issue 0020332: Do not dist calcium_wrap.cpp

15 years agoIssue 0020331: add the -nohostname option on windows (patch from E.Adam)
vsr [Tue, 28 Apr 2009 15:20:29 +0000 (15:20 +0000)]
Issue 0020331: add the -nohostname option on windows (patch from E.Adam)

15 years agoCompilation with cmake
adam [Tue, 28 Apr 2009 14:58:39 +0000 (14:58 +0000)]
Compilation with cmake

15 years agoMinor corrections
adam [Tue, 28 Apr 2009 14:35:51 +0000 (14:35 +0000)]
Minor corrections