[pdal-commits] [PDAL/PDAL] dd3df0: Use Alpine v3.6 for main and community, edge for t...

GitHub noreply at github.com
Wed Oct 25 08:32:23 PDT 2017


  Branch: refs/heads/compression
  Home:   https://github.com/PDAL/PDAL
  Commit: dd3df03b15c61dfe3df696efededff5194e35029
      https://github.com/PDAL/PDAL/commit/dd3df03b15c61dfe3df696efededff5194e35029
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2017-10-13 (Fri, 13 Oct 2017)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Use Alpine v3.6 for main and community, edge for testing


  Commit: 7f35d09cbe39fd48bc4dce5862a9be0def3de4c3
      https://github.com/PDAL/PDAL/commit/7f35d09cbe39fd48bc4dce5862a9be0def3de4c3
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2017-10-13 (Fri, 13 Oct 2017)

  Changed paths:
    M scripts/docker/1.4-maintenance/alpine/Dockerfile
    M scripts/docker/1.5-maintenance/alpine/Dockerfile
    A scripts/docker/1.6-maintenance/alpine/Dockerfile
    A scripts/docker/1.6-maintenance/ubuntu/Dockerfile
    M scripts/docker/master/alpine/Dockerfile

  Log Message:
  -----------
  Base all Alpine Docker images on Alpine v3.6 instead of edge; add 1.6-maintenance images


  Commit: 3221f81108c04c10a70f3480dabdade0c267de86
      https://github.com/PDAL/PDAL/commit/3221f81108c04c10a70f3480dabdade0c267de86
  Author: Howard Butler <howard at hobu.co>
  Date:   2017-10-13 (Fri, 13 Oct 2017)

  Changed paths:
    M cmake/cpack.cmake

  Log Message:
  -----------
  cpack ignores


  Commit: e1323ac27635df38bd7ba3b284101fb8ffd636a2
      https://github.com/PDAL/PDAL/commit/e1323ac27635df38bd7ba3b284101fb8ffd636a2
  Author: Pete Gadomski <pete.gadomski at gmail.com>
  Date:   2017-10-24 (Tue, 24 Oct 2017)

  Changed paths:
    M filters/private/DimRange.cpp
    A test/data/las/gps-time-nan.las
    M test/unit/filters/RangeFilterTest.cpp

  Log Message:
  -----------
  Always reject nan values with the range filter

`DimRange::valuePasses` should always be false (modulo `m_negate`) if v
is nan. Includes test case.


  Commit: 22f2dfc4f3e5d28435c15178548f2539f4e31b0f
      https://github.com/PDAL/PDAL/commit/22f2dfc4f3e5d28435c15178548f2539f4e31b0f
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-10-25 (Wed, 25 Oct 2017)

  Changed paths:
    M filters/private/DimRange.cpp
    A test/data/las/gps-time-nan.las
    M test/unit/filters/RangeFilterTest.cpp

  Log Message:
  -----------
  Merge pull request #1708 from gadomski/range-with-nan

Always reject nan values with the range filter


  Commit: 9742cab1d6d0cd29f8a006dd3bfc25422809372a
      https://github.com/PDAL/PDAL/commit/9742cab1d6d0cd29f8a006dd3bfc25422809372a
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2017-10-25 (Wed, 25 Oct 2017)

  Changed paths:
    A doc/development/alpine.rst
    M doc/development/index.rst

  Log Message:
  -----------
  Add some Alpine docs in the development section


  Commit: ea6d62c0e8b86de582f85c95470d74fcafa58783
      https://github.com/PDAL/PDAL/commit/ea6d62c0e8b86de582f85c95470d74fcafa58783
  Author: chambbj <brad.chambers at gmail.com>
  Date:   2017-10-25 (Wed, 25 Oct 2017)

  Changed paths:
    A doc/development/alpine.rst
    M doc/development/index.rst

  Log Message:
  -----------
  Merge pull request #1709 from PDAL/alpine-docs

Add some Alpine docs in the development section


  Commit: e92e5f79e4cf452656af24fa7d5b26ac1b458b43
      https://github.com/PDAL/PDAL/commit/e92e5f79e4cf452656af24fa7d5b26ac1b458b43
  Author: Pete Gadomski <pete.gadomski at gmail.com>
  Date:   2017-10-25 (Wed, 25 Oct 2017)

  Changed paths:
    M doc/apps/index.rst

  Log Message:
  -----------
  Use json instead of xml in apps/index docs (#1710)


  Commit: c53ad0b84dc5c4340afb84c5608dd82fb547b00c
      https://github.com/PDAL/PDAL/commit/c53ad0b84dc5c4340afb84c5608dd82fb547b00c
  Author: Grigory <gr.pomadchin at gmail.com>
  Date:   2017-10-25 (Wed, 25 Oct 2017)

  Changed paths:
    M java/README.md
    M java/build.sbt
    M java/core-scala/src/main/scala/io/pdal/pipeline/FilterTypes.scala
    M java/core-scala/src/main/scala/io/pdal/pipeline/PipelineExpressions.scala
    M java/core-scala/src/main/scala/io/pdal/pipeline/ReaderTypes.scala
    M java/project/build.properties

  Log Message:
  -----------
  Update PDAL Scala DSL up to 1.6.0 (#1707)


  Commit: 97d92a4510a984e150399b7ba7a25ed38823f6ce
      https://github.com/PDAL/PDAL/commit/97d92a4510a984e150399b7ba7a25ed38823f6ce
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-10-25 (Wed, 25 Oct 2017)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Merge pull request #1704 from PDAL/base-travis-on-alpine-3.6

Use Alpine v3.6 for main and community, edge for testing


  Commit: 94fccefbd16663bd32f1d3d8f724681a74e24aa9
      https://github.com/PDAL/PDAL/commit/94fccefbd16663bd32f1d3d8f724681a74e24aa9
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-10-25 (Wed, 25 Oct 2017)

  Changed paths:
    M scripts/docker/1.4-maintenance/alpine/Dockerfile
    M scripts/docker/1.5-maintenance/alpine/Dockerfile
    A scripts/docker/1.6-maintenance/alpine/Dockerfile
    A scripts/docker/1.6-maintenance/ubuntu/Dockerfile
    M scripts/docker/master/alpine/Dockerfile

  Log Message:
  -----------
  Merge pull request #1705 from PDAL/update-dockerfiles-too

Base all Alpine Docker images on Alpine v3.6 instead of edge; add 1.6…


  Commit: 4c6f66f3544d7142e66b8054ef05b6d6a6e6567c
      https://github.com/PDAL/PDAL/commit/4c6f66f3544d7142e66b8054ef05b6d6a6e6567c
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-10-25 (Wed, 25 Oct 2017)

  Changed paths:
    M .travis.yml
    M cmake/cpack.cmake
    M doc/apps/index.rst
    A doc/development/alpine.rst
    M doc/development/index.rst
    M filters/private/DimRange.cpp
    M java/README.md
    M java/build.sbt
    M java/core-scala/src/main/scala/io/pdal/pipeline/FilterTypes.scala
    M java/core-scala/src/main/scala/io/pdal/pipeline/PipelineExpressions.scala
    M java/core-scala/src/main/scala/io/pdal/pipeline/ReaderTypes.scala
    M java/project/build.properties
    M scripts/docker/1.4-maintenance/alpine/Dockerfile
    M scripts/docker/1.5-maintenance/alpine/Dockerfile
    A scripts/docker/1.6-maintenance/alpine/Dockerfile
    A scripts/docker/1.6-maintenance/ubuntu/Dockerfile
    M scripts/docker/master/alpine/Dockerfile
    A test/data/las/gps-time-nan.las
    M test/unit/filters/RangeFilterTest.cpp

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


  Commit: 9752ac45b3271a6fb56f3e7cf5368b5c9a023525
      https://github.com/PDAL/PDAL/commit/9752ac45b3271a6fb56f3e7cf5368b5c9a023525
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-10-25 (Wed, 25 Oct 2017)

  Changed paths:
    M pdal/Compression.hpp

  Log Message:
  -----------
  Use proper casting to avoid warnings on Linux.


Compare: https://github.com/PDAL/PDAL/compare/116e28df2523...9752ac45b327


More information about the pdal-commits mailing list