[pdal-commits] [PDAL/PDAL] ccd2b4: Fix potential inf. loop (#2979)

Andrew Bell noreply at github.com
Fri Mar 13 11:25:13 PDT 2020


  Branch: refs/heads/issue-2262
  Home:   https://github.com/PDAL/PDAL
  Commit: ccd2b4a8a971603b69050c7e80b6ce3b082357d5
      https://github.com/PDAL/PDAL/commit/ccd2b4a8a971603b69050c7e80b6ce3b082357d5
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2020-03-12 (Thu, 12 Mar 2020)

  Changed paths:
    M io/LasVLR.cpp
    M pdal/util/Utils.cpp
    M test/unit/UtilsTest.cpp

  Log Message:
  -----------
  Fix potential inf. loop (#2979)

* Make user VLR handling robust.

* Cleanup.

* Remove dead header.

* Make things with with Ext VLRs.

* Add more test.

* One more test.

* Remove unnecessary cast.

* Add a real test for the original problem.

* Cleaner logic.

* Make valid base64-encoded value.

* Remove merge conflict.

* Missed a character.

* Fix potential inf. loop in parsing VLR.
Trap error in bad base64 decoding.


  Commit: f71523419bc0b04a2272411447591dda99afc475
      https://github.com/PDAL/PDAL/commit/f71523419bc0b04a2272411447591dda99afc475
  Author: Jim Klassen <klassen.js at gmail.com>
  Date:   2020-03-13 (Fri, 13 Mar 2020)

  Changed paths:
    M doc/stages/filters.icp.rst
    M filters/IterativeClosestPoint.cpp

  Log Message:
  -----------
  filters.icp: output centroid to metadata (#2962)

This is needed to apply the same transformation to a different set
of points using filters.transform. (#2939)


  Commit: 4bfd10b7adb1379bd4e5611739fd569b435cc078
      https://github.com/PDAL/PDAL/commit/4bfd10b7adb1379bd4e5611739fd569b435cc078
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2020-03-13 (Fri, 13 Mar 2020)

  Changed paths:
    M kernels/TileKernel.cpp

  Log Message:
  -----------
  Call setSpatialReference() on the table when we switch stages. (#2980)


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

  Changed paths:
    M doc/stages/filters.icp.rst
    M filters/IterativeClosestPoint.cpp
    M io/LasVLR.cpp
    M kernels/TileKernel.cpp
    M pdal/util/Utils.cpp
    M test/unit/UtilsTest.cpp

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


  Commit: 0e318bcb8860ea2861859566b23394e0dbfd86d2
      https://github.com/PDAL/PDAL/commit/0e318bcb8860ea2861859566b23394e0dbfd86d2
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2020-03-13 (Fri, 13 Mar 2020)

  Changed paths:
    M CMakeLists.txt

  Log Message:
  -----------
  Add pdal_util, just in case.


Compare: https://github.com/PDAL/PDAL/compare/7d0f3c215cfd...0e318bcb8860


More information about the pdal-commits mailing list