[pdal-commits] [PDAL/PDAL] 0b3bb8: Fix rxp reader (#2228)

GitHub noreply at github.com
Wed Oct 17 05:50:36 PDT 2018


  Branch: refs/heads/1.8rc
  Home:   https://github.com/PDAL/PDAL
  Commit: 0b3bb8991bf48489e9cf51d1b101e32b21540746
      https://github.com/PDAL/PDAL/commit/0b3bb8991bf48489e9cf51d1b101e32b21540746
  Author: Pete Gadomski <pete.gadomski at gmail.com>
  Date:   2018-10-17 (Wed, 17 Oct 2018)

  Changed paths:
    M plugins/rxp/io/RxpPointcloud.cpp
    M plugins/rxp/test/RxpReaderTest.cpp

  Log Message:
  -----------
  Fix rxp reader (#2228)

* Explicitly make comparison numbers unsigned

Without the explicit unsigned, this throws a warning.

* Whitespace

* Add view size test for sync_to_pps=false

We know the size of the view, so might as well check it.

* Use target_count, not targets vector

I don't think I should have ever been using the vector size, but I guess
the vector used to be resized and now (as of 2.5.7) it's not.

* Move idx and return number increments to for line


  Commit: 13eb6e85ef80e79322ddb4d0b4e7c118acc3e414
      https://github.com/PDAL/PDAL/commit/13eb6e85ef80e79322ddb4d0b4e7c118acc3e414
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-10-17 (Wed, 17 Oct 2018)

  Changed paths:
    M CMakeLists.txt
    M doc/download.rst
    M doc/index.rst

  Log Message:
  -----------
  bump versions to 1.8 in preparation for release (#2215)


  Commit: 8e1c2499293a02894182fef249ec22ed3386525d
      https://github.com/PDAL/PDAL/commit/8e1c2499293a02894182fef249ec22ed3386525d
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-10-17 (Wed, 17 Oct 2018)

  Changed paths:
    M cmake/examples/hobu-windows.bat
    M cmake/macros.cmake
    M scripts/appveyor/config.cmd

  Log Message:
  -----------
  OSGeo4W incremented to Python3.7 -- catch up AppVeyor configuration


Compare: https://github.com/PDAL/PDAL/compare/5079cc0373a0...8e1c2499293a
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the pdal-commits mailing list