[pdal-commits] [PDAL/PDAL] 5a1333: provide new static implementation of PointBuffer::...
GitHub
noreply at github.com
Fri Jan 24 12:57:38 PST 2014
Branch: refs/heads/master
Home: https://github.com/PDAL/PDAL
Commit: 5a13337bc08244ec73f880ad814ad77f3bb92e9e
https://github.com/PDAL/PDAL/commit/5a13337bc08244ec73f880ad814ad77f3bb92e9e
Author: Howard Butler <hobu.inc at gmail.com>
Date: 2014-01-23 (Thu, 23 Jan 2014)
Changed paths:
M include/pdal/PointBuffer.hpp
M src/PointBuffer.cpp
Log Message:
-----------
provide new static implementation of PointBuffer::pack that doesn't always create a new PointBuffer, use that for class method call
Commit: 1e8498744b002fc2523cef8040476a64953b6900
https://github.com/PDAL/PDAL/commit/1e8498744b002fc2523cef8040476a64953b6900
Author: Howard Butler <hobu.inc at gmail.com>
Date: 2014-01-23 (Thu, 23 Jan 2014)
Changed paths:
M include/pdal/drivers/pgpointcloud/Writer.hpp
M src/drivers/pgpointcloud/Writer.cpp
Log Message:
-----------
use static PointBuffer::pack method and reuse buffer so as to not keep alloc'ing it over and over
Commit: bab25e7ecb2d71f70dcb94ced97c9d374f4197bb
https://github.com/PDAL/PDAL/commit/bab25e7ecb2d71f70dcb94ced97c9d374f4197bb
Author: Howard Butler <hobu.inc at gmail.com>
Date: 2014-01-24 (Fri, 24 Jan 2014)
Changed paths:
M include/pdal/Dimension.hpp
M include/pdal/filters/Scaling.hpp
Log Message:
-----------
output correct number in error reporting in descaling ops
Commit: ea22e03c2286298bc84ccf11000ce71446fa403c
https://github.com/PDAL/PDAL/commit/ea22e03c2286298bc84ccf11000ce71446fa403c
Author: Howard Butler <hobu.inc at gmail.com>
Date: 2014-01-24 (Fri, 24 Jan 2014)
Changed paths:
M include/pdal/PointBuffer.hpp
M src/PointBuffer.cpp
Log Message:
-----------
use boost::shared_array to back PointBuffer
Commit: 15581404e1e18fa4325a4fafcbd5d51ab481f28b
https://github.com/PDAL/PDAL/commit/15581404e1e18fa4325a4fafcbd5d51ab481f28b
Author: Howard Butler <hobu.inc at gmail.com>
Date: 2014-01-24 (Fri, 24 Jan 2014)
Changed paths:
M CMakeLists.txt
M include/pdal/PointBuffer.hpp
M include/pdal/kernel/Query.hpp
M src/CMakeLists.txt
Log Message:
-----------
Merge branch 'master' of github.com:PDAL/PDAL
Compare: https://github.com/PDAL/PDAL/compare/9c13e43f48ac...15581404e1e1
More information about the pdal-commits
mailing list