[pdal-commits] [PDAL/PDAL] 389be3: Remove '..' in configured temp path for unit tests

GitHub noreply at github.com
Fri Nov 3 10:10:36 PDT 2017


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

  Changed paths:
    M test/unit/Support.cpp
    M test/unit/TestConfig.hpp.in

  Log Message:
  -----------
  Remove '..' in configured temp path for unit tests

musl has changed it's handling of '.' and '..' when globbing [1]. These only
recently made their way into the alpine:edge image that we use in Travis and
for Docker automated builds [2]. For now, we simply configure the temp path
directly, rather than relying on '..'.

[1] https://github.com/alpinelinux/aports/blob/afdba0ba0b8c0e92c376e7f1bfb151c07bf654b6/main/musl/0068-fix-glob-descent-into-.-and-.-with-GLOB_PERIOD.patch
[2] http://www.openwall.com/lists/musl/2017/01/12/5


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

  Changed paths:
    M test/unit/Support.cpp
    M test/unit/TestConfig.hpp.in

  Log Message:
  -----------
  Merge pull request #1703 from PDAL/alpine-edge-issues

Remove '..' in configured temp path for unit tests


  Commit: 88eaba3c0137141cda6fd436c406bfadad9de964
      https://github.com/PDAL/PDAL/commit/88eaba3c0137141cda6fd436c406bfadad9de964
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-10-31 (Tue, 31 Oct 2017)

  Changed paths:
    M CMakeLists.txt
    M test/unit/filters/ColorinterpFilterTest.cpp

  Log Message:
  -----------
  Tell GDAL that pointers in windows are hex.


  Commit: e0816a5c682f36b760b4c0f9d31f017fe35dae81
      https://github.com/PDAL/PDAL/commit/e0816a5c682f36b760b4c0f9d31f017fe35dae81
  Author: Howard Butler <howard at hobu.co>
  Date:   2017-10-31 (Tue, 31 Oct 2017)

  Changed paths:
    M doc/faq.rst

  Log Message:
  -----------
  trigger a doc refresh


  Commit: 6f0713720b23d187c956c37012ef1dd1487693f1
      https://github.com/PDAL/PDAL/commit/6f0713720b23d187c956c37012ef1dd1487693f1
  Author: Howard Butler <howard at hobu.co>
  Date:   2017-10-31 (Tue, 31 Oct 2017)

  Changed paths:
    M scripts/docker/docbuild/Dockerfile

  Log Message:
  -----------
  install sphinx_rtd_theme from gh


  Commit: 17427274f6e232f39015b733d92d3799093d032a
      https://github.com/PDAL/PDAL/commit/17427274f6e232f39015b733d92d3799093d032a
  Author: Howard Butler <howard at hobu.co>
  Date:   2017-10-31 (Tue, 31 Oct 2017)

  Changed paths:
    M doc/faq.rst

  Log Message:
  -----------
  force another doc regen


  Commit: 618b2c44fcbda337db76fecd6f5913eafa420348
      https://github.com/PDAL/PDAL/commit/618b2c44fcbda337db76fecd6f5913eafa420348
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-11-01 (Wed, 01 Nov 2017)

  Changed paths:
    M CMakeLists.txt
    M cmake/macros.cmake
    M test/unit/CMakeLists.txt

  Log Message:
  -----------
  Supportobj (#1715)

* Only compile Support.cpp once.

* Generate dimension header file for Support.cpp.


  Commit: ef30d2bc7c10100e0221e610a8d59a624a889670
      https://github.com/PDAL/PDAL/commit/ef30d2bc7c10100e0221e610a8d59a624a889670
  Author: Howard Butler <howard at hobu.co>
  Date:   2017-11-01 (Wed, 01 Nov 2017)

  Changed paths:
    M appveyor.yml
    M cmake/examples/hobu-windows.bat
    M dimbuilder/CMakeLists.txt
    A scripts/appveyor/build.cmd
    M scripts/appveyor/config.cmd
    M scripts/appveyor/install.cmd
    M test/unit/Support.cpp
    M test/unit/TestConfig.hpp.in

  Log Message:
  -----------
  Windows updates:

* Appveyor package build/install locations
* My example build config
* Support.cpp rebuilding reduction


  Commit: 834c5167b0e40edecebceaf289357c050d067477
      https://github.com/PDAL/PDAL/commit/834c5167b0e40edecebceaf289357c050d067477
  Author: Howard Butler <howard at hobu.co>
  Date:   2017-11-02 (Thu, 02 Nov 2017)

  Changed paths:
    R doc/development/compilation/media/OSGeo4WInstallAdvanced.png
    R doc/development/compilation/media/OSGeo4WInstallFromInternet.png
    R doc/development/compilation/media/OSGeo4WInstallGDALDev.png
    R doc/development/compilation/media/OSGeo4WInstallIConv.png
    R doc/development/compilation/media/OSGeo4WInstallLASZip.png
    R doc/development/compilation/media/OSGeo4WInstallLibXML2.png
    R doc/development/compilation/media/OSGeo4WInstallOCI.png
    R doc/development/compilation/media/OSGeo4WInstallRootDirectory.png
    M doc/development/compilation/windows.rst

  Log Message:
  -----------
  refresh the Windows compilation document


  Commit: ddcf70081ffe00c1ca3914fcd07e687c85e97881
      https://github.com/PDAL/PDAL/commit/ddcf70081ffe00c1ca3914fcd07e687c85e97881
  Author: Howard Butler <howard at hobu.co>
  Date:   2017-11-02 (Thu, 02 Nov 2017)

  Changed paths:
    M cmake/examples/hobu-windows.bat

  Log Message:
  -----------
  Howard windows example config


  Commit: 7f01e6528f8acf8b1e4ba3e948b31f01aa2f1ce2
      https://github.com/PDAL/PDAL/commit/7f01e6528f8acf8b1e4ba3e948b31f01aa2f1ce2
  Author: Howard Butler <howard at hobu.co>
  Date:   2017-11-02 (Thu, 02 Nov 2017)

  Changed paths:
    R doc/development/compilation/media/OSGeo4WInstallAdvanced.png
    R doc/development/compilation/media/OSGeo4WInstallFromInternet.png
    R doc/development/compilation/media/OSGeo4WInstallGDALDev.png
    R doc/development/compilation/media/OSGeo4WInstallIConv.png
    R doc/development/compilation/media/OSGeo4WInstallLASZip.png
    R doc/development/compilation/media/OSGeo4WInstallLibXML2.png
    R doc/development/compilation/media/OSGeo4WInstallOCI.png
    R doc/development/compilation/media/OSGeo4WInstallRootDirectory.png
    M doc/development/compilation/windows.rst

  Log Message:
  -----------
  refresh the Windows compilation document


  Commit: 9d09af32da4c58462144c9e5a1145f85042dca6e
      https://github.com/PDAL/PDAL/commit/9d09af32da4c58462144c9e5a1145f85042dca6e
  Author: Howard Butler <howard at hobu.co>
  Date:   2017-11-02 (Thu, 02 Nov 2017)

  Changed paths:
    M examples/writing-filter/CMakeLists.txt
    M examples/writing-kernel/CMakeLists.txt
    M examples/writing-reader/CMakeLists.txt
    M examples/writing-writer/CMakeLists.txt
    M examples/writing/CMakeLists.txt

  Log Message:
  -----------
  get example CMakeLists.txt working with windows


  Commit: 7a85cb276a8301145c5b7b87332ea5d41dc0ac6c
      https://github.com/PDAL/PDAL/commit/7a85cb276a8301145c5b7b87332ea5d41dc0ac6c
  Author: Howard Butler <howard at hobu.co>
  Date:   2017-11-02 (Thu, 02 Nov 2017)

  Changed paths:
    M examples/writing-filter/CMakeLists.txt
    M examples/writing-kernel/CMakeLists.txt
    M examples/writing-reader/CMakeLists.txt
    M examples/writing-writer/CMakeLists.txt
    M examples/writing/CMakeLists.txt

  Log Message:
  -----------
  get example CMakeLists.txt working with windows


  Commit: e84e7feaa00a34b3d8d93616bef9839f2475670a
      https://github.com/PDAL/PDAL/commit/e84e7feaa00a34b3d8d93616bef9839f2475670a
  Author: Howard Butler <howard at hobu.co>
  Date:   2017-11-02 (Thu, 02 Nov 2017)

  Changed paths:
    A doc/development/cmake.rst
    R doc/development/contributors.rst
    R doc/development/conventions.rst
    R doc/development/docker.rst
    R doc/development/docs.rst
    R doc/development/goals.rst
    M doc/development/index.rst
    R doc/development/integration.rst
    R doc/development/testing.rst
    R doc/development/using.rst
    A doc/project/contributors.rst
    A doc/project/conventions.rst
    A doc/project/docker.rst
    A doc/project/docs.rst
    A doc/project/integration.rst
    A doc/project/testing.rst

  Log Message:
  -----------
  rearrange development section a bit


  Commit: 7ba814fe8b567cf084c4880618266cfab2b69d48
      https://github.com/PDAL/PDAL/commit/7ba814fe8b567cf084c4880618266cfab2b69d48
  Author: Howard Butler <howard at hobu.co>
  Date:   2017-11-02 (Thu, 02 Nov 2017)

  Changed paths:
    A doc/development/cmake.rst
    R doc/development/contributors.rst
    R doc/development/conventions.rst
    R doc/development/docker.rst
    R doc/development/docs.rst
    R doc/development/goals.rst
    M doc/development/index.rst
    R doc/development/integration.rst
    R doc/development/testing.rst
    R doc/development/using.rst
    A doc/project/contributors.rst
    A doc/project/conventions.rst
    A doc/project/docker.rst
    A doc/project/docs.rst
    A doc/project/integration.rst
    A doc/project/testing.rst

  Log Message:
  -----------
  rearrange development section a bit


  Commit: e6cd5fe4abf59cd3cc588d87f081f93180249213
      https://github.com/PDAL/PDAL/commit/e6cd5fe4abf59cd3cc588d87f081f93180249213
  Author: Howard Butler <howard at hobu.co>
  Date:   2017-11-02 (Thu, 02 Nov 2017)

  Changed paths:
    A doc/development/cmake.rst
    R doc/development/contributors.rst
    R doc/development/conventions.rst
    R doc/development/docker.rst
    R doc/development/docs.rst
    R doc/development/goals.rst
    M doc/development/index.rst
    R doc/development/integration.rst
    R doc/development/testing.rst
    R doc/development/using.rst
    M doc/faq.rst
    A doc/project/contributors.rst
    A doc/project/conventions.rst
    A doc/project/docker.rst
    A doc/project/docs.rst
    A doc/project/integration.rst
    A doc/project/testing.rst

  Log Message:
  -----------
  rearrange development section docs


  Commit: 004cac9afbc31ff381fa1b243d5f324c9405b563
      https://github.com/PDAL/PDAL/commit/004cac9afbc31ff381fa1b243d5f324c9405b563
  Author: Howard Butler <howard at hobu.co>
  Date:   2017-11-02 (Thu, 02 Nov 2017)

  Changed paths:
    M doc/index.rst

  Log Message:
  -----------
  point to Project resources


  Commit: 5109c3b357294c6d050745f3f079387478c2cbc0
      https://github.com/PDAL/PDAL/commit/5109c3b357294c6d050745f3f079387478c2cbc0
  Author: Howard Butler <howard at hobu.co>
  Date:   2017-11-02 (Thu, 02 Nov 2017)

  Changed paths:
    M doc/index.rst

  Log Message:
  -----------
  point to Project resources


  Commit: 6084ff774e7f0e16cd2aa7bcd7dba28a939e6065
      https://github.com/PDAL/PDAL/commit/6084ff774e7f0e16cd2aa7bcd7dba28a939e6065
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-11-02 (Thu, 02 Nov 2017)

  Changed paths:
    M filters/GreedyProjection.cpp
    M plugins/pcl/CMakeLists.txt
    R plugins/pcl/filters/GreedyProjectionFilter.cpp
    R plugins/pcl/filters/GreedyProjectionFilter.hpp
    R plugins/pcl/filters/PoissonFilter.cpp
    R plugins/pcl/filters/PoissonFilter.hpp

  Log Message:
  -----------
  Remove dead PCL filters.
Have built-in greedyprojection filter take over the filter
name 'greedyprojection'.


  Commit: 92a24cfb438bc0c13988433c9e426fb7032c55ea
      https://github.com/PDAL/PDAL/commit/92a24cfb438bc0c13988433c9e426fb7032c55ea
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-11-02 (Thu, 02 Nov 2017)

  Changed paths:
    M CMakeLists.txt
    M appveyor.yml
    M cmake/examples/hobu-windows.bat
    M cmake/macros.cmake
    M dimbuilder/CMakeLists.txt
    A doc/development/cmake.rst
    R doc/development/compilation/media/OSGeo4WInstallAdvanced.png
    R doc/development/compilation/media/OSGeo4WInstallFromInternet.png
    R doc/development/compilation/media/OSGeo4WInstallGDALDev.png
    R doc/development/compilation/media/OSGeo4WInstallIConv.png
    R doc/development/compilation/media/OSGeo4WInstallLASZip.png
    R doc/development/compilation/media/OSGeo4WInstallLibXML2.png
    R doc/development/compilation/media/OSGeo4WInstallOCI.png
    R doc/development/compilation/media/OSGeo4WInstallRootDirectory.png
    M doc/development/compilation/windows.rst
    R doc/development/contributors.rst
    R doc/development/conventions.rst
    R doc/development/docker.rst
    R doc/development/docs.rst
    R doc/development/goals.rst
    M doc/development/index.rst
    R doc/development/integration.rst
    R doc/development/testing.rst
    R doc/development/using.rst
    M doc/faq.rst
    M doc/index.rst
    A doc/project/contributors.rst
    A doc/project/conventions.rst
    A doc/project/docker.rst
    A doc/project/docs.rst
    A doc/project/integration.rst
    A doc/project/testing.rst
    M examples/writing-filter/CMakeLists.txt
    M examples/writing-kernel/CMakeLists.txt
    M examples/writing-reader/CMakeLists.txt
    M examples/writing-writer/CMakeLists.txt
    M examples/writing/CMakeLists.txt
    A scripts/appveyor/build.cmd
    M scripts/appveyor/config.cmd
    M scripts/appveyor/install.cmd
    M scripts/docker/docbuild/Dockerfile
    M test/unit/CMakeLists.txt
    M test/unit/Support.cpp
    M test/unit/TestConfig.hpp.in

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


  Commit: ca85b6734173809d2ff880e9a9dbee7d13a3d7f1
      https://github.com/PDAL/PDAL/commit/ca85b6734173809d2ff880e9a9dbee7d13a3d7f1
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-11-03 (Fri, 03 Nov 2017)

  Changed paths:
    M test/unit/Support.cpp
    M test/unit/TestConfig.hpp.in

  Log Message:
  -----------
  Revert "Remove '..' in configured temp path for unit tests"

This reverts commit 389be3d92dffd1905f97508ef01fc80437866aa8.


  Commit: 4b6337e9544c6a2acccea33d00374b3855477149
      https://github.com/PDAL/PDAL/commit/4b6337e9544c6a2acccea33d00374b3855477149
  Author: Howard Butler <howard at hobu.co>
  Date:   2017-11-03 (Fri, 03 Nov 2017)

  Changed paths:
    M CMakeLists.txt
    M cmake/examples/hobu-config.sh
    M doc/development/writing-filter.rst
    M doc/development/writing-kernel.rst
    M doc/development/writing-reader.rst
    M doc/development/writing.rst
    M doc/download.rst
    M examples/writing-filter/CMakeLists.txt
    M examples/writing-kernel/CMakeLists.txt
    M examples/writing-kernel/MyKernel.cpp
    M examples/writing-reader/CMakeLists.txt
    M examples/writing-writer/CMakeLists.txt
    M examples/writing/CMakeLists.txt
    M scripts/ci/script.sh

  Log Message:
  -----------
  get examples building


  Commit: d06fb01e2ecfd2b375aa75b69cdd66cd61fbf7be
      https://github.com/PDAL/PDAL/commit/d06fb01e2ecfd2b375aa75b69cdd66cd61fbf7be
  Author: Howard Butler <howard at hobu.co>
  Date:   2017-11-03 (Fri, 03 Nov 2017)

  Changed paths:
    M CMakeLists.txt
    M cmake/examples/hobu-config.sh
    M doc/development/writing-filter.rst
    M doc/development/writing-kernel.rst
    M doc/development/writing-reader.rst
    M doc/development/writing.rst
    M doc/download.rst
    M examples/writing-filter/CMakeLists.txt
    M examples/writing-kernel/CMakeLists.txt
    M examples/writing-kernel/MyKernel.cpp
    M examples/writing-reader/CMakeLists.txt
    M examples/writing-writer/CMakeLists.txt
    M examples/writing/CMakeLists.txt
    M scripts/ci/script.sh

  Log Message:
  -----------
  Merge branch 'examples-docs-some-more'


  Commit: 49d23e05bd2d44b808fc22f55cf1db9a92bb5ee2
      https://github.com/PDAL/PDAL/commit/49d23e05bd2d44b808fc22f55cf1db9a92bb5ee2
  Author: Howard Butler <howard at hobu.co>
  Date:   2017-11-03 (Fri, 03 Nov 2017)

  Changed paths:
    M scripts/docker/master/alpine/Dockerfile

  Log Message:
  -----------
  add zstd and xz to alping Dockerfile


  Commit: aec110eb43e2be5e40c42aae8402f47f74bf06d5
      https://github.com/PDAL/PDAL/commit/aec110eb43e2be5e40c42aae8402f47f74bf06d5
  Author: Howard Butler <howard at hobu.co>
  Date:   2017-11-03 (Fri, 03 Nov 2017)

  Changed paths:
    A examples/CMakeLists.txt

  Log Message:
  -----------
  add missing CMakeLists.txt


  Commit: aa4591f80aa4cfcf6f5dcccff71520aafb9e51f1
      https://github.com/PDAL/PDAL/commit/aa4591f80aa4cfcf6f5dcccff71520aafb9e51f1
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-11-03 (Fri, 03 Nov 2017)

  Changed paths:
    M CMakeLists.txt
    M appveyor.yml
    M cmake/examples/hobu-config.sh
    M cmake/examples/hobu-windows.bat
    M cmake/macros.cmake
    M dimbuilder/CMakeLists.txt
    A doc/development/cmake.rst
    R doc/development/compilation/media/OSGeo4WInstallAdvanced.png
    R doc/development/compilation/media/OSGeo4WInstallFromInternet.png
    R doc/development/compilation/media/OSGeo4WInstallGDALDev.png
    R doc/development/compilation/media/OSGeo4WInstallIConv.png
    R doc/development/compilation/media/OSGeo4WInstallLASZip.png
    R doc/development/compilation/media/OSGeo4WInstallLibXML2.png
    R doc/development/compilation/media/OSGeo4WInstallOCI.png
    R doc/development/compilation/media/OSGeo4WInstallRootDirectory.png
    M doc/development/compilation/windows.rst
    R doc/development/contributors.rst
    R doc/development/conventions.rst
    R doc/development/docker.rst
    R doc/development/docs.rst
    R doc/development/goals.rst
    M doc/development/index.rst
    R doc/development/integration.rst
    R doc/development/testing.rst
    R doc/development/using.rst
    M doc/development/writing-filter.rst
    M doc/development/writing-kernel.rst
    M doc/development/writing-reader.rst
    M doc/development/writing.rst
    M doc/download.rst
    M doc/faq.rst
    M doc/index.rst
    A doc/project/contributors.rst
    A doc/project/conventions.rst
    A doc/project/docker.rst
    A doc/project/docs.rst
    A doc/project/integration.rst
    A doc/project/testing.rst
    A examples/CMakeLists.txt
    M examples/writing-filter/CMakeLists.txt
    M examples/writing-kernel/CMakeLists.txt
    M examples/writing-kernel/MyKernel.cpp
    M examples/writing-reader/CMakeLists.txt
    M examples/writing-writer/CMakeLists.txt
    M examples/writing/CMakeLists.txt
    M filters/GreedyProjection.cpp
    M plugins/pcl/CMakeLists.txt
    R plugins/pcl/filters/GreedyProjectionFilter.cpp
    R plugins/pcl/filters/GreedyProjectionFilter.hpp
    R plugins/pcl/filters/PoissonFilter.cpp
    R plugins/pcl/filters/PoissonFilter.hpp
    A scripts/appveyor/build.cmd
    M scripts/appveyor/config.cmd
    M scripts/appveyor/install.cmd
    M scripts/ci/script.sh
    M scripts/docker/docbuild/Dockerfile
    M scripts/docker/master/alpine/Dockerfile
    M test/unit/CMakeLists.txt
    M test/unit/filters/ColorinterpFilterTest.cpp

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


Compare: https://github.com/PDAL/PDAL/compare/37f45f3cb20c...aa4591f80aa4


More information about the pdal-commits mailing list