[pdal-commits] [PDAL/PDAL] 058814: provide patch for #217 to set the dimension count ...

GitHub noreply at github.com
Wed Dec 4 11:21:24 PST 2013


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: 05881421e993fc9759a6620c7b729f3b32896357
      https://github.com/PDAL/PDAL/commit/05881421e993fc9759a6620c7b729f3b32896357
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2013-12-03 (Tue, 03 Dec 2013)

  Changed paths:
    M src/drivers/oci/Writer.cpp

  Log Message:
  -----------
  provide patch for #217 to set the dimension count for the schema appropriately


  Commit: 36c3fa0d3385982f8a2bc64daaa91d85742fdbc5
      https://github.com/PDAL/PDAL/commit/36c3fa0d3385982f8a2bc64daaa91d85742fdbc5
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2013-12-04 (Wed, 04 Dec 2013)

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

  Log Message:
  -----------
  PointBuffer::pack() should return heap-allocated buffer so multiple copies aren't made


  Commit: f5485dab145ecef4083620a5a6bb7905916b18c3
      https://github.com/PDAL/PDAL/commit/f5485dab145ecef4083620a5a6bb7905916b18c3
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2013-12-04 (Wed, 04 Dec 2013)

  Changed paths:
    M src/drivers/pgpointcloud/Writer.cpp

  Log Message:
  -----------
  use scoped_ptr to manage packed buffer lifetime


  Commit: b59c27edb533ecaddb02c6f5caa434d04b4a6ae7
      https://github.com/PDAL/PDAL/commit/b59c27edb533ecaddb02c6f5caa434d04b4a6ae7
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2013-12-04 (Wed, 04 Dec 2013)

  Changed paths:
    M test/unit/PointBufferTest.cpp

  Log Message:
  -----------
  PointBuffer::pack returns heap-allocated buffer now


  Commit: 0053dff38d8924f28955506124ea9a95a7ab426b
      https://github.com/PDAL/PDAL/commit/0053dff38d8924f28955506124ea9a95a7ab426b
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2013-12-04 (Wed, 04 Dec 2013)

  Changed paths:
    M include/pdal/drivers/oci/Writer.hpp
    M src/drivers/oci/Writer.cpp

  Log Message:
  -----------
  used PointBuffer::pack instead of custom packing stuff


Compare: https://github.com/PDAL/PDAL/compare/bb35b7d54955...0053dff38d89


More information about the pdal-commits mailing list