6 Commits

Author SHA1 Message Date
Nyall Dawson
2f8053aa6a Fix lazperf mingw build 2023-03-15 14:55:27 +10:00
t0b3
87b2c453d9 fix: add lazperf upstream patch #129 2022-05-11 10:43:35 +10:00
t0b3
0da3ac8022 fix compiler warning on bitwise operator with boolean operands
error with clang 14
  external/lazperf/detail/field_rgb14.cpp:58:11
  error: use of bitwise '|' with boolean operands
  [-Werror,-Wbitwise-instead-of-logical]

  ((flag_diff(b.r, b.g, 0x00FF) |
   ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                ||

see also upstream https://github.com/hobu/laz-perf/pull/132
2022-04-09 05:49:02 +10:00
Martin Dobias
1513f0ab93 Upgrade untwine to the latest upstream improvements
We are now using the code from "qgis" branch:
https://github.com/hobu/untwine/tree/qgis
It is in sync with "main" branch of untwine as of today, just with a couple
of small patches to make it work with PDAL older than 2.4.

The new version of untwine includes:
- indexing to COPC (in addition to EPT)
- fixes to bugs that were reported in QGIS
- error reporting

Untwine now also directly links to lazperf library (in addition to PDAL).
2022-03-24 12:06:55 -07:00
Martin Dobias
02d5809d66 Update lazperf to post 3.0.0 to avoid already fixed warnings 2022-03-11 23:02:26 +01:00
Martin Dobias
d4c7ebf4ac Update code for lazperf 3 2022-03-11 17:20:16 +01:00