diff --git a/Changelog.md b/Changelog.md
index fdb17c5..5d7416d 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,3 +1,8 @@
+# 0.3.0 30 Dec 2025
+
+- Bump vendored LASzip version to support las 1.5
+- Bump pybind11 to 3.0 (pybind11 2.x) should still be ok
+
# 0.2.4 02 Dec 2025
- Fix LasZipper's handling of big files
@@ -32,4 +37,3 @@
- Added LasZipDll
- Added bindings to laszip_header
- Added bindings to laszip_point
-
diff --git a/pyproject.toml b/pyproject.toml
index 47aab66..2bebed5 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
[project]
name = "laszip"
-version = "0.2.4"
+version = "0.3.0"
description = "Bindings for LASzip made with pybind11"
readme = "Readme.md"
authors = [{ name = "Thomas Montaigu", email = "thomas.montaigu@laposte.net" }]
diff --git a/src/vendor/LASzip-3.5.0/.clang-format b/src/vendor/LASzip-3.5.0/.clang-format
deleted file mode 100644
index dd90a76..0000000
--- a/src/vendor/LASzip-3.5.0/.clang-format
+++ /dev/null
@@ -1,42 +0,0 @@
-Language: Cpp
-# Uses the defaults from the Google coding style
-BasedOnStyle: Google
-
-# Indentation
-IndentWidth: 2
-TabWidth: 4
-UseTab: Never
-AllowShortIfStatementsOnASingleLine: true
-AllowShortLoopsOnASingleLine: true
-AllowShortFunctionsOnASingleLine: None
-
-# Alignment
-AlignAfterOpenBracket: AlwaysBreak
-AlignOperands: true
-AlignEscapedNewlines: Right
-AlignConsecutiveAssignments: false
-AlignConsecutiveBitFields: true
-AlignTrailingComments: true
-
-# Spaces and Parentheses
-SpaceBeforeParens: ControlStatements
-SpaceInEmptyParentheses: false
-SpacesInCStyleCastParentheses: false
-SpacesInAngles: false
-PointerAlignment: Left # Ensures & and * stay with the type
-DerivePointerAlignment: false # Prevents automatic alignment override
-
-# Column limit and maximum penalties
-ColumnLimit: 150
-MaxEmptyLinesToKeep: 1
-
-# Sort includes
-SortIncludes: true
-IncludeBlocks: Regroup
-IncludeCategories:
- - Regex: '^"(llvm|llvm-c|clang|clang-c)/'
- Priority: 2
- - Regex: '^(<|"(gtest|gmock|isl|json)/)'
- Priority: 3
- - Regex: '.*'
- Priority: 1
\ No newline at end of file
diff --git a/src/vendor/LASzip-3.5.0/.gitignore b/src/vendor/LASzip-3.5.0/.gitignore
deleted file mode 100644
index 752dd9c..0000000
--- a/src/vendor/LASzip-3.5.0/.gitignore
+++ /dev/null
@@ -1,12 +0,0 @@
-CMakeFiles/
-CMakeCache.txt
-bin/
-Makefile*
-cmake_install*
-CPackConfig.cmake
-CPackSourceConfig.cmake
-*.gz
-*.bz2
-_CPack_Packages/
-install_mainifest.txt
-docs/build
diff --git a/src/vendor/LASzip-3.5.0/.travis.yml b/src/vendor/LASzip-3.5.0/.travis.yml
deleted file mode 100644
index e37c976..0000000
--- a/src/vendor/LASzip-3.5.0/.travis.yml
+++ /dev/null
@@ -1,36 +0,0 @@
-# .travis.yml
-# Configure Travis CI service for http://github.com/LASzip
-language: cpp
-
-sudo: required
-services: docker
-dist: trusty
-
-env:
- global:
- - secure: "ZxsNFzAy3sDCrN6cBiMlBsIh2NYYIBuFxbPK48IAIkXiiUFkXUrh8snmduzCrwuE0vgsHKlER8RvHKA3OPZjOCiBUiFgXLEiwBJgChGoX4hk88b84hpfR4W4tGeiqAORJzwmj/DdSbX9OW1Gh4HxH76H5obE+fWI4qW+7LcX7II="
-
- - secure: "ApVmY9Duy9/B3sOC37Fwh1utlyWe5GvGXal1eKcT0uHk2fKJIYSJVBh5sv5Qe/dF8vamaqAcakqo0z3D9sQmiQRbvs1swNtz9Pf6GwPL4D0dSc7K9Rc1rWmEwSXsNX4OV7BD/DlzJqkB1RBOIdb70k1uOld21WtZJs0l5SFFE4c="
-
-compiler:
-
- - g++
- - clang
-
-after_success:
- - echo "secure travis:" "$TRAVIS_SECURE_ENV_VARS"
- - sh -c 'if test "$TRAVIS_SECURE_ENV_VARS" = "true" -a "$TRAVIS_BRANCH" = "master" -a "$CXX" = "g++"; then echo "publish website"; ./scripts/ci/build_docs.sh; ./scripts/ci/add_deploy_key.sh; ./scripts/ci/deploy_website.sh $TRAVIS_BUILD_DIR/docs/build /tmp; fi'
-
-before_install: ./scripts/ci/docker.sh
-
-script: ./scripts/ci/script.sh
-
-notifications:
- on_success: always # [always|never|change] # default: change
- on_failure: always # [always|never|change] # default: always
- irc: "chat.freenode.net#pdal"
- # Uncomment and edit below for notifications by e-mail
- #email:
- # recipients:
- # - howard@hobu.co
-
diff --git a/src/vendor/LASzip-3.5.0/ALL_BUILD.vcxproj b/src/vendor/LASzip-3.5.0/ALL_BUILD.vcxproj
deleted file mode 100644
index 51596de..0000000
--- a/src/vendor/LASzip-3.5.0/ALL_BUILD.vcxproj
+++ /dev/null
@@ -1,188 +0,0 @@
-
-
-
- x64
-
-
- false
-
-
-
- Debug
- x64
-
-
- Release
- x64
-
-
- MinSizeRel
- x64
-
-
- RelWithDebInfo
- x64
-
-
-
- {47C53BCE-DCDD-393B-9C1E-33326DEEE7BD}
- Win32Proj
- 10.0.20348.0
- x64
- ALL_BUILD
- NoUpgrade
-
-
-
- Utility
- MultiByte
- v142
-
-
- Utility
- MultiByte
- v142
-
-
- Utility
- MultiByte
- v142
-
-
- Utility
- MultiByte
- v142
-
-
-
-
-
-
-
-
-
- <_ProjectFileVersion>10.0.20506.1
- $(Platform)\$(Configuration)\$(ProjectName)\
- $(Platform)\$(Configuration)\$(ProjectName)\
- $(Platform)\$(Configuration)\$(ProjectName)\
- $(Platform)\$(Configuration)\$(ProjectName)\
-
-
-
- C:\lastools\git\LASzip\include;C:\lastools\git\LASzip\include\laszip;%(AdditionalIncludeDirectories)
- $(ProjectDir)/$(IntDir)
- %(Filename).h
- %(Filename).tlb
- %(Filename)_i.c
- %(Filename)_p.c
-
-
-
-
- C:\lastools\git\LASzip\include;C:\lastools\git\LASzip\include\laszip;%(AdditionalIncludeDirectories)
- $(ProjectDir)/$(IntDir)
- %(Filename).h
- %(Filename).tlb
- %(Filename)_i.c
- %(Filename)_p.c
-
-
-
-
- C:\lastools\git\LASzip\include;C:\lastools\git\LASzip\include\laszip;%(AdditionalIncludeDirectories)
- $(ProjectDir)/$(IntDir)
- %(Filename).h
- %(Filename).tlb
- %(Filename)_i.c
- %(Filename)_p.c
-
-
-
-
- C:\lastools\git\LASzip\include;C:\lastools\git\LASzip\include\laszip;%(AdditionalIncludeDirectories)
- $(ProjectDir)/$(IntDir)
- %(Filename).h
- %(Filename).tlb
- %(Filename)_i.c
- %(Filename)_p.c
-
-
-
-
- Always
- Building Custom Rule C:/lastools/git/LASzip/CMakeLists.txt
- setlocal
-"C:\Program Files\CMake\bin\cmake.exe" -SC:/lastools/git/LASzip -BC:/lastools/git/LASzip --check-stamp-file C:/lastools/git/LASzip/CMakeFiles/generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd
- C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeCCompiler.cmake.in;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeCCompilerABI.c;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeCInformation.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeCXXCompiler.cmake.in;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeCXXCompilerABI.cpp;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeCXXInformation.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeDetermineCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeDetermineCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeDetermineRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeDetermineSystem.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeGenericSystem.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeInitializeConfigs.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeParseImplicitIncludeInfo.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeParseLibraryArchitecture.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeRCCompiler.cmake.in;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeRCInformation.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeSystem.cmake.in;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeSystemSpecificInitialize.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeTestCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeTestCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeTestRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CPack.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CPackComponent.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CheckIncludeFileCXX.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\ARMClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\Bruce-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\Comeau-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\Compaq-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\Compaq-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\FujitsuClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\GNU-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\GNU-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\HP-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\HP-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\IBMClang-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\IBMClang-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\IntelLLVM-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\LCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\LCC-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\MSVC.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\NVHPC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\SDCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\SunPro-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\SunPro-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\Tasking-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\TinyCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\VisualAge-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\VisualAge-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\XL-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\XL-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\XLClang-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\XLClang-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\zOS-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\zOS-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.25\Modules\FeatureSummary.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Internal\FeatureTesting.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Platform\Windows-Determine-CXX.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Platform\Windows-MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Platform\Windows-MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Platform\Windows.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Platform\WindowsPaths.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\ProcessorCount.cmake;C:\Program Files\CMake\share\cmake-3.25\Templates\CPackConfig.cmake.in;C:\lastools\git\LASzip\CMakeFiles\3.25.0-rc4\CMakeCCompiler.cmake;C:\lastools\git\LASzip\CMakeFiles\3.25.0-rc4\CMakeCXXCompiler.cmake;C:\lastools\git\LASzip\CMakeFiles\3.25.0-rc4\CMakeRCCompiler.cmake;C:\lastools\git\LASzip\CMakeFiles\3.25.0-rc4\CMakeSystem.cmake;C:\lastools\git\LASzip\cmake\common.cmake;C:\lastools\git\LASzip\cmake\compiler_options.cmake;C:\lastools\git\LASzip\cmake\cpack.cmake;C:\lastools\git\LASzip\cmake\directories.cmake;C:\lastools\git\LASzip\cmake\libraries.cmake;C:\lastools\git\LASzip\cmake\macros.cmake;C:\lastools\git\LASzip\cmake\modules.cmake;C:\lastools\git\LASzip\cmake\policies.cmake;C:\lastools\git\LASzip\cmake\win32_compiler_options.cmake;C:\lastools\git\LASzip\laszip_api_version.h.in;%(AdditionalInputs)
- C:\lastools\git\LASzip\CMakeFiles\generate.stamp
- false
- Building Custom Rule C:/lastools/git/LASzip/CMakeLists.txt
- setlocal
-"C:\Program Files\CMake\bin\cmake.exe" -SC:/lastools/git/LASzip -BC:/lastools/git/LASzip --check-stamp-file C:/lastools/git/LASzip/CMakeFiles/generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd
- C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeCCompiler.cmake.in;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeCCompilerABI.c;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeCInformation.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeCXXCompiler.cmake.in;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeCXXCompilerABI.cpp;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeCXXInformation.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeDetermineCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeDetermineCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeDetermineRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeDetermineSystem.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeGenericSystem.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeInitializeConfigs.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeParseImplicitIncludeInfo.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeParseLibraryArchitecture.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeRCCompiler.cmake.in;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeRCInformation.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeSystem.cmake.in;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeSystemSpecificInitialize.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeTestCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeTestCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeTestRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CPack.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CPackComponent.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CheckIncludeFileCXX.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\ARMClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\Bruce-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\Comeau-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\Compaq-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\Compaq-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\FujitsuClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\GNU-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\GNU-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\HP-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\HP-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\IBMClang-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\IBMClang-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\IntelLLVM-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\LCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\LCC-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\MSVC.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\NVHPC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\SDCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\SunPro-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\SunPro-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\Tasking-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\TinyCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\VisualAge-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\VisualAge-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\XL-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\XL-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\XLClang-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\XLClang-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\zOS-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\zOS-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.25\Modules\FeatureSummary.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Internal\FeatureTesting.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Platform\Windows-Determine-CXX.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Platform\Windows-MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Platform\Windows-MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Platform\Windows.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Platform\WindowsPaths.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\ProcessorCount.cmake;C:\Program Files\CMake\share\cmake-3.25\Templates\CPackConfig.cmake.in;C:\lastools\git\LASzip\CMakeFiles\3.25.0-rc4\CMakeCCompiler.cmake;C:\lastools\git\LASzip\CMakeFiles\3.25.0-rc4\CMakeCXXCompiler.cmake;C:\lastools\git\LASzip\CMakeFiles\3.25.0-rc4\CMakeRCCompiler.cmake;C:\lastools\git\LASzip\CMakeFiles\3.25.0-rc4\CMakeSystem.cmake;C:\lastools\git\LASzip\cmake\common.cmake;C:\lastools\git\LASzip\cmake\compiler_options.cmake;C:\lastools\git\LASzip\cmake\cpack.cmake;C:\lastools\git\LASzip\cmake\directories.cmake;C:\lastools\git\LASzip\cmake\libraries.cmake;C:\lastools\git\LASzip\cmake\macros.cmake;C:\lastools\git\LASzip\cmake\modules.cmake;C:\lastools\git\LASzip\cmake\policies.cmake;C:\lastools\git\LASzip\cmake\win32_compiler_options.cmake;C:\lastools\git\LASzip\laszip_api_version.h.in;%(AdditionalInputs)
- C:\lastools\git\LASzip\CMakeFiles\generate.stamp
- false
- Building Custom Rule C:/lastools/git/LASzip/CMakeLists.txt
- setlocal
-"C:\Program Files\CMake\bin\cmake.exe" -SC:/lastools/git/LASzip -BC:/lastools/git/LASzip --check-stamp-file C:/lastools/git/LASzip/CMakeFiles/generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd
- C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeCCompiler.cmake.in;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeCCompilerABI.c;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeCInformation.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeCXXCompiler.cmake.in;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeCXXCompilerABI.cpp;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeCXXInformation.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeDetermineCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeDetermineCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeDetermineRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeDetermineSystem.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeGenericSystem.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeInitializeConfigs.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeParseImplicitIncludeInfo.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeParseLibraryArchitecture.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeRCCompiler.cmake.in;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeRCInformation.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeSystem.cmake.in;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeSystemSpecificInitialize.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeTestCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeTestCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeTestRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CPack.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CPackComponent.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CheckIncludeFileCXX.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\ARMClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\Bruce-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\Comeau-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\Compaq-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\Compaq-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\FujitsuClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\GNU-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\GNU-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\HP-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\HP-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\IBMClang-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\IBMClang-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\IntelLLVM-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\LCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\LCC-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\MSVC.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\NVHPC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\SDCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\SunPro-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\SunPro-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\Tasking-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\TinyCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\VisualAge-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\VisualAge-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\XL-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\XL-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\XLClang-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\XLClang-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\zOS-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\zOS-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.25\Modules\FeatureSummary.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Internal\FeatureTesting.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Platform\Windows-Determine-CXX.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Platform\Windows-MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Platform\Windows-MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Platform\Windows.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Platform\WindowsPaths.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\ProcessorCount.cmake;C:\Program Files\CMake\share\cmake-3.25\Templates\CPackConfig.cmake.in;C:\lastools\git\LASzip\CMakeFiles\3.25.0-rc4\CMakeCCompiler.cmake;C:\lastools\git\LASzip\CMakeFiles\3.25.0-rc4\CMakeCXXCompiler.cmake;C:\lastools\git\LASzip\CMakeFiles\3.25.0-rc4\CMakeRCCompiler.cmake;C:\lastools\git\LASzip\CMakeFiles\3.25.0-rc4\CMakeSystem.cmake;C:\lastools\git\LASzip\cmake\common.cmake;C:\lastools\git\LASzip\cmake\compiler_options.cmake;C:\lastools\git\LASzip\cmake\cpack.cmake;C:\lastools\git\LASzip\cmake\directories.cmake;C:\lastools\git\LASzip\cmake\libraries.cmake;C:\lastools\git\LASzip\cmake\macros.cmake;C:\lastools\git\LASzip\cmake\modules.cmake;C:\lastools\git\LASzip\cmake\policies.cmake;C:\lastools\git\LASzip\cmake\win32_compiler_options.cmake;C:\lastools\git\LASzip\laszip_api_version.h.in;%(AdditionalInputs)
- C:\lastools\git\LASzip\CMakeFiles\generate.stamp
- false
- Building Custom Rule C:/lastools/git/LASzip/CMakeLists.txt
- setlocal
-"C:\Program Files\CMake\bin\cmake.exe" -SC:/lastools/git/LASzip -BC:/lastools/git/LASzip --check-stamp-file C:/lastools/git/LASzip/CMakeFiles/generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd
- C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeCCompiler.cmake.in;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeCCompilerABI.c;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeCInformation.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeCXXCompiler.cmake.in;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeCXXCompilerABI.cpp;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeCXXInformation.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeDetermineCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeDetermineCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeDetermineRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeDetermineSystem.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeGenericSystem.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeInitializeConfigs.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeParseImplicitIncludeInfo.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeParseLibraryArchitecture.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeRCCompiler.cmake.in;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeRCInformation.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeSystem.cmake.in;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeSystemSpecificInitialize.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeTestCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeTestCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CMakeTestRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CPack.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CPackComponent.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CheckIncludeFileCXX.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\ARMClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\Bruce-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\Comeau-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\Compaq-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\Compaq-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\FujitsuClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\GNU-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\GNU-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\HP-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\HP-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\IBMClang-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\IBMClang-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\IntelLLVM-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\LCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\LCC-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\MSVC.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\NVHPC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\SDCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\SunPro-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\SunPro-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\Tasking-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\TinyCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\VisualAge-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\VisualAge-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\XL-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\XL-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\XLClang-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\XLClang-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\zOS-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Compiler\zOS-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.25\Modules\FeatureSummary.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Internal\FeatureTesting.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Platform\Windows-Determine-CXX.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Platform\Windows-MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Platform\Windows-MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Platform\Windows.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\Platform\WindowsPaths.cmake;C:\Program Files\CMake\share\cmake-3.25\Modules\ProcessorCount.cmake;C:\Program Files\CMake\share\cmake-3.25\Templates\CPackConfig.cmake.in;C:\lastools\git\LASzip\CMakeFiles\3.25.0-rc4\CMakeCCompiler.cmake;C:\lastools\git\LASzip\CMakeFiles\3.25.0-rc4\CMakeCXXCompiler.cmake;C:\lastools\git\LASzip\CMakeFiles\3.25.0-rc4\CMakeRCCompiler.cmake;C:\lastools\git\LASzip\CMakeFiles\3.25.0-rc4\CMakeSystem.cmake;C:\lastools\git\LASzip\cmake\common.cmake;C:\lastools\git\LASzip\cmake\compiler_options.cmake;C:\lastools\git\LASzip\cmake\cpack.cmake;C:\lastools\git\LASzip\cmake\directories.cmake;C:\lastools\git\LASzip\cmake\libraries.cmake;C:\lastools\git\LASzip\cmake\macros.cmake;C:\lastools\git\LASzip\cmake\modules.cmake;C:\lastools\git\LASzip\cmake\policies.cmake;C:\lastools\git\LASzip\cmake\win32_compiler_options.cmake;C:\lastools\git\LASzip\laszip_api_version.h.in;%(AdditionalInputs)
- C:\lastools\git\LASzip\CMakeFiles\generate.stamp
- false
-
-
-
-
-
-
- {F337C12D-3020-3B3D-A4F7-CC8D0FE732B8}
- ZERO_CHECK
- false
- Never
-
-
- {A89491C0-0908-32CD-8033-5F2F862963DF}
- laszip3
-
-
- {A3D367F6-7882-36AF-A8E6-1123EA3926FB}
- laszip_api3
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/vendor/LASzip-3.5.0/ALL_BUILD.vcxproj.filters b/src/vendor/LASzip-3.5.0/ALL_BUILD.vcxproj.filters
deleted file mode 100644
index f765e58..0000000
--- a/src/vendor/LASzip-3.5.0/ALL_BUILD.vcxproj.filters
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
diff --git a/src/vendor/LASzip-3.5.0/AUTHORS.txt b/src/vendor/LASzip-3.5.0/AUTHORS.txt
deleted file mode 100644
index b3afefe..0000000
--- a/src/vendor/LASzip-3.5.0/AUTHORS.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-Martin Isenburg
-martin.isenburg@rapidlasso.com
-
-Howard Butler
-howard@hobu.co
-
-Michael P. Gerlek
-mpg@flaxen.com
diff --git a/src/vendor/LASzip-3.5.0/CHANGES.txt b/src/vendor/LASzip-3.5.0/CHANGES.txt
deleted file mode 100644
index 527c504..0000000
--- a/src/vendor/LASzip-3.5.0/CHANGES.txt
+++ /dev/null
@@ -1,60 +0,0 @@
-8 December 2025 -- NEW: support for LAS 1.5
-21 July 2025 -- rename get/set_classification_uni to get/set_classification
-04 March 2024 -- LAStools merge: LASMessage concept; warnings fix; error handling
-20 October 2023 -- fix integer overflow of number_of_point_records when using laszip_update_inventory
-22 March 2022 -- fix fseek for gcc for las/lax file > 2Gb
-30 December 2021 -- fix small memory leak in lasreaditemcompressed_v3.cpp
-2 December 2020 -- fix memory leak in laszip_dll.cpp
-23 September 2020 -- LASzip and LASlib: rare fix for reading bit-corrupted LAZ files where chunk table is zeroed
-24 December 2019 -- bug fix for file names with special characters like 'Tgrupid.laz'
-9 November 2019 -- upped version to 3.4 revision 3 for selective decompression extra bytes fix
-9 November 2019 -- fix for selective decompression of more than 16 extra bytes in new point types 6 or higher
-9 November 2019 -- moved UTF8toUTF16() function from laszip.hpp to mydefs.hpp and added new mydefs.cpp
-16 October 2019 -- unicode support added for Windows LASzip.dll via in new UTF8toUTF16() function
-11 August 2019 -- added CMake for DLL build and minor fixes to allow 64 bit Windows compile of LASzip.dll
-11 April 2019 -- increase AC_BUFFER_SIZE from 1024 to 4096 to lower chance of ultra-rare propagate_carry() overflow
-10 April 2019 -- fix potential memory leaks found by Connor Manning using valgrind
-31 March 2019 -- better license terms for core arithmetic coder thanks to Amir Said. upgrade to version 3.4 rev 0
-20 March 2019 -- upped to 3.3 r1 for checking consistent legacy and extended classification for new point types
-19 March 2019 -- bug fix when decompressing new point types: zero "legacy classification" if "classification" > 31
-7 March 2019 -- upped to 3.3 r0 because hobu was suggesting it for the next release
-21 February 2019 -- bug fix when writing 4,294,967,296 or more points uncompressed to LAS
-28 December 2018 -- fix for LASzip v4 decompression of WavePacket part of PRDF 9 and 10
-27 December 2018 -- upped to 3.2 r9 for bug fix in multi-channel NIR decompression
-7 November 2018 -- laszip DLL: upped to 3.2 r8 for identical legacy and extended flags check
-20 October 2018 -- fixed rare bug in LASinterval::merge_intervals()
-5 October 2018 -- laszip DLL: upped to 3.2 r6 for corrected 'is_empty' return value in laszip_inside_rectangle()
-28 September 2018 -- laszip DLL: tiny bug fix for writing extended classifications via DLL and updated examples
-17 September 2018 -- laszip DLL: no more support for deprecated LASattributes (aka "extra bytes") with dimensions 2 or 3
-30 July 2018 -- bug fix in selective decompression of "extra_bytes" for point types 6 and higher
-29 March 2018 -- add LASlib only fields to some structs to avoid future mix-up for "native" LAS 1.4
-9 February 2018 -- minor version increment to 3.2 as POINT14_v4 fixes context inefficiency bug
-28 December 2017 -- prepare to correct 'context switch' bug reported by Wanwannodao on some future date
-15 September 2017 -- new C++ istream / ostream interface completed and released
-22 August 2017 -- new C++ istream / ostream interface
-18 July 2017 -- bug fix for spatially-indexed reading from native compressed LAS 1.4 files
-28 May 2017 -- support for "selective decompression" of compressed LAS 1.4 points added into DLL API
-25 April 2017 -- enable "native LAS 1.4 extension" in LASzip DLL via 'request_native_extension'
-30 March 2017 -- alpha-release of "native LAS 1.4 extension" for LASzip compression
-11 January 2017 -- new DLL/API function 'laszip_set_chunk_size()' to change chunk size
-8 January 2017 -- changed file names from "laszip_dll.h" to "laszip_api.h" for hobu
-7 January 2017 -- set reserved field in LASzip VLR from 0xAABB to 0x0
-7 January 2017 -- make scan angle quantization in compatibility mode consistent with LASlib
-7 January 2017 -- compatibility mode *decompression* fix for points with waveforms
-23 September 2015 -- correct update of bounding box and counters from inventory on closing
-23 September 2015 -- correct update of bounding box and counters from inventory on closing
-22 September 2015 -- bug fix for not overwriting description of pre-existing "extra bytes"
-5 September 201 -- the "LAS 1.4 compatibility mode" now allows pre-existing "extra bytes"
-31 July 2015 -- new DLL (incompatible with prior version) supports "LAS 1.4 compatibility mode"
-4 April 2015 -- added DLL functions for creation and exploitation of spatial indexing LAX files
-3 April 2015 -- moved spatial indexing (LAX file generation) from LASlib to LASzip
-16 November 2014 -- improved detection & reporting of file truncation and/or LAZ bit-errors
-6 September 2014 -- removal of (unused) EntropyEncoder and EntropyDecoder purely virtual classes
-24 August 2014 -- when reading LAZ chunk table read is delayed until first read() or seek() is called
-18 September 2013 -- fixed small memory leak
-24 August 2013 -- fixed bug with explicit cast from LASitem:type to unsigned short and vice versa
-11 August 2013 -- laszipdllexample: new EXAMPLE_THREE shows export of geo-referenced LAZ
-8 August 2013 -- LASzip: new DLL calls laszip_get_coordinates() and laszip_set_coordinates()
-6 August 2013 -- LASzip: new DLL calls laszip_auto_offset() and laszip_check_for_integer_overflow()
-1 August 2013 -- LASzip: new DLL calls unload_dll() and get_point_count() for FUSION integration
-29 July 2013 -- LASzip: created an easy-to-use DLL interface for LASzip integration
diff --git a/src/vendor/LASzip-3.5.0/CMakeLists.txt b/src/vendor/LASzip-3.5.0/CMakeLists.txt
deleted file mode 100644
index 12db977..0000000
--- a/src/vendor/LASzip-3.5.0/CMakeLists.txt
+++ /dev/null
@@ -1,131 +0,0 @@
-cmake_minimum_required(VERSION 3.10)
-
-project(LASZIP CXX C)
-set(CMAKE_CXX_STANDARD 17)
-string(TOLOWER ${PROJECT_NAME} PROJECT_NAME_LOWER)
-
-set(ROOT_DIR "${PROJECT_SOURCE_DIR}")
-
-if (MSVC)
- add_compile_options("/std:c++17")
-else()
- add_compile_options(-std=c++17)
-endif()
-
-if(CMAKE_GNU_COMPILER_ID OR CMAKE_Clang_COMPILER_ID)
- set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wno-format-security -Wno-format-truncation")
- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-format-security -Wno-format-truncation -std=c++17")
-endif()
-
-# the next line is the ONLY place in the entire laszip system where
-# the version info is hard-coded
-set(LASZIP_API_VERSION_STRING "3.5.1" CACHE STRING "LASzip version" FORCE)
-
-include (CheckIncludeFileCXX)
-include(${ROOT_DIR}/cmake/common.cmake NO_POLICY_SCOPE)
-include(${ROOT_DIR}/cmake/cpack.cmake NO_POLICY_SCOPE)
-
-#------------------------------------------------------------------------------
-# internal cmake settings
-#------------------------------------------------------------------------------
-
-set(CMAKE_COLOR_MAKEFILE ON)
-set_property(GLOBAL PROPERTY USE_FOLDERS ON)
-include(FeatureSummary)
-
-# Allow advanced users to generate Makefiles printing detailed commands
-mark_as_advanced(CMAKE_VERBOSE_MAKEFILE)
-
-#------------------------------------------------------------------------------
-# LASZIP general settings
-#------------------------------------------------------------------------------
-
-
-#
-# Extract the pieces of the version info from the version string above.
-DISSECT_VERSION()
-GET_OS_INFO()
-SET_INSTALL_DIRS()
-
-
-set(LASZIP_API_VERSION ${LASZIP_API_VERSION_MAJOR}.${LASZIP_API_VERSION_MINOR}.${LASZIP_API_VERSION_PATCH})
-
-# libtool SO version naming
-# 8.0.0 for 3.2.1
-# 9.0.0 for 4.0+
-set(LASZIP_SO_VERSION "8.0.6")
-set(LASZIP_COMPATIBILITY_VERSION 8)
-
-check_include_file_cxx ("unordered_map" HAVE_UNORDERED_MAP)
-
-###############################################################################
-# Main CMake configuration file for laszip
-#
-# Author: Mateusz Loskot
-#
-#
-###############################################################################
-# laszip general settings
-
-set(LASZIP_API_VERSION_H
- ${CMAKE_CURRENT_BINARY_DIR}/include/laszip/laszip_api_version.h)
-
-configure_file(
- ${CMAKE_CURRENT_SOURCE_DIR}/laszip_api_version.h.in
- ${LASZIP_API_VERSION_H})
-
-set(LASZIP_BASE_LIB_NAME laszip)
-set(LASZIP_API_LIB_NAME laszip_api)
-
-if(WIN32)
- set(LASZIP_BASE_LIB_NAME "${LASZIP_BASE_LIB_NAME}${LASZIP_API_VERSION_MAJOR}")
- set(LASZIP_API_LIB_NAME "${LASZIP_API_LIB_NAME}${LASZIP_API_VERSION_MAJOR}")
-endif()
-
-
-set(LASZIP_OUTPUT_LIB_DIR "${LASZIP_BINARY_DIR}/${LASZIP_LIB_INSTALL_DIR}")
-set(LASZIP_OUTPUT_BIN_DIR "${LASZIP_BINARY_DIR}/${LASZIP_BIN_INSTALL_DIR}")
-set(LASZIP_PLUGIN_INSTALL_PATH "${CMAKE_INSTALL_PREFIX}/${LASZIP_LIB_INSTALL_DIR}")
-file(MAKE_DIRECTORY "${LASZIP_OUTPUT_LIB_DIR}")
-file(MAKE_DIRECTORY "${LASZIP_OUTPUT_BIN_DIR}")
-
-# per http://www.cmake.org/Wiki/CMake_RPATH_handling
-SET(CMAKE_SKIP_BUILD_RPATH FALSE)
-SET(CMAKE_BUILD_WITH_INSTALL_RPATH FALSE)
-SET(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
-IF (APPLE)
- SET(MACOSX_RPATH ON)
-endif()
-LIST(FIND CMAKE_PLATFORM_IMPLICIT_LINK_DIRECTORIES
- "${CMAKE_INSTALL_PREFIX}/${LASZIP_LIB_INSTALL_DIR}" isSystemDir)
-IF("${isSystemDir}" STREQUAL "-1")
- SET(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/${LASZIP_LIB_INSTALL_DIR}")
-ENDIF("${isSystemDir}" STREQUAL "-1")
-
-# wipe lib/ drectory on clean. It will have plugins that could be out of date
-# in the next build
-set_directory_properties(PROPERTY ADDITIONAL_MAKE_CLEAN_FILES "${LASZIP_OUTPUT_LIB_DIR}/*")
-
-if(WIN32)
- add_definitions("-DLASZIP_DLL_EXPORT=1")
- foreach(config ${CMAKE_CONFIGURATION_TYPES})
- string(TOUPPER ${config} CONFIG)
- set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY_${CONFIG} "${LASZIP_OUTPUT_LIB_DIR}")
- set(CMAKE_RUNTIME_OUTPUT_DIRECTORY_${CONFIG} "${LASZIP_OUTPUT_BIN_DIR}")
- # ---[ Windows requires DLLs (shared libraries) to be installed in the same directory as executables
- set(CMAKE_LIBRARY_OUTPUT_DIRECTORY_${CONFIG} "${LASZIP_OUTPUT_BIN_DIR}")
- endforeach(config)
-else(WIN32)
- set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY "${LASZIP_OUTPUT_LIB_DIR}")
- set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "${LASZIP_OUTPUT_BIN_DIR}")
- set(CMAKE_LIBRARY_OUTPUT_DIRECTORY "${LASZIP_OUTPUT_LIB_DIR}")
-endif(WIN32)
-
-set(LASZIP_HEADERS_DIR "${PROJECT_SOURCE_DIR}/include/laszip")
-
-add_subdirectory(src)
-add_subdirectory(dll)
-
-#
-add_custom_target(dist COMMAND ${CMAKE_MAKE_PROGRAM} package_source)
-
diff --git a/src/vendor/LASzip-3.5.0/CONTRIBUTING.md b/src/vendor/LASzip-3.5.0/CONTRIBUTING.md
deleted file mode 100644
index 15e53b2..0000000
--- a/src/vendor/LASzip-3.5.0/CONTRIBUTING.md
+++ /dev/null
@@ -1,4 +0,0 @@
-## Contributing
-
-This repo is a sub-repository of [LAStools](https://github.com/LAStools/LAStools) and is mirrored from there.
-Please post issues and pull requests at this main repo.
diff --git a/src/vendor/LASzip-3.5.0/COPYING.txt b/src/vendor/LASzip-3.5.0/COPYING.txt
deleted file mode 100644
index e597d1d..0000000
--- a/src/vendor/LASzip-3.5.0/COPYING.txt
+++ /dev/null
@@ -1,202 +0,0 @@
-
- Apache License
- Version 2.0, January 2004
- http://www.apache.org/licenses/
-
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
-
- 1. Definitions.
-
- "License" shall mean the terms and conditions for use, reproduction,
- and distribution as defined by Sections 1 through 9 of this document.
-
- "Licensor" shall mean the copyright owner or entity authorized by
- the copyright owner that is granting the License.
-
- "Legal Entity" shall mean the union of the acting entity and all
- other entities that control, are controlled by, or are under common
- control with that entity. For the purposes of this definition,
- "control" means (i) the power, direct or indirect, to cause the
- direction or management of such entity, whether by contract or
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
- outstanding shares, or (iii) beneficial ownership of such entity.
-
- "You" (or "Your") shall mean an individual or Legal Entity
- exercising permissions granted by this License.
-
- "Source" form shall mean the preferred form for making modifications,
- including but not limited to software source code, documentation
- source, and configuration files.
-
- "Object" form shall mean any form resulting from mechanical
- transformation or translation of a Source form, including but
- not limited to compiled object code, generated documentation,
- and conversions to other media types.
-
- "Work" shall mean the work of authorship, whether in Source or
- Object form, made available under the License, as indicated by a
- copyright notice that is included in or attached to the work
- (an example is provided in the Appendix below).
-
- "Derivative Works" shall mean any work, whether in Source or Object
- form, that is based on (or derived from) the Work and for which the
- editorial revisions, annotations, elaborations, or other modifications
- represent, as a whole, an original work of authorship. For the purposes
- of this License, Derivative Works shall not include works that remain
- separable from, or merely link (or bind by name) to the interfaces of,
- the Work and Derivative Works thereof.
-
- "Contribution" shall mean any work of authorship, including
- the original version of the Work and any modifications or additions
- to that Work or Derivative Works thereof, that is intentionally
- submitted to Licensor for inclusion in the Work by the copyright owner
- or by an individual or Legal Entity authorized to submit on behalf of
- the copyright owner. For the purposes of this definition, "submitted"
- means any form of electronic, verbal, or written communication sent
- to the Licensor or its representatives, including but not limited to
- communication on electronic mailing lists, source code control systems,
- and issue tracking systems that are managed by, or on behalf of, the
- Licensor for the purpose of discussing and improving the Work, but
- excluding communication that is conspicuously marked or otherwise
- designated in writing by the copyright owner as "Not a Contribution."
-
- "Contributor" shall mean Licensor and any individual or Legal Entity
- on behalf of whom a Contribution has been received by Licensor and
- subsequently incorporated within the Work.
-
- 2. Grant of Copyright License. Subject to the terms and conditions of
- this License, each Contributor hereby grants to You a perpetual,
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
- copyright license to reproduce, prepare Derivative Works of,
- publicly display, publicly perform, sublicense, and distribute the
- Work and such Derivative Works in Source or Object form.
-
- 3. Grant of Patent License. Subject to the terms and conditions of
- this License, each Contributor hereby grants to You a perpetual,
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
- (except as stated in this section) patent license to make, have made,
- use, offer to sell, sell, import, and otherwise transfer the Work,
- where such license applies only to those patent claims licensable
- by such Contributor that are necessarily infringed by their
- Contribution(s) alone or by combination of their Contribution(s)
- with the Work to which such Contribution(s) was submitted. If You
- institute patent litigation against any entity (including a
- cross-claim or counterclaim in a lawsuit) alleging that the Work
- or a Contribution incorporated within the Work constitutes direct
- or contributory patent infringement, then any patent licenses
- granted to You under this License for that Work shall terminate
- as of the date such litigation is filed.
-
- 4. Redistribution. You may reproduce and distribute copies of the
- Work or Derivative Works thereof in any medium, with or without
- modifications, and in Source or Object form, provided that You
- meet the following conditions:
-
- (a) You must give any other recipients of the Work or
- Derivative Works a copy of this License; and
-
- (b) You must cause any modified files to carry prominent notices
- stating that You changed the files; and
-
- (c) You must retain, in the Source form of any Derivative Works
- that You distribute, all copyright, patent, trademark, and
- attribution notices from the Source form of the Work,
- excluding those notices that do not pertain to any part of
- the Derivative Works; and
-
- (d) If the Work includes a "NOTICE" text file as part of its
- distribution, then any Derivative Works that You distribute must
- include a readable copy of the attribution notices contained
- within such NOTICE file, excluding those notices that do not
- pertain to any part of the Derivative Works, in at least one
- of the following places: within a NOTICE text file distributed
- as part of the Derivative Works; within the Source form or
- documentation, if provided along with the Derivative Works; or,
- within a display generated by the Derivative Works, if and
- wherever such third-party notices normally appear. The contents
- of the NOTICE file are for informational purposes only and
- do not modify the License. You may add Your own attribution
- notices within Derivative Works that You distribute, alongside
- or as an addendum to the NOTICE text from the Work, provided
- that such additional attribution notices cannot be construed
- as modifying the License.
-
- You may add Your own copyright statement to Your modifications and
- may provide additional or different license terms and conditions
- for use, reproduction, or distribution of Your modifications, or
- for any such Derivative Works as a whole, provided Your use,
- reproduction, and distribution of the Work otherwise complies with
- the conditions stated in this License.
-
- 5. Submission of Contributions. Unless You explicitly state otherwise,
- any Contribution intentionally submitted for inclusion in the Work
- by You to the Licensor shall be under the terms and conditions of
- this License, without any additional terms or conditions.
- Notwithstanding the above, nothing herein shall supersede or modify
- the terms of any separate license agreement you may have executed
- with Licensor regarding such Contributions.
-
- 6. Trademarks. This License does not grant permission to use the trade
- names, trademarks, service marks, or product names of the Licensor,
- except as required for reasonable and customary use in describing the
- origin of the Work and reproducing the content of the NOTICE file.
-
- 7. Disclaimer of Warranty. Unless required by applicable law or
- agreed to in writing, Licensor provides the Work (and each
- Contributor provides its Contributions) on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
- implied, including, without limitation, any warranties or conditions
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
- PARTICULAR PURPOSE. You are solely responsible for determining the
- appropriateness of using or redistributing the Work and assume any
- risks associated with Your exercise of permissions under this License.
-
- 8. Limitation of Liability. In no event and under no legal theory,
- whether in tort (including negligence), contract, or otherwise,
- unless required by applicable law (such as deliberate and grossly
- negligent acts) or agreed to in writing, shall any Contributor be
- liable to You for damages, including any direct, indirect, special,
- incidental, or consequential damages of any character arising as a
- result of this License or out of the use or inability to use the
- Work (including but not limited to damages for loss of goodwill,
- work stoppage, computer failure or malfunction, or any and all
- other commercial damages or losses), even if such Contributor
- has been advised of the possibility of such damages.
-
- 9. Accepting Warranty or Additional Liability. While redistributing
- the Work or Derivative Works thereof, You may choose to offer,
- and charge a fee for, acceptance of support, warranty, indemnity,
- or other liability obligations and/or rights consistent with this
- License. However, in accepting such obligations, You may act only
- on Your own behalf and on Your sole responsibility, not on behalf
- of any other Contributor, and only if You agree to indemnify,
- defend, and hold each Contributor harmless for any liability
- incurred by, or claims asserted against, such Contributor by reason
- of your accepting any such warranty or additional liability.
-
- END OF TERMS AND CONDITIONS
-
- APPENDIX: How to apply the Apache License to your work.
-
- To apply the Apache License to your work, attach the following
- boilerplate notice, with the fields enclosed by brackets "[]"
- replaced with your own identifying information. (Don't include
- the brackets!) The text should be enclosed in the appropriate
- comment syntax for the file format. We also recommend that a
- file or class name and description of purpose be included on the
- same "printed page" as the copyright notice for easier
- identification within third-party archives.
-
- Copyright 2022 Rapidlasso, GmbH
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
diff --git a/src/vendor/LASzip-3.5.0/ChangeLog.old b/src/vendor/LASzip-3.5.0/ChangeLog.old
deleted file mode 100644
index 08bc2d9..0000000
--- a/src/vendor/LASzip-3.5.0/ChangeLog.old
+++ /dev/null
@@ -1,1113 +0,0 @@
-This changelog is deprecated.
-Future changes will be found in CHANGES.txt
-
-2023-10-20
- * Jochen Keil merge (PR #92): Fix integer overflow of number_of_point_records when using laszip_update_inventory
-
-2018-03-22
- * Howard Butler call vcvars (03:41:11)
- * Howard Butler Merge branch 'master' of github.com:LASzip/LASzip (03:39:49)
- * Howard Butler VC vars (03:39:11)
-
-2018-03-21
- * Howard Butler use laszip3 as DLL name for new builds on windows (08:34:15)
- * Howard Butler fix doc version (08:29:18)
- * Howard Butler point to 3.2.0 release (08:25:52)
- * Howard Butler fix LASZIP_VERSION_BUILD_DATE (08:21:21)
- * Howard Butler configure environment (07:51:08)
- * Howard Butler whitespace normalization (07:49:14)
- * Howard Butler use 2017 for appveyor builds (07:48:06)
- * Howard Butler remove matrix (06:04:53)
- * Howard Butler appveyor builds (06:01:40)
- * Howard Butler set version to 3.2.0 (06:01:30)
- * Howard Butler Create README.rst (05:31:12)
-
-2018-03-19
- * Howard Butler make sure to compile lasreaditemcompressed_v4.cpp laswriteitemcompressed_v4.cpp too (11:10:47)
-
-2018-02-09
- * Martin Isenburg version increment to 3.2 (can read v4 compressed items) (03:56:42)
- * Martin Isenburg prepare to correct 'context switch' bug reported by Wanwannodao (03:45:51)
- * Martin Isenburg better WARNINGS and fix for MSVC2013 C4258 warning about shadowed 'i' value (03:35:20)
- * Martin Isenburg small fix in set_extended_classification() (03:27:38)
- * Martin Isenburg define fixes for std::unordered_map by Evon (03:26:09)
-
-2018-01-29
- * Howard Butler Merge pull request #41 from pblottiere/fix_install (09:51:34)
- * Blottiere Paul Fix install of laszip_api_version.h (08:03:55)
-
-2018-01-12
- * Howard Butler Merge pull request #38 from hobu/laszip-4.0-work-ticket (09:47:10)
-
-2018-01-02
- * Howard Butler another include install path attempt (10:54:31)
- * Howard Butler bump version to 4.0.0 (10:43:22)
- * Howard Butler include install location broken (10:43:15)
-
-2017-10-19
- * Howard Butler Merge pull request #33 from gadomski/load-dll-on-debian (13:02:11)
- * Pete Gadomski Load .so dll on non-apple (12:06:55)
-
-2017-10-10
- * Howard Butler download link for release (14:24:34)
- * Howard Butler increment versions for 3.1.1 release (14:04:35)
- * Howard Butler ChangeLog refresh (13:47:49)
-
-2017-10-09
- * Howard Butler Merge pull request #31 from kbevers/dk-lidar (09:38:12)
- * Kristian Evers Moved link to Danish LiDAR to LAZ section of data providers and updated link (09:35:22)
-
-2017-10-02
- * Martin Isenburg found 2 more softwares with LAZ support at INTERGEO (06:15:28)
-
-2017-09-27
- * Martin Isenburg found 6 new software with LAZ support at INTERGEO (03:14:28)
-
-2017-09-26
- * Martin Isenburg updates based on Kirk's 2nd email (another fix) (15:22:25)
- * Martin Isenburg updates based on Kirk's 2nd email (15:11:13)
-
-2017-09-22
- * Martin Isenburg updates based on Kirk's email (21:31:12)
-
-2017-09-14
- * Martin Isenburg NOAA now platinum sponsor (11:57:35)
- * Howard Butler make sure to install binary directory laszip_version_api.h (08:49:52)
-
-2017-09-13
- * Howard Butler fix download links (21:38:07)
- * Howard Butler update doc ver (16:51:47)
- * Howard Butler point to 3.1.0 release (15:36:06)
- * Howard Butler define version near top of CMakeLists.txt (15:34:26)
- * Howard Butler package creation stuff (15:13:34)
- * Howard Butler check for unordered_map at configure-time and define HAVE_UNORDERED_MAP for the compilation to use it (14:41:07)
- * Howard Butler cpack stuff for making distribution (14:12:51)
- * Howard Butler Mergenstall branch 'master' of github.com:LASzip/LASzip (13:03:07)
- * Howard Butler Merge pull request #27 from abellgithub/master (13:01:11)
- * Andrew Bell Fix memcpy. (12:58:54)
- * Howard Butler Merge branch 'master' of github.com:LASzip/LASzip (11:43:42)
- * Martin Isenburg moved '#include ' from laszip_api.h to laszip_dll.cpp (11:38:00)
- * Howard Butler -DUNORDERED (11:36:54)
- * Howard Butler cpack (11:36:47)
- * Howard Butler fix memcpy call (11:36:34)
- * Howard Butler put back hash_map (11:36:20)
- * Martin Isenburg fixed bug in memcpy call (?). uniform API interface: always pointers (11:34:43)
- * Martin Isenburg compile switch for hash_map vs unordered_map for MSVC60 (11:16:47)
- * Howard Butler no iostream, no std::copy (08:20:47)
-
-2017-09-12
- * Howard Butler no -DUNORDERED (21:09:23)
- * Howard Butler wrong install path (21:05:16)
- * Howard Butler check before fclose() (21:04:54)
- * Howard Butler Merge remote-tracking branch 'andrew/master' into release-prep (13:08:28)
- * Andrew Bell Keep memory allocation/deallocation in the DLL. (12:15:26)
-
-2017-09-11
- * Howard Butler release 3.1.0 preparation (17:14:36)
- * Howard Butler dos2unix some config (16:06:50)
-
-2017-09-02
- * Martin Isenburg new #define LASZIP_API_VERSION keeps include out of my build (11:21:05)
-
-2017-08-30
- * Martin Isenburg undoing senseless change (once I thought about it) (20:02:04)
- * Martin Isenburg completing stream-based writing (with writing LAS header) (19:51:02)
-
-2017-08-28
- * Martin Isenburg LASzip for LAS 1.4 fix in set_classification() (16:43:33)
- * Martin Isenburg LAS 1.4 fixes for flags: copy_to(), copy_from(), set_xxxx_flag() functions (14:05:04)
- * Martin Isenburg proper 'context' variable instead of development hack (14:02:59)
- * Martin Isenburg Merge pull request #26 from abellgithub/master (10:30:58)
-
-2017-08-24
- * Andrew Bell Remove dead code. (10:38:54)
- * Andrew Bell Fixes to allow detection of version 1.1. Remove dead build code. (10:35:15)
-
-2017-08-23
- * Martin Isenburg minor version increment (also for turning on 'native LAS 1.4 extension' by default) and tiny bug fixes (02:51:44)
- * Martin Isenburg minor version increment (also for turning on 'native LAS 1.4 extension' by default (02:49:52)
-
-2017-08-22
- * Martin Isenburg Merge pull request #24 from abellgithub/master (09:58:43)
-
-2017-08-11
- * Andrew Bell Fix output stream for VLR header fields. (13:44:49)
- * Andrew Bell Merge branch 'zip4' (13:44:20)
-
-2017-08-07
- * Andrew Bell Allow compilation on clang. (09:40:34)
-
-2017-08-03
- * Martin Isenburg new 'laszip_set_point_type_and_size()' as minimal setup for ostream writer (12:18:12)
- * Martin Isenburg simplify C++ interface by removing point format and size from arguments (09:20:46)
- * Martin Isenburg simplify C++ interface by removing point format and size from arguments (09:18:54)
- * Martin Isenburg reuse new 'setup_laszip_items()' in C code writer (08:13:52)
- * Martin Isenburg added to history in header comments (05:05:19)
- * Martin Isenburg reuse new 'write_laszip_vlr_header()' and 'write_laszip_vlr_payload()' in C code (05:04:24)
- * Martin Isenburg reuse new 'laszip_vrl_payload_size()' in C code (04:52:37)
- * Martin Isenburg new 'laszip_create_laszip_vlr' C++ interface (for PDAL) (04:06:10)
- * Martin Isenburg new 'laszip_create_laszip_vlr' C++ interface (for PDAL) (04:03:41)
-
-2017-08-01
- * Martin Isenburg use same 'laszip_read_header' when reading from file_name or istream (07:18:23)
-
-2017-07-29
- * Martin Isenburg minimal C++ iostream interface (11:57:57)
- * Martin Isenburg revision increment for minimal C++ iostream interface (11:52:58)
- * Martin Isenburg minimal C++ iostream interface (11:51:02)
- * Martin Isenburg removal of blanks (from Andrew Bell) (04:23:03)
- * Martin Isenburg new '#ifdef CREATE_HISTOGRAMS' and removal of blanks (from Andrew Bell) (04:22:52)
- * Martin Isenburg removal of unused variable and blanks (from Andrew Bell) (04:22:40)
- * Martin Isenburg removal of unused variable and blanks (from Andrew Bell) (04:22:29)
- * Martin Isenburg ifdef NULL check (from Andrew Bell) (04:09:57)
- * Martin Isenburg support for selective decompression via DLL interface (03:54:57)
- * Martin Isenburg support for selective decompression via DLL interface (03:50:54)
- * Martin Isenburg support for selective decompression via DLL interface (03:45:01)
- * Martin Isenburg revision increment due for selective decompression and seeking bug fix (03:42:06)
- * Martin Isenburg tiny re-spelling of constant for consistency (03:39:05)
- * Martin Isenburg bug fix for seeking in compressed LAS 1.4 files and fixing spelling error in variable name (03:36:34)
- * Martin Isenburg tiny re-spelling of constant for consistency (03:33:43)
- * Martin Isenburg portability fix suggested by Marc Espie and better verbose output (03:31:04)
- * Martin Isenburg portability fix suggested by Marc Espie (03:29:09)
-
-2017-06-20
- * Martin Isenburg (U16) casting fix (02:28:40)
-
-2017-04-26
- * Martin Isenburg new function to enable *writing* of new LAS 1.4 point types with new native extension (20:31:44)
- * Martin Isenburg changes for adding native LAS 1.4 extension (20:26:30)
- * Martin Isenburg defines for selective LAS 1.4 decompression (20:15:21)
- * Martin Isenburg common defines for v3 item readers and writers (20:14:37)
- * Martin Isenburg new cases for native LAS 1.4 extension (if requested) (20:12:36)
- * Martin Isenburg new cases for native LAS 1.4 extension (if requested) (20:10:41)
- * Martin Isenburg added missing BigEndian function (20:07:47)
- * Martin Isenburg native LAS1.4 extension item writers (20:06:38)
- * Martin Isenburg native LAS1.4 extension item readers (20:05:45)
- * Martin Isenburg added missing BigEndian function (20:04:15)
- * Martin Isenburg fix in copy_from() and copy_to() for new point types (20:03:06)
- * Martin Isenburg generic function for setting the no_data value (19:58:07)
- * Martin Isenburg new function for 'skipping' bytes in the stream (19:54:21)
-
-2017-04-01
- * Martin Isenburg description of compression for NIR layer (08:28:49)
- * Martin Isenburg Compression of RGB, Wavepacketsm and Extra Bytes layers (08:16:56)
- * Martin Isenburg complete for compression of POINT14 layer(s) (07:46:08)
-
-2017-03-31
- * Martin Isenburg details for compression of classification/flags/intensity layers (17:09:51)
- * Martin Isenburg added actually used tables for map and level (10:25:48)
- * Martin Isenburg updating to released alpha (10:16:13)
-
-2017-02-27
- * Martin Isenburg Mapworks has LAZ support (22:17:27)
-
-2017-01-15
- * Martin Isenburg version 2.5.2 (up from 2.5.1) includes new DLL/API function to change chunk size (with tiny fix) (05:18:16)
-
-2017-01-11
- * Martin Isenburg version 2.5.2 (up from 2.5.1) includes new DLL/API function to change chunk size (10:13:16)
-
-2017-01-08
- * Martin Isenburg no side-effect name changes to prepare for native LAS 1.4 compression (13:08:58)
- * Martin Isenburg can be used as init dummy by native LAS 1.4 compressor (12:49:05)
- * Martin Isenburg new functionality used by native LAS 1.4 compressor (12:37:58)
- * Martin Isenburg no side-effect name changes to prepare for native LAS 1.4 compression (11:53:17)
- * Martin Isenburg extended_scan_angle is I16 not U16 (11:24:17)
- * Martin Isenburg new MACRO used for native LAS 1.4 compression (11:24:07)
- * Martin Isenburg minor version increment 2.5. always writing start_of_waveform_data_packet_record as zero. (08:38:27)
- * Martin Isenburg removing debug error fprintf (08:01:15)
- * Martin Isenburg new convenience macro (07:41:59)
- * Martin Isenburg minor version increment 2.5. fixing NIR and scanner channel copy. (07:41:30)
- * Martin Isenburg minor version increment 2.5. fixing large I64 seek. (07:40:43)
- * Martin Isenburg minor version increment 2.5. small fixs. sync laszip_dll with laszip_api for hobu (07:28:10)
-
-2016-10-29
- * Martin Isenburg INTERGEO: 3 more companies support LAZ (22:51:19)
-
-2016-06-29
- * Martin Isenburg intro update (14:37:51)
- * Martin Isenburg Update specification.rst (14:27:11)
- * Martin Isenburg Update blueprint.rst (14:18:41)
- * Martin Isenburg update to what is happening now (14:17:47)
- * Martin Isenburg added detail about how the GPS time is encoded (14:06:57)
- * Martin Isenburg Update specification.rst (10:11:55)
- * Martin Isenburg some detail on compression of X and Y coordinates (10:06:47)
- * Martin Isenburg Adding detail about return map and return level (09:49:05)
- * Martin Isenburg create more layers for more efficient decompression (09:18:42)
-
-2016-06-21
- * Martin Isenburg exploit correlation between scan angle and GPS time changes (09:51:03)
-
-2016-06-19
- * Martin Isenburg compressing point source ID seperate makes rarely sense (09:32:41)
-
-2016-06-17
- * Martin Isenburg Update specification.rst (10:59:44)
-
-2016-06-16
- * Martin Isenburg starting to refine the compression scheme (09:29:35)
-
-2016-05-22
- * Howard Butler Fix #22 -- get autotools in shape again (17:33:41)
-
-2016-04-18
- * Howard Butler Build and deploy website docs when 'master' branch is built (15:18:20)
-
-2016-03-08
- * Howard Butler Merge pull request #21 from micahcochran/patch-1 (13:27:24)
- * Micah Cochran Switch Travis to Trusty 14.04. (09:41:02)
-
-2016-02-29
- * Howard Butler Merge branch 'master' of github.com:LASzip/LASzip (10:45:19)
-
-2016-02-27
- * Martin Isenburg forgot to deletenow undefined LASZIP_DLL (21:08:49)
- * Howard Butler remove LASzipper/LASUnzipper, catch up to LASzip DLL (13:04:09)
-
-2016-02-25
- * Howard Butler remove pnacl stuff which is not used (09:32:45)
- * Martin Isenburg updated (08:55:35)
- * Martin Isenburg moves from tools to example directory (08:50:33)
- * Martin Isenburg moves from tools to example directory (08:49:03)
- * Martin Isenburg moves from tools to example directory (08:48:06)
- * Martin Isenburg no more laszip\include directory (08:45:49)
- * Martin Isenburg depreciating old libLAS laszipper/lasunzipper binding (08:30:11)
- * Martin Isenburg moving laszippertest to example (08:26:49)
- * Martin Isenburg upgrading to LAS 1.4 compatibility mode (08:23:40)
- * Martin Isenburg depreciating old libLAS laszipper/lasunzipper binding (08:20:15)
- * Martin Isenburg depreciating old libLAS laszipper/lasunzipper binding (08:19:06)
- * Martin Isenburg depreciating old libLAS laszipper/lasunzipper binding (08:12:17)
- * Martin Isenburg depreciating old libLAS laszipper/lasunzipper binding (08:11:19)
- * Martin Isenburg zipper and unzipper now only used by laszippertest (07:59:11)
- * Martin Isenburg zipper and unzipper now only used by laszippertest (07:57:15)
- * Martin Isenburg syncing laszip.org with latest LASzip 2.4.1 (07:53:56)
-
-2016-02-23
- * Martin Isenburg Update specification.rst (04:43:27)
- * Martin Isenburg Update specification.rst (04:41:59)
- * Martin Isenburg Update specification.rst (04:41:03)
- * Martin Isenburg Update specification.rst (04:39:22)
- * Martin Isenburg Update specification.rst (04:38:46)
- * Martin Isenburg Update specification.rst (04:34:26)
- * Martin Isenburg Update specification.rst (04:12:53)
-
-2016-02-22
- * Martin Isenburg coarse outline to get started (06:57:07)
- * Martin Isenburg Update specification.rst (03:31:07)
- * Martin Isenburg specification document for "native LAS 1.4 compression" (03:09:41)
-
-2016-01-22
- * Martin Isenburg SceneMark supports LAZ (07:22:57)
-
-2015-10-13
- * Martin Isenburg Carlson 2016 also supports LAZ (10:01:51)
-
-2015-10-06
- * Martin Isenburg small typos (03:47:36)
-
-2015-10-05
- * Martin Isenburg little typos / name fixes (03:36:19)
-
-2015-10-03
- * Martin Isenburg 7 more software packages with LAZ support discovered at INTERGEO (08:22:03)
-
-2015-09-06
- * Martin Isenburg terrasolid and LiDAR analyst add LAZ support (14:12:01)
-
-2015-08-31
- * Martin Isenburg Merge branch 'master' of https://github.com/LASzip/LASzip (15:26:14)
-
-2015-08-30
- * Martin Isenburg RIEGL becomes Silver Sponsor (15:29:08)
-
-2015-07-18
- * Martin Isenburg Update blueprint.rst (10:59:29)
- * Martin Isenburg Update blueprint.rst (10:51:33)
- * Martin Isenburg Update blueprint.rst (10:48:42)
- * Martin Isenburg Update blueprint.rst (10:44:29)
- * Martin Isenburg Update blueprint.rst (10:44:06)
- * Martin Isenburg Update blueprint.rst (10:36:40)
- * Martin Isenburg Update blueprint.rst (10:35:43)
- * Martin Isenburg Update blueprint.rst (10:34:56)
- * Martin Isenburg Update blueprint.rst (10:32:28)
- * Martin Isenburg Update blueprint.rst (10:30:56)
- * Martin Isenburg Update blueprint.rst (10:17:43)
-
-2015-07-13
- * Martin Isenburg Update blueprint.rst (14:52:28)
- * Martin Isenburg Update blueprint.rst (12:27:58)
- * Martin Isenburg Update blueprint.rst (07:24:25)
- * Martin Isenburg Update blueprint.rst (07:03:39)
- * Martin Isenburg Update blueprint.rst (06:48:01)
- * Martin Isenburg Update blueprint.rst (06:42:14)
- * Martin Isenburg adding detail (06:40:47)
- * Martin Isenburg Update blueprint.rst (06:29:12)
- * Martin Isenburg objectives for "native LAS 1.4 extension" of LASzip (06:25:46)
-
-2015-07-10
- * Martin Isenburg Trimble becomes bronze sponsor and new open LAZ (05:39:27)
-
-2015-06-11
- * Martin Isenburg fixed LiMON link (09:43:13)
-
-2015-06-10
- * Martin Isenburg QINSy, Potree Converter, LiMON, FLAIM support LAZ (18:21:52)
- * Martin Isenburg Optech LMS and Leica Survey Studio support LAZ (15:32:23)
- * Martin Isenburg Quantum Spatial becomes bronze sponsor (15:18:24)
-
-2015-03-28
- * Martin Isenburg new file integrity checks that throw exceptions (21:38:52)
- * Martin Isenburg small fix for reading / writing uncompressed LAS 1.4 (21:31:16)
- * Martin Isenburg two new softwares support LAZ (21:06:30)
-
-2014-12-02
- * Martin Isenburg new LAZ data in Switzerland and New Zealand (01:16:10)
-
-2014-11-14
- * Martin Isenburg USGS bulk LAZ (09:36:44)
-
-2014-11-09
- * Howard Butler Merge pull request #14 from SiggyF/makefile (09:51:39)
-
-2014-11-08
- * Fedor Baart keep Makefile.am in sync with cmake file (15:34:17)
-
-2014-10-16
- * Martin Isenburg typo (22:10:21)
-
-2014-10-11
- * Martin Isenburg added Pointfuse (16:38:03)
- * Martin Isenburg added plas.io (04:17:41)
- * Martin Isenburg CloudPro, PointCAB, DTMaster support and Gold Sponsors (04:12:21)
-
-2014-09-11
- * Martin Isenburg Merge branch 'master' of https://github.com/LASzip/LASzip (06:40:37)
- * Martin Isenburg update in (internal) struct alignment for read / write of uncompressed LAS 1.4 (06:39:49)
-
-2014-09-08
- * Howard Butler Merge branch 'master' of github.com:LASzip/LASzip (09:17:18)
- * Howard Butler default to osgeo4w64 for OSGEO4W_DIR (09:17:15)
- * Howard Butler Merge pull request #12 from chambbj/cmake-update-entropy-encoder (08:43:55)
- * Bradley J Chambers update CMakeLists, fixes #11 (07:06:21)
-
-2014-09-07
- * Martin Isenburg removal of (unused) EntropyEncoder and EntropyDecoder purely virtual classes (10:37:28)
- * Martin Isenburg removal of (unused) EntropyEncoder and EntropyDecoder purely virtual classes (10:36:24)
- * Martin Isenburg purely cosmetic change in comments (09:33:30)
- * Martin Isenburg alignment of auxiliary struct to 8 bytes (09:31:43)
- * Martin Isenburg cosmetic changes and consistent pack/unpack naming (09:15:20)
- * Martin Isenburg Merge pull request #7 from verma/master (07:23:28)
-
-2014-09-06
- * Martin Isenburg delay read of chunk table until first read() or seek() is called (12:29:14)
-
-2014-08-21
- * Howard Butler Merge pull request #10 from tigerfoot/master (09:22:05)
- * Bruno Friedmann Update COPYING (09:08:52)
-
-2014-07-31
- * Martin Isenburg