[pdal-commits] [PDAL/PDAL] 74a29a: prevent an overflow that was
causing the character...
GitHub
noreply at github.com
Mon Apr 30 22:13:52 EDT 2012
Branch: refs/heads/master
Home: https://github.com/PDAL/PDAL
Commit: 74a29ac787962a895d12a9c2458c47eb94fae6fe
https://github.com/PDAL/PDAL/commit/74a29ac787962a895d12a9c2458c47eb94fae6fe
Author: Howard Butler <hobu.inc at gmail.com>
Date: 2012-04-30 (Mon, 30 Apr 2012)
Changed paths:
M src/Dimension.cpp
Log Message:
-----------
prevent an overflow that was causing the character padding to be multi-gb in size -- there's a boost string algo to do this somewhere
Commit: e48b86de570d49f56d33b15290ca58e20d089c6e
https://github.com/PDAL/PDAL/commit/e48b86de570d49f56d33b15290ca58e20d089c6e
Author: Howard Butler <hobu.inc at gmail.com>
Date: 2012-04-30 (Mon, 30 Apr 2012)
Changed paths:
M include/pdal/filters/InPlaceReprojection.hpp
M src/filters/InPlaceReprojection.cpp
M test/unit/filters/InPlaceReprojectionFilterTest.cpp
Log Message:
-----------
fix up filters.inplacereprojection to do its operations on the PointBuffer, not the Stage
Compare: https://github.com/PDAL/PDAL/compare/815fcf3...e48b86d
More information about the pdal-commits
mailing list