]> SALOME platform Git repositories - modules/shaper.git/commit
Salome HOME
Template plugin for performance test implementation.
authorsbh <sergey.belash@opencascade.com>
Mon, 22 Dec 2014 06:53:08 +0000 (09:53 +0300)
committersbh <sergey.belash@opencascade.com>
Mon, 22 Dec 2014 06:53:08 +0000 (09:53 +0300)
commita15ee8fee405f016a310ff6e9a2977a60ca92b2a
tree10715e463607385730fe113f5eb2c7c5b7f91677
parenta49774d199ccb418fbac66a7a16cf7b881b4fd65
Template plugin for performance test implementation.
15 files changed:
CMakeLists.txt
src/Config/plugins.xml
src/Config/plugins.xml.template [new file with mode: 0644]
src/ModuleBase/ModuleBase_IModule.cpp
src/TemplatePlugin/CMakeLists.txt [new file with mode: 0644]
src/TemplatePlugin/TemplatePlugin.h [new file with mode: 0644]
src/TemplatePlugin/TemplatePlugin_Plugin.cpp [new file with mode: 0644]
src/TemplatePlugin/TemplatePlugin_Plugin.h [new file with mode: 0644]
src/TemplatePlugin/TemplatePlugin_TemplateFeature.cpp [new file with mode: 0644]
src/TemplatePlugin/TemplatePlugin_TemplateFeature.h [new file with mode: 0644]
src/TemplatePlugin/Test/TestPluginLoading.py [new file with mode: 0644]
src/TemplatePlugin/features.xml.template [new file with mode: 0644]
src/TemplatePlugin/plugin-Template_1.xml [new file with mode: 0644]
src/TemplatePlugin/template_widget.xml [new file with mode: 0644]
src/TemplatePlugin/xmlGenerator.py [new file with mode: 0644]