[pdal-commits] [PDAL/PDAL] 560da1: Remove some dead code and rearrange a little.

GitHub noreply at github.com
Tue Mar 8 09:32:36 PST 2016


  Branch: refs/heads/json-pipeline
  Home:   https://github.com/PDAL/PDAL
  Commit: 560da1dcafe680a800208d3135e5fddb8600ae5e
      https://github.com/PDAL/PDAL/commit/560da1dcafe680a800208d3135e5fddb8600ae5e
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2016-03-04 (Fri, 04 Mar 2016)

  Changed paths:
    M io/las/LasReader.hpp
    M plugins/nitf/io/NitfWriter.cpp

  Log Message:
  -----------
  Remove some dead code and rearrange a little.


  Commit: 117c11a7d4f85c73ea4fe84db9facc5243488858
      https://github.com/PDAL/PDAL/commit/117c11a7d4f85c73ea4fe84db9facc5243488858
  Author: Pete Gadomski <pete.gadomski at gmail.com>
  Date:   2016-03-04 (Fri, 04 Mar 2016)

  Changed paths:
    M cmake/unix_compiler_options.cmake

  Log Message:
  -----------
  -Wno-deprecated-declarations

Eigen 3.2.8 has a couple of these that this patch silences.


  Commit: d0c6a2ec032f7e8bfba93cd82d5521af9d97c1dc
      https://github.com/PDAL/PDAL/commit/d0c6a2ec032f7e8bfba93cd82d5521af9d97c1dc
  Author: Pete Gadomski <pete.gadomski at gmail.com>
  Date:   2016-03-04 (Fri, 04 Mar 2016)

  Changed paths:
    M filters/colorization/ColorizationFilter.cpp
    M io/derivative/DerivativeWriter.cpp

  Log Message:
  -----------
  Remove set but unused variables

Two instances of variables being set but not being used. Removed to
silence gcc warnings.


  Commit: 99a60df6fadc7671b49d9419db74fdf2f925a7d3
      https://github.com/PDAL/PDAL/commit/99a60df6fadc7671b49d9419db74fdf2f925a7d3
  Author: Pete Gadomski <pete.gadomski at gmail.com>
  Date:   2016-03-04 (Fri, 04 Mar 2016)

  Changed paths:
    M io/bpf/BpfReader.cpp
    M io/bpf/BpfWriter.cpp

  Log Message:
  -----------
  Include <climits> when using CHAR_BITS

My gcc errors w/o the climits include.


  Commit: d878632b82c1ceb3f1d86afd2dc5f2b56b02e0a9
      https://github.com/PDAL/PDAL/commit/d878632b82c1ceb3f1d86afd2dc5f2b56b02e0a9
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2016-03-04 (Fri, 04 Mar 2016)

  Changed paths:
    M io/derivative/DerivativeWriter.cpp

  Log Message:
  -----------
  Handle return code from RasterIO.


  Commit: 1cb3e9175bd36f8f53d24444f5042817bb2badb1
      https://github.com/PDAL/PDAL/commit/1cb3e9175bd36f8f53d24444f5042817bb2badb1
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2016-03-04 (Fri, 04 Mar 2016)

  Changed paths:
    M cmake/unix_compiler_options.cmake
    M filters/colorization/ColorizationFilter.cpp
    M io/bpf/BpfReader.cpp
    M io/bpf/BpfWriter.cpp
    M io/derivative/DerivativeWriter.cpp

  Log Message:
  -----------
  Merge pull request #1175 from PDAL/gcc5-cleanup

g++-5 cleanup


  Commit: 2b6bafa3269ac05ad2c64c524f13a352cd725ea3
      https://github.com/PDAL/PDAL/commit/2b6bafa3269ac05ad2c64c524f13a352cd725ea3
  Author: Pete Gadomski <pete.gadomski at gmail.com>
  Date:   2016-03-04 (Fri, 04 Mar 2016)

  Changed paths:
    A scripts/docker/rivlib/.gitignore
    A scripts/docker/rivlib/Dockerfile

  Log Message:
  -----------
  Add dockerfile for RiVLib

This dockerfile can be used to build a RiVLib-enabled PDAL if you have a
copy of RiVLib on your computer.


  Commit: 2a5de8da0a1301e68310ed51dc8613a358691f12
      https://github.com/PDAL/PDAL/commit/2a5de8da0a1301e68310ed51dc8613a358691f12
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2016-03-04 (Fri, 04 Mar 2016)

  Changed paths:
    M doc/api/cpp/dimension.rst
    M doc/api/cpp/fileutils.rst

  Log Message:
  -----------
  Doc updates.


  Commit: 3c22a0aa686e992788d93e12c63c70031ad3deb2
      https://github.com/PDAL/PDAL/commit/3c22a0aa686e992788d93e12c63c70031ad3deb2
  Author: Howard Butler <howard at hobu.co>
  Date:   2016-03-06 (Sun, 06 Mar 2016)

  Changed paths:
    M apps/CMakeLists.txt

  Log Message:
  -----------
  Fix #1151 -- pdal.pc not installing in correct location


  Commit: fc22c3108f5ba4168650d2e22a4e0db683f26b62
      https://github.com/PDAL/PDAL/commit/fc22c3108f5ba4168650d2e22a4e0db683f26b62
  Author: Howard Butler <howard at hobu.co>
  Date:   2016-03-06 (Sun, 06 Mar 2016)

  Changed paths:
    M cmake/unix_compiler_options.cmake
    M filters/colorization/ColorizationFilter.cpp
    M io/bpf/BpfReader.cpp
    M io/bpf/BpfWriter.cpp
    M io/derivative/DerivativeWriter.cpp
    A scripts/docker/rivlib/.gitignore
    A scripts/docker/rivlib/Dockerfile

  Log Message:
  -----------
  Merge branch 'master' of github.com:PDAL/PDAL


  Commit: c29f0aee211cf1a0148212292887b079a147a5cd
      https://github.com/PDAL/PDAL/commit/c29f0aee211cf1a0148212292887b079a147a5cd
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2016-03-07 (Mon, 07 Mar 2016)

  Changed paths:
    M apps/CMakeLists.txt
    M cmake/unix_compiler_options.cmake
    M filters/colorization/ColorizationFilter.cpp
    M io/bpf/BpfReader.cpp
    M io/bpf/BpfWriter.cpp
    M io/derivative/DerivativeWriter.cpp
    M io/las/LasReader.cpp
    M io/las/LasWriter.cpp
    A scripts/docker/rivlib/.gitignore
    A scripts/docker/rivlib/Dockerfile

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master'


  Commit: 0496fc7d1a07becf37124e9d4cb572eb27ea3293
      https://github.com/PDAL/PDAL/commit/0496fc7d1a07becf37124e9d4cb572eb27ea3293
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2016-03-08 (Tue, 08 Mar 2016)

  Changed paths:
    M appveyor.yml
    M test/unit/apps/pcpipelineTestJSON.cpp

  Log Message:
  -----------
  Disable HAG test, reenable stock build (no optional components), disable RDP again


  Commit: 8ca5551d732059494fff8df43ac1d1349e89faf9
      https://github.com/PDAL/PDAL/commit/8ca5551d732059494fff8df43ac1d1349e89faf9
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2016-03-08 (Tue, 08 Mar 2016)

  Changed paths:
    M apps/CMakeLists.txt
    M cmake/unix_compiler_options.cmake
    M doc/api/cpp/dimension.rst
    M doc/api/cpp/fileutils.rst
    M filters/colorization/ColorizationFilter.cpp
    M io/bpf/BpfReader.cpp
    M io/bpf/BpfWriter.cpp
    M io/derivative/DerivativeWriter.cpp
    M io/las/LasReader.hpp
    M plugins/nitf/io/NitfWriter.cpp
    A scripts/docker/rivlib/.gitignore
    A scripts/docker/rivlib/Dockerfile

  Log Message:
  -----------
  Merge branch 'master' into json-pipeline


Compare: https://github.com/PDAL/PDAL/compare/3fe045ab5f68...8ca5551d7320


More information about the pdal-commits mailing list