]>
SALOME platform Git repositories - tools/yacsgen.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Ovidiu Mircescu [Tue, 3 Jun 2014 14:05:10 +0000 (16:05 +0200)]
Remove file config.txt and remove compatibility with older ASTER versions.
The file aster_lib_config.txt (<component_name>_config.txt) is no longer
generated by YACSGEN. It is generated by YAMM during the installation
procedure of SALOME-MECA.
Only the latest version of ASTER is supported. For older versions of
ASTER, use older versions of YACSGEN.
This commit needs to be tested.
Ovidiu Mircescu [Mon, 26 May 2014 09:19:31 +0000 (11:19 +0200)]
Pleiade issue 8084, note 2.
See https://forge-pleiade.der.edf.fr/issues/8084#note-2
vsr [Fri, 18 Apr 2014 11:32:21 +0000 (15:32 +0400)]
Increment version: 7.4.0
vsr [Fri, 18 Apr 2014 11:09:53 +0000 (15:09 +0400)]
set-up .gitignore file
vsr [Thu, 3 Apr 2014 12:51:23 +0000 (16:51 +0400)]
Merge branch V7_3_1_BR
akl [Thu, 20 Feb 2014 12:40:36 +0000 (16:40 +0400)]
Update copyrights 2014.
vsr [Tue, 18 Feb 2014 12:18:36 +0000 (16:18 +0400)]
Merge changes from V7_main branch:
8024dcf415
Crouzet Nicolas [Mon, 17 Feb 2014 12:50:49 +0000 (13:50 +0100)]
Remove in hxx1 test case all references to MEDMEM
vsr [Fri, 14 Feb 2014 15:34:46 +0000 (19:34 +0400)]
Increment version: 7.3.1
vsr [Wed, 18 Dec 2013 15:15:15 +0000 (15:15 +0000)]
Merge from V7_3_BR branch 18/12/2013
vsr [Thu, 28 Nov 2013 14:40:13 +0000 (14:40 +0000)]
Increment version to 7.3.0
omircescu [Mon, 28 Oct 2013 09:47:00 +0000 (09:47 +0000)]
Aster changed some paths in version 11.4
vsr [Fri, 18 Oct 2013 14:50:16 +0000 (14:50 +0000)]
Patch for SALOME 7.3 (take into account removal of MEDMEM API) - from N.Crouzet
omircescu [Thu, 17 Oct 2013 11:33:58 +0000 (11:33 +0000)]
PAL issue 2757: Traiter de manière masquée lâ\80 \99 exécution de la commande DEBUT dâ\80 \99 un script de commande ASTER
vsr [Wed, 19 Jun 2013 10:05:25 +0000 (10:05 +0000)]
Patch from Francis KLOSS (fkl) (merge from V6_7_BR)
vsr [Fri, 12 Apr 2013 15:29:41 +0000 (15:29 +0000)]
Increment version to 7.2.0
vsr [Mon, 1 Apr 2013 13:35:51 +0000 (13:35 +0000)]
Merge from V6_main 01/04/2013
vsr [Wed, 20 Mar 2013 09:36:55 +0000 (09:36 +0000)]
Increment version of 7.1.0
vsr [Tue, 12 Feb 2013 14:57:41 +0000 (14:57 +0000)]
Merge from V6_main 11/02/2013
vsr [Thu, 13 Dec 2012 12:38:15 +0000 (12:38 +0000)]
Merge from V6_main 13/12/2012
inv [Wed, 15 Aug 2012 10:54:55 +0000 (10:54 +0000)]
Increment version number (prepare SALOME version 7.0.0)
vsr [Thu, 9 Aug 2012 14:08:07 +0000 (14:08 +0000)]
Merge from V6_main_20120808 08Aug12
caremoli [Mon, 26 Jan 2009 15:37:58 +0000 (15:37 +0000)]
CCAR: add two examples with Code_Aster : ast1 and ast2
caremoli [Mon, 26 Jan 2009 10:33:54 +0000 (10:33 +0000)]
CCAR: add definition parameter "sources" to C++, F77, Python components.
It's now possible to add some files that will be copied to module source tree
and compiled (not needed for Python) and linked into component lib (see Examples
for more)
caremoli [Fri, 23 Jan 2009 18:17:22 +0000 (18:17 +0000)]
CCAR : add example pyth2 (standalone component python)
caremoli [Fri, 23 Jan 2009 18:16:00 +0000 (18:16 +0000)]
CCAR : add example fort2 (standalone component fortran)
caremoli [Fri, 23 Jan 2009 18:14:28 +0000 (18:14 +0000)]
CCAR: add Makefile to example cpp2
caremoli [Fri, 23 Jan 2009 18:13:31 +0000 (18:13 +0000)]
CCAR: add C++ example (standalone component)
caremoli [Fri, 23 Jan 2009 18:10:20 +0000 (18:10 +0000)]
CCAR: split file __init__.py into several files : templates + implementation specific
caremoli [Wed, 21 Jan 2009 17:11:38 +0000 (17:11 +0000)]
CCAR: initial version