Skip to content
Snippets Groups Projects
  1. Aug 25, 2016
  2. Aug 24, 2016
  3. Aug 23, 2016
  4. Aug 19, 2016
  5. Aug 18, 2016
  6. Aug 17, 2016
  7. Aug 16, 2016
  8. Aug 15, 2016
  9. Aug 12, 2016
  10. Aug 11, 2016
  11. Aug 09, 2016
  12. Aug 08, 2016
  13. Aug 04, 2016
  14. Aug 01, 2016
  15. Jul 27, 2016
  16. Jul 26, 2016
  17. Aug 03, 2016
    • Nat Goodspeed's avatar
      MAINT-6584: Use RAII classes to manage helper object lifespans. · 03bff896
      Nat Goodspeed authored
      Use boost::scoped_ptr instead of raw pointers to LLKDUMemSource,
      LLKDUDecodeState, kdu_coords and kdu_dims so cleanup is simpler, and automated
      on destruction of LLImageJ2CKDU.
      
      Replace pointer to kdu_codestream with a custom RAII class. kdu_codestream is
      itself an opaque handle, so we don't need to add another layer of indirection.
      Just wrap it to ensure its destroy() method is reliably called when needed.
      
      Make static instances of LLKDUMessageWarning and LLKDUMessageError
      self-register, eliminating the companion static bool and explicit checks in
      code.
      03bff896
  18. Jul 26, 2016
  19. Jul 25, 2016
  20. Jul 22, 2016
Loading