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
alemuntoni
8ae6c8de18
FileFormat file outside IOMeshPlugin
2020-11-25 12:30:01 +01:00
alemuntoni
7036ab5570
renamings
2020-11-24 19:12:57 +01:00
alemuntoni
1677153418
rename to IOMeshPluginInterface
2020-11-24 18:57:10 +01:00
alemuntoni
05369f1668
moved MeshDocument class
2020-11-24 17:49:06 +01:00
alemuntoni
bb025370c5
renamings
2020-11-24 17:20:23 +01:00
alemuntoni
c6c47a263d
mesh_data_structure subfolder
2020-11-24 16:51:27 +01:00
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
alemuntoni
34fa74b12d
moving external libs on distrib/lib/meshlab, regardless OS
2020-10-07 18:46:25 +02:00
alemuntoni
233b3e9f54
filter_plugin_interface.h
2020-09-18 13:27:59 +02:00
alemuntoni
7ca8d10a77
io_plugin_interface.h, fix filter_trioptimize
2020-09-18 12:54:49 +02:00
alemuntoni
205205e21f
const correctness IO plugins
2020-09-09 17:34:47 +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
5063bde0c9
RichParameterSet -> RichParameterList (actually it was already a list)
2020-07-31 17:29:06 +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
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
9a3fb29ea3
revisited all the pros
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
dc84f55c25
Most "vertexes" -> "vertices"
2019-12-11 11:20:12 -06:00
Ryan Pavlik
6c8ab64e76
Fix typos, most noticed by codespell.
2019-12-11 11:15:02 -06:00
alemuntoni
df95aa0596
meshlab builds with last visual studio versions; added deployment for windows
2019-12-10 12:02:12 +01: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
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
f00e7726b6
added $$PWD to linux build pro
2017-02-28 15:57:57 +01:00
Paolo Cignoni
d9ae86332b
added a missing define to the lib3ds.pro
...
needed to really close #14
2016-12-05 17:56:47 +01:00
Paolo Cignoni
3e7ce3fda0
Corrected linking bug in visual studio for io3ds
...
closes issue #14
2016-12-05 15:28:33 +01:00
Guido Ranzuglia granzuglia
ec9e4c2b51
- applyed forum proposed patch
2013-07-02 10:12:31 +00:00
Guido Ranzuglia granzuglia
2446d7782f
- huge commit! MeshLab is now qt 5.0 compatible. Compiling process has not been yet tested on MacOSx.
2013-03-24 19:36:54 +00:00
Guido Ranzuglia granzuglia
93aebb9f51
- changed function names according to the new vcglib syntax
2012-10-19 09:54:55 +00:00
Paolo Cignoni cignoni
5fb694b181
Moved some of the common thing of the various pro and pri into a general pri.
...
Corrected the lib linking path for the mac to the new 32/64 folders.
2011-09-26 20:14:34 +00:00
Paolo Cignoni cignoni
4a8d3a71df
Corrections of include paths to comply the new folder arrangement of the VCG library (I/O stuff, removed most of the offending includes since useless)
2011-04-03 23:38:00 +00:00
Paolo Cignoni cignoni
19a615d80f
removed unused references to meshmodel.h
2010-07-14 08:04:16 +00:00
Guido Ranzuglia granzuglia
e805a2a4b0
added linux-g++ tag.
2010-05-05 11:44:54 +00:00
Paolo Cignoni cignoni
c58d6f0a16
Removed all the now useless autodialog callbacks
2010-03-18 14:58:26 +00:00
Paolo Cignoni cignoni
0d080202ae
Updated pros and sources to comply to the new common library system
2009-12-05 00:49:24 +00:00
Paolo Cignoni cignoni
eca9e284d3
Refactoring meshlab common files. Created a 'common' directory with the shared pieces of code. Most of the pro/pri files have been changed. A rebuild all is strongly suggested...
...
* Updated all the pro's. Again.
2009-11-23 11:18:04 +00:00
Paolo Cignoni cignoni
635f4e1483
Refactoring meshlab common files. Created a 'common' directory with the shared pieces of code. Most of the pro/pri files have been changed. A rebuild all is strongly suggested...
...
* Updated all the pro's.
2009-11-23 10:17:13 +00:00
Guido Ranzuglia granzuglia
675a4ab804
totally new parameters system...bugs surelly will be present!
2009-09-01 08:33:26 +00:00
Marco Di Benedetto dibenedetto
3c3b82202b
added win32-msvc2008 profile in some .pro files.
2009-07-06 16:45:12 +00:00
Guido Ranzuglia granzuglia
87e50a1d68
added linux-g++ libs
2009-05-20 15:33:19 +00:00
Guido Ranzuglia granzuglia
da35e89106
updated .pro files
2009-04-22 08:08:51 +00:00
Paolo Cignoni cignoni
9415e82fa5
updated the 3ds pro file to the new external libs
2009-03-11 09:34:23 +00:00
Paolo Cignoni cignoni
b3dfd30398
Corrected path for the libraries of lib3ds
2009-03-04 00:05:34 +00:00
Paolo Cignoni cignoni
9d942559f9
Moved import/export of basic mesh types into baseio. Only 3ds i/o is performed in io_3ds.
2008-12-09 14:21:27 +00:00