[pdal-commits] [PDAL/PDAL] 7cf1f7: Compression (#1779)
GitHub
noreply at github.com
Tue Jan 9 08:20:37 PST 2018
Branch: refs/heads/master
Home: https://github.com/PDAL/PDAL
Commit: 7cf1f7d2a6516132e3b7b9b4687711de25e815fb
https://github.com/PDAL/PDAL/commit/7cf1f7d2a6516132e3b7b9b4687711de25e815fb
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2018-01-09 (Tue, 09 Jan 2018)
Changed paths:
M io/BpfCompressor.cpp
M io/BpfCompressor.hpp
M pdal/compression/Compression.hpp
M pdal/compression/DeflateCompression.hpp
M pdal/compression/LazPerfCompression.hpp
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:
-----------
Compression (#1779)
* Add general deflate/LZMA support.
* Add lzma cmake file
* Add xz to dockerfile.
* Try xz-dev.
* Put xz in the right list.
* Modify travis build script for xz(lzma) compression.
* Update Dockerfile for xz(lzma)
* Use proper casting to avoid warnings on Linux.
* Make interface consistent for compressors.
* Update SQLite for new compression API.
* Update osgeo4w install to grab xz-devel.
* Add support for zstd compression.
* Add zstd to alpine build.
* Add zstd.
* Add zstd-dev pkg.
* Update docker/build files for zstd.
* Convert LazPerfDecompressor to new interface.
* Update Dockerfile(s) for lzma(xz) and zstd.
* Update compression for GreyhoundReader.
* Made compression modules optional.
* Allow compression types to be optional.
* Provide appropriate defaults for compression options.
* Fix compression tests.
* Fix deflate compression test.
* Update compression to standardized interface.
More information about the pdal-commits
mailing list