[pdal-commits] [PDAL/PDAL] c80463: use stack-allocated std::vector<boost::uint8_t> in...
GitHub
noreply at github.com
Fri Mar 15 13:15:22 PDT 2013
Branch: refs/heads/vectorize-lasreader
Home: https://github.com/PDAL/PDAL
Commit: c80463fbe498d5e243252d6d8837e5d1223a3bdf
https://github.com/PDAL/PDAL/commit/c80463fbe498d5e243252d6d8837e5d1223a3bdf
Author: Howard Butler <hobu.inc at gmail.com>
Date: 2013-03-14 (Thu, 14 Mar 2013)
Changed paths:
M src/drivers/las/Reader.cpp
Log Message:
-----------
use stack-allocated std::vector<boost::uint8_t> instead of a heap allocated naked array to read data into
Commit: 07d0ee503b44a549547946dfa5935873a73bdaf1
https://github.com/PDAL/PDAL/commit/07d0ee503b44a549547946dfa5935873a73bdaf1
Author: Howard Butler <hobu.inc at gmail.com>
Date: 2013-03-14 (Thu, 14 Mar 2013)
Changed paths:
M src/drivers/oci/Writer.cpp
Log Message:
-----------
don't allocate a vector every time through the loop
Commit: 729cf64800ed5f940e73454e266f93f675590b0b
https://github.com/PDAL/PDAL/commit/729cf64800ed5f940e73454e266f93f675590b0b
Author: Howard Butler <hobu.inc at gmail.com>
Date: 2013-03-15 (Fri, 15 Mar 2013)
Changed paths:
M include/pdal/drivers/las/Reader.hpp
M src/drivers/las/Reader.cpp
Log Message:
-----------
reuse the buffer that reads point data out of the LAS file
Commit: 5d037683253ce064121238b887df19ba9b39c0e5
https://github.com/PDAL/PDAL/commit/5d037683253ce064121238b887df19ba9b39c0e5
Author: Howard Butler <hobu.inc at gmail.com>
Date: 2013-03-15 (Fri, 15 Mar 2013)
Changed paths:
M src/filters/Cache.cpp
Log Message:
-----------
don't reset the cache upon iterator creation
Commit: e3fb963fc4b421a4dbb2e17d055272ad9c2c1c7f
https://github.com/PDAL/PDAL/commit/e3fb963fc4b421a4dbb2e17d055272ad9c2c1c7f
Author: Howard Butler <hobu.inc at gmail.com>
Date: 2013-03-15 (Fri, 15 Mar 2013)
Changed paths:
M test/data/oracle/cleanup.sql
Log Message:
-----------
make sure to purge
Commit: d603cf89992ce869cef7ce4e69318bb6b1ae6491
https://github.com/PDAL/PDAL/commit/d603cf89992ce869cef7ce4e69318bb6b1ae6491
Author: Howard Butler <hobu.inc at gmail.com>
Date: 2013-03-15 (Fri, 15 Mar 2013)
Changed paths:
M include/pdal/PointBuffer.hpp
M src/PointBuffer.cpp
Log Message:
-----------
provide a method to copy like- dimensions from one PointBuffer to another (static)
Commit: 985d1c784d2f3690c0f07e696711011dd436f28d
https://github.com/PDAL/PDAL/commit/985d1c784d2f3690c0f07e696711011dd436f28d
Author: Howard Butler <hobu.inc at gmail.com>
Date: 2013-03-15 (Fri, 15 Mar 2013)
Changed paths:
M test/unit/PointBufferTest.cpp
Log Message:
-----------
test likewise copy
Commit: a88556aa30043f9ebca1ced9ee619ddb8d50f57b
https://github.com/PDAL/PDAL/commit/a88556aa30043f9ebca1ced9ee619ddb8d50f57b
Author: Howard Butler <hobu.inc at gmail.com>
Date: 2013-03-15 (Fri, 15 Mar 2013)
Changed paths:
M src/filters/Cache.cpp
Log Message:
-----------
If we have a cache it, copy its data into our buffer
Commit: 0f3f4b53fedfd2bd71a15454131797c62cd93d4c
https://github.com/PDAL/PDAL/commit/0f3f4b53fedfd2bd71a15454131797c62cd93d4c
Author: Howard Butler <hobu.inc at gmail.com>
Date: 2013-03-15 (Fri, 15 Mar 2013)
Changed paths:
M test/unit/filters/CacheFilterTest.cpp
Log Message:
-----------
test cache with random iterator
Commit: d4ba4616f3cab0cb59893c63a4596f3ccdf00238
https://github.com/PDAL/PDAL/commit/d4ba4616f3cab0cb59893c63a4596f3ccdf00238
Author: Howard Butler <hobu.inc at gmail.com>
Date: 2013-03-15 (Fri, 15 Mar 2013)
Changed paths:
M src/PointBuffer.cpp
Log Message:
-----------
cleanup source/dest confusion
Compare: https://github.com/PDAL/PDAL/compare/c80463fbe498^...d4ba4616f3ca
More information about the pdal-commits
mailing list