]> SALOME platform Git repositories - tools/yacsgen.git/log
Salome HOME
tools/yacsgen.git
14 years agoCCAR: Second part of development to be able to generate a module with GUI (from c... V5_1_5a1
caremoli [Fri, 24 Sep 2010 16:05:45 +0000 (16:05 +0000)]
CCAR: Second part of development to be able to generate a module with GUI (from c++ sources)
Add one example (Examples/cppgui1)

14 years agoCCAR: First part of a development to add GUI (python only for now) and DOC generation.
caremoli [Thu, 23 Sep 2010 13:48:32 +0000 (13:48 +0000)]
CCAR: First part of a development to add GUI (python only for now) and DOC generation.
See example in Examples/pygui1

14 years agoCCAR: give a way to change PYTHONPATH in context.py
caremoli [Thu, 23 Sep 2010 08:58:20 +0000 (08:58 +0000)]
CCAR: give a way to change PYTHONPATH in context.py

14 years agoCCAR: patch for Aster standalone component (version > 10.1) BR_WIN_INDUS V5_1_4p1
caremoli [Fri, 25 Jun 2010 08:53:46 +0000 (08:53 +0000)]
CCAR: patch for Aster standalone component (version > 10.1)

14 years agoMerge from V5_1_4_BR 07/05/2010
vsr [Fri, 7 May 2010 15:58:59 +0000 (15:58 +0000)]
Merge from V5_1_4_BR 07/05/2010

14 years agoCCAR: small bug with python executable component V5_1_4a1
caremoli [Tue, 6 Apr 2010 12:12:29 +0000 (12:12 +0000)]
CCAR: small bug with python executable component

14 years agoCCAR: add a way to define component methods and attributes (not services)
caremoli [Thu, 1 Apr 2010 15:44:17 +0000 (15:44 +0000)]
CCAR: add a way to define component methods and attributes (not services)
for C++ and python components.
It is now possible to specify a class that is inherited by the generated
component class.
2 parameters (inheritedclass, compodefs) are added to the definition of C++
and python components.
- inheritedclass gives the name of the class to inherit
- compodefs gives the definition code to add in the beginning of the component
  definition code (class definition, include or import)

14 years agoCCAR: add description for modules SMESH, MED and VISU
caremoli [Thu, 1 Apr 2010 14:04:36 +0000 (14:04 +0000)]
CCAR: add description for modules SMESH, MED and VISU
add some types for these modules
handle dependency between modules

14 years agoCCAR: add comment for add_type function
caremoli [Mon, 29 Mar 2010 15:22:39 +0000 (15:22 +0000)]
CCAR: add comment for add_type function

14 years agoCCAR: add the way to declare data types that are defined in SALOME modules
caremoli [Mon, 29 Mar 2010 15:14:01 +0000 (15:14 +0000)]
CCAR: add the way to declare data types that are defined in SALOME modules
other than KERNEL.
Only one module has been added : GEOM
Only one data type has been added : GEOM_Object
The structure is ready for other modules and data types.

14 years agoCCAR: adapte la generation du composant aster aux versions d'aster superieures
caremoli [Thu, 25 Mar 2010 19:02:46 +0000 (19:02 +0000)]
CCAR: adapte la generation du composant aster aux versions d'aster superieures
a 10.1.1. Il n'est plus necessaire de patcher E_SUPERV.py mais on le copie toujours
dans le module genere.

14 years agoCCAR: do not add compo argument in fortran service when it has no datastream ports
caremoli [Tue, 23 Mar 2010 13:49:00 +0000 (13:49 +0000)]
CCAR: do not add compo argument in fortran service when it has no datastream ports

14 years agoCCAR: add a new configuration parameter for make_appli (name resources)
caremoli [Tue, 23 Mar 2010 10:59:23 +0000 (10:59 +0000)]
CCAR: add a new configuration parameter for make_appli (name resources)
It specifies the path of the resources catalog to use for this SALOME Application

14 years agoCCAR: add 2 examples that uses all calcium requests in three coupled components imple...
caremoli [Mon, 22 Mar 2010 18:44:51 +0000 (18:44 +0000)]
CCAR: add 2 examples that uses all calcium requests in three coupled components implemented
in C, Python and Fortran

14 years agoCCAR: put more configuration parameters into makefile.inc and context.py
caremoli [Mon, 22 Mar 2010 18:35:07 +0000 (18:35 +0000)]
CCAR: put more configuration parameters into makefile.inc and context.py

14 years agoCCAR: add CALCIUM_long type support for
caremoli [Mon, 22 Mar 2010 11:04:07 +0000 (11:04 +0000)]
CCAR: add CALCIUM_long type support for
datastream port

14 years ago- Module name cannot have a caracter -
ribes [Wed, 10 Feb 2010 15:50:55 +0000 (15:50 +0000)]
- Module name cannot have a caracter -

14 years ago- Bug for PaCO++ components with sources
ribes [Wed, 10 Feb 2010 15:44:31 +0000 (15:44 +0000)]
- Bug for PaCO++ components with sources

14 years ago- Patch for PaCO++
ribes [Thu, 4 Feb 2010 15:55:26 +0000 (15:55 +0000)]
- Patch for PaCO++

14 years agoCCAR: remove_ref does not exist in python
caremoli [Fri, 18 Dec 2009 16:06:57 +0000 (16:06 +0000)]
CCAR: remove_ref does not exist in python

14 years agoCCAR: for standalone component do not call deactivate_object before calling shutdown
caremoli [Thu, 17 Dec 2009 10:00:55 +0000 (10:00 +0000)]
CCAR: for standalone component do not call deactivate_object before calling shutdown
They try both to delete the servant
Add a backtrace in AttachDebugger
Move old install directory to a .bak one

14 years agoCCAR: add an option to put all components in a single directory V5_1_3 V5_1_3rc3 V5_1_3rc4 V5_1_3rc5
caremoli [Fri, 27 Nov 2009 08:52:06 +0000 (08:52 +0000)]
CCAR: add an option to put all components in a single directory
      It is an option of the module and is named layout (default="multidir", other value "monodir")

14 years agoCCAR: update examples and put configuration variables in one common file makefile.inc
caremoli [Fri, 27 Nov 2009 08:45:54 +0000 (08:45 +0000)]
CCAR: update examples and put configuration variables in one common file makefile.inc

15 years agoCCAR: add a context.py file in Examples directory to group prerequisites definition
caremoli [Wed, 25 Nov 2009 17:59:39 +0000 (17:59 +0000)]
CCAR: add a context.py file in Examples directory to group prerequisites definition

15 years agoCCAR: add file type in module catalog
caremoli [Tue, 24 Nov 2009 09:18:04 +0000 (09:18 +0000)]
CCAR: add file type in module catalog

15 years agoCCAR: remove obsolete asrun and export_extras
caremoli [Tue, 24 Nov 2009 09:02:06 +0000 (09:02 +0000)]
CCAR: remove obsolete asrun and export_extras

15 years agoCCAR: update standalone ASTER component example with changes in version 5.1.3
caremoli [Tue, 24 Nov 2009 09:01:01 +0000 (09:01 +0000)]
CCAR: update standalone ASTER component example with changes in version 5.1.3

15 years agoCCAR: add data type file
caremoli [Mon, 23 Nov 2009 17:18:55 +0000 (17:18 +0000)]
CCAR: add data type file
      automatic indent for python body
      change standalone component and specific container for component ASTER to be less intrusive
      fix some small bugs

15 years agoCCAR: change version number to 5.1.3 V5_1_3rc2
caremoli [Mon, 9 Nov 2009 18:19:26 +0000 (18:19 +0000)]
CCAR: change version number to 5.1.3

15 years agoCCAR: remove useless prints
caremoli [Mon, 9 Nov 2009 18:17:30 +0000 (18:17 +0000)]
CCAR: remove useless prints

15 years agoCCAR: add dataref data type V5_1_3rc1
caremoli [Thu, 24 Sep 2009 09:13:10 +0000 (09:13 +0000)]
CCAR: add dataref data type

15 years agosoucis pour paco1 V5_1_formation1
ribes [Tue, 15 Sep 2009 14:29:19 +0000 (14:29 +0000)]
soucis pour paco1

15 years ago- make distcheck ok pour le module
ribes [Tue, 21 Jul 2009 09:47:28 +0000 (09:47 +0000)]
- make distcheck ok pour le module

15 years ago- Ajout du support de composants PaCO++
ribes [Tue, 21 Jul 2009 09:10:04 +0000 (09:10 +0000)]
- Ajout du support de composants PaCO++

15 years ago- Ajout des exemples PaCO++
ribes [Tue, 21 Jul 2009 09:08:59 +0000 (09:08 +0000)]
- Ajout des exemples PaCO++

15 years agoCCAR: problem with absolute path for source files V5_1_2rc1 V5_1_2rc2 V5_1_2rc3 V5_1_2rc4 V5_1_2rc5
caremoli [Mon, 8 Jun 2009 13:59:53 +0000 (13:59 +0000)]
CCAR: problem with absolute path for source files

15 years agoCCAR: update version number V5_1_1 V5_1_1rc1 V5_1_1rc2 V5_1_1rc3 V5_1_1rc4
caremoli [Tue, 3 Mar 2009 13:38:48 +0000 (13:38 +0000)]
CCAR: update version number

15 years agoCCAR: add two examples with Code_Aster : ast1 and ast2
caremoli [Mon, 26 Jan 2009 15:37:58 +0000 (15:37 +0000)]
CCAR: add two examples with Code_Aster : ast1 and ast2

15 years agoCCAR: add definition parameter "sources" to C++, F77, Python components.
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)

15 years agoCCAR : add example pyth2 (standalone component python)
caremoli [Fri, 23 Jan 2009 18:17:22 +0000 (18:17 +0000)]
CCAR : add example pyth2 (standalone component python)

15 years agoCCAR : add example fort2 (standalone component fortran)
caremoli [Fri, 23 Jan 2009 18:16:00 +0000 (18:16 +0000)]
CCAR : add example fort2 (standalone component fortran)

15 years agoCCAR: add Makefile to example cpp2
caremoli [Fri, 23 Jan 2009 18:14:28 +0000 (18:14 +0000)]
CCAR: add Makefile to example cpp2

15 years agoCCAR: add C++ example (standalone component)
caremoli [Fri, 23 Jan 2009 18:13:31 +0000 (18:13 +0000)]
CCAR: add C++ example (standalone component)

15 years agoCCAR: split file __init__.py into several files : templates + implementation specific
caremoli [Fri, 23 Jan 2009 18:10:20 +0000 (18:10 +0000)]
CCAR: split file __init__.py into several files : templates + implementation specific

15 years agoCCAR: initial version V0
caremoli [Wed, 21 Jan 2009 17:11:38 +0000 (17:11 +0000)]
CCAR: initial version