[pdal-commits] [PDAL/PDAL] 5ba08b: commit aea7c9db37f3b30a3d035aa6559dc20609233ae5
GitHub
noreply at github.com
Mon Apr 6 20:08:47 PDT 2015
Branch: refs/heads/pdal-tindex
Home: https://github.com/PDAL/PDAL
Commit: 5ba08b7cdcc029702abfbf28da500b411f48fdab
https://github.com/PDAL/PDAL/commit/5ba08b7cdcc029702abfbf28da500b411f48fdab
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2015-04-03 (Fri, 03 Apr 2015)
Changed paths:
M filters/colorization/ColorizationFilter.cpp
M filters/reprojection/ReprojectionFilter.cpp
M filters/reprojection/ReprojectionFilter.hpp
M include/pdal/GlobalEnvironment.hpp
M include/pdal/PointView.hpp
M plugins/attribute/filters/AttributeFilter.cpp
M plugins/oci/io/OciReader.cpp
M plugins/oci/io/OciWriter.cpp
M src/GlobalEnvironment.cpp
M src/plang/Script.cpp
Log Message:
-----------
commit aea7c9db37f3b30a3d035aa6559dc20609233ae5
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: Fri Apr 3 14:02:09 2015 -0500
Only set GDAL log once.
Close #864
Commit: a8071565c009369634710e939069f5cbe054ab32
https://github.com/PDAL/PDAL/commit/a8071565c009369634710e939069f5cbe054ab32
Author: Pete Gadomski <pete.gadomski at gmail.com>
Date: 2015-04-05 (Sun, 05 Apr 2015)
Changed paths:
M CMakeLists.txt
Log Message:
-----------
Bump required cmake version to 2.8.11
I tried with 2.8.7 and things blew up.
Commit: 5a841978f3b14db3cc783886cbfa93bcfe1d47ee
https://github.com/PDAL/PDAL/commit/5a841978f3b14db3cc783886cbfa93bcfe1d47ee
Author: Pete Gadomski <pete.gadomski at gmail.com>
Date: 2015-04-05 (Sun, 05 Apr 2015)
Changed paths:
M scripts/ci/before_install.sh
Log Message:
-----------
Install libgeotiff from apt instead of from source
Commit: 4de85917e7aea9bad23fa621c904dd60a3cf8033
https://github.com/PDAL/PDAL/commit/4de85917e7aea9bad23fa621c904dd60a3cf8033
Author: Pete Gadomski <pete.gadomski at gmail.com>
Date: 2015-04-05 (Sun, 05 Apr 2015)
Changed paths:
M scripts/ci/before_install.sh
Log Message:
-----------
Consolidate apt-get installs
Commit: d893b5bf042a5b16f6e411828800c790d7fc0fa9
https://github.com/PDAL/PDAL/commit/d893b5bf042a5b16f6e411828800c790d7fc0fa9
Author: Pete Gadomski <pete.gadomski at gmail.com>
Date: 2015-04-05 (Sun, 05 Apr 2015)
Changed paths:
M scripts/ci/before_install.sh
Log Message:
-----------
Use pdal's ppa for pgpointcloud
This is a ppa that we maintain for continuous integration packages.
Commit: 4bc4aa7733d79435a921a49c330dcc36c165b22d
https://github.com/PDAL/PDAL/commit/4bc4aa7733d79435a921a49c330dcc36c165b22d
Author: Pete Gadomski <pete.gadomski at gmail.com>
Date: 2015-04-05 (Sun, 05 Apr 2015)
Changed paths:
M scripts/ci/before_install.sh
Log Message:
-----------
Reorganize apt-get installs
Split out the installs by expected ppa source, so the ppa <-> package
links are easier to maintain over time.
Commit: c57744108d7f7889f7df597fc76560da4bd86287
https://github.com/PDAL/PDAL/commit/c57744108d7f7889f7df597fc76560da4bd86287
Author: Pete Gadomski <pete.gadomski at gmail.com>
Date: 2015-04-05 (Sun, 05 Apr 2015)
Changed paths:
M scripts/ci/script.sh
Log Message:
-----------
Remove unused cmake variables in CI script
WITH_ICONV and WITH_LIBXML2 were unused.
Commit: d40458e577de82758d872727ca6201933ca38e01
https://github.com/PDAL/PDAL/commit/d40458e577de82758d872727ca6201933ca38e01
Author: Pete Gadomski <pete.gadomski at gmail.com>
Date: 2015-04-06 (Mon, 06 Apr 2015)
Changed paths:
M CMakeLists.txt
M scripts/ci/before_install.sh
M scripts/ci/script.sh
Log Message:
-----------
Merge pull request #866 from gadomski/travis-cleanup
Travis cleanup and beginnings of ppa-ification
Commit: 67319310a054cedc8dd7f7adea88ba923477205c
https://github.com/PDAL/PDAL/commit/67319310a054cedc8dd7f7adea88ba923477205c
Author: Connor Manning <connor at hobu.co>
Date: 2015-04-06 (Mon, 06 Apr 2015)
Changed paths:
M include/pdal/PipelineManager.hpp
M include/pdal/PointLayout.hpp
M include/pdal/PointTable.hpp
Log Message:
-----------
Make the PointTable's Layout not be a shared pointer.
Commit: 475895338f980ebb411b911b0cc48c21cbdeaa05
https://github.com/PDAL/PDAL/commit/475895338f980ebb411b911b0cc48c21cbdeaa05
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2015-04-06 (Mon, 06 Apr 2015)
Changed paths:
M include/pdal/Compression.hpp
M include/pdal/Utils.hpp
M plugins/oci/io/OciReader.cpp
M plugins/oci/io/OciReader.hpp
M plugins/oci/io/OciWriter.cpp
M plugins/oci/io/OciWriter.hpp
M plugins/oci/test/OCITest.cpp
M test/unit/CompressionTest.cpp
M test/unit/MetadataTest.cpp
Log Message:
-----------
Add compression to OCI.
Add a simple buffer implementation to the Compression header.
Make sure done() only gets called once for the LazPerf compressor.
Have compression tests use new compression buffer.
Conflicts:
plugins/oci/io/OciReader.cpp
Commit: 21e853dd79b47421e07123152edb1559428a9f3a
https://github.com/PDAL/PDAL/commit/21e853dd79b47421e07123152edb1559428a9f3a
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2015-04-06 (Mon, 06 Apr 2015)
Changed paths:
M include/pdal/PipelineManager.hpp
M include/pdal/PointLayout.hpp
M include/pdal/PointTable.hpp
Log Message:
-----------
Merge pull request #868 from PDAL/layout-ownership
Make the PointTable's Layout not be a shared pointer.
Commit: 9c5c50eeab702f7654c6e69b79b76d19230ce794
https://github.com/PDAL/PDAL/commit/9c5c50eeab702f7654c6e69b79b76d19230ce794
Author: Connor Manning <connor at hobu.co>
Date: 2015-04-06 (Mon, 06 Apr 2015)
Changed paths:
M plugins/pcl/filters/GroundFilter.hpp
Log Message:
-----------
Remove unnecessary typedef declarations.
Commit: 7bca1f8c3112860492bcc3c6ed1bd28e192d3a83
https://github.com/PDAL/PDAL/commit/7bca1f8c3112860492bcc3c6ed1bd28e192d3a83
Author: Howard Butler <howard at hobu.co>
Date: 2015-04-06 (Mon, 06 Apr 2015)
Changed paths:
M CMakeLists.txt
M filters/colorization/ColorizationFilter.cpp
M filters/reprojection/ReprojectionFilter.cpp
M filters/reprojection/ReprojectionFilter.hpp
M include/pdal/Compression.hpp
M include/pdal/GlobalEnvironment.hpp
M include/pdal/PipelineManager.hpp
M include/pdal/PointLayout.hpp
M include/pdal/PointTable.hpp
M include/pdal/PointView.hpp
M include/pdal/Utils.hpp
M plugins/attribute/filters/AttributeFilter.cpp
M plugins/oci/io/OciReader.cpp
M plugins/oci/io/OciReader.hpp
M plugins/oci/io/OciWriter.cpp
M plugins/oci/io/OciWriter.hpp
M plugins/oci/test/OCITest.cpp
M plugins/pcl/filters/GroundFilter.hpp
M scripts/ci/before_install.sh
M scripts/ci/script.sh
M src/GlobalEnvironment.cpp
M src/plang/Script.cpp
M test/unit/CompressionTest.cpp
M test/unit/MetadataTest.cpp
Log Message:
-----------
Merge remote-tracking branch 'origin/master' into pdal-tindex
Compare: https://github.com/PDAL/PDAL/compare/724432e43c3c...7bca1f8c3112
More information about the pdal-commits
mailing list