]> Creatis software - cpPlugins.git/commit
Bug smashed like a boss
authorLeonardo Florez-Valencia <florez-l@javeriana.edu.co>
Tue, 7 Jun 2016 00:05:05 +0000 (19:05 -0500)
committerLeonardo Florez-Valencia <florez-l@javeriana.edu.co>
Tue, 7 Jun 2016 00:05:05 +0000 (19:05 -0500)
commitadb38e2972e7c2e287e73c7b03db344807729219
tree3cfc9873cefd2f842eb3c95281f64d4b315678cf
parentf47059eb39b5c9eef5cd2ee1b6c013cd75eff97f
Bug smashed like a boss
28 files changed:
CMakeLists.txt
appli/examples/plugins/CMakeLists.txt
appli/examples/plugins/QT/example_ActorProperties/CMakeLists.txt [new file with mode: 0644]
appli/examples/plugins/QT/example_ActorProperties/example_ActorProperties.cxx [new file with mode: 0644]
appli/examples/plugins/QT/example_ActorProperties/example_ActorProperties.h [new file with mode: 0644]
appli/examples/plugins/QT/example_ActorProperties/example_ActorProperties.ui [new file with mode: 0644]
appli/examples/plugins/QT/example_ActorProperties/main.cxx [new file with mode: 0644]
appli/examples/plugins/example_LoadPlugins.cxx
appli/examples/plugins/example_LoadPluginsDirectory.cxx
appli/examples/plugins/example_LoadPluginsFile.cxx
appli/examples/plugins/example_ShowSphere.cxx [new file with mode: 0644]
lib/cpPlugins/CMakeLists.txt
lib/cpPlugins/Interface.cxx
lib/cpPlugins/Interface.h
lib/cpPlugins/cpPlugins_DynLibs.h.in [new file with mode: 0644]
lib/cpPlugins_Instances/CMakeLists.txt
plugins/CMakeLists.txt
plugins/cpPluginsGenericFilters/CMakeLists.txt
plugins/cpPluginsIO/CMakeLists.txt
plugins/cpPluginsImageFilters/CMakeLists.txt
plugins/cpPluginsImageMeshFilters/CMakeLists.txt
plugins/cpPluginsMeshFilters/CMakeLists.txt
plugins/cpPluginsMeshSources/CMakeLists.txt [new file with mode: 0644]
plugins/cpPluginsMeshSources/CylinderSource.cxx [new file with mode: 0644]
plugins/cpPluginsMeshSources/CylinderSource.h [new file with mode: 0644]
plugins/cpPluginsMeshSources/SphereSource.cxx [new file with mode: 0644]
plugins/cpPluginsMeshSources/SphereSource.h [new file with mode: 0644]
plugins/cpPluginsWidgets/CMakeLists.txt