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
jmespadero
1178ac4052
Fix: Update topology after face deletion
...
This is a bugfix for issue #500
Update topology of modified meshes after deleting some parts of the mesh. Not doing this can raise an assert in line 1252 of file vcglib/vcg/complex/allocate.h, because some vertex has their cVFp() not updated.
2019-11-27 12:19:57 +01:00
Ryan Pavlik
685638bb31
Use library search paths
2019-11-26 16:25:30 -06:00
Ryan Pavlik
3bdbae821d
Set up qmake library search paths better.
2019-11-26 16:23:30 -06:00
alemuntoni
8850deac7a
github action for compiling meshlab on ubuntu-gcc added
2019-11-25 15:54:54 +01:00
alemuntoni
4cba051a0e
new travis script
2019-11-22 13:56:46 +01:00
Alessandro Muntoni
b3c71663ce
Update .travis.yml
2019-11-11 17:10:27 +01:00
Alessandro Muntoni
e7401d863c
Update .travis.yml
2019-11-11 17:01:36 +01:00
Norbert Wenzel
6c868acde1
Add const to actually override virtual functions
...
Parts of the Qt undo functionality were hidden instead of overriden, as
the functions were missing `const`. This adds the missing `const` to
actually override the intended function.
Also added `override` to all virtual functions to prevent future errors.
2019-10-27 16:59:21 +01:00
Norbert Wenzel
2135ae068f
Add virtual default destructor to base class
...
This class already has virtual functions anyway, so adding a virtual
default destructor merely adds one more virtual function.
Some of the (visible) child classes do have data members, so when
these are deleted through a base pointer their respective dtors are
never called and they leak resources only found in child classes.
2019-10-27 16:13:42 +01:00
Paolo Cignoni
17d380b1f9
Merge pull request #482 from norbertwenzel/bitmask_logical_and
...
Use bitand instead of logical AND for bitmask
2019-10-21 06:45:28 +02:00
Norbert Wenzel
445cc30ada
Use bitand instead of logical AND for bitmask
2019-10-20 13:52:36 +02:00
Andrey Bychkov
495359794a
Fix no return statement in the non-void function (according g++8)
2019-02-19 16:58:35 +03:00
133470
f6c6675baa
Merge branch 'master' of https://github.com/cnr-isti-vclab/meshlab
2019-01-29 15:50:18 +11:00
133470
446ca00dab
- added a meshmodel default destructor
2019-01-29 15:50:09 +11:00
granzuglia
25f3d17b1d
- fixed a lot of bugs
2019-01-29 15:37:47 +11:00
Giorgio Marcias
14910c9256
filter_mls: fixed crash due to deleting a MlsSurface * which couldn't
...
`MlsSurface` is an abstract class whose destructor (as well as its constructor) cannot be called directly.
It can be called only on its derived non-abstract classes. Calling `delete` on a pointer of type `MlsSurface *`,
pointing to a concrete class (either RIMLS or APSS), needs a `virtual` destructor.
2018-12-28 10:59:05 +01:00