[pdal-commits] [PDAL/PDAL] cb0206: keep track of currently used schema
GitHub
noreply at github.com
Thu Mar 21 09:00:42 PDT 2013
Branch: refs/heads/vectorize-lasreader
Home: https://github.com/PDAL/PDAL
Commit: cb02064853b04c3afa3e021f1a9a63ce7972f975
https://github.com/PDAL/PDAL/commit/cb02064853b04c3afa3e021f1a9a63ce7972f975
Author: Howard Butler <hobu.inc at gmail.com>
Date: 2013-03-20 (Wed, 20 Mar 2013)
Changed paths:
M include/pdal/filters/Chipper.hpp
M src/filters/Chipper.cpp
Log Message:
-----------
keep track of currently used schema
Commit: 79396b4e493b8b6ca2c2c13d566e2e115cd1c92c
https://github.com/PDAL/PDAL/commit/79396b4e493b8b6ca2c2c13d566e2e115cd1c92c
Author: Howard Butler <hobu.inc at gmail.com>
Date: 2013-03-20 (Wed, 20 Mar 2013)
Changed paths:
M include/pdal/filters/Cache.hpp
M src/filters/Cache.cpp
Log Message:
-----------
seek() needs to ask if cached, but not allocate and return a vector of blocks
Commit: 430bac54d7d24b130571229c0010d0eea62e2d3c
https://github.com/PDAL/PDAL/commit/430bac54d7d24b130571229c0010d0eea62e2d3c
Author: Howard Butler <hobu.inc at gmail.com>
Date: 2013-03-21 (Thu, 21 Mar 2013)
Changed paths:
M src/filters/Cache.cpp
Log Message:
-----------
don't request more cached blocks than necessary. random iterator can never reset the cache, only sequential
Commit: 273cdd51cb36480deebaa700296e4b5733956c71
https://github.com/PDAL/PDAL/commit/273cdd51cb36480deebaa700296e4b5733956c71
Author: Howard Butler <hobu.inc at gmail.com>
Date: 2013-03-21 (Thu, 21 Mar 2013)
Changed paths:
M include/pdal/filters/Cache.hpp
M src/filters/Cache.cpp
Log Message:
-----------
Use copyPointsFast for situations where the schema
size of the cache's blocks are the same size as the users's buffer.
Don't create a new vector of block pointers every time we do a
lookup. Instead let the user ask for a reference to the vector of
pointers that lives on the filters.cache.
Commit: 787b001d160f089941b5503074ad9f43f8fc87b2
https://github.com/PDAL/PDAL/commit/787b001d160f089941b5503074ad9f43f8fc87b2
Author: Howard Butler <hobu.inc at gmail.com>
Date: 2013-03-21 (Thu, 21 Mar 2013)
Changed paths:
M test/data/oracle/cleanup.sql
Log Message:
-----------
fix up quoting
Commit: bdc706e9b513f81d48c2e5853f5592eaa33af294
https://github.com/PDAL/PDAL/commit/bdc706e9b513f81d48c2e5853f5592eaa33af294
Author: Howard Butler <hobu.inc at gmail.com>
Date: 2013-03-21 (Thu, 21 Mar 2013)
Changed paths:
M include/pdal/filters/Chipper.hpp
M src/filters/Chipper.cpp
M test/unit/filters/ChipperTest.cpp
Log Message:
-----------
Pass down a reference to the user's buffer when we Chip() the data
so that when pulled through a cache, things actually get cached
in a way that we want to use further down the road.
Commit: 4f5388368738aca18b917a5019732982d1c1157f
https://github.com/PDAL/PDAL/commit/4f5388368738aca18b917a5019732982d1c1157f
Author: Howard Butler <hobu.inc at gmail.com>
Date: 2013-03-21 (Thu, 21 Mar 2013)
Changed paths:
M hobu-config.sh
Log Message:
-----------
build my debug config by default
Compare: https://github.com/PDAL/PDAL/compare/6e71d7a05b6f...4f5388368738
More information about the pdal-commits
mailing list