7703 Commits

Author SHA1 Message Date
alemuntoni
895c9d46e9 travis does not create releases anymore - only github actions will do that every first day of month 2019-12-10 14:06:16 +01:00
alemuntoni
f70cffc96c small adjustments on workflows and readme 2019-12-10 14:02:25 +01:00
alemuntoni
df95aa0596 meshlab builds with last visual studio versions; added deployment for windows 2019-12-10 12:02:12 +01:00
Alessandro Muntoni
7d5a377822
Merge pull request #517 from rpavlik/ssynth-fixes
Ssynth fixes
2019-12-10 10:01:16 +01:00
Ryan Pavlik
f7d5efa390 ssynth: Fix warning in EisenParser 2019-12-06 11:55:46 -06:00
Ryan Pavlik
4f9900f41d ssynth: Fix warnings in Raytracer/Sampler 2019-12-06 11:55:46 -06:00
Ryan Pavlik
cf6804fcce ssynth: Fix warning about conversion of 0 to nullptr 2019-12-06 11:55:46 -06:00
Ryan Pavlik
cb48621db8 ssynth: Replace old MersenneTwister code with std::mt19937 2019-12-06 11:55:46 -06:00
Marco Callieri
f8778c4473
Merge pull request #475 from nkemnitz/nkem-fix-snapshot-transparency
fix: Snapshot w/ transparency on Linux
2019-12-06 11:21:05 +01:00
Ryan Pavlik
f8a84404ba travis: Don't build with local packages, takes too long to do both. 2019-12-05 16:54:34 -06:00
Alessandro Muntoni
a3bff970e5
Merge pull request #511 from rpavlik/misc-fixes
Misc fixes
2019-12-05 12:01:24 +01:00
Alessandro Muntoni
7333633dcb
Merge pull request #493 from tnixeu/replace_variadic_function
Replace variadic functions with variadic templates
2019-12-05 10:11:46 +01:00
Alessandro Muntoni
c4baa2a1bc
Merge pull request #503 from jmespadero/patch-1
Fix help messages in the Per_Face_Quality dialog
2019-12-05 10:09:47 +01:00
Alessandro Muntoni
943c7b6c07
Create README.md 2019-12-05 10:08:16 +01:00
Alessandro Muntoni
e24a701eb6
Create README.md 2019-12-05 09:41:50 +01:00
Ryan Pavlik
6376708e2b Remove empty file. 2019-12-04 14:27:54 -06:00
Ryan Pavlik
f1eea18df3 common: Some clang-tidy 2019-12-04 14:27:54 -06:00
Ryan Pavlik
0351acbe46 partial compile fix for filter_clean's extra class 2019-12-04 14:27:54 -06:00
Ryan Pavlik
bbb1d86d3d filterparameter: Protect against self-copy/self-assign 2019-12-04 14:27:54 -06:00
Ryan Pavlik
e7425b8163 meshlab: Fix plugin dialog for filter plugins. 2019-12-04 14:27:54 -06:00
Ryan Pavlik
6f3cb8363c filter_color_projection: Fix missing include 2019-12-04 14:27:54 -06:00
Ryan Pavlik
0901e99c82 filter_mutualinfo: Fix format string error. 2019-12-04 14:27:54 -06:00
Ryan Pavlik
dd4c7cab21 filter_mutualinformxml: Fix format string error. 2019-12-04 14:27:54 -06:00
Ryan Pavlik
34734f6ba2 filter_mutualglobal: Fix format string error. 2019-12-04 14:27:54 -06:00
Ryan Pavlik
41e1443a99 edit_mutualcorrs: Fix format string error. 2019-12-04 14:27:54 -06:00
Ryan Pavlik
866e18268d filter_trioptimize: Fix return value warning 2019-12-04 14:27:54 -06:00
Ryan Pavlik
363bcc6aeb sample plugins: Fix some return value warnings 2019-12-04 14:27:54 -06:00
Ryan Pavlik
294406f23c filter_meshing, filter_select: Quiet assignment vs comparison warning. 2019-12-04 14:27:54 -06:00
Ryan Pavlik
f10d40d971 filter_camera: Fix return warning in factory 2019-12-04 14:27:54 -06:00
Ryan Pavlik
e182bbf231 edit_select: Fix return warning in factory 2019-12-04 14:27:54 -06:00
Ryan Pavlik
a112d357b0 edit_referencing: Fix return warning in factory. 2019-12-04 14:27:54 -06:00
Ryan Pavlik
d1c0832615 edit_referencing: Fix probable logic error in comparison precedence 2019-12-04 14:27:54 -06:00
Ryan Pavlik
9d9261e956 edit_quality: Fix Qt usage error 2019-12-04 14:27:54 -06:00
Ryan Pavlik
8927a42a25 edit_quality: Fix comparison vs assignment typo 2019-12-04 14:27:54 -06:00
Ryan Pavlik
6d521eda3d edit_quality: fix warning in factory 2019-12-04 14:27:54 -06:00
Ryan Pavlik
3c4dd27479 edit_point: fix warning in factory 2019-12-04 14:27:54 -06:00
Ryan Pavlik
ada0fb5bdb edit_paint: Fix type mismatch warning about abs 2019-12-04 14:27:54 -06:00
Ryan Pavlik
be16693467 filter_mutualglobal: Fix multiple include with include guard 2019-12-04 14:27:41 -06:00
Dmitry Murzin
485afe3c90 Small fixes (probably) 2019-12-04 14:20:04 -06:00
Alessandro Muntoni
240afe26ec
Merge pull request #406 from cnr-isti-vclab/mls_fix
filter_mls: fixed crash due to deleting a `MlsSurface *` which couldn't
2019-12-04 18:28:54 +01:00
Alessandro Muntoni
7fe7334bf8
Merge pull request #421 from mrandybu/fix_no_return_statement
Fix no return statement in the non-void function (according g++8)
2019-12-04 18:25:53 +01:00
Alessandro Muntoni
5076183e7d
Merge pull request #490 from norbertwenzel/virtual_dtor_cleanup
Add virtual default destructor to base class
2019-12-04 18:20:39 +01:00
Alessandro Muntoni
c785dc0339
Merge pull request #491 from norbertwenzel/override_hidden_virtuals
Add const to actually override virtual functions
2019-12-04 18:19:45 +01:00
Alessandro Muntoni
9c754d59ac
Merge pull request #505 from jmespadero/patch-2
Fix: Update topology after face deletion
2019-12-04 18:13:33 +01:00
alemuntoni
bfa1bbc440 github actions for ubuntu and macos added 2019-12-04 17:28:52 +01:00
Alessandro Muntoni
3c6d6bfb9b
Merge pull request #504 from rpavlik/build-improvements
Build improvements
2019-11-29 15:46:52 +01:00
Ryan Pavlik
c61384e7e9 Update readme to describe building with system libraries. 2019-11-27 15:05:01 -06:00
Ryan Pavlik
5c29486ca4 Update travis deps on Linux, and add a second "system libs" build 2019-11-27 15:05:01 -06:00
Ryan Pavlik
d4564c341d Use some system libraries if desired.
Specifically, lib3ds, openctm, bzip2, Eigen, and GLEW
2019-11-27 13:01:55 -06:00
jmespadero
f4f758b5f6
Clear VERTFACETOPO on mesh changes
Just invalidate the vertex-face topology instead of recalculate it. This is faster and more similar to previous behavior of delete filters.
2019-11-27 12:54:13 +01:00