[med-svn] [crea] 02/05: Merge tag 'upstream/0.0.20131107'

Andreas Tille tille at debian.org
Tue Jan 28 18:41:58 UTC 2014


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository crea.

commit 676963cf8110c2833422e745524125e352014f32
Merge: d9b06cc 5b0c0ad
Author: Andreas Tille <tille at debian.org>
Date:   Tue Jan 28 19:36:47 2014 +0100

    Merge tag 'upstream/0.0.20131107'
    
    Upstream version 0.0.20131107

 .cvsignore                                         |    3 +
 AdditionalUsecrea.cmake.in                         |   24 +
 AdditionalcreaConfig.cmake.in                      |   25 +
 CMakeLists.txt                                     |   29 +
 CTestConfig.cmake                                  |   25 +
 README.txt                                         |   27 +-
 Version.cmake                                      |   31 +-
 appli/CMakeLists.txt                               |   26 +-
 appli/creaDevManager/CMakeLists.txt                |   73 +
 appli/creaDevManager/about.html                    |   31 +
 appli/creaDevManager/creaDevManager.cpp            |   66 +
 appli/creaDevManager/creaDevManager.h              |   73 +
 appli/creaDevManager/icon.ico                      |  Bin 0 -> 5694 bytes
 appli/creaDevManager/niceToHave.txt                |    8 +
 appli/creaNewProject/CMakeLists.txt                |   24 +
 appli/creaNewProject/NewProject/CMakeLists.txt.in  |   26 +
 appli/creaNewProject/NewProject/README.txt         |   28 +-
 .../creaNewProject/NewProject/appli/CMakeLists.txt |   26 +
 .../NewProject/appli/myFierceAppli/CMakeLists.txt  |   26 +
 .../NewProject/appli/myFierceAppli/main.cxx        |   28 +
 .../NewProject/appli/template_appli/CMakeLists.txt |   26 +
 .../NewProject/appli/template_appli/main.cxx       |   28 +
 .../appli/template_wx_appli/CMakeLists.txt         |   26 +
 .../NewProject/appli/template_wx_appli/winApp.cpp  |   27 +
 .../bbtk_mySamplePackage_PKG/CMakeLists.txt        |   32 +-
 .../bbtk_mySamplePackage_PKG/Configure.cmake       |   26 +
 .../PackageConfig.cmake.in                         |   26 +
 .../NewProject/bbtk_mySamplePackage_PKG/README.txt |   27 +
 .../bbtk_mySamplePackage_PKG/UsePackage.cmake.in   |   26 +
 .../bbtk_mySamplePackage_PKG/bbs/CMakeLists.txt    |   25 +
 .../bbtk_mySamplePackage_PKG/bbs/appli/README.txt  |   27 +
 .../bbs/appli/Sample_Box1.bbg                      |   26 +
 .../bbs/appli/Sample_Box1.bbs                      |   26 +
 .../bbs/appli/Sample_BoxVtkPipeline.bbg            |   27 +
 .../bbs/appli/Sample_BoxVtkPipeline.bbs            |   25 +
 .../bbtk_mySamplePackage_PKG/bbs/boxes/README.txt  |   27 +
 .../bbtk_mySamplePackage_PKG/data/CMakeLists.txt   |   26 +
 .../bbtk_mySamplePackage_PKG/doc/CMakeLists.txt    |   26 +
 .../doc/bbdoc/CMakeLists.txt                       |   26 +
 .../doc/doxygen/CMakeLists.txt                     |   26 +
 .../bbtk_mySamplePackage_PKG/src/CMakeLists.txt    |   26 +
 .../src/bbmySamplePackagemySampleBox1.cxx          |   27 +
 .../src/bbmySamplePackagemySampleBox1.h            |   27 +
 .../src/bbmySamplePackagemySampleBoxWithITK.cxx    |   27 +
 .../src/bbmySamplePackagemySampleBoxWithITK.h      |   27 +
 .../src/bbmySamplePackagemySampleBoxWithVTK.cxx    |   28 +
 .../src/bbmySamplePackagemySampleBoxWithVTK.h      |   25 +
 .../NewProject/cmake/UserBuildAllOption.cmake      |   26 +
 .../NewProject/cmake/UserBuildDoxygenDoc.cmake     |   25 +
 .../cmake/UserBuildHtmlDocFromLatex.cmake          |   23 +
 .../NewProject/cmake/UserBuildLatexDoc.cmake       |   25 +
 .../NewProject/cmake/UserConfig.cmake              |   25 +
 .../NewProject/cmake/UserDefineOptions.cmake       |   27 +
 .../NewProject/cmake/UserMacros.cmake              |   26 +
 .../NewProject/cmake/UserRootCMakeLists.cmake      |   26 +
 .../NewProject/cmake/UserSetDeducedPaths.cmake     |   27 +
 .../creaNewProject/NewProject/data/CMakeLists.txt  |   26 +
 appli/creaNewProject/NewProject/data/README.txt    |   27 +
 appli/creaNewProject/NewProject/doc/CMakeLists.txt |   26 +
 appli/creaNewProject/NewProject/doc/README.txt     |   28 +
 .../NewProject/doc/README_HowToUpload.txt          |   27 +
 .../doc/UserDocumentation/CMakeLists.txt           |   28 +
 .../NewProject/doc/UserDoxygen/CMakeLists.txt      |   26 +
 .../NewProject/doc/UserDoxygen/DoxyMainPage.txt.in |   27 +
 appli/creaNewProject/NewProject/doc/index.html.in  |   26 +
 .../NewProject/doc/template_WebSite/CMakeLists.txt |   27 +
 .../NewProject/install/CMakeLists.txt              |   27 +
 appli/creaNewProject/NewProject/lib/CMakeLists.txt |   24 +
 .../NewProject/lib/mySampleLib/CMakeLists.txt      |   25 +
 .../NewProject/lib/mySampleLib/creaSystem.h        |   26 +
 .../NewProject/lib/mySampleLib/creaSystem.h.in     |   26 +
 .../NewProject/lib/mySampleLib/myFierceClass.cxx   |   27 +
 .../NewProject/lib/mySampleLib/myFierceClass.h     |   27 +
 .../NewProject/lib/mySampleLib/myFierceClass2.cxx  |   27 +
 .../NewProject/lib/mySampleLib/myFierceClass2.h    |   27 +
 .../lib/mySampleLib/myFierceClass3vtkPipeline.cxx  |   27 +-
 .../lib/mySampleLib/myFierceClass3vtkPipeline.h    |   27 +
 .../NewProject/lib/mySampleLib/mySphereSource.xml  |   25 +
 .../NewProject/lib/template_lib/CMakeLists.txt     |   33 +
 .../NewProject/lib/template_lib/creaSystem.h       |   26 +
 .../NewProject/lib/template_lib/creaSystem.h.in    |   25 +
 appli/creaNewProject/creaNewProject.cpp            |   27 +
 appli/creaSed/CMakeLists.txt                       |   25 +
 appli/creaSed/creaSed.cpp                          |   30 +-
 appli/creatis_AppGeneralPath.bat                   |    1 +
 cmake/CMakeLists.txt                               |   26 +
 cmake/CREACMakeSettings.cmake                      |   26 +
 cmake/CREAMacro_AddExecutable.cmake                |   26 +
 cmake/CREAMacro_AddLibrary.cmake                   |   26 +
 cmake/CREAMacro_Define.cmake                       |   25 +
 cmake/CREAMacro_DynamicLibraryExport.cmake         |   26 +
 cmake/CREAMacro_FindAndUseLibraries.cmake          |   51 +-
 cmake/CREAMacro_FindAndUseQt.cmake                 |   25 +
 cmake/CREAMacro_FindAndUseVTK.cmake                |   29 +
 cmake/CREAMacro_FindAndUseWxWidgets.cmake          |   26 +
 cmake/CREAMacro_InstallLibraryForCMake.cmake       |   29 +-
 cmake/CREAMacro_ManageSharedLibrary.cmake          |   26 +
 cmake/CREAMacro_PreventInSourceBuild.cmake         |   26 +
 cmake/CREAMacro_mkdir.cmake                        |   25 +
 cmake/CREAMacros.cmake                             |   26 +
 cmake/CREAResolveOptions.cmake                     |   26 +
 cmake/FindWxWidgetsWin32.cmake                     |   23 +-
 cmake/InstallLibraryForCMake_FindLibrary.cmake.in  |   26 +
 .../InstallLibraryForCMake_LibraryConfig.cmake.in  |   26 +
 cmake/InstallLibraryForCMake_UseLibrary.cmake.in   |   26 +
 cmake/LIBRARY_NAMEDLLImportExport.h.in             |   27 +
 cmake/LIBRARY_NAME_EXPORT.h.in                     |   28 +
 data/CMakeLists.txt                                |   42 +
 data/projectMap.png                                |  Bin 0 -> 181690 bytes
 install/CMakeLists.txt                             |   49 +-
 .../NewProject/lib => lib}/CMakeLists.txt          |    2 +-
 lib/creaDevManagerLib/CDMUtilities.cpp             |  521 +++++++
 lib/creaDevManagerLib/CDMUtilities.h               |  269 ++++
 .../creaDevManagerLib}/CMakeLists.txt              |   44 +-
 lib/creaDevManagerLib/creaDevManagerIds.h          |  133 ++
 lib/creaDevManagerLib/creaSystem.h                 |   53 +
 lib/creaDevManagerLib/creaSystem.h.in              |   54 +
 lib/creaDevManagerLib/images/AIcon20.xpm           |  138 ++
 lib/creaDevManagerLib/images/AIcon64.xpm           |  295 ++++
 lib/creaDevManagerLib/images/ApIcon20.xpm          |  159 +++
 lib/creaDevManagerLib/images/ApIcon64.xpm          |  314 +++++
 lib/creaDevManagerLib/images/BBGIcon20.xcf         |  Bin 0 -> 1758 bytes
 lib/creaDevManagerLib/images/BBGIcon20.xpm         |  148 ++
 lib/creaDevManagerLib/images/BBGIcon64.xpm         |  279 ++++
 lib/creaDevManagerLib/images/BBIcon20.xpm          |  158 +++
 lib/creaDevManagerLib/images/BBIcon64.xpm          |  271 ++++
 lib/creaDevManagerLib/images/BBSIcon20.xpm         |  154 +++
 lib/creaDevManagerLib/images/BBSIcon64.xpm         |  284 ++++
 lib/creaDevManagerLib/images/CFIcon20.xpm          |  134 ++
 lib/creaDevManagerLib/images/CFIcon64.xpm          |  290 ++++
 lib/creaDevManagerLib/images/CIcon20.xpm           |  138 ++
 lib/creaDevManagerLib/images/CIcon64.xpm           |  297 ++++
 lib/creaDevManagerLib/images/CMIcon20.xpm          |  157 +++
 lib/creaDevManagerLib/images/CMIcon64.xpm          |  305 +++++
 lib/creaDevManagerLib/images/FdIcon20.xpm          |  150 ++
 lib/creaDevManagerLib/images/FdIcon64.xpm          |  274 ++++
 lib/creaDevManagerLib/images/FlIcon20.xpm          |  141 ++
 lib/creaDevManagerLib/images/FlIcon64.xpm          |  247 ++++
 lib/creaDevManagerLib/images/LIcon20.xpm           |  111 ++
 lib/creaDevManagerLib/images/LIcon64.xpm           |  233 ++++
 lib/creaDevManagerLib/images/LbIcon20.xpm          |  151 ++
 lib/creaDevManagerLib/images/LbIcon64.xpm          |  274 ++++
 lib/creaDevManagerLib/images/PkIcon20.xpm          |  156 +++
 lib/creaDevManagerLib/images/PkIcon64.xpm          |  284 ++++
 lib/creaDevManagerLib/images/PrIcon20.xpm          |  148 ++
 lib/creaDevManagerLib/images/PrIcon64.xpm          |  276 ++++
 lib/creaDevManagerLib/images/TemplateIcon.xcf      |  Bin 0 -> 7918 bytes
 lib/creaDevManagerLib/modelCDMAppli.cpp            |  614 +++++++++
 lib/creaDevManagerLib/modelCDMAppli.h              |  121 ++
 lib/creaDevManagerLib/modelCDMApplication.cpp      | 1035 ++++++++++++++
 lib/creaDevManagerLib/modelCDMApplication.h        |  148 ++
 lib/creaDevManagerLib/modelCDMBBGFile.cpp          |  107 ++
 lib/creaDevManagerLib/modelCDMBBGFile.h            |   86 ++
 lib/creaDevManagerLib/modelCDMBBSFile.cpp          |  107 ++
 lib/creaDevManagerLib/modelCDMBBSFile.h            |   86 ++
 lib/creaDevManagerLib/modelCDMBlackBox.cpp         |  397 ++++++
 lib/creaDevManagerLib/modelCDMBlackBox.h           |  185 +++
 lib/creaDevManagerLib/modelCDMCMakeListsFile.cpp   |   94 ++
 lib/creaDevManagerLib/modelCDMCMakeListsFile.h     |   77 ++
 lib/creaDevManagerLib/modelCDMCodeFile.cpp         |   94 ++
 lib/creaDevManagerLib/modelCDMCodeFile.h           |   77 ++
 lib/creaDevManagerLib/modelCDMFile.cpp             |  105 ++
 lib/creaDevManagerLib/modelCDMFile.h               |   87 ++
 lib/creaDevManagerLib/modelCDMFolder.cpp           |  359 +++++
 lib/creaDevManagerLib/modelCDMFolder.h             |  130 ++
 lib/creaDevManagerLib/modelCDMIProjectTreeNode.cpp |  172 +++
 lib/creaDevManagerLib/modelCDMIProjectTreeNode.h   |  171 +++
 lib/creaDevManagerLib/modelCDMLib.cpp              |  539 ++++++++
 lib/creaDevManagerLib/modelCDMLib.h                |  120 ++
 lib/creaDevManagerLib/modelCDMLibrary.cpp          |  917 +++++++++++++
 lib/creaDevManagerLib/modelCDMLibrary.h            |  136 ++
 lib/creaDevManagerLib/modelCDMMain.cpp             |  338 +++++
 lib/creaDevManagerLib/modelCDMMain.h               |  130 ++
 lib/creaDevManagerLib/modelCDMPackage.cpp          | 1190 ++++++++++++++++
 lib/creaDevManagerLib/modelCDMPackage.h            |  216 +++
 lib/creaDevManagerLib/modelCDMPackageSrc.cpp       |  448 ++++++
 lib/creaDevManagerLib/modelCDMPackageSrc.h         |  113 ++
 lib/creaDevManagerLib/modelCDMProject.cpp          | 1445 ++++++++++++++++++++
 lib/creaDevManagerLib/modelCDMProject.h            |  318 +++++
 lib/creaDevManagerLib/modelCDMProjectsTree.cpp     |  215 +++
 lib/creaDevManagerLib/modelCDMProjectsTree.h       |   59 +
 lib/creaDevManagerLib/modelCDMProjectsTreeNode.cpp |   79 ++
 lib/creaDevManagerLib/modelCDMProjectsTreeNode.h   |   67 +
 .../wxCDMAppliDescriptionPanel.cpp                 |  410 ++++++
 lib/creaDevManagerLib/wxCDMAppliDescriptionPanel.h |  155 +++
 lib/creaDevManagerLib/wxCDMAppliHelpDialog.cpp     |  174 +++
 lib/creaDevManagerLib/wxCDMAppliHelpDialog.h       |  138 ++
 .../wxCDMApplicationDescriptionPanel.cpp           |  560 ++++++++
 .../wxCDMApplicationDescriptionPanel.h             |  172 +++
 .../wxCDMApplicationHelpDialog.cpp                 |  263 ++++
 lib/creaDevManagerLib/wxCDMApplicationHelpDialog.h |  139 ++
 .../wxCDMBBGFileDescriptionPanel.cpp               |  190 +++
 .../wxCDMBBGFileDescriptionPanel.h                 |  128 ++
 .../wxCDMBBSFileDescriptionPanel.cpp               |  190 +++
 .../wxCDMBBSFileDescriptionPanel.h                 |  128 ++
 .../wxCDMBlackBoxDescriptionPanel.cpp              |  408 ++++++
 .../wxCDMBlackBoxDescriptionPanel.h                |  171 +++
 lib/creaDevManagerLib/wxCDMBlackBoxHelpDialog.cpp  |  292 ++++
 lib/creaDevManagerLib/wxCDMBlackBoxHelpDialog.h    |  139 ++
 .../wxCDMCMakeListsDescriptionPanel.cpp            |  175 +++
 .../wxCDMCMakeListsDescriptionPanel.h              |  124 ++
 .../wxCDMCodeFileDescriptionPanel.cpp              |  230 ++++
 .../wxCDMCodeFileDescriptionPanel.h                |  128 ++
 .../wxCDMFileDescriptionPanel.cpp                  |  219 +++
 lib/creaDevManagerLib/wxCDMFileDescriptionPanel.h  |  126 ++
 .../wxCDMFolderDescriptionPanel.cpp                |  294 ++++
 .../wxCDMFolderDescriptionPanel.h                  |  142 ++
 lib/creaDevManagerLib/wxCDMLibDescriptionPanel.cpp |  386 ++++++
 lib/creaDevManagerLib/wxCDMLibDescriptionPanel.h   |  158 +++
 lib/creaDevManagerLib/wxCDMLibHelpDialog.cpp       |  173 +++
 lib/creaDevManagerLib/wxCDMLibHelpDialog.h         |  138 ++
 .../wxCDMLibraryDescriptionPanel.cpp               |  501 +++++++
 .../wxCDMLibraryDescriptionPanel.h                 |  167 +++
 lib/creaDevManagerLib/wxCDMLibraryHelpDialog.cpp   |  263 ++++
 lib/creaDevManagerLib/wxCDMLibraryHelpDialog.h     |  140 ++
 .../wxCDMMainDescriptionPanel.cpp                  |  144 ++
 lib/creaDevManagerLib/wxCDMMainDescriptionPanel.h  |  106 ++
 lib/creaDevManagerLib/wxCDMMainFrame.cpp           | 1259 +++++++++++++++++
 lib/creaDevManagerLib/wxCDMMainFrame.h             |  329 +++++
 lib/creaDevManagerLib/wxCDMMainHelpDialog.cpp      |  150 ++
 lib/creaDevManagerLib/wxCDMMainHelpDialog.h        |  132 ++
 lib/creaDevManagerLib/wxCDMNewBlackBoxDialog.cpp   |  249 ++++
 lib/creaDevManagerLib/wxCDMNewBlackBoxDialog.h     |  176 +++
 lib/creaDevManagerLib/wxCDMNewPackageDialog.cpp    |  167 +++
 lib/creaDevManagerLib/wxCDMNewPackageDialog.h      |  147 ++
 lib/creaDevManagerLib/wxCDMNewProjectDialog.cpp    |  190 +++
 lib/creaDevManagerLib/wxCDMNewProjectDialog.h      |  153 +++
 .../wxCDMPackageConfigurationDialog.cpp            |  239 ++++
 .../wxCDMPackageConfigurationDialog.h              |  127 ++
 .../wxCDMPackageDescriptionPanel.cpp               |  518 +++++++
 .../wxCDMPackageDescriptionPanel.h                 |  179 +++
 lib/creaDevManagerLib/wxCDMPackageHelpDialog.cpp   |  259 ++++
 lib/creaDevManagerLib/wxCDMPackageHelpDialog.h     |  139 ++
 .../wxCDMPackageManagerHelpDialog.cpp              |  187 +++
 .../wxCDMPackageManagerHelpDialog.h                |  143 ++
 lib/creaDevManagerLib/wxCDMPackageManagerPanel.cpp |  377 +++++
 lib/creaDevManagerLib/wxCDMPackageManagerPanel.h   |  160 +++
 lib/creaDevManagerLib/wxCDMProjectActionsPanel.cpp |  212 +++
 lib/creaDevManagerLib/wxCDMProjectActionsPanel.h   |  122 ++
 .../wxCDMProjectConfigurationDialog.cpp            |  170 +++
 .../wxCDMProjectConfigurationDialog.h              |  122 ++
 .../wxCDMProjectDescriptionPanel.cpp               |  457 +++++++
 .../wxCDMProjectDescriptionPanel.h                 |  190 +++
 lib/creaDevManagerLib/wxCDMProjectHelpDialog.cpp   |  131 ++
 lib/creaDevManagerLib/wxCDMProjectHelpDialog.h     |  121 ++
 lib/creaDevManagerLib/wxCDMProjectMapDialog.cpp    |  140 ++
 lib/creaDevManagerLib/wxCDMProjectMapDialog.h      |  113 ++
 .../wxCDMProjectStructureReportDialog.cpp          |  558 ++++++++
 .../wxCDMProjectStructureReportDialog.h            |  120 ++
 lib/creaDevManagerLib/wxCDMProjectsTreeCtrl.cxx    |  268 ++++
 lib/creaDevManagerLib/wxCDMProjectsTreeCtrl.h      |  176 +++
 lib/creaDevManagerLib/wxCDMSettingsDialog.cpp      |  182 +++
 lib/creaDevManagerLib/wxCDMSettingsDialog.h        |  152 ++
 lib/creaDevManagerLib/wxCDMTreeItemId.cpp          |   79 ++
 lib/creaDevManagerLib/wxCDMTreeItemId.h            |  128 ++
 .../lib => lib}/template_lib/CMakeLists.txt        |    0
 .../mySampleLib => lib/template_lib}/creaSystem.h  |    0
 .../template_lib}/creaSystem.h.in                  |    0
 samples/CMakeLists.txt                             |   25 +
 samples/creaSample_MessageManager/CMakeLists.txt   |   26 +
 samples/creaSample_MessageManager/main.cxx         |   27 +
 samples/creaSample_VtkBasicSlicer/CMakeLists.txt   |   25 +
 samples/creaSample_VtkBasicSlicer/main.cxx         |   27 +
 samples/creaSample_preprocessor/CMakeLists.txt     |   26 +
 samples/creaSample_preprocessor/main.cxx           |   27 +
 src/CMakeLists.txt                                 |   24 +
 src/creaConfigure.h.in                             |   33 +-
 src/creaException.h                                |   36 +-
 src/creaFilesFromDirectory.cxx                     |   36 +-
 src/creaFilesFromDirectory.h                       |   27 +
 src/creaMessageManager.cxx                         |   37 +-
 src/creaMessageManager.h                           |   27 +
 src/creaRTTI.cxx                                   |   30 +-
 src/creaRTTI.h                                     |   41 +-
 src/creaSystem.cxx                                 |   29 +-
 src/creaSystem.h                                   |   40 +-
 src/creaVtk.cpp                                    |   28 +
 src/creaVtk.h                                      |   28 +
 src/creaVtk.txx                                    |   29 +
 src/creaVtkBasicSlicer.cxx                         |   27 +
 src/creaVtkBasicSlicer.h                           |   27 +
 src/creaWx.h                                       |   27 +
 src/creawxVTKRenderWindowInteractor.cxx            |   39 +-
 src/creawxVTKRenderWindowInteractor.h              |   41 +-
 284 files changed, 37288 insertions(+), 105 deletions(-)

-- 
Alioth's /git/debian-med/git-commit-notice on /srv/git.debian.org/git/debian-med/crea.git



More information about the debian-med-commit mailing list