Salome HOME
modules/kernel.git
6 years agoMerge 'master' branch into 'V9_dev' branch
rnv [Thu, 18 Jan 2018 17:26:12 +0000 (20:26 +0300)]
Merge 'master' branch into 'V9_dev' branch

6 years agodebug TestSalomeSDS: replacement for python2 builtin cmp was not OK.
Paul RASCLE [Thu, 18 Jan 2018 14:14:44 +0000 (15:14 +0100)]
debug TestSalomeSDS: replacement for python2 builtin cmp was not OK.

6 years agoAttempt of test correction
Anthony Geay [Mon, 15 Jan 2018 12:44:44 +0000 (13:44 +0100)]
Attempt of test correction

6 years agoA missing method giveADataScopeTransactionCalled 4 RequestSwitcherDSM
Anthony Geay [Mon, 15 Jan 2018 12:34:31 +0000 (13:34 +0100)]
A missing method giveADataScopeTransactionCalled 4 RequestSwitcherDSM

6 years agoSorry boss
Anthony Geay [Mon, 15 Jan 2018 10:09:02 +0000 (11:09 +0100)]
Sorry boss

6 years agotypo-fix by Kunda
eap [Tue, 9 Jan 2018 10:30:01 +0000 (13:30 +0300)]
typo-fix by Kunda

http://www.salome-platform.org/forum/forum_10/195000978

6 years agoBecause an order can t be discussed
Anthony Geay [Fri, 5 Jan 2018 15:00:42 +0000 (16:00 +0100)]
Because an order can t be discussed

6 years agoBecause an order can t be discussed
Anthony Geay [Fri, 5 Jan 2018 14:49:22 +0000 (15:49 +0100)]
Because an order can t be discussed

6 years agoOn the fly
Anthony Geay [Fri, 5 Jan 2018 14:37:49 +0000 (15:37 +0100)]
On the fly

6 years agoGo on for RequestSwitcher conquest
Anthony Geay [Fri, 5 Jan 2018 14:23:58 +0000 (15:23 +0100)]
Go on for RequestSwitcher conquest

6 years agoTest to check that listVars and fetchSerializedContent of RequestSwitcher are callabl...
Anthony Geay [Fri, 5 Jan 2018 07:19:23 +0000 (08:19 +0100)]
Test to check that listVars and fetchSerializedContent of RequestSwitcher are callable even if holdRequests has been invoked on same DataScopeSever

6 years agoMake the RequestSwitcher able to listVars and fetch data
Anthony Geay [Thu, 4 Jan 2018 15:12:46 +0000 (16:12 +0100)]
Make the RequestSwitcher able to listVars and fetch data

6 years agoMerge changes from 'master' branch.
rnv [Thu, 21 Dec 2017 13:57:35 +0000 (16:57 +0300)]
Merge changes from 'master' branch.

6 years agoTypo-fix by Kunda
eap [Thu, 28 Dec 2017 11:47:47 +0000 (14:47 +0300)]
Typo-fix by Kunda

http://www.salome-platform.org/forum/forum_9/22126441

6 years agoMemory leaks
eap [Wed, 20 Dec 2017 16:57:12 +0000 (19:57 +0300)]
Memory leaks

6 years agoMerge branch 'eap/23514'
rnv [Thu, 14 Dec 2017 15:05:14 +0000 (18:05 +0300)]
Merge branch 'eap/23514'

6 years agoFix valgrind error: Mismatched free() / delete / delete []
eap [Wed, 13 Dec 2017 14:02:49 +0000 (17:02 +0300)]
Fix valgrind error: Mismatched free() / delete / delete []

6 years agoMerge V8_4_BR branch.
rnv [Wed, 13 Dec 2017 08:33:49 +0000 (11:33 +0300)]
Merge V8_4_BR branch.

6 years agotypo-fix by Kunda
eap [Tue, 5 Dec 2017 11:34:34 +0000 (14:34 +0300)]
typo-fix by Kunda

http://www.salome-platform.org/forum/forum_9/621049380

6 years ago23514: EDF 16031 - SMESH freezes eap/23514
eap [Thu, 30 Nov 2017 16:57:54 +0000 (19:57 +0300)]
23514: EDF 16031 - SMESH freezes

Optimize loading a study with multiple mesh groups

6 years agotypo-fix by Kunda
eap [Tue, 28 Nov 2017 11:26:13 +0000 (14:26 +0300)]
typo-fix by Kunda

6 years agoTest of new holdRequests activeRequests
Anthony Geay [Thu, 23 Nov 2017 15:25:51 +0000 (16:25 +0100)]
Test of new holdRequests activeRequests

6 years agoFix typos by Kunda
eap [Mon, 20 Nov 2017 11:20:32 +0000 (14:20 +0300)]
Fix typos by Kunda

http://www.salome-platform.org/forum/forum_9/799474332

6 years agoUpdate python.m4 macro to fix Python libraries detection with native Python
Gilles DAVID [Fri, 17 Nov 2017 15:28:14 +0000 (16:28 +0100)]
Update python.m4 macro to fix Python libraries detection with native Python

6 years agoDisable ORBsupportCurrent option for CORBA server to make the POAManager::hold_reques...
Anthony Geay [Fri, 10 Nov 2017 14:58:37 +0000 (15:58 +0100)]
Disable ORBsupportCurrent option for CORBA server to make the POAManager::hold_requests work

6 years agoImpl of mechanism into SDS of switcher hold/reactive requests
Anthony Geay [Fri, 10 Nov 2017 08:29:32 +0000 (09:29 +0100)]
Impl of mechanism into SDS of switcher hold/reactive requests

6 years agoSet protocol=0 to pickle.dump in PortManager
Gilles DAVID [Thu, 26 Oct 2017 15:39:58 +0000 (15:39 +0000)]
Set protocol=0 to pickle.dump in PortManager

Previously, a session opened in V9 couldn't be killed by another in V8:

File "PortManager.py", line 251, in getBusyPorts
    config = pickle.load(f)
    ValueError: unsupported pickle protocol: 3

6 years agoEDF15617: In SDS no more limited to dict,tuple,list,int,float,None.
Anthony Geay [Thu, 26 Oct 2017 14:26:41 +0000 (16:26 +0200)]
EDF15617: In SDS no more limited to dict,tuple,list,int,float,None.

6 years agopython.m4 updated for Python 3
Gilles DAVID [Wed, 25 Oct 2017 17:16:08 +0000 (17:16 +0000)]
python.m4 updated for Python 3

6 years agosalome exits with return code V8_4_BR V8_4_0 V8_4_0rc1 V8_4_0rc2 V8_4_0rc3 V8_4_0rc4
Gilles DAVID [Wed, 4 Oct 2017 13:25:12 +0000 (15:25 +0200)]
salome exits with return code

6 years agoMerge branch 'master' into V9_dev
Gilles DAVID [Fri, 6 Oct 2017 07:41:01 +0000 (09:41 +0200)]
Merge branch 'master' into V9_dev

6 years agoFix return statement for 'salome context'
Gilles DAVID [Fri, 6 Oct 2017 07:37:35 +0000 (09:37 +0200)]
Fix return statement for 'salome context'

6 years agoFix return statement for 'salome context' cbr/crowdin_V8_4_BR gdd/fix_salome_context_return
Gilles DAVID [Fri, 6 Oct 2017 07:37:35 +0000 (09:37 +0200)]
Fix return statement for 'salome context'

6 years agosalome exits with return code
Gilles DAVID [Wed, 4 Oct 2017 13:25:12 +0000 (15:25 +0200)]
salome exits with return code

6 years agoFix appliskel to work in python 3
Gilles DAVID [Wed, 4 Oct 2017 12:56:20 +0000 (14:56 +0200)]
Fix appliskel to work in python 3

6 years agoMerge remote-tracking branch 'origin/master' into V9_dev
Gilles DAVID [Wed, 4 Oct 2017 07:32:18 +0000 (09:32 +0200)]
Merge remote-tracking branch 'origin/master' into V9_dev

Conflicts:
bin/appli_gen.py
bin/appliskel/salome
bin/salomeContext.py

6 years agoIncrement version: 8.4.0 V8_4_0b1
vsr [Tue, 3 Oct 2017 08:08:56 +0000 (11:08 +0300)]
Increment version: 8.4.0

6 years agoClean-up deprecated OCCT-related code
vsr [Mon, 25 Sep 2017 12:31:34 +0000 (15:31 +0300)]
Clean-up deprecated OCCT-related code

6 years agoMerge branch 'gdd_env_modules_in_config_appli' into gdd/merge_gdd_env_modules_in_conf...
Gilles DAVID [Wed, 20 Sep 2017 13:18:39 +0000 (15:18 +0200)]
Merge branch 'gdd_env_modules_in_config_appli' into gdd/merge_gdd_env_modules_in_config_appli

Conflicts:
bin/salomeContext.py

6 years agoMerge branch 'gdd_env_modules_in_config_appli'
Gilles DAVID [Tue, 19 Sep 2017 15:32:22 +0000 (17:32 +0200)]
Merge branch 'gdd_env_modules_in_config_appli'

Conflicts:
bin/salomeContext.py

6 years agoFix launch of .salome_run gdd_env_modules_in_config_appli
Gilles DAVID [Tue, 19 Sep 2017 14:37:51 +0000 (16:37 +0200)]
Fix launch of .salome_run

Using the cwd param in subprocess.Popen changes the current directory,
which is not what we want.

6 years agoUpdate CMakeLists.txt with new file
Gilles DAVID [Thu, 14 Sep 2017 17:31:15 +0000 (19:31 +0200)]
Update CMakeLists.txt with new file

6 years agoNew params in config_appli to handle environment modules
Gilles DAVID [Thu, 14 Sep 2017 15:36:27 +0000 (17:36 +0200)]
New params in config_appli to handle environment modules

Usage of --with-env-modules in new salome wrapper

6 years ago[PATCH] Fix test on return code
Gilles DAVID [Thu, 14 Sep 2017 13:04:40 +0000 (15:04 +0200)]
[PATCH] Fix test on return code

Conflicts:
bin/salomeContext.py

6 years agoReplace option --with-mpi-module by --with-env-modules gdd/option_env_modules
Gilles DAVID [Thu, 14 Sep 2017 17:05:32 +0000 (19:05 +0200)]
Replace option --with-mpi-module by --with-env-modules

6 years ago[PATCH] Fix test on return code V8_4_0a2
Gilles DAVID [Thu, 14 Sep 2017 13:04:40 +0000 (15:04 +0200)]
[PATCH] Fix test on return code

6 years ago0023423: [CEA 2029] salome -t --valgrind-session does not launch Salome with valgrind
vsr [Wed, 6 Sep 2017 12:09:34 +0000 (15:09 +0300)]
0023423: [CEA 2029] salome -t --valgrind-session does not launch Salome with valgrind

6 years agoMerge master into V9_dev
rnv [Fri, 18 Aug 2017 14:43:07 +0000 (17:43 +0300)]
Merge master into V9_dev

6 years agoFix for '23471: [CEA 2162] Upgrade of the test salome_test.py' issue. V8_4_0a1
rnv [Wed, 16 Aug 2017 12:18:06 +0000 (15:18 +0300)]
Fix for '23471: [CEA 2162] Upgrade of the test salome_test.py' issue.

6 years agoMerge master branch into V9_dev
rnv [Thu, 3 Aug 2017 15:22:23 +0000 (18:22 +0300)]
Merge master branch into V9_dev

6 years agoCannot create local file when testing from packaging
Cédric Aguerre [Thu, 27 Jul 2017 16:25:56 +0000 (18:25 +0200)]
Cannot create local file when testing from packaging

6 years agoCannot create local file when testing from packaging
Cédric Aguerre [Thu, 27 Jul 2017 16:24:29 +0000 (18:24 +0200)]
Cannot create local file when testing from packaging

6 years agoMerge branch 'master' into V9_dev
Gilles DAVID [Thu, 27 Jul 2017 15:28:27 +0000 (17:28 +0200)]
Merge branch 'master' into V9_dev

Conflicts:
bin/runConsole.py
bin/runSession.py
bin/salomeContext.py
bin/setenv.py

6 years agoAvoid using import CORBA
Gilles DAVID [Thu, 27 Jul 2017 15:23:04 +0000 (17:23 +0200)]
Avoid using import CORBA

Prefer: "from omniORB import CORBA"

6 years agoAppli: do not add empty modules
Gilles DAVID [Thu, 27 Jul 2017 15:22:54 +0000 (17:22 +0200)]
Appli: do not add empty modules

6 years agoUse isinstance() instead of type() and remove useless list(....keys())
Gilles DAVID [Thu, 27 Jul 2017 11:56:54 +0000 (13:56 +0200)]
Use isinstance() instead of type() and remove useless list(....keys())

6 years agoReturn error codes
Cédric Aguerre [Thu, 20 Jul 2017 15:33:01 +0000 (17:33 +0200)]
Return error codes

Conflicts:
bin/runConsole.py
bin/runSession.py
bin/salomeContext.py

6 years agoFix '23469: EDF KERNEL: Study can t register to the naming service in Release termina...
rnv [Wed, 26 Jul 2017 09:31:30 +0000 (12:31 +0300)]
Fix '23469: EDF KERNEL: Study can t register to the naming service in Release terminal mode' issue.

6 years agoReturn error codes
Cédric Aguerre [Thu, 20 Jul 2017 15:33:01 +0000 (17:33 +0200)]
Return error codes

6 years agoMerge from master branch into V9_dev
rnv [Wed, 19 Jul 2017 14:45:45 +0000 (17:45 +0300)]
Merge from master branch into V9_dev

6 years agoRNV: replace 'and' by '&&'
mnt [Fri, 7 Jul 2017 09:23:17 +0000 (12:23 +0300)]
RNV: replace 'and' by '&&'

6 years agoTesting when calling salome shell inside ctest
Cédric Aguerre [Wed, 19 Jul 2017 13:51:58 +0000 (15:51 +0200)]
Testing when calling salome shell inside ctest

6 years agoTesting when calling salome shell inside ctest
Cédric Aguerre [Wed, 19 Jul 2017 13:51:58 +0000 (15:51 +0200)]
Testing when calling salome shell inside ctest

6 years ago[Python 3] Minor fixes
Nicolas Geimer [Wed, 19 Jul 2017 09:48:27 +0000 (11:48 +0200)]
[Python 3] Minor fixes

6 years agoRNV: replace 'and' by '&&'
mnt [Fri, 7 Jul 2017 09:23:17 +0000 (12:23 +0300)]
RNV: replace 'and' by '&&'

6 years agoPython3 porting: redicrect python interp stdout and stderr to container stdout and...
rnv [Thu, 29 Jun 2017 14:24:24 +0000 (17:24 +0300)]
Python3 porting: redicrect python interp stdout and stderr to container stdout and stderr.

6 years ago[PATCH] Minor error on warning msg
Cédric Aguerre [Thu, 29 Jun 2017 08:09:25 +0000 (10:09 +0200)]
[PATCH] Minor error on warning msg

6 years ago[PATCH] Minor error on warning msg
Cédric Aguerre [Thu, 29 Jun 2017 08:09:25 +0000 (10:09 +0200)]
[PATCH] Minor error on warning msg

6 years agoMerge Python 3 porting: additional chnages.
rnv [Tue, 27 Jun 2017 16:07:30 +0000 (19:07 +0300)]
Merge Python 3 porting: additional chnages.

6 years agoMerge Python 3 porting.
rnv [Thu, 22 Jun 2017 14:28:12 +0000 (17:28 +0300)]
Merge Python 3 porting.

6 years agoUpdate Readme for salome test
Cédric Aguerre [Mon, 19 Jun 2017 08:26:38 +0000 (10:26 +0200)]
Update Readme for salome test

6 years agoUpdate Readme for salome test Before_python3_27062017
Cédric Aguerre [Mon, 19 Jun 2017 08:26:38 +0000 (10:26 +0200)]
Update Readme for salome test

7 years agoMerge multi-study removal branch.
rnv [Wed, 7 Jun 2017 11:24:09 +0000 (14:24 +0300)]
Merge multi-study removal branch.

7 years agoPorting Python 3: Fix test #14: KERNEL_SALOME_INSTANCE_instances ngr/python3_dev
Gilles DAVID [Wed, 7 Jun 2017 06:18:23 +0000 (08:18 +0200)]
Porting Python 3: Fix test #14: KERNEL_SALOME_INSTANCE_instances

7 years agoFix previous commit
Gilles DAVID [Tue, 6 Jun 2017 12:03:51 +0000 (14:03 +0200)]
Fix previous commit

7 years agoPorting Python3: Use of encode/decode functions
Gilles DAVID [Tue, 6 Jun 2017 12:02:38 +0000 (14:02 +0200)]
Porting Python3: Use of encode/decode functions

7 years agoPython 3: call to python3 in SALOMESDS test
Gilles DAVID [Thu, 1 Jun 2017 16:29:54 +0000 (18:29 +0200)]
Python 3: call to python3 in SALOMESDS test

7 years agoTerminate test suprocess Before_multi_study_removal_06072017
Cédric Aguerre [Thu, 1 Jun 2017 16:21:47 +0000 (18:21 +0200)]
Terminate test suprocess

7 years agoPython 3: creation of encode/decode functions
Gilles DAVID [Thu, 1 Jun 2017 15:53:37 +0000 (17:53 +0200)]
Python 3: creation of encode/decode functions

7 years agoExit with appropriate error code
Cédric Aguerre [Thu, 1 Jun 2017 13:36:52 +0000 (15:36 +0200)]
Exit with appropriate error code

7 years agoPython 3 - Use size of wchar_t
Gilles DAVID [Thu, 1 Jun 2017 09:29:44 +0000 (11:29 +0200)]
Python 3 - Use size of wchar_t

7 years agoPython 3: PoC to correctly manage unicode strings from Python
Gilles DAVID [Wed, 31 May 2017 16:31:32 +0000 (18:31 +0200)]
Python 3: PoC to correctly manage unicode strings from Python

The following use case does not work because of the caracter 'é':
>>> import salome
>>> salome.salome_study_init('/tmp/étude.hdf')

The solution here is to consider Unicode strings coming from all the
interfaces of SALOME modules, and then to convert them to encoded strings.

To do that:
- all IDL "string" parameters should be changed into "wstring".
- all C++ interfaces should have wchar_t* instead of char*
- wchar_t* inputs should then be encoded to char* using an ENCODE function (to be written)
- wchar_t* outputs should be decoded from char* using a DECODE function (to be written)

7 years agoPython3 porting: small fix in init study. ngr/python3_dev_without_accents
rnv [Wed, 31 May 2017 11:35:51 +0000 (14:35 +0300)]
Python3 porting: small fix in init study.

7 years agoMerge V8_3_BR branch.
rnv [Tue, 30 May 2017 09:52:43 +0000 (12:52 +0300)]
Merge V8_3_BR branch.

7 years agoPython 3 - optparse => argparse
Gilles DAVID [Mon, 29 May 2017 11:25:36 +0000 (13:25 +0200)]
Python 3 - optparse => argparse

7 years agoPython3 porting: some options of runSalome.py scripts don't work.
rnv [Tue, 23 May 2017 15:52:16 +0000 (18:52 +0300)]
Python3 porting: some options of runSalome.py scripts don't work.

7 years agoPython3 porting: change python executable to 'python3'.
rnv [Tue, 23 May 2017 15:51:29 +0000 (18:51 +0300)]
Python3 porting: change python executable to 'python3'.

7 years agoPython3 porting: change python executable to 'python3'.
rnv [Tue, 23 May 2017 09:49:58 +0000 (12:49 +0300)]
Python3 porting: change python executable to 'python3'.

7 years agoPython3 porting.
rnv [Mon, 22 May 2017 14:15:57 +0000 (17:15 +0300)]
Python3 porting.

7 years agoAdditional fix for '23417: [CEA 2020] Naming service cannot be found if the network...
rnv [Wed, 17 May 2017 09:14:46 +0000 (12:14 +0300)]
Additional fix for '23417: [CEA 2020] Naming service cannot be found if the network is not reachable' issue.

7 years agoMerge branch 'rnv/local_execution'
rnv [Mon, 15 May 2017 09:00:01 +0000 (12:00 +0300)]
Merge branch 'rnv/local_execution'

7 years ago[EDF14691] : perf in addkey.
Anthony Geay [Fri, 12 May 2017 12:44:06 +0000 (14:44 +0200)]
[EDF14691] : perf in addkey.

7 years agoExecute SALOME w/o network. rnv/local_execution
rnv [Fri, 12 May 2017 07:52:55 +0000 (10:52 +0300)]
Execute SALOME w/o network.

7 years agoAdd QT_PLUGIN_PATH to reserved variables (editable with ADD_TO_ syntax)
Cédric Aguerre [Wed, 3 May 2017 13:24:13 +0000 (15:24 +0200)]
Add QT_PLUGIN_PATH to reserved variables (editable with ADD_TO_ syntax)

7 years agoUpdate copyrights in the documentation. V8_3_BR V8_3_0 V8_3_0rc4 V8_3_0rc5 V8_3_0rc6
rnv [Fri, 28 Apr 2017 13:24:03 +0000 (16:24 +0300)]
Update copyrights in the documentation.

7 years agoMerge branch 'agr/for83rc'
Cédric Aguerre [Tue, 25 Apr 2017 15:48:09 +0000 (17:48 +0200)]
Merge branch 'agr/for83rc'

7 years agoadd pid number to container name [2] agr/for83rc
Cédric Aguerre [Tue, 25 Apr 2017 11:45:06 +0000 (13:45 +0200)]
add pid number to container name [2]

7 years ago[PY3] Removed unwanted file
Gilles DAVID [Tue, 25 Apr 2017 14:40:14 +0000 (16:40 +0200)]
[PY3] Removed unwanted file

7 years agofix port number reservation
Cédric Aguerre [Fri, 7 Apr 2017 14:22:43 +0000 (16:22 +0200)]
fix port number reservation

7 years agodelete port log
Cédric Aguerre [Fri, 7 Apr 2017 14:06:40 +0000 (16:06 +0200)]
delete port log