]>
SALOME platform Git repositories - modules/kernel.git/log
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.
rnv [Wed, 19 Jul 2017 14:45:45 +0000 (17:45 +0300)]
Merge from master branch into V9_dev
mnt [Fri, 7 Jul 2017 09:23:17 +0000 (12:23 +0300)]
RNV: replace 'and' by '&&'
Cédric Aguerre [Wed, 19 Jul 2017 13:51:58 +0000 (15:51 +0200)]
Testing 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
Nicolas Geimer [Wed, 19 Jul 2017 09:48:27 +0000 (11:48 +0200)]
[Python 3] Minor fixes
mnt [Fri, 7 Jul 2017 09:23:17 +0000 (12:23 +0300)]
RNV: replace 'and' by '&&'
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.
Cédric Aguerre [Thu, 29 Jun 2017 08:09:25 +0000 (10:09 +0200)]
[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
rnv [Tue, 27 Jun 2017 16:07:30 +0000 (19:07 +0300)]
Merge Python 3 porting: additional chnages.
rnv [Thu, 22 Jun 2017 14:28:12 +0000 (17:28 +0300)]
Merge Python 3 porting.
Cédric Aguerre [Mon, 19 Jun 2017 08:26:38 +0000 (10:26 +0200)]
Update Readme for salome test
Cédric Aguerre [Mon, 19 Jun 2017 08:26:38 +0000 (10:26 +0200)]
Update Readme for salome test
rnv [Wed, 7 Jun 2017 11:24:09 +0000 (14:24 +0300)]
Merge multi-study removal branch.
Gilles DAVID [Wed, 7 Jun 2017 06:18:23 +0000 (08:18 +0200)]
Porting Python 3: Fix test #14: KERNEL_SALOME_INSTANCE_instances
Gilles DAVID [Tue, 6 Jun 2017 12:03:51 +0000 (14:03 +0200)]
Fix previous commit
Gilles DAVID [Tue, 6 Jun 2017 12:02:38 +0000 (14:02 +0200)]
Porting Python3: Use of encode/decode functions
Gilles DAVID [Thu, 1 Jun 2017 16:29:54 +0000 (18:29 +0200)]
Python 3: call to python3 in SALOMESDS test
Cédric Aguerre [Thu, 1 Jun 2017 16:21:47 +0000 (18:21 +0200)]
Terminate test suprocess
Gilles DAVID [Thu, 1 Jun 2017 15:53:37 +0000 (17:53 +0200)]
Python 3: creation of encode/decode functions
Cédric Aguerre [Thu, 1 Jun 2017 13:36:52 +0000 (15:36 +0200)]
Exit with appropriate error code
Gilles DAVID [Thu, 1 Jun 2017 09:29:44 +0000 (11:29 +0200)]
Python 3 - Use size of wchar_t
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)
rnv [Wed, 31 May 2017 11:35:51 +0000 (14:35 +0300)]
Python3 porting: small fix in init study.
rnv [Tue, 30 May 2017 09:52:43 +0000 (12:52 +0300)]
Merge V8_3_BR branch.
Gilles DAVID [Mon, 29 May 2017 11:25:36 +0000 (13:25 +0200)]
Python 3 - optparse => argparse
rnv [Tue, 23 May 2017 15:52:16 +0000 (18:52 +0300)]
Python3 porting: some options of runSalome.py scripts don't work.
rnv [Tue, 23 May 2017 15:51:29 +0000 (18:51 +0300)]
Python3 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'.
rnv [Mon, 22 May 2017 14:15:57 +0000 (17:15 +0300)]
Python3 porting.
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.
rnv [Mon, 15 May 2017 09:00:01 +0000 (12:00 +0300)]
Merge branch 'rnv/local_execution'
Anthony Geay [Fri, 12 May 2017 12:44:06 +0000 (14:44 +0200)]
[
EDF14691 ] : perf in addkey.
rnv [Fri, 12 May 2017 07:52:55 +0000 (10:52 +0300)]
Execute SALOME w/o network.
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)
rnv [Fri, 28 Apr 2017 13:24:03 +0000 (16:24 +0300)]
Update copyrights in the documentation.
Cédric Aguerre [Tue, 25 Apr 2017 15:48:09 +0000 (17:48 +0200)]
Merge branch 'agr/for83rc'
Cédric Aguerre [Tue, 25 Apr 2017 11:45:06 +0000 (13:45 +0200)]
add pid number to container name [2]
Gilles DAVID [Tue, 25 Apr 2017 14:40:14 +0000 (16:40 +0200)]
[PY3] Removed unwanted file
Cédric Aguerre [Fri, 7 Apr 2017 14:22:43 +0000 (16:22 +0200)]
fix port number reservation
Cédric Aguerre [Fri, 7 Apr 2017 14:06:40 +0000 (16:06 +0200)]
delete port log
Cédric Aguerre [Fri, 7 Apr 2017 13:37:26 +0000 (15:37 +0200)]
add pid to port log filename
Cédric Aguerre [Fri, 7 Apr 2017 11:46:50 +0000 (13:46 +0200)]
Fix bug - jobs run simultaneously
Nicolas Geimer [Fri, 21 Apr 2017 14:15:43 +0000 (16:15 +0200)]
[PY3] Fixing SalomeSDS / cmp removal in Py3
Gilles DAVID [Thu, 20 Apr 2017 14:58:26 +0000 (16:58 +0200)]
[PY3] Simplification of Py_EncodeLocale and Py_DecodeLocale
Nicolas Geimer [Wed, 19 Apr 2017 12:52:07 +0000 (14:52 +0200)]
Fix salome killall
Gilles DAVID [Tue, 18 Apr 2017 13:21:29 +0000 (15:21 +0200)]
Merge remote-tracking branch 'origin/V8_3_BR' into ngr/python3_dev
Conflicts:
bin/appliskel/salome_starter.py
bin/appliskel/salome_tester/salome_test_driver.py
bin/appliskel/salome_tester/salome_test_driver_gui.py
bin/salomeContext.py
Nicolas Geimer [Tue, 18 Apr 2017 09:58:17 +0000 (11:58 +0200)]
Merge remote-tracking branch 'origin/ngr/python3_dev' into ngr/python3_dev
Cédric Aguerre [Fri, 7 Apr 2017 14:22:43 +0000 (16:22 +0200)]
fix port number reservation
Cédric Aguerre [Fri, 7 Apr 2017 14:06:40 +0000 (16:06 +0200)]
delete port log
Cédric Aguerre [Fri, 7 Apr 2017 13:37:26 +0000 (15:37 +0200)]
add pid to port log filename
rnv [Fri, 7 Apr 2017 12:29:22 +0000 (15:29 +0300)]
Increment version: 8.3.0
Cédric Aguerre [Fri, 7 Apr 2017 11:46:50 +0000 (13:46 +0200)]
Fix bug - jobs run simultaneously
rnv [Fri, 7 Apr 2017 11:16:39 +0000 (14:16 +0300)]
Merge remote-tracking branch 'origin/master' into V8_3_BR
Cédric Aguerre [Thu, 6 Apr 2017 12:15:25 +0000 (14:15 +0200)]
Terminal SALOME correctly at the end of job execution
Cédric Aguerre [Thu, 6 Apr 2017 12:18:02 +0000 (14:18 +0200)]
Do not force exit calls, use return
Cédric Aguerre [Thu, 6 Apr 2017 07:54:30 +0000 (09:54 +0200)]
catch exception on salome_instance, and prefer sys.exit to exit
Cédric Aguerre [Wed, 5 Apr 2017 15:50:08 +0000 (17:50 +0200)]
Associate ports to application path to prevent from killing *all* applications
Cédric Aguerre [Wed, 5 Apr 2017 14:38:57 +0000 (16:38 +0200)]
PortManager info must be shared by applications; so they go to temporary folder
Gilles DAVID [Thu, 30 Mar 2017 17:22:10 +0000 (19:22 +0200)]
[PY3] Fix m4 macro for python 3
rnv [Thu, 30 Mar 2017 16:41:40 +0000 (19:41 +0300)]
Merge branch 'master' into V8_3_BR
Gilles DAVID [Wed, 29 Mar 2017 13:43:38 +0000 (15:43 +0200)]
[PY3] exec statement called with globals() dict
Gilles DAVID [Wed, 29 Mar 2017 12:28:00 +0000 (14:28 +0200)]
[PY3] Remove bad decode()
Nicolas Geimer [Mon, 27 Mar 2017 16:34:27 +0000 (18:34 +0200)]
Merge branch 'ngr/python3_dev' of https://git.salome-platform.org/git/modules/kernel into ngr/python3_dev
Conflicts:
bin/virtual_salome.py
Nicolas Geimer [Mon, 27 Mar 2017 16:31:33 +0000 (18:31 +0200)]
[PY3] Fix tools testing in "salome test"
Gilles DAVID [Mon, 27 Mar 2017 11:41:34 +0000 (13:41 +0200)]
PYTHON3: write bytes
Cédric Aguerre [Mon, 27 Mar 2017 11:29:31 +0000 (13:29 +0200)]
Do not enforce sys.exit call after runTests
Nicolas Geimer [Mon, 27 Mar 2017 09:53:30 +0000 (11:53 +0200)]
[PY3] string, cPickle module don't exist anymore
rnv [Fri, 24 Mar 2017 14:53:01 +0000 (17:53 +0300)]
Merge remote-tracking branch 'origin/master' into V8_3_BR
Gilles DAVID [Thu, 23 Mar 2017 16:53:09 +0000 (17:53 +0100)]
PYTHON3: encoding in header is no longer necessary with python 3
Gilles DAVID [Thu, 23 Mar 2017 15:37:22 +0000 (16:37 +0100)]
Python3 fix studyedit (no encoding needed)
eap [Wed, 22 Mar 2017 13:48:29 +0000 (16:48 +0300)]
IPAL54049: Operations on multiple study objects are very long
rnv [Wed, 22 Mar 2017 11:20:15 +0000 (14:20 +0300)]
Merge remote-tracking branch 'origin/agr/V8_3_BR-fix_portmanager' into V8_3_BR
Cédric Aguerre [Wed, 22 Mar 2017 10:47:26 +0000 (11:47 +0100)]
[PortManager] Simplify previous fix; no need to change configuration file contents
Cédric Aguerre [Wed, 22 Mar 2017 10:47:26 +0000 (11:47 +0100)]
[PortManager] Simplify previous fix; no need to change configuration file contents
Gilles DAVID [Wed, 22 Mar 2017 10:12:45 +0000 (11:12 +0100)]
Python 3.4: redefine Py_DecodeLocale
The code from decode_ascii_surrogateescape in Python 3.5 was reused.
rnv [Tue, 21 Mar 2017 14:41:52 +0000 (17:41 +0300)]
Merge branch 'master' into V8_3_BR
Cédric Aguerre [Tue, 21 Mar 2017 13:39:30 +0000 (14:39 +0100)]
[PortManager] Separate ports according to their owner (this or other application)
Cédric Aguerre [Tue, 21 Mar 2017 13:39:30 +0000 (14:39 +0100)]
[PortManager] Separate ports according to their owner (this or other application)
Nicolas Geimer [Mon, 20 Mar 2017 17:17:44 +0000 (18:17 +0100)]
Merge tag 'V8_3_0a2' into ngr/python3_dev
Version 8.3.0 alpha 2
rnv [Thu, 16 Mar 2017 14:34:51 +0000 (17:34 +0300)]
Merge remote-tracking branch 'origin/fbt/addition_library_path_context_file'
Nicolas Geimer [Wed, 15 Mar 2017 13:26:12 +0000 (14:26 +0100)]
[PY3] Swig additional fixes
Nicolas Geimer [Tue, 14 Mar 2017 14:25:21 +0000 (15:25 +0100)]
[PY3] Swig Python3
Anthony Geay [Mon, 13 Mar 2017 12:09:32 +0000 (13:09 +0100)]
[
EDF12520 ] : Access of all resources in resource manager
Anthony Geay [Mon, 13 Mar 2017 10:23:06 +0000 (11:23 +0100)]
Remove useless attribute
Anthony Geay [Thu, 9 Mar 2017 14:06:41 +0000 (15:06 +0100)]
First try
Nicolas Geimer [Fri, 10 Feb 2017 15:57:29 +0000 (16:57 +0100)]
[PYTHON 3] 1st draft
Florian BRUNET [Wed, 22 Feb 2017 16:40:28 +0000 (17:40 +0100)]
Addition of LIBRARY_PATH var to salome context file for ADD_TO macros in the launcher.
mpa [Fri, 10 Feb 2017 09:22:55 +0000 (12:22 +0300)]
Fix problem with notebook updating
mpa [Wed, 8 Feb 2017 09:43:12 +0000 (12:43 +0300)]
fix bug with locked mutex
Cédric Aguerre [Fri, 3 Feb 2017 14:44:55 +0000 (15:44 +0100)]
sort software info by product name
Cédric Aguerre [Fri, 3 Feb 2017 14:26:07 +0000 (15:26 +0100)]
Update verbosity
Cédric Aguerre [Mon, 5 Dec 2016 14:50:02 +0000 (15:50 +0100)]
Revert "do not generate .sh environment files in virtual application anymore"
This reverts commit
32ee4f17a0f7a06db803f03d93e31da0f950b73c .
mpa [Fri, 3 Feb 2017 13:07:33 +0000 (16:07 +0300)]
Deleted study parameter
mpa [Thu, 2 Feb 2017 07:43:51 +0000 (10:43 +0300)]
code improvement
mpa [Tue, 31 Jan 2017 08:48:58 +0000 (11:48 +0300)]
- Deleted Study as an input parameter and class field.
- Deleted methods GetStudy from Study and SObject interfaces
vsr [Fri, 20 Jan 2017 12:35:03 +0000 (15:35 +0300)]
Patch for MacOS (from SALOME forum)
mpa [Fri, 20 Jan 2017 12:25:27 +0000 (15:25 +0300)]
fix problem with clearing study from GUI
rnv [Thu, 19 Jan 2017 16:34:04 +0000 (19:34 +0300)]
Fix crash during GetStudy() for SObject.