[pdal-commits] [PDAL/PDAL] 77593f: silence annoying warning now that boost is not a S...

GitHub noreply at github.com
Fri Sep 20 09:50:53 PDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: 77593f51d1d860466ea78bd1aaacdc9ebd0375f4
      https://github.com/PDAL/PDAL/commit/77593f51d1d860466ea78bd1aaacdc9ebd0375f4
  Author: Howard Butler <howard at hobu.co>
  Date:   2013-09-03 (Tue, 03 Sep 2013)

  Changed paths:
    M boost/boost/functional/hash/detail/hash_float.hpp

  Log Message:
  -----------
  silence annoying warning now that boost is not a SYSTEM include again


  Commit: d2fdfc0f36f5e20c9456b0978a64d5e6e609b6e8
      https://github.com/PDAL/PDAL/commit/d2fdfc0f36f5e20c9456b0978a64d5e6e609b6e8
  Author: Howard Butler <howard at hobu.co>
  Date:   2013-09-03 (Tue, 03 Sep 2013)

  Changed paths:
    M include/pdal/PointBuffer.hpp
    M src/PointBuffer.cpp
    M src/filters/Index.cpp
    M test/unit/PointBufferTest.cpp

  Log Message:
  -----------
  some scaffolding for IndexedPointBuffer, including adding PointBuffer::applyScaling method to bring up from filters


  Commit: 8544ad36d449c6349e02a6dae3564dda4df49bcf
      https://github.com/PDAL/PDAL/commit/8544ad36d449c6349e02a6dae3564dda4df49bcf
  Author: Howard Butler <howard at hobu.co>
  Date:   2013-09-04 (Wed, 04 Sep 2013)

  Changed paths:
    M include/pdal/filters/Colorization.hpp
    M include/pdal/filters/Crop.hpp
    M include/pdal/filters/InPlaceReprojection.hpp
    M src/filters/Colorization.cpp
    M src/filters/Crop.cpp
    M src/filters/InPlaceReprojection.cpp

  Log Message:
  -----------
  remove dead getScaledValue code that has been put into PointBuffer::applyScaling so as to not copy it all over the place


  Commit: c9076d4038f16c77018457448c4a456bcf8227ed
      https://github.com/PDAL/PDAL/commit/c9076d4038f16c77018457448c4a456bcf8227ed
  Author: Howard Butler <howard at hobu.co>
  Date:   2013-09-06 (Fri, 06 Sep 2013)

  Changed paths:
    M include/pdal/PointBuffer.hpp
    M src/PointBuffer.cpp
    M test/unit/PointBufferTest.cpp

  Log Message:
  -----------
  FLANN-based index for nearest, not yet radius


  Commit: 7b492774d98c29a4bddb9fb36742e5ebb2769641
      https://github.com/PDAL/PDAL/commit/7b492774d98c29a4bddb9fb36742e5ebb2769641
  Author: Howard Butler <howard at hobu.co>
  Date:   2013-09-06 (Fri, 06 Sep 2013)

  Changed paths:
    M include/pdal/filters/Scaling.hpp

  Log Message:
  -----------
  add note for #177


  Commit: f0b290589ed171046d54f24a4d7db3cc03263fac
      https://github.com/PDAL/PDAL/commit/f0b290589ed171046d54f24a4d7db3cc03263fac
  Author: Howard Butler <howard at hobu.co>
  Date:   2013-09-19 (Thu, 19 Sep 2013)

  Changed paths:
    M include/pdal/PointBuffer.hpp
    M include/pdal/filters/Colorization.hpp
    M include/pdal/filters/Crop.hpp
    M include/pdal/filters/InPlaceReprojection.hpp
    M include/pdal/filters/Scaling.hpp
    M src/PointBuffer.cpp
    M src/filters/Colorization.cpp
    M src/filters/Crop.cpp
    M src/filters/InPlaceReprojection.cpp
    M src/filters/Index.cpp
    M test/unit/PointBufferTest.cpp

  Log Message:
  -----------
  Merge branch 'issues/177-scaling-filter'


  Commit: 756fffbd298c1524c06aaa23211f371329ad0e03
      https://github.com/PDAL/PDAL/commit/756fffbd298c1524c06aaa23211f371329ad0e03
  Author: Howard Butler <howard at hobu.co>
  Date:   2013-09-20 (Fri, 20 Sep 2013)

  Changed paths:
    M include/pdal/PointBuffer.hpp
    M src/PointBuffer.cpp

  Log Message:
  -----------
  clean up definition of buffer's byte sizes to use a single typedef instead of uint64_t's


Compare: https://github.com/PDAL/PDAL/compare/8468e4ffdfcf...756fffbd298c


More information about the pdal-commits mailing list