]>
SALOME platform Git repositories - modules/kernel.git/log
Anthony Geay [Fri, 30 Oct 2015 09:32:43 +0000 (10:32 +0100)]
Fix bug of concurrency between consumer/producer. Rare occurence.
The case that raised bug.
0 - Consumer does t=dss.waitForKeyInVar(...).
1 - Producer push all the values and finish and call dss.moveRdExtInitToRdExt.
2 - Consumer does t.waitFor() -> Crash var has been destroyed by 1.
Anthony Geay [Thu, 29 Oct 2015 18:34:18 +0000 (19:34 +0100)]
Merge branch 'master' of https://git.salome-platform.org/git/modules/kernel
Anthony Geay [Thu, 29 Oct 2015 18:34:07 +0000 (19:34 +0100)]
In SDS add killVar transaction.
Cédric Aguerre [Thu, 29 Oct 2015 13:05:36 +0000 (14:05 +0100)]
fix bug when generating links in virtual application for share/doc/dev
Anthony Geay [Thu, 29 Oct 2015 12:05:06 +0000 (13:05 +0100)]
Merge branch 'master' of https://git.salome-platform.org/git/modules/kernel
Anthony Geay [Thu, 29 Oct 2015 12:04:57 +0000 (13:04 +0100)]
Allow remote var definition.
vsr [Thu, 15 Oct 2015 14:25:12 +0000 (17:25 +0300)]
Enable C++0x/C++11 support
Cédric Aguerre [Mon, 26 Oct 2015 13:54:11 +0000 (14:54 +0100)]
Handle lists as command-line script argument
Anthony Geay [Thu, 22 Oct 2015 09:30:22 +0000 (11:30 +0200)]
Give possiblity to have access and data atomically in one shot for checkpoint/restart mechanism.
Anthony Geay [Thu, 22 Oct 2015 08:38:12 +0000 (10:38 +0200)]
Correct bug in case of agressive producer/consumer config.
vsr [Mon, 19 Oct 2015 08:10:01 +0000 (11:10 +0300)]
Set development flag to 1
vsr [Thu, 15 Oct 2015 05:56:45 +0000 (08:56 +0300)]
Increment version: 7.7.0
ana [Wed, 14 Oct 2015 09:23:20 +0000 (12:23 +0300)]
Win32 compatibility with hdf5-1.8.14
ana [Tue, 13 Oct 2015 12:22:19 +0000 (15:22 +0300)]
Win32: remove obsolete win32pm implementation
vsr [Tue, 29 Sep 2015 12:34:12 +0000 (15:34 +0300)]
Implement a way to re-arrange modules order in study dump
Anthony Geay [Fri, 25 Sep 2015 08:02:02 +0000 (10:02 +0200)]
Deal with multi pyevaluator objects in containers + manage multi thread invokation.
Anthony Geay [Fri, 25 Sep 2015 06:51:39 +0000 (08:51 +0200)]
Modification of API.
Cédric Aguerre [Wed, 9 Sep 2015 14:54:16 +0000 (16:54 +0200)]
tests for salome command
Cédric Aguerre [Wed, 9 Sep 2015 11:56:06 +0000 (13:56 +0200)]
update doc and usage
vsr [Tue, 8 Sep 2015 15:22:10 +0000 (18:22 +0300)]
Port manager's lock file should be created with proper permissions; we must use umask command in all related functions.
mpa [Thu, 27 Aug 2015 13:34:51 +0000 (16:34 +0300)]
INT PAL
0052843 : SIGSEGV when saving study if module which data is present in the study is not in the current session
Anthony Geay [Mon, 17 Aug 2015 13:56:10 +0000 (15:56 +0200)]
Warining hunting that solves a big bug in Release mode...
Anthony Geay [Fri, 14 Aug 2015 16:01:08 +0000 (18:01 +0200)]
KillKey also OK for RdExt.
Anthony Geay [Thu, 13 Aug 2015 15:15:42 +0000 (17:15 +0200)]
Correct bug on assign on RdWr Glob var.
Anthony Geay [Thu, 13 Aug 2015 14:33:38 +0000 (16:33 +0200)]
Small doc
Anthony Geay [Thu, 13 Aug 2015 08:28:53 +0000 (10:28 +0200)]
Define a python interface for wrapped type of SalomeSDSClt module.
Anthony Geay [Wed, 12 Aug 2015 13:44:11 +0000 (15:44 +0200)]
RdExtInit is now OK for recovery.
Anthony Geay [Tue, 11 Aug 2015 10:05:51 +0000 (12:05 +0200)]
Multi push key,value session in a transaction.
Anthony Geay [Tue, 11 Aug 2015 06:43:42 +0000 (08:43 +0200)]
Merge branch 'master' of https://git.salome-platform.org/git/modules/kernel
Anthony Geay [Tue, 11 Aug 2015 06:43:35 +0000 (08:43 +0200)]
Wait takes now into account of name of the var.
ana [Mon, 10 Aug 2015 16:59:28 +0000 (19:59 +0300)]
Fix incorrect behavior of IsExists() function on Windows
Cédric Aguerre [Wed, 5 Aug 2015 17:06:27 +0000 (19:06 +0200)]
Fix subdir duplicates in CTestTestfile
Anthony Geay [Tue, 4 Aug 2015 16:12:23 +0000 (18:12 +0200)]
Implementation of working glob var. Remove memory leak on TestSalomeSDS.py.
Anthony Geay [Tue, 4 Aug 2015 06:15:48 +0000 (08:15 +0200)]
Support of multi key,var append in global vars.
Cédric Aguerre [Tue, 28 Jul 2015 14:04:44 +0000 (16:04 +0200)]
SIMAN removal
Cédric Aguerre [Wed, 29 Jul 2015 07:36:56 +0000 (09:36 +0200)]
Remove ports from PortManager config file if unused
Cédric Aguerre [Tue, 28 Jul 2015 13:20:09 +0000 (15:20 +0200)]
PortManager: improve detection of busy ports
Cédric Aguerre [Tue, 28 Jul 2015 09:33:20 +0000 (11:33 +0200)]
Reset ports list in case of problem when reading PortManager file
abn [Fri, 24 Jul 2015 11:48:03 +0000 (13:48 +0200)]
create_python_service_instance(): meaningful implementation in
Python container.
vsr [Thu, 23 Jul 2015 07:14:16 +0000 (10:14 +0300)]
Fix problem with unicode symbols in path to home directory
Anthony Geay [Fri, 10 Jul 2015 13:10:22 +0000 (15:10 +0200)]
Implementation of producer/consumer mechanism and transaction mechanism for global vars.
mnt [Wed, 22 Jul 2015 13:26:44 +0000 (16:26 +0300)]
Add dummy implementation of create_python_service_instance() function, to avoid compilation errors when building parallel extensions
abn [Mon, 20 Jul 2015 08:46:32 +0000 (10:46 +0200)]
Merge branch 'abn/pvserver_service'
mpa [Tue, 14 Jul 2015 12:13:39 +0000 (15:13 +0300)]
0023066 : [CEA 1509] CMake - Installation of a SALOME module should be movable
Renaud Barate [Fri, 3 Jul 2015 15:47:51 +0000 (17:47 +0200)]
Merge branch 'rbe/fix-version-id'
abn [Fri, 3 Jul 2015 13:03:18 +0000 (15:03 +0200)]
Merge branch 'master' of ssh://git.salome-platform.org/modules/kernel
abn [Fri, 3 Jul 2015 13:02:23 +0000 (15:02 +0200)]
Fixing bug introduced by AKL + better doc on macro
SALOME_FIND_PACKAGE_DETECT_CONFLICT
Anthony Geay [Tue, 30 Jun 2015 15:19:33 +0000 (17:19 +0200)]
Little cleanup for global vars.
abn [Mon, 29 Jun 2015 11:35:12 +0000 (13:35 +0200)]
Added create_python_service_instance() method to Container.
Allows to load a simple Python servant in a given container, not inheriting
from the EngineComponent hierarchy.
Renaud Barate [Fri, 26 Jun 2015 08:55:18 +0000 (10:55 +0200)]
Fix Salome launch when there are config files named SalomeApprc.DEV.7 for instance
vsr [Thu, 18 Jun 2015 08:46:45 +0000 (11:46 +0300)]
Additional fix for previous commit, to make SALOME_INSTALL_SCRIPTS macro working when installing scripts from root directory
ana [Wed, 17 Jun 2015 15:20:58 +0000 (18:20 +0300)]
Fix problem with the PY compiling: names of targets in some cases are not unique
mpa [Mon, 15 Jun 2015 08:01:22 +0000 (11:01 +0300)]
CMake improvement: usage of SALOME_GUI_MODE() macro
vsr [Thu, 11 Jun 2015 13:46:14 +0000 (16:46 +0300)]
Migration to OCCT 7x
vsr [Thu, 11 Jun 2015 07:20:06 +0000 (10:20 +0300)]
Migration to OCCT > 6.9.0
Anthony Geay [Wed, 10 Jun 2015 07:51:05 +0000 (09:51 +0200)]
Move generic tool salome_instance.py script to a more accessible place.
abn [Mon, 18 May 2015 14:02:28 +0000 (16:02 +0200)]
0022778 : [CEA 1298] Python file compilation should be done at build time, not install time
Alternative solution: *.pyc/*.pyo files are generated in build directory at build time:
- early detection of Python syntax error
- compatible with CPack
Cédric Aguerre [Tue, 9 Jun 2015 09:01:29 +0000 (11:01 +0200)]
usage updates
Cédric Aguerre [Fri, 5 Jun 2015 12:36:59 +0000 (14:36 +0200)]
Merge branch 'agr/connect'
Cédric Aguerre [Fri, 5 Jun 2015 12:36:46 +0000 (14:36 +0200)]
Merge branch 'agr/extra_env'
Cédric Aguerre [Wed, 27 May 2015 09:22:10 +0000 (11:22 +0200)]
add tests
Cédric Aguerre [Wed, 20 May 2015 15:20:00 +0000 (17:20 +0200)]
salome info & salome connect
Cédric Aguerre [Tue, 19 May 2015 08:26:39 +0000 (10:26 +0200)]
Remove use of mutable as default parameters
Cédric Aguerre [Mon, 18 May 2015 16:33:26 +0000 (18:33 +0200)]
add SalomeInstance object
add SalomeInstance object
Cédric Aguerre [Mon, 11 May 2015 15:56:48 +0000 (17:56 +0200)]
improve dict difference
Cédric Aguerre [Mon, 11 May 2015 14:56:44 +0000 (16:56 +0200)]
manage extra environment files
vsr [Wed, 3 Jun 2015 06:29:02 +0000 (09:29 +0300)]
Merge branch V7_6_BR
Renaud Barate [Wed, 27 May 2015 07:26:04 +0000 (09:26 +0200)]
Allow usage of localhost resource by different users (fix EDF issue #10699)
localhost resource working directory now contains user name to avoid access problems.
localhost resource working directory uses TMPDIR env var to get the base directory.
vsr [Tue, 19 May 2015 13:38:11 +0000 (16:38 +0300)]
Minor patch for application template
Christophe Bourcier [Tue, 5 May 2015 14:01:23 +0000 (16:01 +0200)]
Update translation files from Crowdin
Bernard Sécher [Tue, 28 Apr 2015 14:27:58 +0000 (16:27 +0200)]
Reduced dependencies on Launcher part. Removed SALOME_LAUNCHER_ONLY mode.
vsr [Tue, 28 Apr 2015 14:59:50 +0000 (17:59 +0300)]
0023059 : [CEA 1492] AppQuickStart: invalid translation files
ana [Tue, 28 Apr 2015 08:51:39 +0000 (11:51 +0300)]
Fix for Windows: suppress confirmation before deleting files during the closure procedure
Cédric Aguerre [Mon, 20 Apr 2015 12:45:06 +0000 (14:45 +0200)]
fix: no buffering for test subprocesses
vsr [Fri, 17 Apr 2015 15:46:06 +0000 (18:46 +0300)]
Increment version: 7.6.0
rnv [Fri, 17 Apr 2015 10:01:38 +0000 (13:01 +0300)]
Exclude *.md5 and *.map files from the DEV documentation
Cédric Aguerre [Wed, 15 Apr 2015 15:11:11 +0000 (17:11 +0200)]
add extra tests to application
Renaud Barate [Thu, 2 Apr 2015 15:41:27 +0000 (17:41 +0200)]
Revert encoding for Salome study to Latin-1 (see issue #22825)
Cédric Aguerre [Fri, 20 Mar 2015 16:05:31 +0000 (17:05 +0100)]
temp tricky for PVIS
print test status code
update comment text
Cédric Aguerre [Tue, 17 Mar 2015 14:52:08 +0000 (15:52 +0100)]
fix some tests
Ovidiu Mircescu [Wed, 11 Mar 2015 14:20:35 +0000 (15:20 +0100)]
CppUnit tests updated to the new test procedure based on salome_test_driver.
Cédric Aguerre [Wed, 4 Mar 2015 11:10:48 +0000 (12:10 +0100)]
prevent from double session close
Renaud Barate [Fri, 9 Jan 2015 09:37:12 +0000 (10:37 +0100)]
Use new SALOME launch commands in Launcher service
Cédric Aguerre [Mon, 16 Feb 2015 10:05:46 +0000 (11:05 +0100)]
initiate application test process
add commands: context, kill, test
salome extras
ana [Wed, 25 Mar 2015 15:31:31 +0000 (18:31 +0300)]
Fix for Win32 Debug
Florian BRUNET [Fri, 20 Mar 2015 16:20:53 +0000 (17:20 +0100)]
Rollback from the argparse to the optparse python module of the commit
a4f1d4d818127b769abf1887ef011eb85da7cbd4 for compatibility reason with python 2.6.
vsr [Fri, 13 Mar 2015 07:12:15 +0000 (10:12 +0300)]
Add setNameMode() function to wrap new GEOM operation according to the imp
0022777
vsr [Wed, 11 Mar 2015 08:28:19 +0000 (11:28 +0300)]
Fix regression introduced with commit
222f5118 : Python scripts are not properly processed in case if --show-desktop=0 (-d0) option is used
Cédric Aguerre [Fri, 6 Mar 2015 10:59:11 +0000 (11:59 +0100)]
if USER env variable is not defined, search for LOGNAME
Cédric Aguerre [Wed, 4 Mar 2015 17:13:34 +0000 (18:13 +0100)]
install salome auto-completion file
Cédric Aguerre [Tue, 3 Mar 2015 17:45:38 +0000 (18:45 +0100)]
fix for LIBPATH and INCLUDE
Cédric Aguerre [Tue, 3 Mar 2015 10:12:38 +0000 (11:12 +0100)]
(cherry pick) add double dash (--) syntax
Cédric Aguerre [Tue, 3 Mar 2015 09:44:17 +0000 (10:44 +0100)]
add reserved variables: INCLUDE, LIBPATH, SALOME_PLUGINS_PATH
Cédric Aguerre [Thu, 26 Feb 2015 16:12:32 +0000 (17:12 +0100)]
add 'context' command
eap [Thu, 26 Feb 2015 09:50:03 +0000 (12:50 +0300)]
22874: [CEA 1425] Performance SMESH Module
+ SObject::GetLastChildTag();
Cédric Aguerre [Tue, 17 Feb 2015 09:16:58 +0000 (10:16 +0100)]
update auto-completion script
using either --with-mpi-module option or SALOME_MPI_MODULE_NAME environment variable
Cédric Aguerre [Tue, 17 Feb 2015 09:16:58 +0000 (10:16 +0100)]
using either --with-mpi-module option or SALOME_MPI_MODULE_NAME environment variable
Cédric Aguerre [Mon, 16 Feb 2015 17:41:48 +0000 (18:41 +0100)]
fix
Cédric Aguerre [Mon, 16 Feb 2015 16:24:24 +0000 (17:24 +0100)]
add option to select mpi module
Renaud Barate [Mon, 12 Jan 2015 10:59:05 +0000 (11:59 +0100)]
Fix some potential errors detected with ShellCheck in SALOME shell scripts