260 Commits

Author SHA1 Message Date
Matthias Kuhn
4ea78b3a1c [o2] fix static linking on windows
1f9604edbd
2021-11-15 15:38:29 +01:00
nirvn
bc9cd2668f Re-apply @jef-n warning fix in the poly2tri library 2021-11-13 11:20:19 +07:00
nirvn
fd1d3a85af Update poly2tri library to latest master revision, fixing self-intersection crash 2021-11-13 11:19:43 +07:00
Maxim Rylov
b07e37390e HANA: improve error message by unknown types 2021-10-28 10:23:43 +11:00
Peter Petrik
ffc4eac003
mdal 0.9.0 (#45562)
mdal 0.9.0

Co-authored-by: Vincent Cloarec <vcloarec@gmail.com>
2021-10-20 10:05:46 +02:00
Peter Petrik
9f49c0d1fa
MDAL update & FLO-2D bug fix (#45349)
API for edges edits
data on volumes for dynamic drivers
WRITE support for PLY

Fix loading FLO-2D
2021-10-05 08:59:38 -04:00
Even Rouault
48595068ed laz-perf: fix harmless unique_ptr wrong typing (makes Valgrind happier)
(upstream laz-perf has changed much from our copy and doesn't seem to
have that flow)
2021-09-24 12:40:53 +10:00
PeterPetrik
64b5ce1648 mdal 0.8.92 2021-08-19 06:08:29 +10:00
Nyall Dawson
bdaf65efa2 Partially resync drw_entities with libdxfrw copy
Mostly indentation changes, with some added bugfixes from upstream!
2021-08-16 05:30:35 +10:00
Nyall Dawson
e205c0dafa Fix macos build 2021-08-15 10:01:07 +10:00
Nyall Dawson
f14c7a9786 Remove custom QGIS debug code and partially resync with upstream library
Allows removing the qgis_core/qt dependancy from embedded libdxfrw copy
2021-08-15 10:01:07 +10:00
Nyall Dawson
7bc76be992 Remove custom QGIS debug code and partially resync with upstream library 2021-08-15 08:24:11 +10:00
Nyall Dawson
44d5a15779 Log lines 2021-08-15 08:24:11 +10:00
Nyall Dawson
ec23c24e18 Move custom libdxfrw logging class to QGIS code, out of copy of libdxfrw 2021-08-15 08:24:11 +10:00
Nyall Dawson
74b0cfd8ec Partially sync some libdxfrw files with library version 2021-08-15 08:24:11 +10:00
Nyall Dawson
f723657204 Resync more code with upstream 2021-08-10 05:13:08 +10:00
Nyall Dawson
507ba861ea Resync some libdxfrw files with upstream
Minor code formatting changes only -- no fixes
2021-08-10 05:13:08 +10:00
Nyall Dawson
50de3d71e7 Add pending upstream fix to remove warning 2021-08-06 06:52:50 +10:00
Nyall Dawson
52b9c02ccf Sync some libdxfrw files with the upstream versions
Syncs some files with their counterparts from https://github.com/LibreCAD/libdxfrw
Basically this undoes the QGIS specific styling applied to these
files and excludes them from the astyle script. Apart from the
whitespace changes there's only very minor code modernization
changes.

But the goal here is to reduce the diffs between us and upstream
so that we can more easily push fixes upstream and pull them
downstream.
2021-08-06 06:52:50 +10:00
Nyall Dawson
537faa5abf Fix indentation issue 2021-08-05 06:59:26 +10:00
Nyall Dawson
c59f656882 Initialize return buffers in GetRawChar8 et al. (Port DWG read fix
from https://github.com/LibreCAD/libdxfrw)

From the upstream message:
GetRawChar8() would return spurious memory contents when the read
failed,leading to weird crashes later in the code.
Seen with older non-Autocad DWG files (that Autodesk DWG Trueview
however accepts with just a warning about their foreign origin)
obtained from RC model plane enthusiasts' free plans archive
aerofred.com, e.g. their "Canadair p5.dwg"

082409c03d
2021-08-05 06:59:26 +10:00
Nyall Dawson
5f38e31047 Update external/libdxfrw/drw_base.h
Co-authored-by: Andrea Giudiceandrea <andreaerdna@libero.it>
2021-07-30 07:48:48 +10:00
Nyall Dawson
33bcebaaa3 Report actual version of unsupported DWG files 2021-07-30 07:48:48 +10:00
Juergen E. Fischer
6964eb21f6 spelling updates 2021-07-23 08:49:26 +02:00
Peter Petrik
6e83672b06
update MDAL 0.8.90 (#43987) 2021-06-30 13:45:22 +02:00
PeterPetrik
25ca993142 MDAL 0.8.1 2021-06-06 10:54:12 +10:00
Denis Rouzaud
2e2e86e28f some fixes 2021-05-19 10:55:44 +02:00
Denis Rouzaud
6496349c7b move qjsonwrapper to external 2021-05-19 10:55:44 +02:00
Juergen E. Fischer
f616be29d3 fix msvc build 2021-05-10 12:29:16 +10:00
plan-do-break-fix
f93b738ac9 typo(fix): corrects common typos in project README files 2021-04-26 19:32:50 +10:00
Juergen E. Fischer
7243cb6f14 untwine: apply hobu/untwine#59 and hobu/untwine@c7f94c1593
(refs #42904)
2021-04-22 22:26:49 +02:00
Maxim Rylov
d322638aca Update odbccpp dependency 2021-04-07 12:49:31 +10:00
Maxim Rylov
bd3d75242e Update odbccpp dependency 2021-04-07 12:49:31 +10:00
Juergen E. Fischer
c5ea4b220c osgeo4w: vc16 updates 2021-04-01 23:39:19 +02:00
Daniel Wendt
9f1cc82446 CMake build fix for qt plugins.
The compile flag prevents the Qt plugins from being loaded in the debug
build. The flag is automatically set by the Qt cmake module for release
builds.
2021-03-29 08:44:04 +10:00
Nyall Dawson
9d01cca0bd Fix warning: loop variable ‘xyz’ of type ‘const string&’ {aka ‘const std::__cxx11::basic_string<char>&’} binds to a temporary warning 2021-03-27 19:02:40 +10:00
Nyall Dawson
99e18d87f5 Revert "Fix a bunch of warnings emitted by gcc11"
This reverts commit d5c36802754383895a685b98036a785f6db35727.
2021-03-27 19:02:40 +10:00
Nyall Dawson
e2bf57ef1f Fix a bunch of warnings emitted by gcc11 2021-03-27 19:02:40 +10:00
Nyall Dawson
d1040b2b2b Avoid cmake noise 2021-03-25 04:48:31 +10:00
t0b3
6f75dcbe89 fix: notification(arg1) is deprecated: Use the 3-args version of notification() instead.
Signed-off-by: t0b3 <thomas.bettler@gmail.com>
2021-03-22 05:30:23 +10:00
Denis Rouzaud
1681dbde9a make ASTYLE with c++17
this fixes the compilation on my system (mac)
2021-03-10 04:11:53 +10:00
Nyall Dawson
301d3379af Modernize cmake capitalization 2021-02-25 11:08:56 +10:00
Nyall Dawson
c4a1bd1e22 Avoid unused variable warning 2021-02-11 06:11:23 +10:00
Nyall Dawson
1f91895b1e Hide more debug noise 2021-01-31 05:42:59 +10:00
Martin Dobias
70dd22392d [untwine] Fix precision issues when indexing
Offset and scale of X/Y/Z dimensions were not written and
some datasets would simply fail to get indexed completely.
Other datasets may have had the data slightly misaligned
after indexing.

References:
https://github.com/hobu/untwine/issues/28
https://github.com/hobu/untwine/issues/46
2021-01-28 16:02:12 +10:00
Peter Petrik
d4f544acbc
fix bug introduced in 4bf57f76e1 (#41187) 2021-01-26 19:55:08 +01:00
Alessandro Pasotti
9818fbe209 Fix MXE build for python bump and EPT 2021-01-19 16:24:56 +01:00
Peter Petrik
93c654c134 mdal 0.8.0 2021-01-15 07:32:05 +10:00
Denis Rouzaud
93a3c6b987
cmake follow up (#41010) 2021-01-14 16:41:57 +01:00
Juergen E. Fischer
6b834f405d remove trailing whitespaces from CMakeLists.txt 2021-01-14 10:11:52 +01:00