Commit Graph

2123 Commits

Author SHA1 Message Date
Jan Möbius
44bfe825bb Removed unnecessary function 2018-12-14 14:28:14 +01:00
Jan Möbius
f1001ce711 Fixed uninitialized warnings 2018-12-14 14:27:50 +01:00
Jan Möbius
49ad640c84 Merge branch 'USE_QT_AUTOMOC' into 'master'
Use qt automoc

See merge request OpenMesh/OpenMesh!201
2018-12-14 13:47:17 +01:00
Jan Möbius
da86040e73 Merge branch 'Reduce_QT_Dependencies' into 'master'
Removed a lot of unnecessary QT dependencies

See merge request OpenMesh/OpenMesh!200
2018-12-14 12:27:36 +01:00
Jan Möbius
06061b2d5b Some cleanup in App cmake files to make them smaller and more readable 2018-12-14 11:59:42 +01:00
Jan Möbius
92b580a9ec Fixed naming typo 2018-12-14 11:51:28 +01:00
Jan Möbius
b2da36fcfd Added missing explicit to make cppcheck happy again 2018-12-14 11:25:50 +01:00
Jan Möbius
32379e8772 Use QT MOC from cmake instead of own implementation 2018-12-14 11:14:13 +01:00
Jan Möbius
3f52d2426a Removed a lot of unnecessary QT dependencies 2018-12-14 10:02:55 +01:00
Jan Möbius
8c4634d56c We don't use ui files here, remove calls from cmake 2018-12-14 09:59:18 +01:00
Jan Möbius
70b43922bc Removed old Qt4 stuff from CMake files 2018-12-14 09:40:56 +01:00
Jan Möbius
ede0b5a487 Updated DoxyFile to 1.8.13 2018-12-14 09:31:14 +01:00
Jan Möbius
c6fd82351a Removed OpenMP Finder 2018-12-14 09:23:38 +01:00
Jan Möbius
78d6f06bc8 Removed GLEW finder 2018-12-14 09:21:31 +01:00
Jan Möbius
b3708fa4a7 - Removed VS2008 Visual Studio files 2018-12-14 09:20:52 +01:00
Jan Möbius
77e31ff9e0 Added more supported Qt versions 2018-12-14 09:18:55 +01:00
Jan Möbius
be970cb79d Merge branch 'OBJ_Writer_Fix' into 'master'
- Use Fixed as stream option in OBJ writer to avoid problems with other programs…

Closes #60

See merge request OpenMesh/OpenMesh!199
2018-12-10 12:20:35 +01:00
Jan Möbius
0ee735dba2 - Use Fixed as stream option in OBJ writer to avoid problems with other programs reading scientific notation
closes #60
2018-12-10 10:32:10 +01:00
Jan Möbius
a7072d3d6a Merge branch 'FIx_collapse_ok' into 'master'
F ix collapse ok

See merge request OpenMesh/OpenMesh!198
2018-12-10 09:57:25 +01:00
Jan Möbius
617b5e78de Fixed PolyConnectivity is_collapse_ok, missing some configurations (Thanks to Simon Flöry for the patch) 2018-12-10 08:54:25 +01:00
Jan Möbius
ce071bff37 Updated changelog 2018-12-10 08:53:42 +01:00
Jan Möbius
9ce58f1114 - Fixed PolyConnectivity is_collapse_ok, missing some configurations (Thanks to Simon Flöry for the patch) 2018-12-10 08:52:20 +01:00
Jan Möbius
a2fe187f87 Merge branch 'doc-python' into 'master'
add link to python bindings in documentation

See merge request OpenMesh/OpenMesh!197
2018-12-06 09:16:19 +01:00
Isaak Lim
7be4147452 add link to python bindings in documentation (see #56) 2018-12-05 16:37:00 +01:00
Jan Möbius
28205fe3e2 Merge branch 'Reduce_CI_Builds' into 'master'
Remove VS2013 support

See merge request OpenMesh/OpenMesh!195
2018-12-03 13:59:11 +01:00
Jan Möbius
f80c5b9e73 Merge branch 'fix_doc_code_snippets' into 'master'
fix missing code snippets in tutorial due to renamed variable

See merge request OpenMesh/OpenMesh!196
2018-12-03 11:57:09 +01:00
Janis Born
770d7ddad3 fix missing code snippets in tutorial due to renamed variable 2018-12-03 11:30:37 +01:00
Jan Möbius
7e223084ab Removed the app builds for VS2013 to reduce workload and start removal of VS2013 as supported platform 2018-12-03 11:22:55 +01:00
Jan Möbius
77a5e1f4b7 Removed the app builds for VS2013 to reduce workload and start removal of VS2013 as supported platform 2018-12-03 11:20:15 +01:00
Jan Möbius
1a0a76dd28 Merge branch 'rename_property_manager_factories' into 'master'
rename PropertyManager factory functions

See merge request OpenMesh/OpenMesh!193
2018-12-03 09:49:52 +01:00
Jan Möbius
ab12d50e5e Updated tutorial unittest. Fixed tutorial variable names. 2018-12-03 07:52:59 +01:00
Jan Möbius
19bd618ab2 Merge branch 'fix_test_variable_shadowing' into 'master'
fix shadowing of variable name in OpenMeshReadWriteOBJ unit test

See merge request OpenMesh/OpenMesh!194
2018-12-03 07:37:16 +01:00
Janis Born
6578d0da9c link to PropertyManager class in property tutorial 2018-12-01 12:52:37 +01:00
Janis Born
cb745d750e fix shadowing of variable name in OpenMeshReadWriteOBJ unit test 2018-11-30 20:19:17 +01:00
Janis Born
c5d8ea8ef0 update PropertyManager unit tests to use new factory functions 2018-11-30 20:14:17 +01:00
Janis Born
82708a3533 update custom properties tutorial to use PropertyManager and the new factory functions 2018-11-30 20:13:37 +01:00
Janis Born
7bd56c6fc1 rename PropertyManager factory functions
makePropertyManagerFromNew -> makeTemporaryProperty
makePropertyManagerFromExisting -> getProperty
makePropertyManagerFromExistingOrNew-> getOrMakeProperty

deprecate old function names
2018-11-30 20:13:05 +01:00
Janis Born
9bb0de2911 add HandleToPropHandle metaprogram helper 2018-11-30 20:12:27 +01:00
Jan Möbius
229ba7430b Merge branch 'PLY_istream_fix' into 'master'
Ply istream fix

Closes #46

See merge request OpenMesh/OpenMesh!192
2018-11-27 16:19:37 +01:00
Jan Möbius
56dc45f047 Fix PLY Reader hang when reading directly from istream (Thanks to Paul Loré for the patch)
closes #46
2018-11-27 14:34:35 +01:00
Jan Möbius
be36e14b8c Merge branch 'master' into PLY_istream_fix 2018-11-27 14:33:05 +01:00
Jan Möbius
460db33f69 Merge branch 'persistent_edge_properties' into 'master'
Persistent edge properties

See merge request OpenMesh/OpenMesh!184
2018-11-27 13:03:44 +01:00
Jan Möbius
b91ba15e41 Added Unittest to check OBJ Reader Writer Issue refs #60 2018-11-27 12:02:18 +01:00
Jan Möbius
0ba70e946f Added Unittest to check OBJ Reader Writer Issue refs 2018-11-27 12:01:42 +01:00
Jan Möbius
2daa0b4ed9 Merge remote-tracking branch 'origin/use_cmake_GTest_finder' 2018-10-30 13:29:21 +01:00
Jan Möbius
54d782fa3f Merge branch 'ci_tests' into 'master'
Add checks for Qt5 install path and libdir

See merge request OpenMesh/OpenMesh!186
2018-10-30 11:39:24 +01:00
Jan Möbius
05292e103c Merge branch 'master' into compile-time-connectivity-type 2018-10-30 10:33:34 +01:00
Jan Möbius
f82c6cfaf5 Merge branch 'master' into use_cmake_GTest_finder 2018-10-30 10:19:51 +01:00
Jan Möbius
62934cbd6e As we remove VS2012 support, we release as OpenMesh 8.0 2018-10-30 10:06:20 +01:00
Kersten Schuster
914612022f Update Windows.bat 2018-10-30 09:22:48 +01:00