alemuntoni
c2aa200034
update noversion snap script
2020-12-15 17:46:47 +01:00
alemuntoni
b42172833a
fix qmake build
2020-12-15 15:39:27 +01:00
Christian Rauch
60f6d484d3
snap: use kde-neon extension
2020-12-14 14:36:01 +00:00
Christian Rauch
55e2dee96d
ignore GLX display errors
2020-12-14 14:35:46 +00:00
Christian Rauch
c81f78ba92
fix stage-packages
2020-12-14 14:35:46 +00:00
Christian Rauch
98223ab6ef
snap add desktop plug and update command
2020-12-14 14:35:46 +00:00
alemuntoni
10257a58f8
face quality as MESHLAB_SCALAR
2020-12-14 14:21:15 +01:00
alemuntoni
607abc1488
saving vertex curvature as MESHLAB_SCALAR
2020-12-14 14:21:15 +01:00
alemuntoni
0c5516d264
update vcg
2020-12-11 16:49:48 +01:00
Alessandro Muntoni
987577b695
Merge pull request #862 from rpavlik/shader-install
...
Improve shader copying/install
2020-12-11 12:19:25 +01:00
Ryan Pavlik
a3efc155b3
Improve shader copying/install
2020-12-10 11:43:05 -06:00
Alessandro Muntoni
4f5c2aa9c3
Merge pull request #861 from alemuntoni/master
...
Fix select vertex cluster on 4k hidpi displays
2020-12-10 17:53:24 +01:00
alemuntoni
36ec29b529
small fix
2020-12-10 17:27:54 +01:00
Alessandro Muntoni
a2cbe548e0
Merge pull request #860 from alemuntoni/fix_dp_quality
...
Fix #859
2020-12-10 16:59:18 +01:00
alemuntoni
df1bfaa0ff
fix edit_point build on linux
2020-12-10 16:37:17 +01:00
alemuntoni
abdb744c91
fix select vertex cluster on 4k hidpi displays
2020-12-10 16:24:13 +01:00
alemuntoni
fb32de7a88
known issues doc
2020-12-10 14:53:01 +01:00
alemuntoni
3b4a03dfe8
fix quality saved as a double when build in double precision
2020-12-09 18:03:06 +01:00
alemuntoni
77bfc55529
fix #856
2020-12-09 16:24:21 +01:00
alemuntoni
f213a1f58c
new issue templae
2020-12-09 15:20:36 +01:00
alemuntoni
e355c6aaad
fix #855
2020-12-08 10:24:03 +01:00
alemuntoni
60d59c9fb9
fix #852
2020-12-07 09:27:00 +01:00
alemuntoni
513476f1c3
small raster model refactoring
2020-12-04 14:40:38 +01:00
alemuntoni
13f33421c9
fix missing filter_csg on windows
2020-12-04 12:13:53 +01:00
alemuntoni
c91827a361
fix macos deploy for missing plugins
2020-12-04 09:50:51 +01:00
alemuntoni
060470ab2a
add sizeRasters member to MeshDocument
2020-12-04 09:09:46 +01:00
Alessandro Muntoni
b3df3660e8
Merge pull request #849 from alemuntoni/external_libs_cmake_option
...
external is a subdirectory
2020-12-04 09:08:38 +01:00
alemuntoni
cc4b73ad3b
external is a subdirectory
2020-12-03 11:58:42 +01:00
alemuntoni
efe1194559
fix mpir imported lib
2020-12-03 11:09:01 +01:00
alemuntoni
44aff51206
using single target external-mpir
2020-12-03 11:01:29 +01:00
Alessandro Muntoni
b3d1076386
Merge pull request #847 from rpavlik/modularize-build
...
Modularize build
2020-12-03 10:07:02 +01:00
Ryan Pavlik
063d8fd6c6
Update CMake find modules
2020-12-02 12:20:42 -06:00
Ryan Pavlik
129e5d2271
Move dependency dir setting also into the individual modules.
2020-12-02 12:20:42 -06:00
Ryan Pavlik
1b94f37e99
Move the find_package calls into each separate cmake file
2020-12-02 12:20:42 -06:00
Ryan Pavlik
180a22c430
Clean up MPIR bundled bin usage.
2020-12-02 12:20:42 -06:00
Ryan Pavlik
7bd3c92c62
Re-add cmake-format config file.
2020-12-02 12:20:42 -06:00
Ryan Pavlik
76aa2bce10
gitignore debian package build byproduct.
2020-12-02 12:20:42 -06:00
Ryan Pavlik
e4598ec184
Add editorconfig.
2020-12-02 12:20:42 -06:00
Ryan Pavlik
ef0adc3244
Allow opting in to a server build.
2020-12-02 12:20:42 -06:00
Ryan Pavlik
2a0a2b1a0a
Clean up main build
2020-12-02 12:20:42 -06:00
Ryan Pavlik
3a38a93f83
Allow configurable warning disablement for external libraries.
2020-12-02 12:20:42 -06:00
Ryan Pavlik
54044e51b7
Avoid running moc and friends on external dependencies.
2020-12-02 12:20:42 -06:00
Ryan Pavlik
75b82aa5a1
build: Remove over-including.
...
Prefer target_include_directories to include_directories,
since the latter is global/directory scoped rather than target-specific.
PUBLIC and INTERFACE includes/linking propagate to target consumers.
2020-12-02 12:20:42 -06:00
Ryan Pavlik
bb15e2287f
Modularize build system usage of dependencies.
...
Must check for the existence of a bundled dep before we use it,
since e.g. Debian has to strip some files for license and policy reasons.
2020-12-02 12:20:42 -06:00
alemuntoni
1f17534a02
restore CreateRelease workflow
2020-12-02 16:27:37 +01:00
alemuntoni
4af8a941e5
Restore install qt action working
2020-12-02 16:21:05 +01:00
Alessandro Muntoni
ac1ec389f2
Merge pull request #844 from rpavlik/fixes
...
Fixes
2020-12-02 13:02:51 +01:00
alemuntoni
edb60c3428
fix builds for isoparametrization, sketchfab and globalregistration
2020-12-02 12:14:19 +01:00
Ryan Pavlik
a6419c2141
build: Use C99 where available for large file support.
...
Resolves a build warning on Linux.
2020-12-01 12:41:01 -06:00
Ryan Pavlik
8e0366cf18
Remove comments about CMake files being generated.
...
They originally were, but the generation script and templates
are gone now.
2020-12-01 12:16:13 -06:00