115 Commits

Author SHA1 Message Date
Alessandro Muntoni
4d47a443ec
Merge pull request #815 from alemuntoni/master
CMake is the default build system
2020-10-27 16:50:42 +01:00
alemuntoni
79d23d6733 cleanup unuseful files edit_align and filter_clean 2020-10-21 17:30:32 +02:00
luz paz
960a7e5b20 Remove vcglib edits 2020-10-16 13:23:39 -04:00
alemuntoni
52f58e9de2 check for betas on github, const correctness edit plugins 2020-09-19 14:51:59 +02:00
alemuntoni
2a7b5fa81e removed interfaces.h and interfaces.cpp 2020-09-18 16:43:19 +02:00
alemuntoni
2121557c19 edit_plugin_interface.h 2020-09-18 15:47:25 +02:00
alemuntoni
fe42f9427e add pluginNames to all plugins; update vcg 2020-08-07 14:45:40 +02:00
alemuntoni
ddef2d7d28 general cleanups, moving all the gui for rich parameter in rich_parameter_gui folder 2020-08-03 18:07:19 +02:00
alemuntoni
d6ec84d0ef other fixes 2020-08-02 10:20:47 +02:00
alemuntoni
8b9e0dd3bd some other fixes 2020-08-02 09:47:20 +02:00
alemuntoni
02e826d777 rename stdparframe folder 2020-08-02 09:32:01 +02:00
alemuntoni
30869209df fixes 2020-08-02 09:03:05 +02:00
alemuntoni
5fab6355bc renamings 2020-08-01 20:17:12 +02:00
alemuntoni
d7fac30669 moving some classes 2020-08-01 18:42:43 +02:00
alemuntoni
d9d3239c48 addParam takes a reference 2020-07-31 20:11:46 +02:00
alemuntoni
5063bde0c9 RichParameterSet -> RichParameterList (actually it was already a list) 2020-07-31 17:29:06 +02:00
alemuntoni
1afe273d6b removed filterparameter file, added some missing includes 2020-07-31 17:04:45 +02:00
alemuntoni
a547eb08bf first move of some files 2020-07-29 18:40:51 +02:00
alemuntoni
e75a1482e4 meshlab now uses alignpair from vcg 2020-06-01 16:50:51 +02:00
alemuntoni
6f18342777 more implementations imported to vcg 2020-06-01 16:50:51 +02:00
alemuntoni
bb5b4b77aa more implementation and some refactoring 2020-06-01 16:50:51 +02:00
alemuntoni
1be9bf9ad1 fix last commit 2020-06-01 16:50:51 +02:00
alemuntoni
4f1d89ba1e fix last commit 2020-06-01 16:50:51 +02:00
alemuntoni
5c97f2a430 moved point_matching_scale to vcg 2020-06-01 16:50:51 +02:00
alemuntoni
cf5979d935 first move aling_pair to vcg 2020-06-01 16:50:51 +02:00
alemuntoni
2b2276f724 moved newuoa to vcg 2020-06-01 16:50:51 +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
3c6096b6e9 fix compile without NDEBUG 2020-03-05 15:37:31 +01:00
alemuntoni
1a61944ca0 fix errors 2020-03-05 14:54:01 +01:00
alemuntoni
522195d949 edit align warnings, reverting mirror for aqtinstall 2020-03-05 14:25:34 +01:00
Alessandro Muntoni
387999ffc8
Merge pull request #591 from alemuntoni/master
Fix warnings and wirkaround for github actions aqtinstall for windows
2020-03-05 10:29:55 +01:00
alemuntoni
6684ae4c4b fix various warnings, update vcg, workaround for aqtinstall 2020-03-05 09:46:28 +01:00
Ryan Pavlik
b261fe0e04 Codespell and typo fixes.
Partially directed by the Debian "lintian" tool.
2020-03-04 11:21:46 -06:00
alemuntoni
dac36bb0d5 deleted extra parentesis 2020-01-27 09:18:18 +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
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
Ryan Pavlik
f1aaa5d506 Remove direct references to "external" from source files 2019-12-11 11:14:52 -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
granzuglia
25f3d17b1d - fixed a lot of bugs 2019-01-29 15:37:47 +11:00
Paolo Cignoni
8464789db9 Leaving openmp always on for osx. 2018-04-05 23:21:27 +02: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
Marco Callieri
859ab61adb removed warnings 2018-02-14 17:43:11 +01:00
Paolo Cignoni
eaac795ea8 corrected compilation errors 2017-09-13 13:52:07 +02:00
Paolo Cignoni
ff102e8474 inclusion of omp.h should always be guarded by #ifdef 2017-01-24 19:34:51 +01:00
gianpaolopalma
bc1b768e19 Bug fixing and OpenMP support
-Bug fixing in the computation of the alignment of two meshes with big
scale difference
- Added OpenMP support
2017-01-23 10:37:35 +01:00