[pdal-commits] [PDAL/PDAL] 107535: attempt to make GDAL ErrorHandler TLS
GitHub
noreply at github.com
Thu Apr 28 07:50:26 PDT 2016
Branch: refs/heads/master
Home: https://github.com/PDAL/PDAL
Commit: 10753588ab2ea8048d14cbfca6ba47eefeb9e812
https://github.com/PDAL/PDAL/commit/10753588ab2ea8048d14cbfca6ba47eefeb9e812
Author: Howard Butler <howard at hobu.co>
Date: 2016-04-04 (Mon, 04 Apr 2016)
Changed paths:
M include/pdal/GDALUtils.hpp
Log Message:
-----------
attempt to make GDAL ErrorHandler TLS
Commit: 62a4b7bb7f5354197fd4d6a7198d51049795ea31
https://github.com/PDAL/PDAL/commit/62a4b7bb7f5354197fd4d6a7198d51049795ea31
Author: Howard Butler <howard at hobu.co>
Date: 2016-04-04 (Mon, 04 Apr 2016)
Changed paths:
M include/pdal/GDALUtils.hpp
M src/GDALUtils.cpp
Log Message:
-----------
provide reset() private function to ErrorHandler to CPLErrorReset() and clear the errnum
Commit: 66d60a35ec9eb0d9371af0ee64f83bb0231b5c41
https://github.com/PDAL/PDAL/commit/66d60a35ec9eb0d9371af0ee64f83bb0231b5c41
Author: Howard Butler <howard at hobu.co>
Date: 2016-04-04 (Mon, 04 Apr 2016)
Changed paths:
M plugins/hexbin/CMakeLists.txt
Log Message:
-----------
Merge remote-tracking branch 'origin/master' into clear-gdal-errors
Commit: 8b0440ea8ede1c1300eb73ebbe4a2623565a70cf
https://github.com/PDAL/PDAL/commit/8b0440ea8ede1c1300eb73ebbe4a2623565a70cf
Author: Howard Butler <howard at hobu.co>
Date: 2016-04-04 (Mon, 04 Apr 2016)
Changed paths:
M src/GDALUtils.cpp
Log Message:
-----------
only init m_instance when we're not TLS (apple)
Commit: 813b012e61075b31a8f34d9d354eb2b6fd84184f
https://github.com/PDAL/PDAL/commit/813b012e61075b31a8f34d9d354eb2b6fd84184f
Author: Howard Butler <howard at hobu.co>
Date: 2016-04-04 (Mon, 04 Apr 2016)
Changed paths:
M include/pdal/GDALUtils.hpp
M src/GDALUtils.cpp
Log Message:
-----------
TLS stuff can't work here, need to find another way
Commit: 42af6505c37c5835ce1308852d230ec7ec8bde6d
https://github.com/PDAL/PDAL/commit/42af6505c37c5835ce1308852d230ec7ec8bde6d
Author: Howard Butler <howard at hobu.co>
Date: 2016-04-04 (Mon, 04 Apr 2016)
Changed paths:
M filters/reprojection/ReprojectionFilter.cpp
M filters/reprojection/ReprojectionFilter.hpp
Log Message:
-----------
remove dead code
Commit: 21af82432a7ba6ac45dc0fe8e4e7916c38eede77
https://github.com/PDAL/PDAL/commit/21af82432a7ba6ac45dc0fe8e4e7916c38eede77
Author: Howard Butler <howard at hobu.co>
Date: 2016-04-04 (Mon, 04 Apr 2016)
Changed paths:
M cmake/examples/hobu-config.sh
M filters/reprojection/ReprojectionFilter.cpp
M filters/reprojection/ReprojectionFilter.hpp
M include/pdal/GDALUtils.hpp
M src/GDALUtils.cpp
M src/Stage.cpp
Log Message:
-----------
some experimentation with GDAL error handling
Commit: b22a9ca4e2c82831664ceba5736888ff807a39d5
https://github.com/PDAL/PDAL/commit/b22a9ca4e2c82831664ceba5736888ff807a39d5
Author: Howard Butler <howard at hobu.co>
Date: 2016-04-04 (Mon, 04 Apr 2016)
Changed paths:
M include/pdal/PipelineManager.hpp
M include/pdal/util/Utils.hpp
M kernels/pipeline/PipelineKernel.cpp
M plugins/hexbin/filters/HexBin.cpp
M plugins/icebridge/io/IcebridgeReader.cpp
M plugins/icebridge/test/IcebridgeReaderTest.cpp
M src/PipelineManager.cpp
M src/util/Utils.cpp
M test/unit/UtilsTest.cpp
Log Message:
-----------
Merge remote-tracking branch 'origin/master' into clear-gdal-errors
Commit: 47d2e99a4931fb4cadcbd9c101cec908348a5961
https://github.com/PDAL/PDAL/commit/47d2e99a4931fb4cadcbd9c101cec908348a5961
Author: Howard Butler <howard at hobu.co>
Date: 2016-04-05 (Tue, 05 Apr 2016)
Changed paths:
M include/pdal/GDALUtils.hpp
M io/las/GeotiffSupport.cpp
M src/GDALUtils.cpp
Log Message:
-----------
don't every throw GDAL errors
Commit: 9287aa338ed471b9c102dfbd81db814f121f8926
https://github.com/PDAL/PDAL/commit/9287aa338ed471b9c102dfbd81db814f121f8926
Author: Howard Butler <howard at hobu.co>
Date: 2016-04-05 (Tue, 05 Apr 2016)
Changed paths:
M plugins/hexbin/filters/HexBin.cpp
Log Message:
-----------
Merge remote-tracking branch 'origin/master' into clear-gdal-errors
Commit: aa56f826795a18d901bc26b17b8a024a90678dc6
https://github.com/PDAL/PDAL/commit/aa56f826795a18d901bc26b17b8a024a90678dc6
Author: Howard Butler <howard at hobu.co>
Date: 2016-04-08 (Fri, 08 Apr 2016)
Changed paths:
M include/pdal/GDALUtils.hpp
M src/GDALUtils.cpp
Log Message:
-----------
simplify gdal::ErrorHandler
Commit: 86427fc9ffd6482e62ba604cf10da7734fd81c4c
https://github.com/PDAL/PDAL/commit/86427fc9ffd6482e62ba604cf10da7734fd81c4c
Author: Howard Butler <howard at hobu.co>
Date: 2016-04-08 (Fri, 08 Apr 2016)
Changed paths:
M CMakeLists.txt
M RELEASENOTES.txt
A cmake/cpack.cmake
M cmake/directories.cmake
A cmake/gtest.cmake
A cmake/options.cmake
A cmake/rpath.cmake
M include/pdal/Dimension.hpp
M include/pdal/PDALUtils.hpp
M include/pdal/PointRef.hpp
M include/pdal/PointTable.hpp
M include/pdal/PointView.hpp
M io/sbet/SbetCommon.cpp
M kernels/info/InfoKernel.cpp
M kernels/tindex/TIndexKernel.cpp
M plugins/icebridge/io/IcebridgeReader.cpp
M plugins/icebridge/test/IcebridgeReaderTest.cpp
M scripts/docker/Dockerfile
M scripts/docker/dependencies/Dockerfile
M scripts/docker/rivlib/Dockerfile
M src/PDALUtils.cpp
M src/PointTable.cpp
M src/PointView.cpp
M src/SpatialReference.cpp
M src/Stage.cpp
M test/unit/PDALUtilsTest.cpp
M test/unit/io/sbet/SbetReaderTest.cpp
Log Message:
-----------
Merge remote-tracking branch 'origin/master' into clear-gdal-errors
Commit: 12362e93f7ba4ef9e4d34be5dbd35bf2765f4e14
https://github.com/PDAL/PDAL/commit/12362e93f7ba4ef9e4d34be5dbd35bf2765f4e14
Author: Howard Butler <howard at hobu.co>
Date: 2016-04-28 (Thu, 28 Apr 2016)
Changed paths:
M .travis.yml
M CMakeLists.txt
M HOWTORELEASE.txt
M RELEASENOTES.txt
M apps/pdal.cpp
A cmake/curl.cmake
A cmake/dimension.cmake
M cmake/examples/hobu-config.sh
A cmake/json.cmake
M cmake/macros.cmake
A cmake/modules/FindCurl.cmake
A dimbuilder/CMakeLists.txt
A dimbuilder/DimBuilder.cpp
A dimbuilder/DimBuilder.hpp
M doc/Makefile
R doc/_themes/bootstrap/layout.html
R doc/_themes/bootstrap/theme.conf
A doc/api/cpp/algorithm.rst
R doc/api/cpp/algorthm.rst
M doc/api/cpp/utils.rst
R doc/apps.rst
A doc/apps/delta.rst
A doc/apps/density.rst
A doc/apps/diff.rst
A doc/apps/ground.rst
A doc/apps/index.rst
A doc/apps/info.rst
A doc/apps/merge.rst
A doc/apps/pcl.rst
A doc/apps/pipeline.rst
A doc/apps/random.rst
A doc/apps/split.rst
A doc/apps/tindex.rst
A doc/apps/translate.rst
A doc/apps/view.rst
M doc/community.rst
R doc/compilation/dependencies.rst
R doc/compilation/index.rst
R doc/compilation/media/OSGeo4WInstallAdvanced.png
R doc/compilation/media/OSGeo4WInstallFromInternet.png
R doc/compilation/media/OSGeo4WInstallGDALDev.png
R doc/compilation/media/OSGeo4WInstallIConv.png
R doc/compilation/media/OSGeo4WInstallLASZip.png
R doc/compilation/media/OSGeo4WInstallLibXML2.png
R doc/compilation/media/OSGeo4WInstallOCI.png
R doc/compilation/media/OSGeo4WInstallRootDirectory.png
R doc/compilation/media/ccmake-osx-start.png
R doc/compilation/media/cmake-gui-osx-configured.png
R doc/compilation/media/cmake-gui-osx-start.png
R doc/compilation/media/xcode-lasinfo-arguments.png
R doc/compilation/media/xcode-set-default-executable.png
R doc/compilation/media/xcode-start.png
R doc/compilation/python.rst
R doc/compilation/unix.rst
R doc/compilation/windows.rst
M doc/conf.py
R doc/contributors.rst
A doc/development/compilation/dependencies.rst
A doc/development/compilation/index.rst
A doc/development/compilation/media/OSGeo4WInstallAdvanced.png
A doc/development/compilation/media/OSGeo4WInstallFromInternet.png
A doc/development/compilation/media/OSGeo4WInstallGDALDev.png
A doc/development/compilation/media/OSGeo4WInstallIConv.png
A doc/development/compilation/media/OSGeo4WInstallLASZip.png
A doc/development/compilation/media/OSGeo4WInstallLibXML2.png
A doc/development/compilation/media/OSGeo4WInstallOCI.png
A doc/development/compilation/media/OSGeo4WInstallRootDirectory.png
A doc/development/compilation/media/ccmake-osx-start.png
A doc/development/compilation/media/cmake-gui-osx-configured.png
A doc/development/compilation/media/cmake-gui-osx-start.png
A doc/development/compilation/media/xcode-lasinfo-arguments.png
A doc/development/compilation/media/xcode-set-default-executable.png
A doc/development/compilation/media/xcode-start.png
A doc/development/compilation/python.rst
A doc/development/compilation/unix.rst
A doc/development/compilation/windows.rst
A doc/development/contributors.rst
M doc/development/docs.rst
M doc/development/index.rst
A doc/development/integration.rst
A doc/development/metadata.rst
A doc/development/nsf1.png
A doc/development/rsgis_logo.png
A doc/development/uoh.png
R doc/docbuild/Dockerfile
R doc/docbuild/run.sh
M doc/download.rst
A doc/images/docker-print-one.png
A doc/images/docker-quickstart-env.png
A doc/images/docker-quickstart-terminal.png
A doc/images/las-crop-bpf-pipeline.png
A doc/images/reproject-merge-pipeline.png
M doc/index.rst
R doc/json_pipeline_specification.rst
R doc/metadata.rst
R doc/nsf1.gif
R doc/pdal.style
M doc/pipeline.rst
A doc/quickstart.rst
R doc/rsgis_logo.png
A doc/rtd_theme/__init__.py
A doc/rtd_theme/breadcrumbs.html
A doc/rtd_theme/footer.html
A doc/rtd_theme/layout.html
A doc/rtd_theme/layout_old.html
A doc/rtd_theme/search.html
A doc/rtd_theme/searchbox.html
A doc/rtd_theme/static/css/badge_only.css
A doc/rtd_theme/static/css/badge_only.css.map
A doc/rtd_theme/static/css/theme.css
A doc/rtd_theme/static/css/theme.css.map
A doc/rtd_theme/static/fonts/FontAwesome.otf
A doc/rtd_theme/static/fonts/Inconsolata-Bold.ttf
A doc/rtd_theme/static/fonts/Inconsolata-Regular.ttf
A doc/rtd_theme/static/fonts/Lato-Bold.ttf
A doc/rtd_theme/static/fonts/Lato-Regular.ttf
A doc/rtd_theme/static/fonts/RobotoSlab-Bold.ttf
A doc/rtd_theme/static/fonts/RobotoSlab-Regular.ttf
A doc/rtd_theme/static/fonts/fontawesome-webfont.eot
A doc/rtd_theme/static/fonts/fontawesome-webfont.svg
A doc/rtd_theme/static/fonts/fontawesome-webfont.ttf
A doc/rtd_theme/static/fonts/fontawesome-webfont.woff
A doc/rtd_theme/static/js/modernizr.min.js
A doc/rtd_theme/static/js/theme.js
A doc/rtd_theme/theme.conf
A doc/rtd_theme/versions.html
A doc/stages/filters.rst
M doc/stages/index.rst
A doc/stages/readers.rst
M doc/stages/writers.bpf.rst
M doc/stages/writers.p2g.rst
A doc/stages/writers.rst
R doc/tutorial/docker-print-one.png
R doc/tutorial/docker-quickstart-env.png
R doc/tutorial/docker-quickstart-terminal.png
R doc/tutorial/docker.rst
M doc/tutorial/index.rst
M doc/tutorial/overview.rst
M doc/tutorial/pcl_block_tutorial.rst
M doc/tutorial/writing-writer.rst
R doc/uoh.png
A doc/workshop/.gitattributes
A doc/workshop/.gitignore
A doc/workshop/R/pulse.R
A doc/workshop/agenda.rst
A doc/workshop/bibliography.bib
A doc/workshop/docker.rst
A doc/workshop/exercises/analysis/boundary/boundary-command-boundary.txt
A doc/workshop/exercises/analysis/boundary/boundary-command-tindex.txt
A doc/workshop/exercises/analysis/boundary/boundary.rst
A doc/workshop/exercises/analysis/clipping/attributes.json
A doc/workshop/exercises/analysis/clipping/attributes.vrt
A doc/workshop/exercises/analysis/clipping/clipping-run-command.txt
A doc/workshop/exercises/analysis/clipping/clipping.json
A doc/workshop/exercises/analysis/clipping/clipping.rst
A doc/workshop/exercises/analysis/colorization/colorization-run-command.txt
A doc/workshop/exercises/analysis/colorization/colorization.rst
A doc/workshop/exercises/analysis/colorization/colorize.json
A doc/workshop/exercises/analysis/denoising/denoise.json
A doc/workshop/exercises/analysis/denoising/denoising-docker-machine-create.txt
A doc/workshop/exercises/analysis/denoising/denoising-docker-machine-delete.txt
A doc/workshop/exercises/analysis/denoising/denoising-run-command.txt
A doc/workshop/exercises/analysis/denoising/denoising.rst
A doc/workshop/exercises/analysis/density/density-command.txt
A doc/workshop/exercises/analysis/density/density.rst
A doc/workshop/exercises/analysis/dtm/dtm-run-command.txt
A doc/workshop/exercises/analysis/dtm/dtm.rst
A doc/workshop/exercises/analysis/dtm/p2g.json
A doc/workshop/exercises/analysis/ground/filter.json
A doc/workshop/exercises/analysis/ground/ground-run-ground-only.txt
A doc/workshop/exercises/analysis/ground/ground-run-no-filter.txt
A doc/workshop/exercises/analysis/ground/ground-run-pcl-filter.txt
A doc/workshop/exercises/analysis/ground/ground.rst
A doc/workshop/exercises/analysis/thinning/thinning-run-dartsample.txt
A doc/workshop/exercises/analysis/thinning/thinning.rst
A doc/workshop/exercises/georeferencing/georeferencing-command.txt
A doc/workshop/exercises/georeferencing/index.rst
A doc/workshop/exercises/index.rst
A doc/workshop/exercises/info/metadata-command.txt
A doc/workshop/exercises/info/metadata.rst
A doc/workshop/exercises/info/near-command-1.txt
A doc/workshop/exercises/info/near-command-2.txt
A doc/workshop/exercises/info/near.rst
A doc/workshop/exercises/info/single-point-command.txt
A doc/workshop/exercises/info/single-point.rst
A doc/workshop/exercises/translation/compression-command-verify.txt
A doc/workshop/exercises/translation/compression-command.txt
A doc/workshop/exercises/translation/compression.rst
A doc/workshop/exercises/translation/reprojection-command-1.txt
A doc/workshop/exercises/translation/reprojection-command-2.txt
A doc/workshop/exercises/translation/reprojection.rst
A doc/workshop/images/agenda-usb-drive.jpg
A doc/workshop/images/blizzard-eight.gif
A doc/workshop/images/boundary-qgis-view.png
A doc/workshop/images/boundary-text-output.png
A doc/workshop/images/boundary-tindex-run.png
A doc/workshop/images/clipping-autzen-view.png
A doc/workshop/images/clipping-run-command.png
A doc/workshop/images/clipping-stadium-clipped.png
A doc/workshop/images/clipping-view-polygons.png
A doc/workshop/images/colorize-run-command.png
A doc/workshop/images/colorize-umpaghre-colored.png
A doc/workshop/images/compression-verify.png
A doc/workshop/images/denoise-fugro.png
A doc/workshop/images/denoise-plasio.png
A doc/workshop/images/denoise-run-command.png
A doc/workshop/images/density-add-layer.png
A doc/workshop/images/density-command-run.png
A doc/workshop/images/density-count-attribute.png
A doc/workshop/images/density-file-open.png
A doc/workshop/images/density-final-render.png
A doc/workshop/images/density-graduated-symbols-pick.png
A doc/workshop/images/density-graduated-symbols.png
A doc/workshop/images/density-select-layer.png
A doc/workshop/images/docker-file-navigate.png
A doc/workshop/images/docker-image-loaded.png
A doc/workshop/images/docker-install-options.png
A doc/workshop/images/docker-install-progress.png
A doc/workshop/images/docker-run-help.png
A doc/workshop/images/docker-status.png
A doc/workshop/images/dtm-add-raster-layer.png
A doc/workshop/images/dtm-add-raster-mean.png
A doc/workshop/images/dtm-qgis-added.png
A doc/workshop/images/dtm-qgis-classify.png
A doc/workshop/images/dtm-qgis-colorize-dtm.png
A doc/workshop/images/dtm-qgis-gdaldem.png
A doc/workshop/images/dtm-qgis-hillshade-done.png
A doc/workshop/images/dtm-qgis-save-hillshade.png
A doc/workshop/images/dtm-qgis-select-hillshade.png
A doc/workshop/images/dtm-run-command.png
A doc/workshop/images/georeference-plasio.png
A doc/workshop/images/georeferencing-run-command.png
A doc/workshop/images/ground-classified-included-side.png
A doc/workshop/images/ground-classified-included.png
A doc/workshop/images/ground-filtered.png
A doc/workshop/images/ground-ground-only-view.png
A doc/workshop/images/ground-run-command.png
A doc/workshop/images/info-interesting-metadata.png
A doc/workshop/images/info-interesting-single-point.png
A doc/workshop/images/info-near-bbox.png
A doc/workshop/images/info-near-point.png
A doc/workshop/images/intro-pdal-simple-pipeline.png
A doc/workshop/images/pdal-architecture-overview.png
A doc/workshop/images/pdal-architecture-overview.png.orig
A doc/workshop/images/pdal-reader-writer.png
A doc/workshop/images/qgis-add-raster-layer.png
A doc/workshop/images/qgis-choose-raster.png
A doc/workshop/images/qgis-install-progress.png
A doc/workshop/images/qgis-select-qgis.png
A doc/workshop/images/qgis-start-install.png
A doc/workshop/images/qgis-view-raster.png
A doc/workshop/images/reference-pulse.png
A doc/workshop/images/reprojection-proper-scale.png
A doc/workshop/images/reprojection-run-command.png
A doc/workshop/images/reprojection-run-with-scale.png
A doc/workshop/images/reprojection-wrong-scale.png
A doc/workshop/images/return-pulse.png
A doc/workshop/images/thinning-command-run.png
A doc/workshop/images/thinning-full-res.png
A doc/workshop/images/thinning-overview.png
A doc/workshop/images/thinning-poisson-thin.png
A doc/workshop/images/thinning-select-data.png
A doc/workshop/includes/substitutions.rst
A doc/workshop/index.rst
A doc/workshop/lidar-introduction.rst
A doc/workshop/pdal-introduction.rst
A doc/workshop/qgis.rst
A doc/workshop/slides/source/_static/custom.css
A doc/workshop/slides/source/_static/liblaslogo.png
A doc/workshop/slides/source/_static/pdal_logo.png
A doc/workshop/slides/source/_static/rsgis_logo.png
A doc/workshop/slides/source/agenda-include.txt
A doc/workshop/slides/source/analysis.rst
A doc/workshop/slides/source/basic_info.rst
A doc/workshop/slides/source/boundary.rst
A doc/workshop/slides/source/clipping.rst
A doc/workshop/slides/source/colorization.rst
A doc/workshop/slides/source/conf.py
A doc/workshop/slides/source/denoising.rst
A doc/workshop/slides/source/density.rst
A doc/workshop/slides/source/dtm.rst
A doc/workshop/slides/source/georeferencing.rst
A doc/workshop/slides/source/ground.rst
A doc/workshop/slides/source/img/docker-diagram.png
A doc/workshop/slides/source/img/georeferencing.png
A doc/workshop/slides/source/img/google-car.jpg
A doc/workshop/slides/source/img/guinea.gif
A doc/workshop/slides/source/img/life-so-hard.gif
A doc/workshop/slides/source/img/ricopter.jpg
A doc/workshop/slides/source/img/scanner.svg
A doc/workshop/slides/source/img/vm-diagram.png
A doc/workshop/slides/source/index.rst
A doc/workshop/slides/source/introduction.rst
A doc/workshop/slides/source/lidar_intro.rst
A doc/workshop/slides/source/pdal_intro.rst
A doc/workshop/slides/source/software.rst
A doc/workshop/slides/source/thinning.rst
A doc/workshop/slides/source/translation.rst
A doc/workshop/software.rst
M examples/writing-kernel/MyKernel.cpp
M include/pdal/Compression.hpp
A include/pdal/DimDetail.hpp
A include/pdal/DimType.hpp
A include/pdal/DimUtil.hpp
R include/pdal/Dimension.hpp
M include/pdal/Kernel.hpp
M include/pdal/Options.hpp
M include/pdal/PipelineManager.hpp
M include/pdal/PointLayout.hpp
M include/pdal/PointView.hpp
M include/pdal/Stage.hpp
M include/pdal/util/ProgramArgs.hpp
M io/derivative/DerivativeWriter.cpp
M io/las/CMakeLists.txt
M io/las/LasUtils.hpp
M io/sbet/CMakeLists.txt
M kernels/delta/DeltaKernel.cpp
M kernels/diff/DiffKernel.cpp
M kernels/info/InfoKernel.cpp
M kernels/info/InfoKernel.hpp
M kernels/merge/MergeKernel.cpp
M kernels/pipeline/PipelineKernel.cpp
M kernels/random/RandomKernel.cpp
M kernels/random/RandomKernel.hpp
M kernels/sort/SortKernel.cpp
M kernels/sort/SortKernel.hpp
M kernels/split/SplitKernel.cpp
M kernels/tindex/TIndexKernel.cpp
M kernels/translate/TranslateKernel.cpp
M kernels/translate/TranslateKernel.hpp
M pdal_defines.h.in
M plugins/cpd/kernel/Cpd.cpp
M plugins/greyhound/CMakeLists.txt
M plugins/hexbin/kernel/DensityKernel.cpp
M plugins/hexbin/kernel/DensityKernel.hpp
M plugins/icebridge/io/IcebridgeReader.cpp
M plugins/icebridge/test/IcebridgeReaderTest.cpp
M plugins/p2g/io/P2gWriter.cpp
M plugins/pcl/kernel/GroundKernel.cpp
M plugins/pcl/kernel/PCLKernel.cpp
M plugins/pcl/kernel/SmoothKernel.cpp
M plugins/pcl/kernel/ViewKernel.cpp
A scripts/ci/add_deploy_key.sh
M scripts/ci/before_install.sh
A scripts/ci/build_docs.sh
A scripts/ci/deploy_website.sh
A scripts/ci/docker.sh
A scripts/ci/pdaldocs-private.key.enc
A scripts/docker/docbuild/Dockerfile
A scripts/docker/docbuild/run.sh
M src/CMakeLists.txt
A src/Dimension.json
M src/Kernel.cpp
M src/PipelineManager.cpp
M src/PipelineReaderJSON.cpp
M src/PipelineReaderJSON.hpp
M src/PipelineReaderXML.cpp
M src/PipelineReaderXML.hpp
M src/Stage.cpp
M src/StageFactory.cpp
M src/util/CMakeLists.txt
M src/util/FileUtils.cpp
M test/unit/ProgramArgsTest.cpp
M test/unit/UtilsTest.cpp
M test/unit/apps/pcpipelineTest.cpp
M test/unit/apps/pcpipelineTestJSON.cpp
A vendor/arbiter/CMakeLists.txt
A vendor/arbiter/LICENSE
A vendor/arbiter/README
A vendor/arbiter/arbiter.cpp
A vendor/arbiter/arbiter.hpp
A vendor/jsoncpp-1.6.2/dist/CMakeLists.txt
Log Message:
-----------
Merge remote-tracking branch 'origin/master' into clear-gdal-errors
Commit: 8071894fd55c9c3ff39019c78e6dc366858121ad
https://github.com/PDAL/PDAL/commit/8071894fd55c9c3ff39019c78e6dc366858121ad
Author: Howard Butler <howard at hobu.co>
Date: 2016-04-28 (Thu, 28 Apr 2016)
Changed paths:
M cmake/examples/hobu-config.sh
M filters/reprojection/ReprojectionFilter.cpp
M filters/reprojection/ReprojectionFilter.hpp
M include/pdal/GDALUtils.hpp
M io/las/GeotiffSupport.cpp
M src/GDALUtils.cpp
M src/Stage.cpp
Log Message:
-----------
Merge pull request #1222 from PDAL/clear-gdal-errors
Modifications to gdal::ErrorHandler so it no longer throws
Compare: https://github.com/PDAL/PDAL/compare/0a569157a83f...8071894fd55c
More information about the pdal-commits
mailing list