[pdal-commits] [PDAL/PDAL] e80096: Revert "make the PointBuffer that the pdal::Writer...

GitHub noreply at github.com
Wed Oct 31 09:47:30 PDT 2012


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: e800967727cf49a46914294d138a2c74d61f60e4
      https://github.com/PDAL/PDAL/commit/e800967727cf49a46914294d138a2c74d61f60e4
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2012-10-29 (Mon, 29 Oct 2012)

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

  Log Message:
  -----------
  Revert "make the PointBuffer that the pdal::Writer uses heap-allocated and owned by the pdal::Writer instance. Add a public method to fetch it so that others may get the properties of the writer's PointBuffer"

This reverts commit 78ce8289fdbf8f2fa7843f58f3ff989d3c1b0dfb.


  Commit: 7753d52051a5204b01744bb15f3dc9f7d8891e9b
      https://github.com/PDAL/PDAL/commit/7753d52051a5204b01744bb15f3dc9f7d8891e9b
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2012-10-29 (Mon, 29 Oct 2012)

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

  Log Message:
  -----------
  Revert "Revert "make the PointBuffer that the pdal::Writer uses heap-allocated and owned by the pdal::Writer instance. Add a public method to fetch it so that others may get the properties of the writer's PointBuffer""

This reverts commit e800967727cf49a46914294d138a2c74d61f60e4.


  Commit: 8b474fed8a5d5e364c2b96f43fd68e4728306520
      https://github.com/PDAL/PDAL/commit/8b474fed8a5d5e364c2b96f43fd68e4728306520
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2012-10-30 (Tue, 30 Oct 2012)

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

  Log Message:
  -----------
  rename m_buffer to m_writer_buffer for clarity


  Commit: cfdacc79267278cae2734af5d13659fd5ab8a9c5
      https://github.com/PDAL/PDAL/commit/cfdacc79267278cae2734af5d13659fd5ab8a9c5
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2012-10-30 (Tue, 30 Oct 2012)

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

  Log Message:
  -----------
  trap for the condition when the number of points in the block is larger than the capacity of the oracle buffer we are reading it into is -- ie, the SDO_PC's attributes are smaller than the number of points actually in the block


  Commit: 3d21cbb91043c3c720eddcde8b78a50b9ee982f9
      https://github.com/PDAL/PDAL/commit/3d21cbb91043c3c720eddcde8b78a50b9ee982f9
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2012-10-30 (Tue, 30 Oct 2012)

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

  Log Message:
  -----------
  add reset(schema) method to allow you to reset the PointBuffer instance. Make sure to initialize data arrays before we use them


  Commit: 3678e63c0d07837f29f29d6c7bf89f8eb31de32e
      https://github.com/PDAL/PDAL/commit/3678e63c0d07837f29f29d6c7bf89f8eb31de32e
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2012-10-30 (Tue, 30 Oct 2012)

  Changed paths:
    M src/Writer.cpp

  Log Message:
  -----------
  make sure to clean up iterator when we're done with it


  Commit: 4226fb2aae48cc1d473b7d875c2b7dd28724dcdc
      https://github.com/PDAL/PDAL/commit/4226fb2aae48cc1d473b7d875c2b7dd28724dcdc
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2012-10-30 (Tue, 30 Oct 2012)

  Changed paths:
    M src/filters/Colorization.cpp

  Log Message:
  -----------
  clean up formatting of test


  Commit: 9c18fc95daea43aeef74f63f7d7221767d2cfc60
      https://github.com/PDAL/PDAL/commit/9c18fc95daea43aeef74f63f7d7221767d2cfc60
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2012-10-30 (Tue, 30 Oct 2012)

  Changed paths:
    M src/filters/Selector.cpp

  Log Message:
  -----------
  use new PointBuffer::reset() method


  Commit: 1d5c94caa81ccf324f569c9aaf73c8a01991c09d
      https://github.com/PDAL/PDAL/commit/1d5c94caa81ccf324f569c9aaf73c8a01991c09d
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2012-10-30 (Tue, 30 Oct 2012)

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

  Log Message:
  -----------
  make sure to initialize m_numPointsWritten


  Commit: aa9cbf939866f857aa8651e902972ba1d846092a
      https://github.com/PDAL/PDAL/commit/aa9cbf939866f857aa8651e902972ba1d846092a
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2012-10-30 (Tue, 30 Oct 2012)

  Changed paths:
    M src/XMLSchema.cpp

  Log Message:
  -----------
  make sure to shutdown libxml when we're done


Compare: https://github.com/PDAL/PDAL/compare/a725a6207262...aa9cbf939866


More information about the pdal-commits mailing list