[pdal-commits] [PDAL/PDAL] ee910e: start refactoring PDAL's GEOS usage
GitHub
noreply at github.com
Fri Dec 18 10:02:50 PST 2015
Branch: refs/heads/geos-refactor
Home: https://github.com/PDAL/PDAL
Commit: ee910ed69940b18bb06682d92377ac080fd90a68
https://github.com/PDAL/PDAL/commit/ee910ed69940b18bb06682d92377ac080fd90a68
Author: Howard Butler <howard at hobu.co>
Date: 2015-11-21 (Sat, 21 Nov 2015)
Changed paths:
A include/pdal/GEOSUtils.hpp
R include/pdal/Geometry.hpp
M include/pdal/GlobalEnvironment.hpp
M plugins/hexbin/filters/HexBin.cpp
M src/CMakeLists.txt
A src/GEOSUtils.cpp
M src/GlobalEnvironment.cpp
Log Message:
-----------
start refactoring PDAL's GEOS usage
Commit: 71af83acdf39114c5eb570c1be457349e0bc6684
https://github.com/PDAL/PDAL/commit/71af83acdf39114c5eb570c1be457349e0bc6684
Author: Howard Butler <howard at hobu.co>
Date: 2015-12-15 (Tue, 15 Dec 2015)
Changed paths:
M .travis.yml
M CMakeLists.txt
A ChangeLog
A RELEASENOTES.txt
M appveyor.yml
M cmake/geos.cmake
A doc/docker.rst
M doc/download.rst
M doc/index.rst
M doc/stages/filters.hexbin.rst
A doc/stages/readers.tindex.rst
M doc/tutorial/writing-reader.rst
M doc/tutorial/writing-writer.rst
M examples/writing-reader/pipeline-myreader.xml
M examples/writing-writer/MyWriter.cpp
M examples/writing-writer/MyWriter.hpp
A examples/writing-writer/pipeline-mywriter.xml
M filters/merge/MergeFilter.cpp
M filters/merge/MergeFilter.hpp
M filters/reprojection/ReprojectionFilter.cpp
M include/pdal/Compression.hpp
M include/pdal/Dimension.hpp
M include/pdal/GDALUtils.hpp
M include/pdal/GEOSUtils.hpp
M include/pdal/PointTable.hpp
M include/pdal/PointView.hpp
M include/pdal/SpatialReference.hpp
M include/pdal/util/Bounds.hpp
M include/pdal/util/Utils.hpp
M io/CMakeLists.txt
M io/bpf/BpfReader.cpp
M io/ilvis2/Ilvis2Reader.cpp
M io/ilvis2/Ilvis2Reader.hpp
M io/las/LasHeader.hpp
M io/las/LasReader.cpp
M io/las/LasReader.hpp
M io/las/LasWriter.cpp
M io/las/LasWriter.hpp
A io/tindex/CMakeLists.txt
A io/tindex/TIndexReader.cpp
A io/tindex/TIndexReader.hpp
M kernels/tindex/TIndexKernel.cpp
M kernels/tindex/TIndexKernel.hpp
M plugins/hexbin/filters/HexBin.cpp
M plugins/pgpointcloud/io/PgReader.cpp
M scripts/ci/before_install.sh
M scripts/ci/common.sh
M scripts/ci/script.sh
A scripts/docker/Dockerfile
A scripts/docker/dependencies/Dockerfile
A scripts/docker/packaging/Dockerfile
M src/PointTable.cpp
M src/SpatialReference.cpp
M src/StageFactory.cpp
M src/pdal_config.cpp
M src/plang/Environment.cpp
A test/data/filters/merge2.xml.in
A test/data/filters/merge3.xml.in
A test/data/ilvis2/ILVIS2_TEST_FILE.TXT
A test/data/las/test1_4.las
A test/data/las/test_utm16.las
A test/data/pipeline/tindex.xml
A test/data/pipeline/tindex.xml.in
M test/unit/SpatialReferenceTest.cpp
M test/unit/filters/MergeTest.cpp
M test/unit/io/bpf/BPFTest.cpp
M test/unit/io/ilvis2/Ilvis2ReaderTest.cpp
M test/unit/io/las/LasReaderTest.cpp
M test/unit/io/las/LasWriterTest.cpp
Log Message:
-----------
Merge branch 'master' into geos-refactor
Commit: 379d165d1791075ce93926bc7bf6d7bcec357996
https://github.com/PDAL/PDAL/commit/379d165d1791075ce93926bc7bf6d7bcec357996
Author: Howard Butler <howard at hobu.co>
Date: 2015-12-15 (Tue, 15 Dec 2015)
Changed paths:
M src/util/FileUtils.cpp
Log Message:
-----------
remove using namespace std
Commit: 1d0701b00500f52470980f1bec20eadff408c2a0
https://github.com/PDAL/PDAL/commit/1d0701b00500f52470980f1bec20eadff408c2a0
Author: Howard Butler <howard at hobu.co>
Date: 2015-12-15 (Tue, 15 Dec 2015)
Changed paths:
M src/GlobalEnvironment.cpp
Log Message:
-----------
small cleanups
Commit: 9ad1019497f462f5d9f6e47a51f61ceea0b50f41
https://github.com/PDAL/PDAL/commit/9ad1019497f462f5d9f6e47a51f61ceea0b50f41
Author: Howard Butler <howard at hobu.co>
Date: 2015-12-15 (Tue, 15 Dec 2015)
Changed paths:
M include/pdal/GEOSUtils.hpp
M plugins/hexbin/filters/HexBin.cpp
M src/GEOSUtils.cpp
Log Message:
-----------
get GEOS refactor compiling
Commit: eb73ec7b15e449a5224ab71f3eb876052a08e98f
https://github.com/PDAL/PDAL/commit/eb73ec7b15e449a5224ab71f3eb876052a08e98f
Author: Howard Butler <howard at hobu.co>
Date: 2015-12-18 (Fri, 18 Dec 2015)
Changed paths:
M include/pdal/GEOSUtils.hpp
M src/GEOSUtils.cpp
Log Message:
-----------
more GEOS refactor
Compare: https://github.com/PDAL/PDAL/compare/ee910ed69940^...eb73ec7b15e4
More information about the pdal-commits
mailing list