[pdal-commits] [PDAL/PDAL] 9bc5f9: Fix minor memory leak of stage factory

GitHub noreply at github.com
Thu Jul 11 09:09:24 PDT 2013


  Branch: refs/heads/issues/153-make-getdimension-faster
  Home:   https://github.com/PDAL/PDAL
  Commit: 9bc5f9a829fe029e05ea2b2867db25a7c50d7147
      https://github.com/PDAL/PDAL/commit/9bc5f9a829fe029e05ea2b2867db25a7c50d7147
  Author: Chris Foster <chris42f at gmail.com>
  Date:   2013-07-10 (Wed, 10 Jul 2013)

  Changed paths:
    M apps/AppSupport.cpp

  Log Message:
  -----------
  Fix minor memory leak of stage factory


  Commit: edf66e1b38598cee0861ba4685e242c345ec1165
      https://github.com/PDAL/PDAL/commit/edf66e1b38598cee0861ba4685e242c345ec1165
  Author: Chris Foster <chris42f at gmail.com>
  Date:   2013-07-10 (Wed, 10 Jul 2013)

  Changed paths:
    M CMakeLists.txt
    M src/drivers/las/Header.cpp
    M src/drivers/las/Writer.cpp
    M src/filters/HexBin.cpp
    M src/filters/Selector.cpp

  Log Message:
  -----------
  Fix various compiler warnings

* Mark boost and python headers as system headers to avoid a pile of
  (mostly boost) warnings in headers we don't control.

* Remove assertion about the return value of memcpy, because memcpy
  unconditionally returns the dest buffer regardless of success.

* Avoid unused variable warnings
  - When building without hexer
  - Due to variables only used in asserts
  - Unused endianess variable

* Fix bug in las writer when reading uint8_t intensity from buffer,
  which would have accessed a bogus pointer and caused a segfault.


  Commit: 65e4b31ee2d8d8fe32d05e186f79b65e29ebf1e8
      https://github.com/PDAL/PDAL/commit/65e4b31ee2d8d8fe32d05e186f79b65e29ebf1e8
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2013-07-10 (Wed, 10 Jul 2013)

  Changed paths:
    M include/pdal/PointBuffer.hpp
    M src/PointBuffer.cpp

  Log Message:
  -----------
  add reset and default constructor


  Commit: 971024bb953c4d3ebd35b3a7092a3a009dec8cbf
      https://github.com/PDAL/PDAL/commit/971024bb953c4d3ebd35b3a7092a3a009dec8cbf
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2013-07-11 (Thu, 11 Jul 2013)

  Changed paths:
    M CMakeLists.txt
    M apps/AppSupport.cpp
    M src/drivers/las/Header.cpp
    M src/drivers/las/Writer.cpp
    M src/filters/HexBin.cpp
    M src/filters/Selector.cpp

  Log Message:
  -----------
  Merge pull request #158 from c42f/cjf-warnings-fix

Fix various compiler warnings and minor bugs


  Commit: 62cfe2cbe2bf8747299c8b55ac056362113eb78b
      https://github.com/PDAL/PDAL/commit/62cfe2cbe2bf8747299c8b55ac056362113eb78b
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2013-07-11 (Thu, 11 Jul 2013)

  Changed paths:
    M CMakeLists.txt
    M apps/AppSupport.cpp
    M src/drivers/las/Header.cpp
    M src/drivers/las/Writer.cpp
    M src/filters/HexBin.cpp
    M src/filters/Selector.cpp

  Log Message:
  -----------
  Merge branch 'master' into issues/153-make-getdimension-faster


  Commit: 55aa8bcca9e873e93f2257b01b8d231a636bdf7c
      https://github.com/PDAL/PDAL/commit/55aa8bcca9e873e93f2257b01b8d231a636bdf7c
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2013-07-11 (Thu, 11 Jul 2013)

  Changed paths:
    M src/drivers/las/Support.cpp

  Log Message:
  -----------
  macroize the dimension caching method


Compare: https://github.com/PDAL/PDAL/compare/2d738d0d2033...55aa8bcca9e8


More information about the pdal-commits mailing list