Commit Graph

2800 Commits

Author SHA1 Message Date
Jan Möbius
044454188e Fixed runaway selection 2020-06-19 16:03:22 +02:00
Jan Möbius
cfb9af64f7 Fixed runaway selection 2020-06-19 15:54:39 +02:00
Jan Möbius
2d90392e0c Fixed cppcheck issue 2020-06-19 14:45:45 +02:00
Jan Möbius
ddf15b3bf4 Decimate only on selected vertices, Fixed ugly typo 2020-06-19 13:54:45 +02:00
Jan Möbius
cc510502f3 Decimate only on selected vertices 2020-06-19 12:07:57 +02:00
Jan Möbius
9fb22e154a Merge branch 'REFORM-891-om-writter-prop-name-bug' into 'master'
Fix an invalid memory access bug in the OM format write

See merge request OpenMesh/OpenMesh!271
2020-06-09 08:58:46 +02:00
Martin Marinov
8ac6e07c43 Fix a bug where the OM format write code tries to access the second character in property names that have 0 or 1 characters. Also improve the code quality. 2020-06-08 16:37:19 +01:00
Jan Möbius
13d7a77f1d Merge branch 'standalone-build-windows-fixbundle-dir-bug' into 'master'
Standalone Build - Windows - Fixbundle Dir

See merge request OpenMesh/OpenMesh!269
2020-06-08 09:35:11 +02:00
Jan Möbius
6ef47c5370 Merge branch 'PropertyManagerDocuFix' into 'master'
remove recommendation to not use PropertyManager constructors directly

See merge request OpenMesh/OpenMesh!270
2020-06-02 12:04:32 +02:00
Max Lyon
595e27dafd remove recommendation to not use PropertyManager constructors directly 2020-06-02 10:51:52 +02:00
Gregor Kobsik
de7397ecfd Changed fixbundle dir from root to current for windows for standalone build 2020-05-29 16:42:54 +02:00
Gregor Kobsik
882155a234 Merge branch 'standalone-build-windows-fixbundle-dir-bug' of https://www.graphics.rwth-aachen.de:9000/OpenMesh/OpenMesh into standalone-build-windows-fixbundle-dir-bug 2020-05-29 16:40:36 +02:00
Gregor Kobsik
70b3415e2f changed dir for fixbundle for windows to current dir 2020-05-29 16:40:00 +02:00
Gregor Kobsik
6fb639fe48 Changed directory from project root dir to current dir while building standalone to find fixbundle 2020-05-29 11:30:17 +02:00
Jan Möbius
a936d398fb Merge branch 'unittests_windows' into 'master'
Windows unitests gitlab integration

See merge request OpenMesh/OpenMesh!268
2020-05-26 14:44:28 +02:00
Johannes Lenzen
a36226490c Merge remote-tracking branch 'origin/master' into unittests_windows 2020-05-26 12:27:31 +02:00
Jan Möbius
d1b58ff786 Merge branch 'unittest' into 'master'
Linux Unittest integration in gitlab

See merge request OpenMesh/OpenMesh!267
2020-05-26 12:18:37 +02:00
Johannes Lenzen
9df37090ee directory fix 2020-05-26 12:00:47 +02:00
Johannes Lenzen
5c794cd6a4 gitlab junit integration 2020-05-26 11:39:49 +02:00
Johannes Lenzen
8f9b94cc3a windows template support 2020-05-26 11:34:26 +02:00
Johannes Lenzen
af1cb02935 fixed error 2020-05-26 10:38:10 +02:00
Johannes Lenzen
847e0bca8d testing 2020-05-26 10:25:30 +02:00
Johannes Lenzen
fc37e1a5fb mac jobs without unittests gitlab integration 2020-05-26 10:17:02 +02:00
Johannes Lenzen
f97c11cdb2 mac test 2020-05-26 10:00:55 +02:00
Johannes Lenzen
76b94bb894 test 2020-05-26 09:49:09 +02:00
Jan Möbius
d6d413febd Try to show test results in gitlab 2020-05-25 13:08:27 +02:00
Jan Möbius
b4c6920f6a Next try 2020-05-25 11:58:09 +02:00
Jan Möbius
cc2c81601c Next try 2020-05-25 11:56:41 +02:00
Jan Möbius
c818971423 Next try 2020-05-25 11:55:34 +02:00
Jan Möbius
df88262f41 Next try 2020-05-25 10:14:48 +02:00
Jan Möbius
8a1aaa8472 Try to show test results in gitlab 2020-05-25 07:18:27 +02:00
Jan Möbius
943e846e73 Try to show test results in gitlab 2020-05-25 07:16:41 +02:00
Jan Möbius
7c6a075985 Merge branch 'marinom/fix-gcc-and-clang-errors' into 'master'
Fix build errors in ArrayKernel::StatusSet and derivatives

See merge request OpenMesh/OpenMesh!265
2020-05-13 21:54:11 +02:00
Martin Marinov
880095835d Fix build errors in ArrayKernel::StatusSet and derivatives 2020-05-13 14:20:20 +01:00
Jan Möbius
6d34a9bcdf Merge branch 'marinom/add-om_suppress_deprecated' into 'master'
Add OM_SUPPRESS_DEPRECATED to allow suppressing deprecated code warnings

See merge request OpenMesh/OpenMesh!264
2020-05-13 07:16:38 +02:00
Jan
bddc123e81 Nicer fix of warning 2020-05-13 07:11:03 +02:00
Martin Marinov
061bd7ee6a Fix a size_t to int cast warning 2020-05-13 02:14:14 +01:00
Martin Marinov
a756bff460 Add OM_SUPPRESS_DEPRECATED to allow suppressing deprecated warnings which can break builds where warnings are treated as errors 2020-05-12 21:06:40 +01:00
Jan
6e3f0dab76 Fixed warning with character 2020-05-12 21:19:07 +02:00
Jan Möbius
068139b107 Merge branch 'marinom/fix-smart-handles-cyclic-includes' into 'master'
Fix SmartHandle implementation issues

See merge request OpenMesh/OpenMesh!263
2020-05-12 20:46:34 +02:00
Martin Marinov
0b9bb87015 Remove SmartHandle includes in the unit tests 2020-05-12 17:18:21 +01:00
Martin Marinov
c06d46408f Fix SmartHandle implementation issues:
* Fix SmartHandle cyclical include dependencies.
* Remove the SmartHandles include from Iterators and Circulators.
* Move SmartHandle member implementations to the headers and remove SmartHandles.cc.
2020-05-12 15:39:11 +01:00
Jan Möbius
8e705013cb Merge branch 'marinom/fix-MSCV-warning' into 'master'
Fix a MSVC warning in TriConnectivity

See merge request OpenMesh/OpenMesh!262
2020-05-07 07:06:19 +02:00
Martin Marinov
9ddd4662ea Fix a MSVC warning in TriConnectivity 2020-05-07 03:08:25 +01:00
Jan
44429ec872 Updated changelog 2020-05-06 14:53:19 +02:00
Jan Möbius
d80b5ffa80 Merge branch 'SmartRangeFilterFix' into 'master'
Smart range filter fix

See merge request OpenMesh/OpenMesh!261
2020-05-06 13:13:28 +02:00
Max Lyon
1f44023cda add more tests for filtered range 2020-05-06 11:52:15 +02:00
Max Lyon
ac52f0d169 fix filtered range for empty ranges 2020-05-06 10:46:30 +02:00
Max Lyon
4e40352a5f add filtered range that stores reference instead of copy if the filter is not an rvalue reference 2020-05-06 10:45:41 +02:00
Jan Möbius
9aa99b0375 Merge branch 'VERSION_9' into 'master'
Version 9

See merge request OpenMesh/OpenMesh!260
2020-04-30 11:26:13 +02:00