[pdal-commits] [PDAL/PDAL] 8ba8da: Don't use fixed format for doubles. Use default f...
GitHub
noreply at github.com
Wed Oct 7 09:48:53 PDT 2015
Branch: refs/heads/attribute-options
Home: https://github.com/PDAL/PDAL
Commit: 8ba8daef92a6ef07985771d06cf13f0c40646f36
https://github.com/PDAL/PDAL/commit/8ba8daef92a6ef07985771d06cf13f0c40646f36
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2015-10-07 (Wed, 07 Oct 2015)
Changed paths:
M include/pdal/util/Utils.hpp
M test/unit/MetadataTest.cpp
Log Message:
-----------
Don't use fixed format for doubles. Use default format with significant
precision.
Commit: dc48725c1f54cb30649eea93691d8c5e0711c9c4
https://github.com/PDAL/PDAL/commit/dc48725c1f54cb30649eea93691d8c5e0711c9c4
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2015-10-07 (Wed, 07 Oct 2015)
Changed paths:
M filters/crop/CropFilter.cpp
M plugins/attribute/CMakeLists.txt
M plugins/attribute/filters/AttributeFilter.cpp
M plugins/attribute/filters/AttributeFilter.hpp
A plugins/attribute/test/AttributeFilterTest.cpp
Log Message:
-----------
Small bug fixes in attribute filter.
Make crop filter work when prepared more than once.
Add tests for attribute filter.
Remove multi-dimension support for attribute filter.
Compare: https://github.com/PDAL/PDAL/compare/8ba8daef92a6^...dc48725c1f54
More information about the pdal-commits
mailing list