Skip to content
Snippets Groups Projects
  1. Mar 09, 2018
  2. Mar 08, 2017
  3. 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
  4. Feb 20, 2015
  5. Feb 18, 2015
  6. Oct 28, 2014
  7. Nov 15, 2013
  8. Oct 28, 2011
  9. May 25, 2011
  10. May 07, 2011
  11. May 04, 2011
  12. Apr 11, 2011
  13. Apr 09, 2011
  14. Mar 21, 2011
    • OTB Bot's avatar
      STYLE · 00f574c9
      OTB Bot authored
      00f574c9
    • Julien Malik's avatar
    • Julien Malik's avatar
      REFAC: add a StreamingManager class, rework the streaming management of... · 0b0a3dff
      Julien Malik authored
      REFAC: add a StreamingManager class, rework the streaming management of StreamingImageVirtualFileWriter
      
      - Add a StreamingManager class, integrating the PipelineMemoryPrintCalculator, and managing several streaming policies
       (stripped by specified number of lines, stripped by available memory, tiled by specified tile dimension, tiled by available memory)
      - In tile mode, the class uses the new ImageRegionSquareTileSplitter, which generates square tiles
      - Integrate the StreamingManager into the StreamingImageVirtualWriter as the only object responsible for streaming policy.
        The filter relies on this object to get the number of splits and iterate in the splits, without knowing the underlying implementation
      - Add proper progress reporting in the StreamingImageVirtualWriter, by observing the progress events generated by the source object,
        to provide a continuous progress update instead of a tile by tile progress
      - Make the necessary changes in the tests to account for new streaming parameters specifications
      0b0a3dff
Loading