[pdal-commits] [PDAL/PDAL] a7a939: Fix text of error message.
GitHub
noreply at github.com
Wed Oct 4 07:17:31 PDT 2017
Branch: refs/heads/master
Home: https://github.com/PDAL/PDAL
Commit: a7a93903f74a9645ef7ded510596060b1efe5404
https://github.com/PDAL/PDAL/commit/a7a93903f74a9645ef7ded510596060b1efe5404
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2017-10-04 (Wed, 04 Oct 2017)
Changed paths:
M filters/AssignFilter.cpp
Log Message:
-----------
Fix text of error message.
Commit: 9c3fe607dee41944a32320eb02280bb9c4dc1ac0
https://github.com/PDAL/PDAL/commit/9c3fe607dee41944a32320eb02280bb9c4dc1ac0
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2017-10-04 (Wed, 04 Oct 2017)
Changed paths:
M doc/stages/filters.ferry.rst
M filters/FerryFilter.cpp
M filters/FerryFilter.hpp
M test/unit/filters/FerryFilterTest.cpp
Log Message:
-----------
Allow filters.ferry to create new dimensions with default initialization.
Allow filters.ferry to copy data from a single source to multiple destinations.
Error if an attempt is made to set a destination dimension more than once.
Close #1694
Commit: 5cd16a2fe97f4f97c81b5618a029b929b3fd340c
https://github.com/PDAL/PDAL/commit/5cd16a2fe97f4f97c81b5618a029b929b3fd340c
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2017-10-04 (Wed, 04 Oct 2017)
Changed paths:
M .gitignore
M .travis.yml
M CMakeLists.txt
M doc/stages/filters.assign.rst
M doc/stages/readers.text.rst
M filters/AssignFilter.cpp
M filters/ColorinterpFilter.cpp
M filters/ColorizationFilter.cpp
M filters/private/DimRange.cpp
M io/LasReader.cpp
M io/LasReader.hpp
M io/LasWriter.cpp
M io/LasWriter.hpp
M io/PlyReader.cpp
M java/core-scala/src/main/scala/io/pdal/pipeline/PipelineExpressions.scala
M java/core-scala/src/main/scala/io/pdal/pipeline/json/Implicits.scala
M kernels/SortKernel.cpp
M pdal/Dimension.json
M pdal/GDALUtils.hpp
M pdal/Kernel.cpp
M pdal/Metadata.hpp
M pdal/StageFactory.cpp
M pdal/util/ProgramArgs.hpp
M pdal/util/Utils.cpp
M pdal/util/Utils.hpp
M plugins/nitf/io/NitfWriter.cpp
M scripts/ci/script.sh
A scripts/docker/1.4-maintenance/alpine/10-backtrace-guards.patch
A scripts/docker/1.4-maintenance/alpine/Dockerfile
A scripts/docker/1.4-maintenance/ubuntu/Dockerfile
A scripts/docker/1.5-maintenance/alpine/10-backtrace-guards.patch
A scripts/docker/1.5-maintenance/alpine/Dockerfile
A scripts/docker/1.5-maintenance/ubuntu/Dockerfile
A scripts/docker/master/alpine/Dockerfile
A scripts/docker/master/ubuntu/Dockerfile
M test/unit/MetadataTest.cpp
M test/unit/UtilsTest.cpp
M test/unit/filters/ColorinterpFilterTest.cpp
M test/unit/io/LasWriterTest.cpp
Log Message:
-----------
Merge remote-tracking branch 'origin/master'
Compare: https://github.com/PDAL/PDAL/compare/94af36adbcbb...5cd16a2fe97f
More information about the pdal-commits
mailing list