[pdal-commits] [PDAL/PDAL] 4b31d5: Use ; for path separator on Windows.
GitHub
noreply at github.com
Wed Apr 18 12:42:46 PDT 2018
Branch: refs/heads/issue-1939
Home: https://github.com/PDAL/PDAL
Commit: 4b31d56cf9626958500af9586799d75fa5fef471
https://github.com/PDAL/PDAL/commit/4b31d56cf9626958500af9586799d75fa5fef471
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2018-04-03 (Tue, 03 Apr 2018)
Changed paths:
M pdal/PluginDirectory.cpp
Log Message:
-----------
Use ; for path separator on Windows.
Commit: b6d8558bf0d16f4cc4d4a8d02d588fc402c676f8
https://github.com/PDAL/PDAL/commit/b6d8558bf0d16f4cc4d4a8d02d588fc402c676f8
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2018-04-03 (Tue, 03 Apr 2018)
Changed paths:
M test/unit/PluginManagerTest.cpp
Log Message:
-----------
Update tests to match code.
Commit: 4becf518b6d682b2f8b95eb057ef220010882048
https://github.com/PDAL/PDAL/commit/4becf518b6d682b2f8b95eb057ef220010882048
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2018-04-18 (Wed, 18 Apr 2018)
Changed paths:
M .travis.yml
M CMakeLists.txt
M ChangeLog
M HOWTORELEASE.txt
M RELEASENOTES.txt
M appveyor.yml
M cmake/examples/hobu-config.sh
M cmake/options.cmake
M cmake/policies.cmake
M cmake/unix_compiler_options.cmake
M doc/apps/info.rst
M doc/apps/pipeline.rst
M doc/apps/translate.rst
M doc/development/compilation/windows.rst
A doc/development/release-notes/1.7.0.md
M doc/download.rst
M doc/faq.rst
M doc/index.rst
M doc/pipeline.rst
M doc/project/integration.rst
M doc/quickstart.rst
A doc/stages/filters.delaunay.rst
M doc/stages/filters.rst
A doc/stages/readers.rdb.rst
M doc/stages/readers.rst
M doc/stages/readers.rxp.rst
M doc/stages/writers.rst
M doc/tutorial/las.rst
M doc/workshop/exercises/georeferencing/index.rst
M doc/workshop/includes/substitutions.rst
M doc/workshop/slides/source/lidar_intro.rst
M filters/ReprojectionFilter.cpp
M filters/VoxelCenterNearestNeighborFilter.cpp
M filters/VoxelCentroidNearestNeighborFilter.cpp
M io/GeotiffSupport.cpp
M io/GeotiffSupport.hpp
M io/HeaderVal.hpp
M io/LasHeader.cpp
M io/LasWriter.cpp
R io/SbetCommon.cpp
M io/SbetCommon.hpp
M io/SbetReader.cpp
M io/SbetReader.hpp
M kernels/PipelineKernel.cpp
M kernels/PipelineKernel.hpp
M kernels/TranslateKernel.cpp
M kernels/TranslateKernel.hpp
M pdal/EigenUtils.cpp
M pdal/EigenUtils.hpp
M pdal/PointView.hpp
M pdal/Stage.cpp
M pdal/StageExtensions.cpp
M pdal/Streamable.cpp
M pdal/Streamable.hpp
M pdal/util/ProgramArgs.hpp
M plugins/CMakeLists.txt
A plugins/delaunay/CMakeLists.txt
A plugins/delaunay/filters/DelaunayFilter.cpp
A plugins/delaunay/filters/DelaunayFilter.hpp
A plugins/delaunay/filters/Delaunay_psm.cpp
A plugins/delaunay/filters/Delaunay_psm.h
M plugins/pcl/CMakeLists.txt
R plugins/pcl/io/PcdCommon.cpp
M plugins/pcl/io/PcdCommon.hpp
M plugins/python/filters/CMakeLists.txt
M plugins/python/io/CMakeLists.txt
M plugins/python/plang/Environment.cpp
A plugins/rdb/CMakeLists.txt
A plugins/rdb/io/RdbPointcloud.cpp
A plugins/rdb/io/RdbPointcloud.hpp
A plugins/rdb/io/RdbReader.cpp
A plugins/rdb/io/RdbReader.hpp
A plugins/rdb/test/Config.hpp.in
A plugins/rdb/test/RdbReaderTest.cpp
A plugins/rdb/test/data/autzen-thin-srs.rdbx
A plugins/rdb/test/data/autzen-thin-srs.txt
M plugins/rxp/CMakeLists.txt
M scripts/appveyor/config.cmd
M scripts/appveyor/install.cmd
M scripts/docker/Dockerfile
M test/unit/apps/pcpipelineTestJSON.cpp
M vendor/arbiter/arbiter.cpp
Log Message:
-----------
Merge remote-tracking branch 'origin/master' into issue-1889
Commit: 020406003cc483c15b772efd3d87f8331283f757
https://github.com/PDAL/PDAL/commit/020406003cc483c15b772efd3d87f8331283f757
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2018-04-18 (Wed, 18 Apr 2018)
Changed paths:
M io/TextReader.cpp
M io/TextReader.hpp
Log Message:
-----------
Use text mode for reading files.
Commit: e61dd238ba1cf3fa43d41cfaabe944af7bcb6e1c
https://github.com/PDAL/PDAL/commit/e61dd238ba1cf3fa43d41cfaabe944af7bcb6e1c
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2018-04-18 (Wed, 18 Apr 2018)
Changed paths:
M test/data/text/.gitattributes
A test/data/text/crlf_test2.txt
M test/unit/io/TextReaderTest.cpp
Log Message:
-----------
Read files with text mode to fix separator issue on windows.
Close #1939
Compare: https://github.com/PDAL/PDAL/compare/4b31d56cf962^...e61dd238ba1c
More information about the pdal-commits
mailing list