[pdal-commits] [PDAL/PDAL] 03bf29: Suppress a MSVC warning.
    GitHub 
    noreply at github.com
       
    Thu Mar  8 07:21:50 PST 2018
    
    
  
  Branch: refs/heads/plugin-directory
  Home:   https://github.com/PDAL/PDAL
  Commit: 03bf2992633b95b12e3b7db0dd8619fa997e8648
      https://github.com/PDAL/PDAL/commit/03bf2992633b95b12e3b7db0dd8619fa997e8648
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-03-05 (Mon, 05 Mar 2018)
  Changed paths:
    M cmake/win32_compiler_options.cmake
  Log Message:
  -----------
  Suppress a MSVC warning.
  Commit: 7b70af9d385b51d11d84b62ae6786a203846e4a3
      https://github.com/PDAL/PDAL/commit/7b70af9d385b51d11d84b62ae6786a203846e4a3
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-03-05 (Mon, 05 Mar 2018)
  Changed paths:
    M doc/stages/filters.ferry.rst
    M filters/FerryFilter.cpp
    M io/GDALWriter.cpp
    M scripts/ci/script.sh
    M scripts/docker/Dockerfile
    M test/unit/filters/FerryFilterTest.cpp
    M test/unit/io/GDALWriterTest.cpp
  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master'
  Commit: e305e5155fc7c5383df8aec48dae363ccb5f1955
      https://github.com/PDAL/PDAL/commit/e305e5155fc7c5383df8aec48dae363ccb5f1955
  Author: Connor Manning <connor at hobu.co>
  Date:   2018-03-05 (Mon, 05 Mar 2018)
  Changed paths:
    M vendor/arbiter/README
    M vendor/arbiter/arbiter.cpp
    M vendor/arbiter/arbiter.hpp
  Log Message:
  -----------
  Update arbiter bundle for DLL exports.  Add bundle-updating instructions to the readme in vendor/arbiter.
  Commit: fb00f85eb7f949b786121a9752c71cb124ff58cb
      https://github.com/PDAL/PDAL/commit/fb00f85eb7f949b786121a9752c71cb124ff58cb
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-03-05 (Mon, 05 Mar 2018)
  Changed paths:
    M vendor/arbiter/README
    M vendor/arbiter/arbiter.cpp
    M vendor/arbiter/arbiter.hpp
  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master'
  Commit: dac7cfed72f9c8d9f8a653af3da427eb59d9b9c9
      https://github.com/PDAL/PDAL/commit/dac7cfed72f9c8d9f8a653af3da427eb59d9b9c9
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-03-05 (Mon, 05 Mar 2018)
  Changed paths:
    M io/GDALGrid.cpp
    M io/GDALGrid.hpp
    M io/GDALWriter.cpp
    A test/data/gdal/grid_bounds.txt
    M test/unit/io/GDALWriterTest.cpp
  Log Message:
  -----------
  Issue 1824 (#1830)
* Force initial cell I/J to be in bounds where not otherwise checked.
* Remove unnecessary assignments.
* Make sure width/height are in range.
* Remove misplaced '='.
* Add grid OOB test.
* Add test file.
  Commit: cfb72b4b810d5efd0d1a9441d2474d057dc39426
      https://github.com/PDAL/PDAL/commit/cfb72b4b810d5efd0d1a9441d2474d057dc39426
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-03-06 (Tue, 06 Mar 2018)
  Changed paths:
    M io/LasReader.cpp
    M io/LasUtils.cpp
    M io/LasUtils.hpp
    M io/LasWriter.cpp
  Log Message:
  -----------
  Don't allow 'all' for readers.las.extra_dims.
  Commit: 764dedc307847bade157ca0c88f5077485ca41a8
      https://github.com/PDAL/PDAL/commit/764dedc307847bade157ca0c88f5077485ca41a8
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-03-07 (Wed, 07 Mar 2018)
  Changed paths:
    M cmake/win32_compiler_options.cmake
    M io/GDALGrid.cpp
    M io/GDALGrid.hpp
    M io/GDALWriter.cpp
    M io/LasReader.cpp
    M io/LasUtils.cpp
    M io/LasUtils.hpp
    M io/LasWriter.cpp
    A test/data/gdal/grid_bounds.txt
    M test/unit/io/GDALWriterTest.cpp
    M vendor/arbiter/README
    M vendor/arbiter/arbiter.cpp
    M vendor/arbiter/arbiter.hpp
  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into plugin-directory
  Commit: 0cd659140d5750a63f106630d7e803e7a04ddcde
      https://github.com/PDAL/PDAL/commit/0cd659140d5750a63f106630d7e803e7a04ddcde
  Author: Howard Butler <howard at hobu.co>
  Date:   2018-03-07 (Wed, 07 Mar 2018)
  Changed paths:
    M io/BpfReader.cpp
  Log Message:
  -----------
  output more detail for readers.bpf when the coordinate system configuration is not a combo we support (#1828)
* output more detail for readers.bpf when the coordinate system configuration is not a combo we support
* support ECEF for readers.bpf when the file SRS is defined correctly
* fix comment
  Commit: 444681a7808061324fb523b239bd179f3dca4e18
      https://github.com/PDAL/PDAL/commit/444681a7808061324fb523b239bd179f3dca4e18
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-03-08 (Thu, 08 Mar 2018)
  Changed paths:
    M plugins/pcl/CMakeLists.txt
    M plugins/pcl/filters/IcpFilter.cpp
    M plugins/pcl/test/IcpFilterTest.cpp
  Log Message:
  -----------
  Don't set visibility of inline functions/statics to local for PCL. (#1832)
Simplify some PCL build.
  Commit: d86b355cad7f416a709998e71c4dba84f5fa5cff
      https://github.com/PDAL/PDAL/commit/d86b355cad7f416a709998e71c4dba84f5fa5cff
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-03-08 (Thu, 08 Mar 2018)
  Changed paths:
    M io/BpfReader.cpp
    M plugins/pcl/CMakeLists.txt
    M plugins/pcl/filters/IcpFilter.cpp
    M plugins/pcl/test/IcpFilterTest.cpp
  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into plugin-directory
  Commit: c8ef053babec64bfb515add8624187d7b29986a0
      https://github.com/PDAL/PDAL/commit/c8ef053babec64bfb515add8624187d7b29986a0
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-03-08 (Thu, 08 Mar 2018)
  Changed paths:
    A pdal/pdal_extensions.json
  Log Message:
  -----------
  Checkpoint.
Compare: https://github.com/PDAL/PDAL/compare/8b1507f77f7d...c8ef053babec
    
    
More information about the pdal-commits
mailing list