[pdal-commits] [PDAL/PDAL] 6943c9: Add general deflate/LZMA support.
GitHub
noreply at github.com
Mon Jan 8 17:21:58 PST 2018
Branch: refs/heads/compression
Home: https://github.com/PDAL/PDAL
Commit: 6943c9c1404d44432e2ef25225f9285e0b5c0662
https://github.com/PDAL/PDAL/commit/6943c9c1404d44432e2ef25225f9285e0b5c0662
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2017-10-24 (Tue, 24 Oct 2017)
Changed paths:
M CMakeLists.txt
M pdal/Compression.hpp
M test/unit/CMakeLists.txt
M test/unit/CompressionTest.cpp
Log Message:
-----------
Add general deflate/LZMA support.
Commit: 40470408cce1215034313be13a1582d8127d5b81
https://github.com/PDAL/PDAL/commit/40470408cce1215034313be13a1582d8127d5b81
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2017-10-24 (Tue, 24 Oct 2017)
Changed paths:
A cmake/lzma.cmake
Log Message:
-----------
Add lzma cmake file
Commit: 4d805c4724cf4596e43b2c2b815507f0a1016a0c
https://github.com/PDAL/PDAL/commit/4d805c4724cf4596e43b2c2b815507f0a1016a0c
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2017-10-25 (Wed, 25 Oct 2017)
Changed paths:
M scripts/docker/master/alpine/Dockerfile
Log Message:
-----------
Add xz to dockerfile.
Commit: b4546c13d6a04dd45e87938f96c4b4ae5f10e2c8
https://github.com/PDAL/PDAL/commit/b4546c13d6a04dd45e87938f96c4b4ae5f10e2c8
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2017-10-25 (Wed, 25 Oct 2017)
Changed paths:
M scripts/docker/master/alpine/Dockerfile
Log Message:
-----------
Try xz-dev.
Commit: 6b6722036de4e19479f3761606008c467fe6b940
https://github.com/PDAL/PDAL/commit/6b6722036de4e19479f3761606008c467fe6b940
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2017-10-25 (Wed, 25 Oct 2017)
Changed paths:
M scripts/docker/master/alpine/Dockerfile
Log Message:
-----------
Put xz in the right list.
Commit: bc6748f6733b02801a9e0b4e5c60d8f76945911f
https://github.com/PDAL/PDAL/commit/bc6748f6733b02801a9e0b4e5c60d8f76945911f
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2017-10-25 (Wed, 25 Oct 2017)
Changed paths:
M scripts/ci/script.sh
Log Message:
-----------
Modify travis build script for xz(lzma) compression.
Commit: 116e28df2523e958fc0c66a99dbec2c35a67569c
https://github.com/PDAL/PDAL/commit/116e28df2523e958fc0c66a99dbec2c35a67569c
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2017-10-25 (Wed, 25 Oct 2017)
Changed paths:
M scripts/docker/master/alpine/Dockerfile
Log Message:
-----------
Update Dockerfile for xz(lzma)
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.
Commit: c54b064e5b1e5361f3569ec9f156ce080c3589c5
https://github.com/PDAL/PDAL/commit/c54b064e5b1e5361f3569ec9f156ce080c3589c5
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2017-10-27 (Fri, 27 Oct 2017)
Changed paths:
M pdal/Compression.hpp
M plugins/oci/io/OciWriter.cpp
M test/unit/CompressionTest.cpp
Log Message:
-----------
Make interface consistent for compressors.
Commit: f58106b5f89839e7e9b5f0a14ae89051eaaaf6e1
https://github.com/PDAL/PDAL/commit/f58106b5f89839e7e9b5f0a14ae89051eaaaf6e1
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2017-10-27 (Fri, 27 Oct 2017)
Changed paths:
M plugins/sqlite/io/SQLiteWriter.cpp
Log Message:
-----------
Update SQLite for new compression API.
Commit: 8ebd3682b5609d19ffde8b6a696b03f00bd1fba6
https://github.com/PDAL/PDAL/commit/8ebd3682b5609d19ffde8b6a696b03f00bd1fba6
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2017-10-27 (Fri, 27 Oct 2017)
Changed paths:
M appveyor.yml
Log Message:
-----------
Update osgeo4w install to grab xz-devel.
Commit: 1c75e75dab43ed2b5a9da07e7f4f18454f4242db
https://github.com/PDAL/PDAL/commit/1c75e75dab43ed2b5a9da07e7f4f18454f4242db
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2017-11-02 (Thu, 02 Nov 2017)
Changed paths:
M CMakeLists.txt
A cmake/modules/FindZSTD.cmake
A cmake/zstd.cmake
M pdal/Compression.hpp
M test/unit/CompressionTest.cpp
Log Message:
-----------
Add support for zstd compression.
Commit: 6279844abfd6941580045fdd6633cf66e947974b
https://github.com/PDAL/PDAL/commit/6279844abfd6941580045fdd6633cf66e947974b
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2017-11-02 (Thu, 02 Nov 2017)
Changed paths:
M scripts/docker/master/alpine/Dockerfile
Log Message:
-----------
Add zstd to alpine build.
Commit: b5d65d2d16932f59574eb549c026ecca7dfb9c74
https://github.com/PDAL/PDAL/commit/b5d65d2d16932f59574eb549c026ecca7dfb9c74
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2017-11-02 (Thu, 02 Nov 2017)
Changed paths:
M scripts/ci/script.sh
Log Message:
-----------
Add zstd.
Commit: 0338e1a9709a6925180979c8d5e4c07191fd3799
https://github.com/PDAL/PDAL/commit/0338e1a9709a6925180979c8d5e4c07191fd3799
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2017-11-02 (Thu, 02 Nov 2017)
Changed paths:
M scripts/ci/script.sh
Log Message:
-----------
Add zstd-dev pkg.
Commit: 37f45f3cb20ced822864efec214cbb8574d0a035
https://github.com/PDAL/PDAL/commit/37f45f3cb20ced822864efec214cbb8574d0a035
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2017-11-02 (Thu, 02 Nov 2017)
Changed paths:
M appveyor.yml
M scripts/docker/dependencies/Dockerfile
M scripts/docker/master/alpine/Dockerfile
Log Message:
-----------
Update docker/build files for zstd.
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
Commit: fd0c2f1b5c427bdc07a7c536d655db9b850a28a2
https://github.com/PDAL/PDAL/commit/fd0c2f1b5c427bdc07a7c536d655db9b850a28a2
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2017-11-07 (Tue, 07 Nov 2017)
Changed paths:
M pdal/Compression.hpp
M plugins/oci/io/OciReader.cpp
M plugins/sqlite/io/SQLiteCommon.hpp
M plugins/sqlite/io/SQLiteReader.cpp
M plugins/sqlite/io/SQLiteWriter.cpp
M test/unit/CMakeLists.txt
Log Message:
-----------
Convert LazPerfDecompressor to new interface.
Commit: 62f751cc4bd700944e3df2b2cd0b7b246b56688c
https://github.com/PDAL/PDAL/commit/62f751cc4bd700944e3df2b2cd0b7b246b56688c
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2017-11-07 (Tue, 07 Nov 2017)
Changed paths:
A cmake/examples.cmake
M doc/stages/readers.mbio.rst
M pdal/util/Utils.hpp
M plugins/mbio/io/MbReader.cpp
M plugins/mbio/io/MbReader.hpp
M plugins/mbio/test/MBSystemTest.cpp
Log Message:
-----------
Merge remote-tracking branch 'origin/master' into compression
Commit: 227e7b865baf1522de4a96063160b7dc90ad0310
https://github.com/PDAL/PDAL/commit/227e7b865baf1522de4a96063160b7dc90ad0310
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2017-11-08 (Wed, 08 Nov 2017)
Changed paths:
M scripts/docker/dependencies/Dockerfile
M scripts/docker/master/ubuntu/Dockerfile
Log Message:
-----------
Update Dockerfile(s) for lzma(xz) and zstd.
Commit: 0b35d95a1d88b22347b48b8501e35b704c4e9979
https://github.com/PDAL/PDAL/commit/0b35d95a1d88b22347b48b8501e35b704c4e9979
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2017-11-08 (Wed, 08 Nov 2017)
Changed paths:
A cmake/examples.cmake
M doc/stages/readers.mbio.rst
M pdal/Compression.hpp
M pdal/util/Utils.hpp
M plugins/mbio/io/MbReader.cpp
M plugins/mbio/io/MbReader.hpp
M plugins/mbio/test/MBSystemTest.cpp
M plugins/oci/io/OciReader.cpp
M plugins/sqlite/io/SQLiteCommon.hpp
M plugins/sqlite/io/SQLiteReader.cpp
M plugins/sqlite/io/SQLiteWriter.cpp
M test/unit/CMakeLists.txt
Log Message:
-----------
Merge remote-tracking branch 'origin/compression' into compression
Commit: 517b56d714f68538291145ed0a5579059d5f1056
https://github.com/PDAL/PDAL/commit/517b56d714f68538291145ed0a5579059d5f1056
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2017-11-09 (Thu, 09 Nov 2017)
Changed paths:
M CMakeLists.txt
M pdal/PipelineExecutor.hpp
M scripts/ci/script.sh
Log Message:
-----------
Merge remote-tracking branch 'origin/master' into compression
Commit: bb86aad8147ce684dd13060fa048e6e748548041
https://github.com/PDAL/PDAL/commit/bb86aad8147ce684dd13060fa048e6e748548041
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2017-11-09 (Thu, 09 Nov 2017)
Changed paths:
M plugins/greyhound/io/GreyhoundReader.cpp
Log Message:
-----------
Update compression for GreyhoundReader.
Commit: 54e0bf4f81a7345c2926290290aedbddd6ce500e
https://github.com/PDAL/PDAL/commit/54e0bf4f81a7345c2926290290aedbddd6ce500e
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2017-11-09 (Thu, 09 Nov 2017)
Changed paths:
M CMakeLists.txt
M pdal/PipelineExecutor.hpp
M scripts/ci/script.sh
M scripts/docker/dependencies/Dockerfile
M scripts/docker/master/ubuntu/Dockerfile
Log Message:
-----------
Merge remote-tracking branch 'origin/compression' into compression
Commit: d5090e70423e7559c2b65e36263997128c1dd6da
https://github.com/PDAL/PDAL/commit/d5090e70423e7559c2b65e36263997128c1dd6da
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2017-11-21 (Tue, 21 Nov 2017)
Changed paths:
M doc/conf.py
M doc/download.rst
M doc/rtd_theme/footer.html
M doc/stages/writers.bpf.rst
M doc/workshop/osgeo4w.rst
M io/BpfHeader.cpp
M io/BpfHeader.hpp
M io/BpfReader.cpp
M io/BpfWriter.cpp
M io/BpfWriter.hpp
M io/LasHeader.cpp
M io/LasHeader.hpp
M io/LasReader.cpp
M io/LasWriter.cpp
M io/LasWriter.hpp
M pdal/Kernel.hpp
M pdal/Options.cpp
M pdal/Options.hpp
M pdal/PipelineManager.cpp
M pdal/SpatialReference.cpp
M pdal/SpatialReference.hpp
M pdal/Stage.cpp
M pdal/Stage.hpp
M plugins/sqlite/io/SQLiteReader.cpp
A test/data/apps/bad_cmd_opt
A test/data/apps/bad_json_opt
A test/data/apps/good_cmd_opt
A test/data/apps/good_json_opt
M test/unit/PipelineManagerTest.cpp
M test/unit/apps/AppTest.cpp
M test/unit/apps/TranslateTest.cpp
M test/unit/io/BPFTest.cpp
M test/unit/io/LasWriterTest.cpp
Log Message:
-----------
Merge remote-tracking branch 'origin/master' into compression
Commit: f413e65e5de91db6d2271e1752f9249025e85658
https://github.com/PDAL/PDAL/commit/f413e65e5de91db6d2271e1752f9249025e85658
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2017-11-27 (Mon, 27 Nov 2017)
Changed paths:
M cmake/lzma.cmake
M cmake/zlib.cmake
M cmake/zstd.cmake
Log Message:
-----------
Made compression modules optional.
Commit: 942b23b0998611d59fa125fd5fc7b0a0029ed979
https://github.com/PDAL/PDAL/commit/942b23b0998611d59fa125fd5fc7b0a0029ed979
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2017-11-27 (Mon, 27 Nov 2017)
Changed paths:
M cmake/examples/hobu-windows.bat
M cmake/modules/FindZSTD.cmake
M doc/stages/writers.pcd.rst
M python/setup.py
M scripts/appveyor/config.cmd
Log Message:
-----------
Merge remote-tracking branch 'origin/master' into compression
Commit: 9719934b1837f1da18e6e3b2f619fa52e9e70bcd
https://github.com/PDAL/PDAL/commit/9719934b1837f1da18e6e3b2f619fa52e9e70bcd
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2017-11-28 (Tue, 28 Nov 2017)
Changed paths:
M io/BpfCompressor.cpp
M io/BpfCompressor.hpp
M io/BpfReader.cpp
M io/BpfWriter.cpp
M io/LasReader.hpp
M io/LasWriter.cpp
M io/LasWriter.hpp
R pdal/Compression.hpp
A pdal/compression/Compression.hpp
A pdal/compression/DeflateCompression.hpp
A pdal/compression/LazPerfCompression.hpp
A pdal/compression/LzmaCompression.hpp
A pdal/compression/ZstdCompression.hpp
M plugins/greyhound/io/GreyhoundReader.cpp
M plugins/oci/io/OciReader.cpp
M plugins/oci/io/OciWriter.cpp
M plugins/pgpointcloud/io/PgCommon.hpp
M plugins/sqlite/io/SQLiteCommon.hpp
M plugins/sqlite/io/SQLiteReader.cpp
M plugins/sqlite/io/SQLiteWriter.cpp
M test/unit/CompressionTest.cpp
M test/unit/io/BPFTest.cpp
Log Message:
-----------
Allow compression types to be optional.
Commit: c0635e9eccb2ebbfe039e9b7eeda2a78f12eed29
https://github.com/PDAL/PDAL/commit/c0635e9eccb2ebbfe039e9b7eeda2a78f12eed29
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2017-11-30 (Thu, 30 Nov 2017)
Changed paths:
M cmake/zlib.cmake
M cmake/zstd.cmake
Log Message:
-----------
Provide appropriate defaults for compression options.
Commit: a4ced8303d544ee8e3b5378c624ea5c9d6be6d6e
https://github.com/PDAL/PDAL/commit/a4ced8303d544ee8e3b5378c624ea5c9d6be6d6e
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths:
M CMakeLists.txt
M appveyor.yml
M cmake/unix_compiler_options.cmake
M dimbuilder/DimBuilder.cpp
M doc/apps/translate.rst
A doc/development/contributors.rst
M doc/development/index.rst
M doc/stages/filters.hexbin.rst
M doc/stages/filters.pmf.rst
M doc/stages/writers.gdal.rst
M doc/stages/writers.las.rst
M doc/tutorial/reading.rst
M filters/ColorinterpFilter.cpp
M filters/ColorizationFilter.cpp
M filters/CropFilter.cpp
M filters/CropFilter.hpp
M filters/MortonOrderFilter.cpp
M filters/OutlierFilter.cpp
M filters/SMRFilter.cpp
A filters/private/pnp/Comparison.hpp
A filters/private/pnp/Grid.hpp
A filters/private/pnp/GridPnp.hpp
A filters/private/pnp/VoxelRayTrace.hpp
M io/BpfReader.cpp
M io/GDALGrid.cpp
M io/GDALReader.cpp
M io/GDALWriter.cpp
M io/LasHeader.cpp
M io/LasReader.cpp
M io/OGRWriter.cpp
M io/OGRWriter.hpp
M io/OGRWriterV1.cpp
M io/OptechReader.cpp
M io/PlyReader.cpp
M io/TextReader.cpp
M io/TextReader.hpp
M kernels/TIndexKernel.cpp
M kernels/TIndexKernel.hpp
M pdal/EigenUtils.hpp
M pdal/FlexWriter.hpp
M pdal/Geometry.cpp
M pdal/Geometry.hpp
M pdal/KDIndex.hpp
M pdal/Metadata.hpp
M pdal/PDALUtils.cpp
M pdal/PipelineManager.hpp
M pdal/PointLayout.cpp
M pdal/PointLayout.hpp
M pdal/PointView.hpp
M pdal/Polygon.cpp
M pdal/Polygon.hpp
M pdal/PyArray.hpp
M pdal/compression/Compression.hpp
M pdal/compression/LazPerfCompression.hpp
M pdal/util/ProgramArgs.hpp
M pdal/util/Utils.hpp
M plugins/cpd/filters/CpdFilter.cpp
M plugins/hexbin/filters/HexBin.cpp
M plugins/matlab/filters/Script.cpp
M plugins/mrsid/CMakeLists.txt
M plugins/nitf/io/tre_plugins.cpp
M plugins/pcl/CMakeLists.txt
M plugins/sqlite/io/SQLiteWriter.hpp
M scripts/docker/1.6-maintenance/alpine/Dockerfile
M scripts/docker/Dockerfile
A test/data/tindex/t1.txt
A test/data/tindex/t2.txt
A test/data/tindex/t3.txt
M test/unit/CMakeLists.txt
M test/unit/MetadataTest.cpp
M test/unit/UtilsTest.cpp
A test/unit/apps/TIndexTest.cpp
M test/unit/apps/pcpipelineTestJSON.cpp
M tools/lasdump/Dumper.cpp
M tools/lasdump/Header.cpp
M vendor/kazhdan/Geometry.cpp
M vendor/kazhdan/MultiGridOctreeData.Evaluation.inl
M vendor/kazhdan/MultiGridOctreeData.IsoSurface.inl
M vendor/kazhdan/MultiGridOctreeData.System.inl
M vendor/kazhdan/MultiGridOctreeData.h
M vendor/kazhdan/Octree.inl
Log Message:
-----------
Merge remote-tracking branch 'origin/master' into compression
Commit: 02b7b8c71cc6ab274fc994950e7333eae560754d
https://github.com/PDAL/PDAL/commit/02b7b8c71cc6ab274fc994950e7333eae560754d
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths:
M pdal/compression/LzmaCompression.hpp
M pdal/compression/ZstdCompression.hpp
M pdal_defines.h.in
M test/unit/CMakeLists.txt
M test/unit/CompressionTest.cpp
Log Message:
-----------
Fix compression tests.
Compare: https://github.com/PDAL/PDAL/compare/6943c9c1404d^...02b7b8c71cc6
More information about the pdal-commits
mailing list