]> SALOME platform Git repositories - modules/kernel.git/log
Salome HOME
modules/kernel.git
7 years agoPython 3.4: redefine Py_DecodeLocale
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.

7 years agoMerge branch 'master' into V8_3_BR
rnv [Tue, 21 Mar 2017 14:41:52 +0000 (17:41 +0300)]
Merge branch 'master' into V8_3_BR

7 years ago[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)

7 years ago[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)

7 years agoMerge tag 'V8_3_0a2' into ngr/python3_dev
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

7 years agoMerge remote-tracking branch 'origin/fbt/addition_library_path_context_file' V8_3_0a2
rnv [Thu, 16 Mar 2017 14:34:51 +0000 (17:34 +0300)]
Merge remote-tracking branch 'origin/fbt/addition_library_path_context_file'

7 years ago[PY3] Swig additional fixes
Nicolas Geimer [Wed, 15 Mar 2017 13:26:12 +0000 (14:26 +0100)]
[PY3] Swig additional fixes

7 years ago[PY3] Swig Python3
Nicolas Geimer [Tue, 14 Mar 2017 14:25:21 +0000 (15:25 +0100)]
[PY3] Swig Python3

7 years ago[EDF12520] : Access of all resources in resource manager
Anthony Geay [Mon, 13 Mar 2017 12:09:32 +0000 (13:09 +0100)]
[EDF12520] : Access of all resources in resource manager

7 years agoRemove useless attribute
Anthony Geay [Mon, 13 Mar 2017 10:23:06 +0000 (11:23 +0100)]
Remove useless attribute

7 years agoFirst try
Anthony Geay [Thu, 9 Mar 2017 14:06:41 +0000 (15:06 +0100)]
First try

7 years ago[PYTHON 3] 1st draft
Nicolas Geimer [Fri, 10 Feb 2017 15:57:29 +0000 (16:57 +0100)]
[PYTHON 3] 1st draft

7 years agoAddition of LIBRARY_PATH var to salome context file for ADD_TO macros in the launcher. fbt/addition_library_path_context_file
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.

7 years agoFix problem with notebook updating mpa/23299
mpa [Fri, 10 Feb 2017 09:22:55 +0000 (12:22 +0300)]
Fix problem with notebook updating

7 years agofix bug with locked mutex
mpa [Wed, 8 Feb 2017 09:43:12 +0000 (12:43 +0300)]
fix bug with locked mutex

7 years agosort software info by product name
Cédric Aguerre [Fri, 3 Feb 2017 14:44:55 +0000 (15:44 +0100)]
sort software info by product name

7 years agoUpdate verbosity
Cédric Aguerre [Fri, 3 Feb 2017 14:26:07 +0000 (15:26 +0100)]
Update verbosity

7 years agoRevert "do not generate .sh environment files in virtual application anymore"
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.

7 years agoDeleted study parameter
mpa [Fri, 3 Feb 2017 13:07:33 +0000 (16:07 +0300)]
Deleted study parameter

7 years agocode improvement
mpa [Thu, 2 Feb 2017 07:43:51 +0000 (10:43 +0300)]
code improvement

7 years ago- Deleted Study as an input parameter and class field.
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

7 years agoPatch for MacOS (from SALOME forum)
vsr [Fri, 20 Jan 2017 12:35:03 +0000 (15:35 +0300)]
Patch for MacOS (from SALOME forum)

7 years agofix problem with clearing study from GUI
mpa [Fri, 20 Jan 2017 12:25:27 +0000 (15:25 +0300)]
fix problem with clearing study from GUI

7 years agoFix crash during GetStudy() for SObject.
rnv [Thu, 19 Jan 2017 16:34:04 +0000 (19:34 +0300)]
Fix crash during GetStudy() for SObject.

7 years agofix problem with getting study by its reference.
mpa [Thu, 19 Jan 2017 07:40:03 +0000 (10:40 +0300)]
fix problem with getting study by its reference.

7 years agoSALOMEDS changes:
mpa [Wed, 18 Jan 2017 09:42:43 +0000 (12:42 +0300)]
SALOMEDS changes:
- combine Save, SaveASCII; SaveAs, SaveAsASCII methods
- delete deprecated code from Study and StudyBuilder interfaces

7 years agoDelete multi-study related code
mpa [Tue, 17 Jan 2017 09:14:56 +0000 (12:14 +0300)]
Delete multi-study related code

7 years agoFix problem with wrong call of method setIsSaved from GUI.
mpa [Tue, 17 Jan 2017 09:01:33 +0000 (12:01 +0300)]
Fix problem with wrong call of method setIsSaved from GUI.

7 years agofix problem with SALOMEDS_Server bug
mpa [Fri, 13 Jan 2017 12:50:54 +0000 (15:50 +0300)]
fix problem with SALOMEDS_Server bug

7 years agoRemove useless MESSAGEs
eap [Fri, 13 Jan 2017 10:55:59 +0000 (13:55 +0300)]
Remove useless MESSAGEs

7 years agoBug correction revealed by stress test. The CORBA invokation inside CORBA invokation...
Anthony Geay [Fri, 6 Jan 2017 07:13:34 +0000 (08:13 +0100)]
Bug correction revealed by stress test. The CORBA invokation inside CORBA invokation breaked the MONOTHREAD property. Why ?

7 years agofix problem with clear study by GUI
mpa [Fri, 30 Dec 2016 14:42:19 +0000 (17:42 +0300)]
fix problem with clear study by GUI

7 years agofix problems from GUI
mpa [Thu, 29 Dec 2016 16:01:29 +0000 (19:01 +0300)]
fix problems from GUI

7 years agoFixed problem with loading python modules
imn [Mon, 19 Dec 2016 14:39:38 +0000 (17:39 +0300)]
Fixed problem with loading python modules

7 years agofix problem with opening study by salome.openStudy(hdf) method
mpa [Fri, 16 Dec 2016 06:48:15 +0000 (09:48 +0300)]
fix problem with opening study by salome.openStudy(hdf) method

7 years agoFix for issue "23402: EDF 13741 - screenshots not up to date" V8_3_0a1
rnv [Thu, 15 Dec 2016 12:05:38 +0000 (15:05 +0300)]
Fix for issue "23402: EDF 13741 - screenshots not up to date"

7 years agoIncrement version: 8.2.0
vsr [Tue, 29 Nov 2016 13:31:00 +0000 (16:31 +0300)]
Increment version: 8.2.0

7 years agoFixed problem with study after re-initialization (Clear, Init) study.
imn [Thu, 8 Dec 2016 11:55:38 +0000 (14:55 +0300)]
Fixed problem with study after re-initialization (Clear, Init) study.

7 years agoFixed problem with dump study and small optimization:
imn [Mon, 28 Nov 2016 14:33:53 +0000 (17:33 +0300)]
Fixed problem with dump study and small optimization:
- Remove parameter "theStudy" in python function "RebuildData()"
- Remove NoteBook repeated initialization after DumpStudy
("import salome_notebook" first time initialization notebook)

7 years ago23336: [CEA 1940] Crash when editing a skin mesh generated by MG-Cleaner
eap [Mon, 28 Nov 2016 14:02:05 +0000 (17:02 +0300)]
23336: [CEA 1940] Crash when editing a skin mesh generated by MG-Cleaner

7 years agoFixed SIGSEGV after recall python command "myStudy.<command>"
imn [Fri, 25 Nov 2016 10:24:01 +0000 (13:24 +0300)]
Fixed SIGSEGV after recall python command "myStudy.<command>"

7 years agoadd method NameChanged to update title name
mpa [Thu, 24 Nov 2016 13:43:42 +0000 (16:43 +0300)]
add method NameChanged to update title name

7 years agoFix pb with save/restore GEOM for Debian 6.0
skv [Thu, 24 Nov 2016 10:49:48 +0000 (13:49 +0300)]
Fix pb with save/restore GEOM for Debian 6.0

7 years agoadd prefix "global" for method variable
mpa [Tue, 22 Nov 2016 12:37:01 +0000 (15:37 +0300)]
add prefix "global" for method variable

7 years agoFixed problem after execute python command "myStudy.Init()"
imn [Tue, 22 Nov 2016 10:23:21 +0000 (13:23 +0300)]
Fixed problem after execute python command "myStudy.Init()"

7 years agoedit openStudy method
mpa [Fri, 18 Nov 2016 08:22:46 +0000 (11:22 +0300)]
edit openStudy method

7 years agoFixed SIGSEGV after execute python command "myStudy.Clear()"
imn [Thu, 17 Nov 2016 13:36:16 +0000 (16:36 +0300)]
Fixed SIGSEGV after execute python command "myStudy.Clear()"

7 years agoDelete object to avoid a memory leak
mpa [Tue, 15 Nov 2016 09:50:04 +0000 (12:50 +0300)]
Delete object to avoid a memory leak

7 years agoRestore registering CORBA objects, removed by previous wrong commit
rnv [Mon, 14 Nov 2016 15:57:55 +0000 (18:57 +0300)]
Restore registering CORBA objects, removed by previous wrong commit

7 years agoAdditional fix for delete boolean parameter in method: "updateObjBrowser"
imn [Mon, 14 Nov 2016 11:15:25 +0000 (14:15 +0300)]
Additional fix for delete boolean parameter in method: "updateObjBrowser"

7 years agoDelete theStudy parameter from smeshBuilder.New() method
mpa [Thu, 10 Nov 2016 13:40:22 +0000 (16:40 +0300)]
Delete theStudy parameter from smeshBuilder.New() method

7 years agoEdit createStudy method
mpa [Thu, 3 Nov 2016 13:51:42 +0000 (16:51 +0300)]
Edit createStudy method

7 years agoFix compilation with gcc 4.4
Maintenance team (INV) [Thu, 3 Nov 2016 12:50:37 +0000 (15:50 +0300)]
Fix compilation with gcc 4.4

7 years agopython changes
mpa [Thu, 3 Nov 2016 12:20:39 +0000 (15:20 +0300)]
python changes

7 years agoRestore parameter after wrong changes in last commit
imn [Thu, 3 Nov 2016 12:07:50 +0000 (15:07 +0300)]
Restore parameter after wrong changes in last commit

7 years agoFix problem with waiting SALOMEDS_Server:
imn [Wed, 2 Nov 2016 14:14:17 +0000 (17:14 +0300)]
Fix problem with waiting SALOMEDS_Server:
- delete RegisterGenObj object

7 years agosalome info --sotwares: can provide a list of softwares V8_2_0a1 V8_2_0b1
Cédric Aguerre [Wed, 2 Nov 2016 10:24:58 +0000 (11:24 +0100)]
salome info --sotwares: can provide a list of softwares

7 years agoupdate doc for salome command and application
Cédric Aguerre [Fri, 28 Oct 2016 14:18:12 +0000 (16:18 +0200)]
update doc for salome command and application

7 years agodo not generate .sh environment files in virtual application anymore
Cédric Aguerre [Fri, 28 Oct 2016 13:33:46 +0000 (15:33 +0200)]
do not generate .sh environment files in virtual application anymore

7 years agodo not read .sh environment files anymore
Cédric Aguerre [Fri, 28 Oct 2016 13:09:29 +0000 (15:09 +0200)]
do not read .sh environment files anymore

7 years agoremove extra_env feature
Cédric Aguerre [Fri, 28 Oct 2016 12:51:42 +0000 (14:51 +0200)]
remove extra_env feature

7 years agofix test for salome command line arguments
Cédric Aguerre [Fri, 28 Oct 2016 09:22:57 +0000 (11:22 +0200)]
fix test for salome command line arguments

7 years agoremove unnecessary use of subprocess pipes
Cédric Aguerre [Thu, 27 Oct 2016 12:09:25 +0000 (14:09 +0200)]
remove unnecessary use of subprocess pipes

7 years ago0023375: [CEA] Add command line option to force application's language
vsr [Tue, 25 Oct 2016 12:02:36 +0000 (15:02 +0300)]
0023375: [CEA] Add command line option to force application's language

7 years agoadd salome doc command
Cédric Aguerre [Tue, 25 Oct 2016 11:33:41 +0000 (13:33 +0200)]
add salome doc command

7 years agoFix problem with waiting threads on server
mpa [Tue, 25 Oct 2016 08:13:11 +0000 (11:13 +0300)]
Fix problem with waiting threads on server

7 years agoshow software info
Cédric Aguerre [Mon, 24 Oct 2016 11:49:21 +0000 (13:49 +0200)]
show software info

7 years ago0023366: [CEA 1972] Porting Salome to GCC 6
vsr [Mon, 24 Oct 2016 08:01:18 +0000 (11:01 +0300)]
0023366: [CEA 1972] Porting Salome to GCC 6

7 years ago0023366: [CEA 1972] Porting Salome to GCC 6
skv [Thu, 20 Oct 2016 09:08:39 +0000 (12:08 +0300)]
0023366: [CEA 1972] Porting Salome to GCC 6

7 years agoadd method createStudy()
mpa [Wed, 19 Oct 2016 09:46:44 +0000 (12:46 +0300)]
add method createStudy()

7 years agoBug: GetIDs() method of AttributeParameter returns wrong list of ids for string,...
vsr [Mon, 17 Oct 2016 07:15:18 +0000 (10:15 +0300)]
Bug: GetIDs() method of AttributeParameter returns wrong list of ids for string, int array, real array, string array types.

7 years agoFix job launcher - terminating SALOME
Cédric Aguerre [Fri, 14 Oct 2016 15:02:12 +0000 (17:02 +0200)]
Fix job launcher - terminating SALOME

7 years ago0023299: [CEA] Finalize multi-study removal mpa/23299_rebase
imn [Thu, 13 Oct 2016 09:45:45 +0000 (12:45 +0300)]
0023299: [CEA] Finalize multi-study removal
- update python scripts and examples

7 years ago- delete study parameter in PublishInStudy method
mpa [Mon, 10 Oct 2016 12:33:47 +0000 (15:33 +0300)]
- delete study parameter in PublishInStudy method

7 years ago0023299: [CEA] Finalize multi-study removal
imn [Fri, 23 Sep 2016 13:24:07 +0000 (16:24 +0300)]
0023299: [CEA] Finalize multi-study removal
- remove "study manager" and "study id" in tests

7 years ago0023299: [CEA] Finalize multi-study removal
mpa [Wed, 21 Sep 2016 11:52:50 +0000 (14:52 +0300)]
0023299: [CEA] Finalize multi-study removal
- remove study manager
- remove study id component
- move methods from study manager classes to study

7 years agoincrease number of allowed containers parallel launchs
Cédric Aguerre [Mon, 10 Oct 2016 09:15:25 +0000 (11:15 +0200)]
increase number of allowed containers parallel launchs

7 years ago0023360: [CEA 1963] Use salome.sg.updateObjBrowser(True) instead of salome.sg.updateO...
vsr [Thu, 6 Oct 2016 07:21:04 +0000 (10:21 +0300)]
0023360: [CEA 1963] Use salome.sg.updateObjBrowser(True) instead of salome.sg.updateObjBrowser(1)
- Prepare for migration to swig 3: pass explicitly True as boolean parameter for updateObjBrowser() function.

8 years agoSet dev version marker to 1.
vsr [Wed, 28 Sep 2016 10:15:54 +0000 (13:15 +0300)]
Set dev version marker to 1.

8 years ago0023354: EDF 13548 EFICAS: Salome crash V8_1_BR cbr/crowdin_V8_1_BR V8_1_0 V8_1_0rc2
vsr [Thu, 22 Sep 2016 07:05:00 +0000 (10:05 +0300)]
0023354: EDF 13548 EFICAS: Salome crash

8 years agoIncrement version: 8.1.0 V8_1_0rc1
rnv [Tue, 13 Sep 2016 09:45:35 +0000 (12:45 +0300)]
Increment version: 8.1.0

8 years agoMerge remote branch 'origin/master' into V8_1_BR
vsr [Mon, 12 Sep 2016 11:42:43 +0000 (14:42 +0300)]
Merge remote branch 'origin/master' into V8_1_BR

8 years agoFix: arg list too long agr/V8_1_fix
Cédric Aguerre [Wed, 7 Sep 2016 15:16:01 +0000 (17:16 +0200)]
Fix: arg list too long

8 years agoFix: arg list too long
Cédric Aguerre [Wed, 7 Sep 2016 15:16:01 +0000 (17:16 +0200)]
Fix: arg list too long

8 years agoFix: run test even if pyhello,hello are missing
Cédric Aguerre [Tue, 6 Sep 2016 17:09:44 +0000 (19:09 +0200)]
Fix: run test even if pyhello,hello are missing

8 years agoFix: run test even if pyhello,hello are missing
Cédric Aguerre [Tue, 6 Sep 2016 17:09:44 +0000 (19:09 +0200)]
Fix: run test even if pyhello,hello are missing

8 years agoFix for '53560: TC8.1.0:HEXABLOCK' issue.
rnv [Mon, 5 Sep 2016 15:20:17 +0000 (18:20 +0300)]
Fix for '53560: TC8.1.0:HEXABLOCK' issue.

8 years agoIdl documentation
Ovidiu Mircescu [Tue, 30 Aug 2016 13:45:48 +0000 (15:45 +0200)]
Idl documentation

8 years agoadd comment
Bernard Secher [Thu, 25 Aug 2016 08:47:39 +0000 (10:47 +0200)]
add comment

8 years agoreplace commands.getoutput by os.system because no output needed
Bernard Secher [Thu, 25 Aug 2016 08:42:57 +0000 (10:42 +0200)]
replace commands.getoutput by os.system because no output needed

8 years agodelete urifiles on killall
Bernard Secher [Wed, 24 Aug 2016 13:58:34 +0000 (15:58 +0200)]
delete urifiles on killall

8 years agoremove obsolete scripts
Cédric Aguerre [Fri, 19 Aug 2016 14:02:49 +0000 (16:02 +0200)]
remove obsolete scripts

8 years agoAdd command to show software versions
Cédric Aguerre [Fri, 19 Aug 2016 13:01:46 +0000 (15:01 +0200)]
Add command to show software versions

8 years agoMerge branch 'master' of salome:modules/kernel V8_1_0b1
rnv [Thu, 11 Aug 2016 08:14:35 +0000 (11:14 +0300)]
Merge branch 'master' of salome:modules/kernel

8 years agoMerge 'abn/configuration' into master branch.
rnv [Thu, 11 Aug 2016 07:10:09 +0000 (10:10 +0300)]
Merge 'abn/configuration' into master branch.

8 years agoIf cfg parsing fails, do not try to parse sh file
Cédric Aguerre [Wed, 10 Aug 2016 16:35:50 +0000 (18:35 +0200)]
If cfg parsing fails, do not try to parse sh file

8 years agoUse real temporary file name for unit tests trace
Cédric Aguerre [Wed, 10 Aug 2016 08:54:12 +0000 (10:54 +0200)]
Use real temporary file name for unit tests trace

8 years agokill ompi-server on killall
Bernard Secher [Mon, 8 Aug 2016 13:59:52 +0000 (15:59 +0200)]
kill ompi-server on killall

8 years agoFix for the issue "23310: [CEA 1905] SALOME master - logs kernel debug mode".
rnv [Tue, 2 Aug 2016 07:32:53 +0000 (10:32 +0300)]
Fix for the issue "23310: [CEA 1905] SALOME master - logs kernel debug mode".

8 years agoPorting on OCCT7.0.1: persistence
skv [Fri, 29 Jul 2016 08:11:44 +0000 (11:11 +0300)]
Porting on OCCT7.0.1: persistence