Skip to content
Snippets Groups Projects
  1. Feb 09, 2018
  2. Oct 27, 2017
  3. Oct 25, 2017
  4. Sep 04, 2017
  5. May 18, 2017
  6. May 17, 2017
  7. May 16, 2017
  8. May 10, 2017
  9. Apr 07, 2017
  10. Mar 23, 2017
  11. Mar 10, 2017
  12. Mar 08, 2017
  13. Feb 21, 2017
  14. Feb 15, 2017
  15. Feb 14, 2017
  16. Nov 17, 2016
  17. Oct 13, 2016
  18. Oct 11, 2016
  19. Sep 16, 2016
  20. Aug 30, 2016
  21. Aug 24, 2016
    • Julien Michel's avatar
      ENH: Support Gdal derived subdatasets if available · f051cca5
      Julien Michel authored
      This changeset introduce support for Gdal derived subdatasets.
      
      Changes include:
      - A new private const method to get the real source name from the derived dataset filename
      - An update of the TestFileExistency() method to check for existency of the real source name instead of derived dataset filename
      - A patch to make sure OSSIM tries to open the real source name instead of the derived dataset.
      
      If derived datasets are not supported by gdal, ImageFileReader will end with GDALImageIO CanRead saying false, so there should be no impact.
      f051cca5
  22. Jun 27, 2016
  23. Jun 13, 2016
    • Manuel Grizonnet's avatar
      ENH: Remove double underscore in header guards (.txx & __otb*_h form) · 82842d15
      Manuel Grizonnet authored
      Used the following command:
      
      find . \( -iname *.txx -and ! -path *ThirdParty* \) -exec perl -pi -w -e 's/__otb(.*)_txx/otb$1_txx/g;' {} \;
      find . \( -iname *.h -and ! -path *ThirdParty* \) -exec perl -pi -w -e 's/__otb(.*)_h/otb$1_h/g;' {} \;
      
      Fixes many, but not all, clang -Wreserved-id-macro warnings.
      82842d15
  24. Apr 08, 2016
  25. May 19, 2015
  26. Feb 26, 2015
  27. Feb 23, 2015
  28. Feb 18, 2015
  29. Feb 03, 2015
  30. Jan 23, 2015
  31. Nov 06, 2014
  32. Oct 28, 2014
  33. Oct 21, 2014
  34. Aug 06, 2014
Loading