[otb] branch upstream updated (c580938 -> 873b680)

Bas Couwenberg sebastic at debian.org
Thu Oct 5 10:04:13 UTC 2017


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

sebastic pushed a change to branch upstream
in repository otb.

      from  c580938   Imported Upstream version 6.0.0+dfsg
       new  873b680   New upstream version 6.2.0~rc1+dfsg

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CMake/CTestCustom.cmake.in                         |    5 +-
 CMake/FindGLEW.cmake                               |   57 +-
 CMake/FindGLFW.cmake                               |    2 +-
 CMake/FindLibKML.cmake                             |   66 +-
 CMake/FindLibSVM.cmake                             |    2 +-
 CMake/FindOpenCV.cmake                             |    4 +-
 CMake/FindOpenThreads.cmake                        |   49 +-
 CMake/FindQwt.cmake                                |   28 +-
 CMake/FindShark.cmake                              |   53 +-
 CMake/OTBCheckCpp11Keywords.cmake                  |    3 +
 CMake/OTBCheckSSEFeatures.cmake                    |   63 +
 CMake/OTBConfig.cmake.in                           |   17 +
 CMake/OTBModuleEnablement.cmake                    |   25 +-
 CMake/OTBModuleExternal.cmake                      |  145 +-
 CMake/OTBModuleMacros.cmake                        |   10 +-
 CMake/OTBSetStandardCompilerFlags.cmake            |   68 +-
 ...acros.cmake => OTBStandaloneModuleMacros.cmake} |  318 +--
 CMake/otbcli.bat.in                                |    4 +-
 CMake/otbcli.sh.in                                 |   16 +-
 CMake/otbgui.bat.in                                |    5 +
 CMake/otbgui.sh.in                                 |   16 +-
 CMakeLists.txt                                     |   29 +-
 Examples/Application/ApplicationExample.cxx        |    4 +-
 .../Classification/BayesianPluginClassifier.cxx    |    2 +-
 ...xpectationMaximizationMixtureModelEstimator.cxx |    2 +-
 .../DataRepresentation/Image/ImageListExample.cxx  |   10 +-
 .../FineRegistrationImageFilterExample.cxx         |    4 +-
 .../FeatureExtraction/ExtractSegmentsExample.cxx   |    4 +-
 .../LineSegmentDetectorExample.cxx                 |    2 +-
 .../RightAngleDetectionExample.cxx                 |    2 +-
 .../FeatureExtraction/TouziEdgeDetectorExample.cxx |    4 +-
 Examples/IO/ExtractROI.cxx                         |    2 +-
 Examples/Iterators/ImageSliceIteratorWithIndex.cxx |    4 +-
 Examples/Iterators/NeighborhoodIterators5.cxx      |    6 +-
 Examples/Learning/SEMModelEstimatorExample.cxx     |    8 +-
 Examples/Learning/SOMClassifierExample.cxx         |    6 +-
 Examples/Learning/SOMExample.cxx                   |    2 +-
 .../AtmosphericCorrectionSequencement.cxx          |   56 +-
 Examples/Radiometry/test/CMakeLists.txt            |    4 +-
 .../Segmentation/VectorConfidenceConnected.cxx     |    9 +-
 .../Simulation/LAIAndPROSAILToSensorResponse.cxx   |    4 +-
 .../GdalAdapters/include/otbOGRDataSourceWrapper.h |    2 +-
 .../GdalAdapters/include/otbOGRFeatureWrapper.h    |    2 +-
 .../GdalAdapters/include/otbOGRFieldWrapper.h      |    2 +-
 .../GdalAdapters/include/otbOGRLayerWrapper.h      |    2 +-
 .../GdalAdapters/include/otbOGRVersionProxy.h      |   11 +
 Modules/Adapters/GdalAdapters/src/CMakeLists.txt   |    7 +-
 .../GdalAdapters/src/otbOGRFieldWrapper.cxx        |    3 +-
 ...GRVersionProxy2x.cxx => otbOGRVersionProxy.cxx} |   96 +-
 .../GdalAdapters/src/otbOGRVersionProxy1x.cxx      |  140 --
 .../app/otbMultivariateAlterationDetector.cxx      |   91 +-
 .../AppClassification/app/CMakeLists.txt           |    3 +
 .../app/otbComputeImagesStatistics.cxx             |   15 +-
 .../app/otbComputeOGRLayersFeaturesStatistics.cxx  |   13 +-
 .../app/otbFusionOfClassifications.cxx             |    2 +-
 .../AppClassification/app/otbImageClassifier.cxx   |   16 +-
 .../app/otbKMeansClassification.cxx                |  788 +++----
 .../app/otbMultiImageSamplingRate.cxx              |    2 +-
 .../app/otbOGRLayerClassifier.cxx                  |   12 +-
 .../app/otbPolygonClassStatistics.cxx              |    2 +-
 .../AppClassification/app/otbSOMClassification.cxx |    4 +
 .../AppClassification/app/otbSampleSelection.cxx   |    2 +-
 .../app/otbTrainVectorClassifier.cxx               |    9 +-
 .../AppClassification/app/otbVectorClassifier.cxx  |   56 +-
 .../AppClassification/include/otbTrainBoost.txx    |   35 +-
 .../include/otbTrainDecisionTree.txx               |   47 +-
 .../include/otbTrainImagesBase.txx                 |    5 +-
 .../AppClassification/include/otbTrainLibSVM.txx   |   58 +-
 .../include/otbTrainNeuralNetwork.txx              |  102 +-
 .../AppClassification/include/otbTrainSVM.txx      |   70 +-
 .../include/otbTrainVectorBase.txx                 |   49 +-
 .../AppClassification/otb-module.cmake             |    1 +
 .../AppClassification/test/CMakeLists.txt          |   91 +-
 .../Applications/AppEdge/app/otbEdgeExtraction.cxx |   26 +-
 .../AppEdge/app/otbLineSegmentDetection.cxx        |   17 +-
 .../Applications/AppFiltering/app/CMakeLists.txt   |    6 -
 Modules/Applications/AppFiltering/otb-module.cmake |    3 +-
 .../Applications/AppFiltering/test/CMakeLists.txt  |   44 -
 Modules/Applications/AppFusion/app/CMakeLists.txt  |    3 +
 .../AppFusion/app/otbBundleToPerfectSensor.cxx     |    5 +-
 .../app/otbHyperspectralUnmixing.cxx               |   25 +-
 .../Applications/AppImageUtils/app/otbConvert.cxx  |  283 ++-
 .../AppImageUtils/app/otbDownloadSRTMTiles.cxx     | 2448 +++++++++++++++++---
 .../AppImageUtils/app/otbExtractROI.cxx            |  683 +++++-
 .../AppImageUtils/app/otbPixelValue.cxx            |  215 +-
 .../Applications/AppImageUtils/otb-module.cmake    |    1 +
 .../Applications/AppImageUtils/test/CMakeLists.txt |   81 +-
 .../Applications/AppMathParser/app/otbBandMath.cxx |   82 +-
 .../AppMathParserX/app/otbBandMathX.cxx            |  316 ++-
 .../app/otbMorphologicalProfilesAnalysis.cxx       |    2 +-
 .../app/otbOpticalCalibration.cxx                  |  106 +-
 .../AppOpticalCalibration/test/CMakeLists.txt      |   16 +-
 .../AppProjection/app/otbImageEnvelope.cxx         |   16 +-
 .../AppProjection/app/otbOrthoRectification.cxx    |    4 +-
 .../AppSARCalibration/app/otbSARCalibration.cxx    |    2 +-
 .../AppSARCalibration/app/otbSARDeburst.cxx        |   31 +-
 .../app/otbSARDecompositions.cxx                   |    2 +-
 .../app/otbSARPolarMatrixConvert.cxx               |    2 +-
 .../AppSARPolarSynth/test/CMakeLists.txt           |    2 +-
 .../Applications/AppSARUtils/app/CMakeLists.txt    |    8 +
 .../AppSARUtils/app/otbComputeModulusAndPhase.cxx  |   21 +-
 .../app/otbDespeckle.cxx                           |   75 +-
 Modules/Applications/AppSARUtils/otb-module.cmake  |    4 +
 .../Applications/AppSARUtils/test/CMakeLists.txt   |   86 +-
 .../AppSegmentation/app/CMakeLists.txt             |    5 +
 .../AppSegmentation/app/otbLSMSSegmentation.cxx    |   64 +-
 .../app/otbLSMSSmallRegionsMerging.cxx             |   42 +-
 .../AppSegmentation/app/otbLSMSVectorization.cxx   |   29 +-
 .../AppSegmentation/app/otbLargeScaleMeanShift.cxx |  233 ++
 .../AppSegmentation/app/otbMeanShiftSmoothing.cxx  |   93 +-
 .../AppSegmentation/app/otbSegmentation.cxx        |  310 +--
 .../AppSegmentation/test/CMakeLists.txt            |   15 +
 .../AppStereo/app/otbBlockMatching.cxx             |  229 +-
 .../app/otbDisparityMapToElevationMap.cxx          |   63 +-
 .../AppStereo/app/otbFineRegistration.cxx          |   66 +-
 .../AppStereo/app/otbGeneratePlyFile.cxx           |   39 +-
 .../app/otbStereoRectificationGridGenerator.cxx    |    2 +-
 .../AppTest/test/otbWrapperApplicationDocTests.cxx |  130 +-
 .../app/otbHaralickTextureExtraction.cxx           |    4 +-
 .../test/otbTestCommandLineArgumentParserHelp.cxx  |    1 -
 .../include/otbImageRegionAdaptativeSplitter.txx   |    2 +-
 .../Core/Common/include/otbModelComponentBase.h    |    2 +-
 .../Common/include/otbUnaryFunctorImageFilter.h    |    2 +-
 Modules/Core/Common/src/otbConfigure.h.in          |    4 +
 .../Core/ImageBase/include/otbExtractROIBase.txx   |    7 +-
 Modules/Core/ImageBase/include/otbImage.h          |    4 +-
 .../otbImageOfVectorsToMonoChannelExtractROI.h     |    2 +-
 .../include/otbMultiToMonoChannelExtractROI.h      |    2 +-
 .../include/otbMultiToMonoChannelExtractROI.txx    |    2 +-
 Modules/Core/ImageBase/src/otbImageIOBase.cxx      |    4 +-
 .../test/otbMultiToMonoChannelExtractROI.cxx       |    2 +-
 .../include/otbShapeAttributesLabelMapFilter.h     |    4 +-
 .../SpatialObjects/include/otbLineSpatialObject.h  |    8 +-
 .../include/otbGeoInformationConversion.h          |   11 +-
 .../Core/Transform/include/otbSensorModelBase.h    |    2 +-
 .../Transform/src/otbGeoInformationConversion.cxx  |   31 +
 ...ogramOfOrientedGradientCovariantImageFunction.h |    2 +-
 ...FTKeyPointSetFilterOutputInterestPointAscii.cxx |   27 +-
 .../include/otbLineDetectorImageFilterBase.txx     |    2 +-
 .../Textures/include/otbSFSTexturesFunctor.h       |   12 +-
 .../include/otbConvolutionImageFilter.txx          |    6 +-
 .../include/otbMNFImageFilter.h                    |    2 +-
 .../include/otbNAPCAImageFilter.h                  |    2 +-
 .../include/otbBinaryFunctorImageFilter.h          |   84 +
 .../include/otbTernaryFunctorImageFilter.h         |   84 +
 .../ImageNoise/include/otbLeeImageFilter.h         |    2 +-
 ...otbMultiChannelsPolarimetricSynthesisFilter.txx |    2 +-
 Modules/Filtering/Polarimetry/test/CMakeLists.txt  |    2 +-
 .../Wavelet/include/otbWaveletFilterBank.txx       |    2 +-
 .../include/otbLocalRxDetectorNonThreadFilter.txx  |    3 -
 .../include/otbVcaImageFilter.txx                  |    2 +-
 Modules/IO/IOGDAL/src/otbGDALImageIO.cxx           |   39 +-
 Modules/IO/IOGDAL/src/otbOGRIOHelper.cxx           |    2 +-
 Modules/IO/ImageIO/include/otbImageFileReader.h    |   27 +-
 Modules/IO/ImageIO/include/otbImageFileReader.txx  |  173 +-
 Modules/IO/ImageIO/include/otbImageFileWriter.txx  |   15 +-
 Modules/IO/ImageIO/src/otbImageIOFactory.cxx       |   33 +-
 Modules/IO/ImageIO/test/CMakeLists.txt             |    6 +-
 Modules/IO/TestKernel/src/otbTestHelper.cxx        |    2 +-
 Modules/IO/TestKernel/test/CMakeLists.txt          |   32 +
 .../include/otbGaussianModelComponent.h            |    2 +-
 .../LearningBase/include/otbMachineLearningModel.h |   21 +-
 .../include/otbMachineLearningModelTraits.h        |  104 +
 Modules/Learning/LearningBase/test/CMakeLists.txt  |    1 +
 .../test/otbMachineLearningModelTemplates.cxx      |   40 +
 .../include/otbImageSampleExtractorFilter.txx      |    1 +
 .../include/otbPersistentSamplingFilterBase.txx    |   13 +-
 .../include/otbLibSVMMachineLearningModel.h        |    2 +-
 Modules/MPI/MPIVrtWriter/include/otbMPIVrtWriter.h |    2 +-
 .../include/otbImageToLuminanceImageFilter.h       |  191 +-
 ...ageFilter.h => otbImageToRadianceImageFilter.h} |   38 +-
 .../include/otbImageToReflectanceImageFilter.h     |   18 +-
 .../include/otbLuminanceToImageImageFilter.h       |  193 +-
 .../include/otbLuminanceToReflectanceImageFilter.h |  309 +--
 ...ageFilter.h => otbRadianceToImageImageFilter.h} |   38 +-
 ...ter.h => otbRadianceToReflectanceImageFilter.h} |   40 +-
 .../include/otbReflectanceToImageImageFilter.h     |   18 +-
 .../include/otbReflectanceToLuminanceImageFilter.h |  292 +--
 ...ter.h => otbReflectanceToRadianceImageFilter.h} |   40 +-
 ...otbReflectanceToSurfaceReflectanceImageFilter.h |    2 +-
 .../Radiometry/OpticalCalibration/otb-module.cmake |    2 +-
 .../OpticalCalibration/test/CMakeLists.txt         |  400 ++--
 .../test/otbAtmosphericCorrectionSequencement.cxx  |   44 +-
 ...ilter.cxx => otbImageToRadianceImageFilter.cxx} |   10 +-
 ...o.cxx => otbImageToRadianceImageFilterAuto.cxx} |    8 +-
 ...ew.cxx => otbImageToRadianceImageFilterNew.cxx} |    8 +-
 .../test/otbOpticalCalibrationTestDriver.cxx       |   24 +-
 ...ilter.cxx => otbRadianceToImageImageFilter.cxx} |   10 +-
 ...o.cxx => otbRadianceToImageImageFilterAuto.cxx} |    8 +-
 ...ew.cxx => otbRadianceToImageImageFilterNew.cxx} |    8 +-
 ...cxx => otbRadianceToReflectanceImageFilter.cxx} |   10 +-
 ...=> otbRadianceToReflectanceImageFilterAuto.cxx} |   20 +-
 ... => otbRadianceToReflectanceImageFilterNew.cxx} |    8 +-
 .../test/otbReflectanceToImageImageFilter.cxx      |   14 +-
 ...cxx => otbReflectanceToRadianceImageFilter.cxx} |   10 +-
 ...=> otbReflectanceToRadianceImageFilterAuto.cxx} |   14 +-
 ... => otbReflectanceToRadianceImageFilterNew.cxx} |    8 +-
 .../include/otbImageSimulationMethod.txx           |    4 +-
 .../Simulation/include/otbReduceSpectralResponse.h |    4 +-
 .../include/otbReduceSpectralResponse.txx          |   47 +-
 .../Radiometry/Simulation/include/otbSailModel.h   |  229 +-
 .../Simulation/include/otbSoilDataBase.h           |   57 +
 .../otbSurfaceReflectanceToReflectanceFilter.h     |    2 +-
 Modules/Radiometry/Simulation/src/CMakeLists.txt   |    1 +
 Modules/Radiometry/Simulation/src/otbSailModel.cxx |  411 ++--
 .../Radiometry/Simulation/src/otbSoilDataBase.cxx  |  134 ++
 Modules/Radiometry/Simulation/test/CMakeLists.txt  |   46 +-
 .../Simulation/test/otbReduceSpectralResponse.cxx  |    6 +-
 .../Simulation/test/otbSailReflHTest.cxx           |   34 +-
 .../Simulation/test/otbSimulationTestDriver.cxx    |    1 +
 .../Radiometry/Simulation/test/otbSoilDBTest.cxx   |   77 +
 Modules/Remote/Mosaic.remote.cmake                 |    2 +-
 Modules/Remote/SertitObject.remote.cmake           |    2 +-
 Modules/Remote/otb-bv.remote.cmake                 |    2 +-
 Modules/Remote/otbFFSforGMM.remote.cmake           |    2 +-
 Modules/Remote/otbGRM.remote.cmake                 |    4 +-
 Modules/Remote/phenotb.remote.cmake                |    2 +-
 Modules/Remote/temporal-gapfilling.remote.cmake    |    2 +-
 Modules/ThirdParty/GeoTIFF/otb-module.cmake        |    2 +
 Modules/ThirdParty/MuParserX/otb-module.cmake      |    2 -
 Modules/ThirdParty/OpenCV/CMakeLists.txt           |    2 -
 Modules/ThirdParty/OpenGL/CMakeLists.txt           |    7 +
 .../src/ossim/ossimCosmoSkymedModel.cpp            |    2 +-
 .../src/ossim/ossimEnvisatAsarModel.cpp            |    2 +-
 .../src/ossim/ossimPleiadesDimapSupportData.cpp    |    4 +-
 .../OssimPlugins/src/ossim/ossimSarSensorModel.cpp |   10 +-
 .../src/ossim/ossimSpot6DimapSupportData.cpp       |    4 +-
 .../OssimPlugins/src/ossim/ossimTerraSarModel.cpp  |   78 +-
 .../OssimPlugins/src/ossim/otb/CivilDateTime.h     |    6 +-
 .../OssimPlugins/src/ossim/otb/GalileanEphemeris.h |    2 +-
 .../src/ossim/otb/GeographicEphemeris.h            |    2 +-
 .../OssimPlugins/src/ossim/otb/JSDDateTime.h       |    2 +-
 .../OssimPlugins/src/ossim/otb/JulianDate.h        |    2 +-
 .../OssimPlugins/src/ossim/otb/PlatformPosition.h  |    2 +-
 Modules/ThirdParty/Qt4/otb-module-init.cmake       |    4 +-
 Modules/ThirdParty/Qwt/otb-module-init.cmake       |    4 +-
 Modules/ThirdParty/SPTW/otb-module.cmake           |    1 +
 Modules/ThirdParty/SPTW/src/CMakeLists.txt         |    6 +-
 Modules/ThirdParty/Shark/otb-module.cmake          |    3 -
 Modules/ThirdParty/SiftFast/src/CMakeLists.txt     |  135 +-
 .../otb-module-init.cmake => TIFF/CMakeLists.txt}  |   10 +-
 .../ThirdParty/{Qt4 => TIFF}/otb-module-init.cmake |    5 +-
 .../ThirdParty/{GeoTIFF => TIFF}/otb-module.cmake  |    6 +-
 Modules/Visualization/Mapla/src/CMakeLists.txt     |    1 -
 .../Visualization/Mapla/src/mvdMaplaWin32.rc.in    |    2 +-
 .../Visualization/Monteverdi/src/CMakeLists.txt    |    1 -
 .../Visualization/Monteverdi/src/mvdMainWindow.cxx |   36 +-
 .../Visualization/Monteverdi/src/mvdWin32.rc.in    |    4 +-
 .../MonteverdiCore/include/mvdAbstractLayerModel.h |   10 +
 .../MonteverdiCore/include/mvdStackedLayerModel.h  |    2 +
 .../MonteverdiCore/src/ConfigureMonteverdi.h.in    |    3 +
 .../MonteverdiCore/src/mvdAbstractLayerModel.cxx   |   52 +-
 .../MonteverdiCore/src/mvdI18nCoreApplication.cxx  |    8 +-
 .../MonteverdiCore/src/mvdStackedLayerModel.cxx    |   18 +
 .../MonteverdiCore/src/mvdVectorImageModel.cxx     |    1 +
 .../MonteverdiGui/include/mvdHistogramPlotPicker.h |    4 +-
 .../MonteverdiGui/include/mvdHistogramWidget.h     |   20 +-
 .../include/mvdQtWidgetParameterInitializers.h     |  122 +-
 .../MonteverdiGui/src/mvdAboutDialog.ui            |    2 +-
 .../MonteverdiGui/src/mvdHistogramPlotPicker.cxx   |  174 +-
 .../MonteverdiGui/src/mvdHistogramWidget.cxx       |  122 +-
 .../MonteverdiGui/src/mvdLayerStackItemModel.cxx   |   60 +-
 .../MonteverdiGui/src/mvdQtWidgetView.cxx          |    5 +
 .../Wrappers/ApplicationEngine/include/otbLogger.h |   57 +
 .../include/otbWrapperApplication.h                |   59 +-
 .../include/otbWrapperCompositeApplication.h       |    4 -
 .../include/otbWrapperInputImageListParameter.h    |    4 +-
 .../include/otbWrapperInputImageParameter.txx      |    9 +-
 .../ApplicationEngine/include/otbWrapperMacros.h   |   13 +-
 .../include/otbWrapperOutputProcessXMLParameter.h  |    9 +
 .../Wrappers/ApplicationEngine/src/CMakeLists.txt  |    1 +
 .../Wrappers/ApplicationEngine/src/otbLogger.cxx   |   75 +
 .../src/otbWrapperApplication.cxx                  |  124 +-
 .../src/otbWrapperChoiceParameter.cxx              |    2 +-
 .../src/otbWrapperCompositeApplication.cxx         |   35 +-
 .../src/otbWrapperInputFilenameListParameter.cxx   |   45 +-
 .../src/otbWrapperInputImageListParameter.cxx      |  157 +-
 .../src/otbWrapperInputImageParameter.cxx          |   25 +-
 .../src/otbWrapperInputProcessXMLParameter.cxx     |    3 +
 .../src/otbWrapperOutputProcessXMLParameter.cxx    |   83 +-
 .../src/otbWrapperParameterGroup.cxx               |    4 +-
 .../include/otbWrapperCommandLineLauncher.h        |   12 +-
 .../src/otbApplicationLauncherCommandLine.cxx      |   33 +-
 .../src/otbWrapperCommandLineLauncher.cxx          |  472 ++--
 .../QtWidget/include/otbQtFileSelectionWidget.h    |    5 +
 .../otbWrapperQtWidgetComplexInputImageParameter.h |   18 +
 ...otbWrapperQtWidgetComplexOutputImageParameter.h |   22 +-
 .../otbWrapperQtWidgetInputImageParameter.h        |    8 +-
 .../QtWidget/src/otbQtFileSelectionWidget.cxx      |   18 +-
 ...tbWrapperQtWidgetInputFilenameListParameter.cxx |    4 +
 .../otbWrapperQtWidgetInputImageListParameter.cxx  |   20 +-
 .../src/otbWrapperQtWidgetInputImageParameter.cxx  |   15 +-
 .../otbWrapperQtWidgetInputProcessXMLParameter.cxx |    4 +-
 ...WrapperQtWidgetInputVectorDataListParameter.cxx |    4 +
 .../src/otbWrapperQtWidgetListViewParameter.cxx    |   52 +-
 .../QtWidget/src/otbWrapperQtWidgetModel.cxx       |   68 +-
 .../src/otbWrapperQtWidgetStringListParameter.cxx  |    3 +
 Modules/Wrappers/SWIG/src/itkBase.i                |    4 +
 Modules/Wrappers/SWIG/src/otbApplication.i         |    4 +-
 Modules/Wrappers/SWIG/test/python/CMakeLists.txt   |    7 +-
 .../Wrappers/SWIG/test/python/PythonInXMLTest.py   |    3 -
 Packaging/CMakeLists.txt                           |  238 ++
 .../CTestConfig.cmake                              |   25 +-
 Packaging/External_patchelf.cmake                  |   61 +
 Packaging/Files/Monteverdi.icns                    |  Bin 0 -> 42798 bytes
 Packaging/Files/OTB Project.zip                    |  Bin 0 -> 454333 bytes
 Packaging/Files/build_examples.cmake               |   97 +
 Packaging/Files/linux_pkgsetup.in                  |   96 +
 Packaging/Files/macx_pkgsetup.in                   |  120 +
 Packaging/Files/mapla.bat                          |   38 +
 .../Files/mapla.sh                                 |    8 +-
 Packaging/Files/monteverdi.bat                     |   38 +
 .../Files/monteverdi.sh                            |    8 +-
 Packaging/Files/otb_loader.cxx                     |   75 +
 .../CMakeLists.txt => Packaging/Files/otbenv.bash  |   32 +-
 Packaging/Files/otbenv.bat                         |   30 +
 Packaging/Files/otbenv.profile                     |   75 +
 Packaging/Files/qt.conf                            |    3 +
 Packaging/Files/selftester.bat                     |  255 ++
 Packaging/Files/selftester.sh                      |  223 ++
 Packaging/Files/setup_python.sh                    |   98 +
 Packaging/Files/start_devenv.bat                   |   41 +
 Packaging/Files/template.app/Contents/Info.plist   |   18 +
 Packaging/Files/uninstall_otb.bat                  |   39 +
 .../Files/uninstall_otb.sh                         |   26 +-
 Packaging/PackageGlobals.cmake                     |  170 ++
 Packaging/README.md                                |    1 +
 Packaging/check_cmake_variables.cmake              |   57 +
 Packaging/cleanup_package.cmake                    |   58 +
 .../clear_cmakecache_variables.cmake               |   28 +-
 Packaging/configure_loader.cmake                   |   50 +
 Packaging/create_package.cmake                     |   45 +
 Packaging/detect_using_file_command.cmake          |  111 +
 .../get_variables_ending_with.cmake                |   10 +-
 Packaging/howto_update_makeself                    |   11 +
 .../install_cmake_files.cmake                      |   31 +-
 Packaging/install_importlibs.cmake                 |   43 +
 Packaging/install_include_dirs.cmake               |   36 +
 Packaging/install_otbapp_wrapper_scripts.cmake     |   58 +
 .../install_python_bindings.cmake                  |   18 +-
 Packaging/install_qtdev_files.cmake                |   46 +
 Packaging/install_rule.cmake                       |  123 +
 Packaging/install_share_dirs.cmake                 |   97 +
 .../install_vstudio_files.cmake                    |   13 +-
 Packaging/install_without_message.cmake            |   40 +
 Packaging/installer_files.cmake                    |  133 ++
 Packaging/isfile_symlink.cmake                     |   89 +
 Packaging/makeself/COPYING                         |  339 +++
 Packaging/makeself/README.md                       |  220 ++
 Packaging/makeself/makeself-header.sh              |  553 +++++
 Packaging/makeself/makeself.1                      |  104 +
 Packaging/makeself/makeself.lsm                    |   16 +
 Packaging/makeself/makeself.sh                     |  620 +++++
 Packaging/otb_update_makeself                      |   11 +
 Packaging/patch_cmake_files.cmake                  |   63 +
 Packaging/post_install.cmake                       |   46 +
 Packaging/prepare_file_list.cmake                  |   95 +
 Packaging/prepare_search_dirs.cmake                |   59 +
 Packaging/process_file_recurse.cmake               |  148 ++
 .../search_library.cmake                           |   32 +-
 .../setif_value_in_list.cmake                      |   31 +-
 Packaging/testing.cmake                            |   85 +
 RELEASE_NOTES.txt                                  |   91 +-
 Utilities/Doxygen/doxygen.config.in                |    2 +-
 Utilities/Maintenance/SuperbuildDownloadList.sh    |   81 +-
 i18n/fr_FR.ts                                      |   10 +-
 366 files changed, 14712 insertions(+), 5731 deletions(-)
 create mode 100644 CMake/OTBCheckSSEFeatures.cmake
 copy CMake/{OTBModuleMacros.cmake => OTBStandaloneModuleMacros.cmake} (71%)
 rename Modules/Adapters/GdalAdapters/src/{otbOGRVersionProxy2x.cxx => otbOGRVersionProxy.cxx} (62%)
 delete mode 100644 Modules/Adapters/GdalAdapters/src/otbOGRVersionProxy1x.cxx
 rename Modules/Applications/{AppFiltering => AppSARUtils}/app/otbDespeckle.cxx (64%)
 create mode 100644 Modules/Applications/AppSegmentation/app/otbLargeScaleMeanShift.cxx
 create mode 100644 Modules/Filtering/ImageManipulation/include/otbBinaryFunctorImageFilter.h
 create mode 100644 Modules/Filtering/ImageManipulation/include/otbTernaryFunctorImageFilter.h
 create mode 100644 Modules/Learning/LearningBase/include/otbMachineLearningModelTraits.h
 create mode 100644 Modules/Learning/LearningBase/test/otbMachineLearningModelTemplates.cxx
 copy Modules/Radiometry/OpticalCalibration/include/{otbImageToLuminanceImageFilter.h => otbImageToRadianceImageFilter.h} (84%)
 copy Modules/Radiometry/OpticalCalibration/include/{otbLuminanceToImageImageFilter.h => otbRadianceToImageImageFilter.h} (84%)
 copy Modules/Radiometry/OpticalCalibration/include/{otbLuminanceToReflectanceImageFilter.h => otbRadianceToReflectanceImageFilter.h} (88%)
 copy Modules/Radiometry/OpticalCalibration/include/{otbReflectanceToLuminanceImageFilter.h => otbReflectanceToRadianceImageFilter.h} (88%)
 rename Modules/Radiometry/OpticalCalibration/test/{otbImageToLuminanceImageFilter.cxx => otbImageToRadianceImageFilter.cxx} (84%)
 rename Modules/Radiometry/OpticalCalibration/test/{otbImageToLuminanceImageFilterAuto.cxx => otbImageToRadianceImageFilterAuto.cxx} (86%)
 rename Modules/Radiometry/OpticalCalibration/test/{otbImageToLuminanceImageFilterNew.cxx => otbImageToRadianceImageFilterNew.cxx} (75%)
 rename Modules/Radiometry/OpticalCalibration/test/{otbLuminanceToImageImageFilter.cxx => otbRadianceToImageImageFilter.cxx} (84%)
 rename Modules/Radiometry/OpticalCalibration/test/{otbLuminanceToImageImageFilterAuto.cxx => otbRadianceToImageImageFilterAuto.cxx} (88%)
 rename Modules/Radiometry/OpticalCalibration/test/{otbLuminanceToImageImageFilterNew.cxx => otbRadianceToImageImageFilterNew.cxx} (75%)
 rename Modules/Radiometry/OpticalCalibration/test/{otbLuminanceToReflectanceImageFilter.cxx => otbRadianceToReflectanceImageFilter.cxx} (86%)
 rename Modules/Radiometry/OpticalCalibration/test/{otbLuminanceToReflectanceImageFilterAuto.cxx => otbRadianceToReflectanceImageFilterAuto.cxx} (73%)
 rename Modules/Radiometry/OpticalCalibration/test/{otbLuminanceToReflectanceImageFilterNew.cxx => otbRadianceToReflectanceImageFilterNew.cxx} (73%)
 rename Modules/Radiometry/OpticalCalibration/test/{otbReflectanceToLuminanceImageFilter.cxx => otbReflectanceToRadianceImageFilter.cxx} (86%)
 rename Modules/Radiometry/OpticalCalibration/test/{otbReflectanceToLuminanceImageFilterAuto.cxx => otbReflectanceToRadianceImageFilterAuto.cxx} (77%)
 rename Modules/Radiometry/OpticalCalibration/test/{otbReflectanceToLuminanceImageFilterNew.cxx => otbReflectanceToRadianceImageFilterNew.cxx} (73%)
 create mode 100644 Modules/Radiometry/Simulation/include/otbSoilDataBase.h
 create mode 100644 Modules/Radiometry/Simulation/src/otbSoilDataBase.cxx
 create mode 100644 Modules/Radiometry/Simulation/test/otbSoilDBTest.cxx
 copy Modules/ThirdParty/{Qt4/otb-module-init.cmake => TIFF/CMakeLists.txt} (82%)
 copy Modules/ThirdParty/{Qt4 => TIFF}/otb-module-init.cmake (82%)
 copy Modules/ThirdParty/{GeoTIFF => TIFF}/otb-module.cmake (87%)
 create mode 100644 Modules/Wrappers/ApplicationEngine/include/otbLogger.h
 create mode 100644 Modules/Wrappers/ApplicationEngine/src/otbLogger.cxx
 create mode 100644 Packaging/CMakeLists.txt
 copy Modules/Applications/AppFiltering/otb-module.cmake => Packaging/CTestConfig.cmake (66%)
 create mode 100644 Packaging/External_patchelf.cmake
 create mode 100644 Packaging/Files/Monteverdi.icns
 create mode 100644 Packaging/Files/OTB Project.zip
 create mode 100644 Packaging/Files/build_examples.cmake
 create mode 100644 Packaging/Files/linux_pkgsetup.in
 create mode 100755 Packaging/Files/macx_pkgsetup.in
 create mode 100644 Packaging/Files/mapla.bat
 copy Modules/ThirdParty/Qt4/otb-module-init.cmake => Packaging/Files/mapla.sh (82%)
 mode change 100644 => 100755
 create mode 100644 Packaging/Files/monteverdi.bat
 copy Modules/ThirdParty/Qt4/otb-module-init.cmake => Packaging/Files/monteverdi.sh (82%)
 mode change 100644 => 100755
 create mode 100644 Packaging/Files/otb_loader.cxx
 copy Modules/ThirdParty/OpenCV/CMakeLists.txt => Packaging/Files/otbenv.bash (50%)
 create mode 100644 Packaging/Files/otbenv.bat
 create mode 100644 Packaging/Files/otbenv.profile
 create mode 100644 Packaging/Files/qt.conf
 create mode 100755 Packaging/Files/selftester.bat
 create mode 100755 Packaging/Files/selftester.sh
 create mode 100755 Packaging/Files/setup_python.sh
 create mode 100755 Packaging/Files/start_devenv.bat
 create mode 100644 Packaging/Files/template.app/Contents/Info.plist
 create mode 100644 Packaging/Files/uninstall_otb.bat
 copy Modules/Applications/AppFiltering/otb-module.cmake => Packaging/Files/uninstall_otb.sh (71%)
 mode change 100644 => 100755
 create mode 100644 Packaging/PackageGlobals.cmake
 create mode 100644 Packaging/README.md
 create mode 100644 Packaging/check_cmake_variables.cmake
 create mode 100644 Packaging/cleanup_package.cmake
 copy Modules/Applications/AppFiltering/otb-module.cmake => Packaging/clear_cmakecache_variables.cmake (67%)
 create mode 100644 Packaging/configure_loader.cmake
 create mode 100644 Packaging/create_package.cmake
 create mode 100644 Packaging/detect_using_file_command.cmake
 copy Modules/ThirdParty/Qt4/otb-module-init.cmake => Packaging/get_variables_ending_with.cmake (73%)
 create mode 100644 Packaging/howto_update_makeself
 copy Modules/Applications/AppFiltering/otb-module.cmake => Packaging/install_cmake_files.cmake (63%)
 create mode 100644 Packaging/install_importlibs.cmake
 create mode 100644 Packaging/install_include_dirs.cmake
 create mode 100644 Packaging/install_otbapp_wrapper_scripts.cmake
 copy Modules/ThirdParty/Qwt/otb-module-init.cmake => Packaging/install_python_bindings.cmake (76%)
 create mode 100644 Packaging/install_qtdev_files.cmake
 create mode 100644 Packaging/install_rule.cmake
 create mode 100644 Packaging/install_share_dirs.cmake
 copy Modules/ThirdParty/Qt4/otb-module-init.cmake => Packaging/install_vstudio_files.cmake (79%)
 create mode 100644 Packaging/install_without_message.cmake
 create mode 100644 Packaging/installer_files.cmake
 create mode 100644 Packaging/isfile_symlink.cmake
 create mode 100644 Packaging/makeself/COPYING
 create mode 100644 Packaging/makeself/README.md
 create mode 100755 Packaging/makeself/makeself-header.sh
 create mode 100644 Packaging/makeself/makeself.1
 create mode 100644 Packaging/makeself/makeself.lsm
 create mode 100755 Packaging/makeself/makeself.sh
 create mode 100644 Packaging/otb_update_makeself
 create mode 100644 Packaging/patch_cmake_files.cmake
 create mode 100644 Packaging/post_install.cmake
 create mode 100644 Packaging/prepare_file_list.cmake
 create mode 100644 Packaging/prepare_search_dirs.cmake
 create mode 100644 Packaging/process_file_recurse.cmake
 copy Modules/ThirdParty/Shark/otb-module.cmake => Packaging/search_library.cmake (52%)
 copy Modules/Applications/AppFiltering/otb-module.cmake => Packaging/setif_value_in_list.cmake (62%)
 create mode 100644 Packaging/testing.cmake

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/otb.git



More information about the Pkg-grass-devel mailing list