caremoli [Mon, 31 Jan 2011 16:26:01 +0000 (16:26 +0000)]
CCAR: add basic types from KERNEL SALOME_TYPES module
add 1 example types1 that uses these types
add 2 functions to module_generator package (add_type and add_module) to be
able to customize YACSGEN for non builtin modules
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
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")
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
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)