[pdal-commits] [PDAL/PDAL] 01d9e1: Support GDAL 2.0+, improve GDAL configuration dete...
GitHub
noreply at github.com
Mon Dec 28 14:38:45 PST 2015
Branch: refs/heads/master
Home: https://github.com/PDAL/PDAL
Commit: 01d9e147fb0105fa5435065c78e12f422dd1e566
https://github.com/PDAL/PDAL/commit/01d9e147fb0105fa5435065c78e12f422dd1e566
Author: Howard Butler <howard at hobu.co>
Date: 2015-12-28 (Mon, 28 Dec 2015)
Changed paths:
M cmake/gdal.cmake
M cmake/modules/FindGDAL.cmake
M io/derivative/DerivativeWriter.cpp
M test/unit/SpatialReferenceTest.cpp
Log Message:
-----------
Support GDAL 2.0+, improve GDAL configuration detection
Commit: 692aa8079b2224f65b462e3c393f6c8fa9aa43b4
https://github.com/PDAL/PDAL/commit/692aa8079b2224f65b462e3c393f6c8fa9aa43b4
Author: Howard Butler <howard at hobu.co>
Date: 2015-12-28 (Mon, 28 Dec 2015)
Changed paths:
M apps/pdal.cpp
M doc/apps.rst
M doc/compilation/index.rst
A doc/compilation/python.rst
M filters/divider/DividerFilter.hpp
R include/pdal/BufferReader.hpp
M include/pdal/KernelFactory.hpp
M include/pdal/PluginManager.hpp
M include/pdal/StageFactory.hpp
M include/pdal/pdal_types.hpp
M include/pdal/plugin.hpp
M include/pdal/util/IStream.hpp
M io/CMakeLists.txt
M io/bpf/BpfReader.cpp
A io/buffer/BufferReader.hpp
A io/buffer/CMakeLists.txt
M io/gdal/GDALReader.cpp
M io/gdal/GDALReader.hpp
M io/ilvis2/Ilvis2Reader.cpp
M io/ilvis2/Ilvis2Reader.hpp
M io/las/LasReader.cpp
M io/las/LasReader.hpp
M io/tindex/TIndexReader.cpp
M io/tindex/TIndexReader.hpp
M kernels/sort/SortKernel.cpp
M kernels/split/SplitKernel.cpp
M plugins/nitf/io/NitfReader.hpp
M plugins/nitf/test/NitfWriterTest.cpp
M plugins/pcl/kernel/PCLKernel.cpp
M plugins/pcl/kernel/SmoothKernel.cpp
M src/CMakeLists.txt
M src/GDALUtils.cpp
M src/Kernel.cpp
M src/KernelFactory.cpp
M src/PipelineReader.cpp
M src/PluginManager.cpp
M src/SpatialReference.cpp
M src/StageFactory.cpp
M test/data/ilvis2/ILVIS2_TEST_FILE.TXT
A test/data/png/autzen-height.png
R test/data/pointbuffer/metadata.txt
M test/unit/CMakeLists.txt
M test/unit/PointViewTest.cpp
M test/unit/filters/CropFilterTest.cpp
M test/unit/io/bpf/BPFTest.cpp
M test/unit/io/buffer/BufferTest.cpp
A test/unit/io/gdal/GDALReaderTest.cpp
M test/unit/io/ilvis2/Ilvis2ReaderTest.cpp
M test/unit/io/las/LasWriterTest.cpp
Log Message:
-----------
Merge branch 'master' of github.com:PDAL/PDAL into gdal-20-support
Commit: 5fd0ac548c185443443fa5614ffd615f499de456
https://github.com/PDAL/PDAL/commit/5fd0ac548c185443443fa5614ffd615f499de456
Author: Howard Butler <howard at hobu.co>
Date: 2015-12-28 (Mon, 28 Dec 2015)
Changed paths:
M cmake/modules/FindGDAL.cmake
Log Message:
-----------
remove debug lint
Commit: 00ed45211eca299337f2cf6d748a3f569b0e3570
https://github.com/PDAL/PDAL/commit/00ed45211eca299337f2cf6d748a3f569b0e3570
Author: Howard Butler <howard at hobu.co>
Date: 2015-12-28 (Mon, 28 Dec 2015)
Changed paths:
M cmake/gdal.cmake
M cmake/modules/FindGDAL.cmake
M io/derivative/DerivativeWriter.cpp
M test/unit/SpatialReferenceTest.cpp
Log Message:
-----------
Merge pull request #1075 from PDAL/gdal-20-support
Support GDAL 2.0+, improve GDAL configuration detection
Compare: https://github.com/PDAL/PDAL/compare/6811c6217961...00ed45211eca
More information about the pdal-commits
mailing list