31 Commits

Author SHA1 Message Date
alemuntoni
78914d9aa0 possibility to build with MESHLAB_SCALAR=double 2020-11-17 19:21:58 +01:00
alemuntoni
707b17a456 common target renamed to meshlab-common 2020-10-29 16:42:37 +01:00
luz paz
960a7e5b20 Remove vcglib edits 2020-10-16 13:23:39 -04:00
alemuntoni
34fa74b12d moving external libs on distrib/lib/meshlab, regardless OS 2020-10-07 18:46:25 +02:00
alemuntoni
52f58e9de2 check for betas on github, const correctness edit plugins 2020-09-19 14:51:59 +02:00
alemuntoni
2121557c19 edit_plugin_interface.h 2020-09-18 15:47:25 +02:00
alemuntoni
2fff353d5d fix cmake, renamings and better style 2020-09-18 11:52:41 +02:00
luz paz
5b1e759eb6 fix typos found in src/meshlabplugins
Follow up to #78  
Found via `codespell v2.0.dev0`

```
codespell -q 3 -S ./src/external,./vcglib,./src/plugins_unsupported/external  -L lod,vertexes src/meshlabplugins/
```
2020-08-20 08:02:38 -04:00
alemuntoni
fe42f9427e add pluginNames to all plugins; update vcg 2020-08-07 14:45:40 +02:00
alemuntoni
2b2276f724 moved newuoa to vcg 2020-06-01 16:50:51 +02:00
alemuntoni
3ddf81e1bc fix wrong call for Log templated function 2020-05-14 16:00:17 +02:00
Ryan Pavlik
2e69c640c8 Update build file template and generated files for better docs.
Also using a newer cmake-format version from
https://github.com/rpavlik/cmake_format
so formatting is better.
2020-05-06 16:57:44 -05:00
alemuntoni
8e58bb19c6 glew is initialized just one time 2020-04-22 16:49:38 +02:00
Ryan Pavlik
6f5657692e Replace all other glewInit calls in maintained plugins and core. 2020-03-25 10:48:01 -05:00
alemuntoni
e27379959e other gcc naive warnings 2020-03-05 14:55:57 +01:00
alemuntoni
aad59f8725 fix linux/linux-g++ (now we are consistent everywhere) 2020-02-05 16:49:43 +01:00
alemuntoni
dac36bb0d5 deleted extra parentesis 2020-01-27 09:18:18 +01:00
alemuntoni
bc93997975 fix macx lib path, better organization of general.pri 2020-01-27 09:18:17 +01:00
alemuntoni
e8a4c3c965 fix missing distrib folder and pro files for mac 2020-01-27 09:18:17 +01:00
Ryan Pavlik
f0f2bd7861 Scripts for CMake building 2019-12-12 17:30:26 -06:00
Ryan Pavlik
6c8ab64e76 Fix typos, most noticed by codespell. 2019-12-11 11:15:02 -06:00
Ryan Pavlik
f1aaa5d506 Remove direct references to "external" from source files 2019-12-11 11:14:52 -06:00
alemuntoni
cd1e4534c1 fixed edit mutualcorrs plugin in VS<=2015 and removed some useless stuff 2019-12-11 09:57:16 +01:00
Ryan Pavlik
41e1443a99 edit_mutualcorrs: Fix format string error. 2019-12-04 14:27:54 -06:00
Ryan Pavlik
685638bb31 Use library search paths 2019-11-26 16:25:30 -06:00
Marco Callieri
d6fb14740d warning cleanup 2018-03-21 10:44:54 +01:00
Marco Callieri
9bae8dbd8d qPrintable to qUtf8Printable in the WHOLE project
qUtf8Printable is better to deal with special characters.
also in QT documentation it is said is better when logging strings.
However, we use it also to store filenames and text-based ID, if we only use one, and not alternating between qUtf8Printable and qPrintable, thins should be smoother, but since it is a project-wide change, it is potentially DANGEROUS, NOT YET FULLY TESTED
2018-02-19 16:36:31 +01:00
granzuglia
7a19e3ceb9 - fixed a lot of compiler errors and added (hopefully) support for visual studio 2017 2017-12-16 18:50:35 +11:00
Federico Ponchio
00bcd80de3 Added $$PWD in linux build. 2017-02-28 15:56:10 +01:00
Paolo Cignoni
1579194e29 Closed #32 (malformed qmake) and a not so harmless warning 2016-12-31 18:38:06 +01:00
Paolo Cignoni
8e49109c5a Moved folders for consistency
All and only the official plugins now are in the meshplugins folder.
Old stuff moved to the unsupported folder. New stuff moved here from
the experimental folder.
2016-12-29 16:33:25 +01:00