[pdal-commits] [PDAL/PDAL] 87d938: Fix thread-safety issue when writing addon data. (...

Howard Butler noreply at github.com
Tue Jul 23 14:29:30 PDT 2019


  Branch: refs/heads/azp
  Home:   https://github.com/PDAL/PDAL
  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: 3f8d8214fc934a5da54d63cd5813c7445e5b7648
      https://github.com/PDAL/PDAL/commit/3f8d8214fc934a5da54d63cd5813c7445e5b7648
  Author: Howard Butler <howard at hobu.co>
  Date:   2019-07-23 (Tue, 23 Jul 2019)

  Changed paths:
    M PDALConfig.cmake.in
    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 filters/PlaneFitFilter.cpp
    M io/EptReader.cpp
    M io/EptReader.hpp
    M io/PlyWriter.cpp
    M pdal/StageExtensions.cpp
    M pdal/StageFactory.cpp
    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 scripts/docker/alpine/Dockerfile.dependencies
    M scripts/docker/ubuntu/Dockerfile
    M scripts/docker/ubuntu/dependencies/Dockerfile
    M test/unit/StageFactoryTest.cpp
    M test/unit/io/EptReaderTest.cpp
    M vendor/arbiter/arbiter.cpp
    M vendor/arbiter/arbiter.hpp

  Log Message:
  -----------
  Merge branch 'master' into azp


Compare: https://github.com/PDAL/PDAL/compare/55f738bd06ec...3f8d8214fc93


More information about the pdal-commits mailing list