[pdal-commits] [PDAL/PDAL] 36c3fa: PointBuffer::pack() should return heap-allocated b...
GitHub
noreply at github.com
Wed Dec 4 10:13:27 PST 2013
Branch: refs/heads/issues/217-oci-schema-dimension-count
Home: https://github.com/PDAL/PDAL
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/05881421e993...0053dff38d89
More information about the pdal-commits
mailing list