[pdal-commits] [PDAL/PDAL] c53d33: Fix global symbol export for python (#2598)

Howard Butler noreply at github.com
Tue Jul 30 08:22:33 PDT 2019


  Branch: refs/heads/issue-1809
  Home:   https://github.com/PDAL/PDAL
  Commit: c53d332f7d8bf3db832f8c44ddac3292b1b0a568
      https://github.com/PDAL/PDAL/commit/c53d332f7d8bf3db832f8c44ddac3292b1b0a568
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-07-03 (Wed, 03 Jul 2019)

  Changed paths:
    M pdal/util/Utils.hpp
    M plugins/python/filters/CMakeLists.txt
    M plugins/python/io/CMakeLists.txt
    M plugins/python/plang/Environment.cpp

  Log Message:
  -----------
  Fix global symbol export for python (#2598)

* Changes for ubuntu python library loading.

* Remove test check.

* Clean-up.


  Commit: 99efbab5d0bbfdbce56da6d537e67eddd69829e7
      https://github.com/PDAL/PDAL/commit/99efbab5d0bbfdbce56da6d537e67eddd69829e7
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-07-03 (Wed, 03 Jul 2019)

  Changed paths:
    M plugins/tiledb/io/TileDBWriter.cpp

  Log Message:
  -----------
  Fix index/coords issues. (#2599)

Close #2596


  Commit: 959fbed9ede183ce4c1e269ccc91bb01dff5eae7
      https://github.com/PDAL/PDAL/commit/959fbed9ede183ce4c1e269ccc91bb01dff5eae7
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-07-03 (Wed, 03 Jul 2019)

  Changed paths:
    M apps/pdal.cpp

  Log Message:
  -----------
  Error on unexpected arguments for raw 'pdal' command. (#2589)


  Commit: 3b8e72355bbaa00ca2e9ec94a73812925026f610
      https://github.com/PDAL/PDAL/commit/3b8e72355bbaa00ca2e9ec94a73812925026f610
  Author: Mathieu <mathieu1 at users.noreply.github.com>
  Date:   2019-07-04 (Thu, 04 Jul 2019)

  Changed paths:
    M plugins/python/plang/Environment.cpp

  Log Message:
  -----------
  Use c++ comments (#2601)


  Commit: 82402cfd1aec436941571ce2beb535493a70b719
      https://github.com/PDAL/PDAL/commit/82402cfd1aec436941571ce2beb535493a70b719
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-07-08 (Mon, 08 Jul 2019)

  Changed paths:
    M plugins/python/filters/CMakeLists.txt
    M plugins/python/io/CMakeLists.txt

  Log Message:
  -----------
  Use generic names for plugins.


  Commit: 87d9384da84464526f35ee0a89634dfdfc6ead7b
      https://github.com/PDAL/PDAL/commit/87d9384da84464526f35ee0a89634dfdfc6ead7b
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-07-12 (Fri, 12 Jul 2019)

  Changed paths:
    M io/EptReader.cpp

  Log Message:
  -----------
  Fix thread-safety issue when writing addon data. (#2611)

Fix point count for addon data initialization.
Close #2610


  Commit: abecd56a177c4e37a791ee27d4f6e7d2c403367a
      https://github.com/PDAL/PDAL/commit/abecd56a177c4e37a791ee27d4f6e7d2c403367a
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-07-12 (Fri, 12 Jul 2019)

  Changed paths:
    M plugins/e57/io/E57Reader.cpp
    M plugins/e57/io/E57Reader.hpp
    M plugins/e57/libE57Format/src/CheckedFile.cpp
    M plugins/e57/libE57Format/src/CheckedFile.h

  Log Message:
  -----------
  Rename open64 to portableOpen. (#2608)

* Rename open64 to portableOpen.

* Make sure off_t is defined.


  Commit: 69282f876476f927b8a81de333647f2f7ed80f2f
      https://github.com/PDAL/PDAL/commit/69282f876476f927b8a81de333647f2f7ed80f2f
  Author: Pravin Shinde <pravin at helix.re>
  Date:   2019-07-15 (Mon, 15 Jul 2019)

  Changed paths:
    M io/EptReader.cpp
    M io/EptReader.hpp
    M test/unit/io/EptReaderTest.cpp

  Log Message:
  -----------
  Streamable EPT Reader (#2603)


  Commit: 838ec608dd288369687f3e81d6c96446565c417e
      https://github.com/PDAL/PDAL/commit/838ec608dd288369687f3e81d6c96446565c417e
  Author: Pravin Shinde <pravin at helix.re>
  Date:   2019-07-15 (Mon, 15 Jul 2019)

  Changed paths:
    M vendor/arbiter/arbiter.cpp

  Log Message:
  -----------
  Updated Arbiter with upstream (#2604)


  Commit: 2be74ec122fbaa273e3a3993ab61db6814f0c3f8
      https://github.com/PDAL/PDAL/commit/2be74ec122fbaa273e3a3993ab61db6814f0c3f8
  Author: Nicolas Chaulet <nicolas.chaulet at gmail.com>
  Date:   2019-07-15 (Mon, 15 Jul 2019)

  Changed paths:
    M plugins/e57/io/E57Reader.cpp
    M plugins/e57/io/E57Reader.hpp
    M plugins/e57/io/E57Writer.cpp
    M plugins/e57/io/E57Writer.hpp
    M plugins/e57/io/Scan.cpp
    M plugins/e57/io/Scan.hpp
    M plugins/e57/io/Utils.cpp
    M plugins/e57/test/E57ReaderTest.cpp
    M plugins/e57/test/ScanTest.cpp

  Log Message:
  -----------
  e57 - Save bounding box and implement Preview function (#2595)

* Preview function for e57

* Bounding box support for preview

* Address comments

* Return type fixed for transformPoint


  Commit: 45a497ea5b615a0d56f86667b2491fcd80e23182
      https://github.com/PDAL/PDAL/commit/45a497ea5b615a0d56f86667b2491fcd80e23182
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-07-15 (Mon, 15 Jul 2019)

  Changed paths:
    M io/PlyWriter.cpp

  Log Message:
  -----------
  Fail if we can't open PLY output.


  Commit: a642d6c23622d6e6004436565b9ee493dd297ac5
      https://github.com/PDAL/PDAL/commit/a642d6c23622d6e6004436565b9ee493dd297ac5
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-07-16 (Tue, 16 Jul 2019)

  Changed paths:
    M PDALConfig.cmake.in

  Log Message:
  -----------
  Use the proper libraries for linking with downstream projects.


  Commit: 7e892a8c4de7cb67d7e8a2f3584710fb9c5aedd0
      https://github.com/PDAL/PDAL/commit/7e892a8c4de7cb67d7e8a2f3584710fb9c5aedd0
  Author: Nicolas Chaulet <nicolas.chaulet at gmail.com>
  Date:   2019-07-17 (Wed, 17 Jul 2019)

  Changed paths:
    M plugins/e57/io/E57Writer.cpp

  Log Message:
  -----------
  Fix bug with opening the e57 file in CloudCompare (#2618)


  Commit: 26a1e104d590dd74cdbfbf6950a67e95f412cf9f
      https://github.com/PDAL/PDAL/commit/26a1e104d590dd74cdbfbf6950a67e95f412cf9f
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-07-17 (Wed, 17 Jul 2019)

  Changed paths:
    M scripts/docker/alpine/Dockerfile.dependencies

  Log Message:
  -----------
  Commit of latest dependency build.
Contact abell for gdal packages.


  Commit: fe59686b554b237e7eb4fa897f3589184f87d65e
      https://github.com/PDAL/PDAL/commit/fe59686b554b237e7eb4fa897f3589184f87d65e
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-07-17 (Wed, 17 Jul 2019)

  Changed paths:
    M PDALConfig.cmake.in
    M plugins/e57/io/E57Writer.cpp

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


  Commit: fbff38ee995d5c478e27978ba7eb65fd7b2016e1
      https://github.com/PDAL/PDAL/commit/fbff38ee995d5c478e27978ba7eb65fd7b2016e1
  Author: Howard Butler <howard at hobu.co>
  Date:   2019-07-17 (Wed, 17 Jul 2019)

  Changed paths:
    M cmake/options.cmake
    R doc/stages/readers.greyhound.rst
    M doc/stages/readers.rst
    R doc/stages/writers.greyhound.rst
    M doc/stages/writers.rst
    M pdal/StageExtensions.cpp
    M pdal/StageFactory.cpp
    M plugins/CMakeLists.txt
    R plugins/greyhound/CMakeLists.txt
    R plugins/greyhound/NOTE
    R plugins/greyhound/io/CompressionStream.cpp
    R plugins/greyhound/io/CompressionStream.hpp
    R plugins/greyhound/io/GreyhoundCommon.cpp
    R plugins/greyhound/io/GreyhoundCommon.hpp
    R plugins/greyhound/io/GreyhoundReader.cpp
    R plugins/greyhound/io/GreyhoundReader.hpp
    R plugins/greyhound/io/GreyhoundWriter.cpp
    R plugins/greyhound/io/GreyhoundWriter.hpp
    R plugins/greyhound/io/bounds.cpp
    R plugins/greyhound/io/bounds.hpp
    R plugins/greyhound/io/dir.hpp
    R plugins/greyhound/io/point.hpp
    R plugins/greyhound/test/GreyhoundReaderTest.cpp
    M test/unit/StageFactoryTest.cpp

  Log Message:
  -----------
  Remove Greyhound driver from PDAL (#2594)

* remove greyhound driver

* complete removal of greyhound support #2594

* greyhound:// in StageFactoryTest


  Commit: 1a4584b8e0200fbe80b8c142fee0a3e93d9c1de3
      https://github.com/PDAL/PDAL/commit/1a4584b8e0200fbe80b8c142fee0a3e93d9c1de3
  Author: Howard Butler <howard at hobu.co>
  Date:   2019-07-17 (Wed, 17 Jul 2019)

  Changed paths:
    M scripts/docker/ubuntu/Dockerfile

  Log Message:
  -----------
  update ubuntu dockerfile


  Commit: e38130c113f40e8fe24a04a8ff3681cb1286c0be
      https://github.com/PDAL/PDAL/commit/e38130c113f40e8fe24a04a8ff3681cb1286c0be
  Author: Howard Butler <howard at hobu.co>
  Date:   2019-07-18 (Thu, 18 Jul 2019)

  Changed paths:
    M scripts/docker/ubuntu/Dockerfile

  Log Message:
  -----------
  build at -j 2


  Commit: 2547fe706b179087b6c31920ca9e160008d7cd55
      https://github.com/PDAL/PDAL/commit/2547fe706b179087b6c31920ca9e160008d7cd55
  Author: Howard Butler <howard at hobu.co>
  Date:   2019-07-18 (Thu, 18 Jul 2019)

  Changed paths:
    M scripts/docker/ubuntu/Dockerfile
    M scripts/docker/ubuntu/dependencies/Dockerfile

  Log Message:
  -----------
  dockerfile for ubuntu


  Commit: eb824868e69fc9800bf4bc1707683dd9e1e3c00c
      https://github.com/PDAL/PDAL/commit/eb824868e69fc9800bf4bc1707683dd9e1e3c00c
  Author: Howard Butler <howard at hobu.co>
  Date:   2019-07-18 (Thu, 18 Jul 2019)

  Changed paths:
    M scripts/docker/ubuntu/Dockerfile

  Log Message:
  -----------
  dockerfile typo


  Commit: 29c580fbac76c6ac8a6edb8ee8833ac31c11fcb1
      https://github.com/PDAL/PDAL/commit/29c580fbac76c6ac8a6edb8ee8833ac31c11fcb1
  Author: chambbj <brad.chambers at gmail.com>
  Date:   2019-07-19 (Fri, 19 Jul 2019)

  Changed paths:
    M filters/PlaneFitFilter.cpp

  Log Message:
  -----------
  Eigenvalues are not used in the PlaneFit filter (#2623)


  Commit: 100fe03d28c43be4ae147082cf06735b2ba8ea3c
      https://github.com/PDAL/PDAL/commit/100fe03d28c43be4ae147082cf06735b2ba8ea3c
  Author: Howard Butler <howard at hobu.co>
  Date:   2019-07-19 (Fri, 19 Jul 2019)

  Changed paths:
    M scripts/docker/ubuntu/Dockerfile

  Log Message:
  -----------
  go back to ubuntu gdal


  Commit: 4890382b3a4e0ab23e2af7fd6d9b02281aa7a453
      https://github.com/PDAL/PDAL/commit/4890382b3a4e0ab23e2af7fd6d9b02281aa7a453
  Author: Howard Butler <howard at hobu.co>
  Date:   2019-07-22 (Mon, 22 Jul 2019)

  Changed paths:
    M scripts/docker/ubuntu/Dockerfile
    M scripts/docker/ubuntu/dependencies/Dockerfile

  Log Message:
  -----------
  ubuntu docker refresh


  Commit: 28541f67430e5f3e4e96f7000b9cc9f6dd70e5b4
      https://github.com/PDAL/PDAL/commit/28541f67430e5f3e4e96f7000b9cc9f6dd70e5b4
  Author: Pravin Shinde <pravin at helix.re>
  Date:   2019-07-23 (Tue, 23 Jul 2019)

  Changed paths:
    M vendor/arbiter/arbiter.cpp
    M vendor/arbiter/arbiter.hpp

  Log Message:
  -----------
  Update arbiter with upstream (#2628)

* Updated arbiter with upstream

* Fixed build error on windows.


  Commit: 4f1cb34a59120feb09a1801e3c71e5a88367769c
      https://github.com/PDAL/PDAL/commit/4f1cb34a59120feb09a1801e3c71e5a88367769c
  Author: Howard Butler <howard at hobu.co>
  Date:   2019-07-24 (Wed, 24 Jul 2019)

  Changed paths:
    M cmake/python.cmake
    M plugins/python/plang/Environment.cpp
    M plugins/python/plang/Invocation.cpp
    M plugins/python/plang/Redirector.cpp

  Log Message:
  -----------
  Remove Python2 support (#2630)

* Remove Python2 support

* remove QUIET


  Commit: e4dfe08bdebd954b2917204a7d1a63d3c9d7fd69
      https://github.com/PDAL/PDAL/commit/e4dfe08bdebd954b2917204a7d1a63d3c9d7fd69
  Author: Howard Butler <howard at hobu.co>
  Date:   2019-07-25 (Thu, 25 Jul 2019)

  Changed paths:
    M cmake/python.cmake

  Log Message:
  -----------
  bump minimum numpy version to 1.13, which should cover Ubuntu 18.04 (#2632)


  Commit: 66330967c1cd460e8f96cd40a57807f166b92f40
      https://github.com/PDAL/PDAL/commit/66330967c1cd460e8f96cd40a57807f166b92f40
  Author: Connor Manning <connor at hobu.co>
  Date:   2019-07-25 (Thu, 25 Jul 2019)

  Changed paths:
    M io/EptReader.cpp

  Log Message:
  -----------
  Use vector to avoid leaking streaming EPT buffers in case of exception. (#2612)


  Commit: e23984e7757463f78d25674f4fb3a0e69097b82a
      https://github.com/PDAL/PDAL/commit/e23984e7757463f78d25674f4fb3a0e69097b82a
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-07-29 (Mon, 29 Jul 2019)

  Changed paths:
    M apps/pdal.cpp

  Log Message:
  -----------
  Report streamable status for stages. (#2637)


  Commit: be9fcac6c402d02355efb2ecdf75c2c4bc734535
      https://github.com/PDAL/PDAL/commit/be9fcac6c402d02355efb2ecdf75c2c4bc734535
  Author: Howard Butler <howard at hobu.co>
  Date:   2019-07-29 (Mon, 29 Jul 2019)

  Changed paths:
    M cmake/laszip.cmake
    M scripts/conda/osx.sh
    M vendor/gtest/CMakeLists.txt

  Log Message:
  -----------
  clean up some cmake warnings (#2640)


  Commit: 0566c45214dc171f36cf1f6d68db3bbf1a6aa24a
      https://github.com/PDAL/PDAL/commit/0566c45214dc171f36cf1f6d68db3bbf1a6aa24a
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-07-29 (Mon, 29 Jul 2019)

  Changed paths:
    A doc/stages/readers.memoryview.rst
    M doc/stages/readers.rst
    A io/MemoryViewReader.cpp
    A io/MemoryViewReader.hpp
    M plugins/python/filters/PythonFilter.cpp
    M plugins/python/plang/Environment.cpp
    M plugins/python/plang/Redirector.cpp

  Log Message:
  -----------
  Add memory reader (#2636)

* MemoryReader.

* Name change #1

* Rename and add doc.

* Remove debug mess.

* Remove test build changes for python.

* Making naming consistent.


  Commit: 47744fd8db055cd571b14ca7485e689be9e67f4c
      https://github.com/PDAL/PDAL/commit/47744fd8db055cd571b14ca7485e689be9e67f4c
  Author: vilaa <45284585+vilaa at users.noreply.github.com>
  Date:   2019-07-30 (Tue, 30 Jul 2019)

  Changed paths:
    M CMakeLists.txt
    M cmake/gdal.cmake
    A doc/stages/filters.projpipeline.rst
    M doc/stages/filters.rst
    A filters/ProjPipelineFilter.cpp
    A filters/ProjPipelineFilter.hpp
    M test/unit/CMakeLists.txt
    A test/unit/filters/ProjPipelineFilterTest.cpp

  Log Message:
  -----------
  Implement coordoperation filter (#2626)

* Implement coordOperation filter

* Add filter documentation

* Fetch gdal version in cmake using gdal-config and disable coordoperation filter if version is inferior to 3.0.0

* CoordOperation filter modification :
- Rename into ProjPipelineFilter
- Change a_srs option into out_srs
- Delete gdal reference from header
- update unit test

* udpate documentation


  Commit: c540498e76ff460ff67fbc9d234288d412d97342
      https://github.com/PDAL/PDAL/commit/c540498e76ff460ff67fbc9d234288d412d97342
  Author: Howard Butler <howard at hobu.co>
  Date:   2019-07-30 (Tue, 30 Jul 2019)

  Changed paths:
    M cmake/zstd.cmake

  Log Message:
  -----------
  default WITH_ZSTD to TRUE if its headers are found (#2641)


  Commit: 8bccb090362d610d89c7ed4a4ded9a209565bc2b
      https://github.com/PDAL/PDAL/commit/8bccb090362d610d89c7ed4a4ded9a209565bc2b
  Author: Howard Butler <howard at hobu.co>
  Date:   2019-07-30 (Tue, 30 Jul 2019)

  Changed paths:
    M cmake/zstd.cmake

  Log Message:
  -----------
  catch case when Zstd is not found


  Commit: 1b223c0ed369b0555b55b4fb0741b51109a16ed7
      https://github.com/PDAL/PDAL/commit/1b223c0ed369b0555b55b4fb0741b51109a16ed7
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-07-30 (Tue, 30 Jul 2019)

  Changed paths:
    M plugins/e57/io/E57Reader.hpp
    M plugins/e57/io/E57Writer.cpp
    M plugins/e57/io/E57Writer.hpp

  Log Message:
  -----------
  E57 check (#2619)

* Some E57 cleanup.  Needs more.

* Small fixes.

* Fix some small issues.


  Commit: 780ecadc51195f826595f5ca836760ff132a446a
      https://github.com/PDAL/PDAL/commit/780ecadc51195f826595f5ca836760ff132a446a
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-07-30 (Tue, 30 Jul 2019)

  Changed paths:
    M CMakeLists.txt

  Log Message:
  -----------
  Fix filter name.


  Commit: c118554329aa45f1e6508d169759d5c73e9a4bd6
      https://github.com/PDAL/PDAL/commit/c118554329aa45f1e6508d169759d5c73e9a4bd6
  Author: Howard Butler <howard at hobu.co>
  Date:   2019-07-30 (Tue, 30 Jul 2019)

  Changed paths:
    M CMakeLists.txt
    M PDALConfig.cmake.in
    M apps/pdal.cpp
    M cmake/gdal.cmake
    M cmake/laszip.cmake
    M cmake/options.cmake
    M cmake/python.cmake
    M cmake/zstd.cmake
    A doc/stages/filters.projpipeline.rst
    M doc/stages/filters.rst
    R doc/stages/readers.greyhound.rst
    A doc/stages/readers.memoryview.rst
    M doc/stages/readers.rst
    R doc/stages/writers.greyhound.rst
    M doc/stages/writers.rst
    M filters/PlaneFitFilter.cpp
    A filters/ProjPipelineFilter.cpp
    A filters/ProjPipelineFilter.hpp
    M io/EptReader.cpp
    M io/EptReader.hpp
    A io/MemoryViewReader.cpp
    A io/MemoryViewReader.hpp
    M io/PlyWriter.cpp
    M pdal/StageExtensions.cpp
    M pdal/StageFactory.cpp
    M pdal/util/Utils.hpp
    M plugins/CMakeLists.txt
    M plugins/e57/io/E57Reader.cpp
    M plugins/e57/io/E57Reader.hpp
    M plugins/e57/io/E57Writer.cpp
    M plugins/e57/io/E57Writer.hpp
    M plugins/e57/io/Scan.cpp
    M plugins/e57/io/Scan.hpp
    M plugins/e57/io/Utils.cpp
    M plugins/e57/libE57Format/src/CheckedFile.cpp
    M plugins/e57/libE57Format/src/CheckedFile.h
    M plugins/e57/test/E57ReaderTest.cpp
    M plugins/e57/test/ScanTest.cpp
    R plugins/greyhound/CMakeLists.txt
    R plugins/greyhound/NOTE
    R plugins/greyhound/io/CompressionStream.cpp
    R plugins/greyhound/io/CompressionStream.hpp
    R plugins/greyhound/io/GreyhoundCommon.cpp
    R plugins/greyhound/io/GreyhoundCommon.hpp
    R plugins/greyhound/io/GreyhoundReader.cpp
    R plugins/greyhound/io/GreyhoundReader.hpp
    R plugins/greyhound/io/GreyhoundWriter.cpp
    R plugins/greyhound/io/GreyhoundWriter.hpp
    R plugins/greyhound/io/bounds.cpp
    R plugins/greyhound/io/bounds.hpp
    R plugins/greyhound/io/dir.hpp
    R plugins/greyhound/io/point.hpp
    R plugins/greyhound/test/GreyhoundReaderTest.cpp
    M plugins/python/filters/CMakeLists.txt
    M plugins/python/filters/PythonFilter.cpp
    M plugins/python/io/CMakeLists.txt
    M plugins/python/plang/Environment.cpp
    M plugins/python/plang/Invocation.cpp
    M plugins/python/plang/Redirector.cpp
    M plugins/tiledb/io/TileDBWriter.cpp
    M scripts/conda/osx.sh
    M scripts/docker/alpine/Dockerfile.dependencies
    M scripts/docker/ubuntu/Dockerfile
    M scripts/docker/ubuntu/dependencies/Dockerfile
    M test/unit/CMakeLists.txt
    M test/unit/StageFactoryTest.cpp
    A test/unit/filters/ProjPipelineFilterTest.cpp
    M test/unit/io/EptReaderTest.cpp
    M vendor/arbiter/arbiter.cpp
    M vendor/arbiter/arbiter.hpp
    M vendor/gtest/CMakeLists.txt

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


Compare: https://github.com/PDAL/PDAL/compare/831caf4f49df...c118554329aa


More information about the pdal-commits mailing list