Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Update untwine to match the current hobu/untwine main branch
Added a minor update to the untwine_to_qgis.bash script as it was getting confused about the "untwine" subfolders and copying sources one level deeper as supposed to
- Loading branch information
Showing
with
105 additions
and 44 deletions.
- +10 −1 external/untwine/bu/Processor.cpp
- +4 −9 external/untwine/epf/BufferCache.cpp
- +1 −2 external/untwine/epf/BufferCache.hpp
- +32 −9 external/untwine/epf/Cell.cpp
- +17 −6 external/untwine/epf/Cell.hpp
- +3 −3 external/untwine/epf/Epf.cpp
- +2 −0 external/untwine/epf/EpfTypes.hpp
- +10 −5 external/untwine/epf/FileProcessor.cpp
- +0 −1 external/untwine/epf/Reprocessor.cpp
- +19 −1 external/untwine/epf/Writer.cpp
- +2 −2 external/untwine/epf/Writer.hpp
- +5 −5 external/untwine_to_qgis.bash