Commit Graph

1913 Commits

Author SHA1 Message Date
Jan Möbius
ed215b8bac Merge branch 'clang_warning_fix' into 'master'
Fixed clang warning

See merge request OpenMesh/OpenMesh!169
2018-05-08 16:52:02 +02:00
Jan Möbius
ad6eab8bee Fixed clang warning 2018-05-08 15:33:26 +02:00
Jan Möbius
dcc6b433f9 Removed qmake directory 2018-04-19 13:00:14 +02:00
Jan Möbius
d097d916e5 Updated to 7.1 release candidate version 2018-04-19 12:59:45 +02:00
Jan Möbius
ab07fbb70e - Removed old qmake .pro files (Unmaintained for a long time) 2018-04-19 12:58:13 +02:00
Jan Möbius
d1fdd45c4b Updated for release preparation 2018-04-18 14:55:39 +02:00
Jan Möbius
7d25a21cad Merge branch 'feature-free-functions' into 'master'
Feature free functions

Closes #52

See merge request OpenMesh/OpenMesh!168
2018-04-18 14:41:56 +02:00
Christian Mattes
2312a9e437 Removed ci-cppcheck.sh ci-doc.sh ci-linux.sh ci-mac.sh Windows.bat command used for debugging CI 2018-04-18 12:35:23 +02:00
schultz
a01811fce9 fix RUNTIME_OUTPUT_DIRECTORY was not set properly in CMake for
unittests_customvec
2018-04-18 12:24:21 +02:00
Jan Möbius
b72efdf883 Show directory content for unittests 2018-04-18 10:49:28 +02:00
Jan Möbius
b0a7d0b8b9 Merge branch 'cpp11_fixes' into 'master'
Cpp11 fixes

See merge request OpenMesh/OpenMesh!165
2018-04-18 09:41:18 +02:00
Jan Möbius
801a569871 Enabled 64-bit app builds 2018-04-18 09:26:41 +02:00
Jan Möbius
f308270716 Work around ptr_fun deprecation (Thanks to Andreas Fabri for the patch) 2018-04-18 08:41:41 +02:00
Jan Möbius
0441ba5fa8 Work around ptr_fun deprecation (Thanks to Andreas Fabri for the patch) 2018-04-18 08:41:17 +02:00
Jan Möbius
d563cdacf9 Merge branch 'VS2017' into 'master'
Vs2017 CI builds

See merge request OpenMesh/OpenMesh!164
2018-04-17 10:29:54 +02:00
Jan Möbius
c953148718 Update README.md 2018-04-17 09:59:53 +02:00
Jan Möbius
05c370c166 Fixed Links and added Badge 2018-04-17 09:54:37 +02:00
Jan Möbius
d1d045f7cd Added Download links for artifacts 2018-04-17 09:45:41 +02:00
Jan Möbius
144a78fef4 Added links to prebuild binaries 2018-04-17 09:27:03 +02:00
Jan Möbius
83336373f1 Fixed VS2017 compiler path 2018-04-17 08:15:37 +02:00
Christian Mattes
77555753e3 Made customvec tests known to CMake 2018-04-16 16:18:59 +02:00
Jan Möbius
0114a1f5fe Trying to fix yml 2018-04-16 14:11:12 +02:00
Jan Möbius
171dd799cd Trying to fix yml 2018-04-16 14:08:53 +02:00
Jan Möbius
714eda4d7a Update .gitlab-ci.yml 2018-04-16 14:04:48 +02:00
Jan Möbius
6ee66e8c84 Update .gitlab-ci.yml 2018-04-16 14:04:13 +02:00
Jan Möbius
e34c472e39 Missed one 2018-04-16 14:01:45 +02:00
Jan Möbius
75f1c75c31 Last Tab? 2018-04-16 14:00:59 +02:00
Jan Möbius
c7295b312b And another tab 2018-04-16 13:59:45 +02:00
Jan Möbius
62f6799a35 Tab removed 2018-04-16 13:58:56 +02:00
Jan Möbius
5c3eacbdad Next 2018-04-16 13:56:54 +02:00
Jan Möbius
1480e6dcae Typo? 2018-04-16 13:54:19 +02:00
Christian Mattes
ad767006c5 CI output now mentions when the minimal vector type is used. 2018-04-16 13:43:27 +02:00
Christian Mattes
2884ef83eb Fixed wrong mesh type used in unittest 2018-04-16 13:32:14 +02:00
Jan Möbius
1f0ecef421 First VS2017 try 2018-04-16 13:30:55 +02:00
Christian Mattes
f1a565e0b6 Now running unittests for custom vectors in CI 2018-04-16 13:24:57 +02:00
Christian Mattes
74350f54de Proper spacing between methods 2018-04-16 13:21:54 +02:00
Christian Mattes
da002408f9 Corrected point type in unittest 2018-04-16 13:18:57 +02:00
Christian Mattes
7bb868b2be Replaced usage of length() by norm() to avoid forcing both to be implemented 2018-04-16 13:15:45 +02:00
Jan Möbius
138e6983bf Merge branch 'std_latest_unary_function' into 'master'
Removed unary_function from hash

See merge request OpenMesh/OpenMesh!163
2018-04-16 11:25:09 +02:00
Jan Möbius
b135803c86 Removed unary_function from hash 2018-04-16 10:03:10 +02:00
Christian Mattes
dc4243f928 Now builds on VS 2013 2018-04-12 17:53:54 +02:00
Christian Mattes
4eab053275 Added free functions for non-C++11 Vectors 2018-04-12 16:07:41 +02:00
Christian Mattes
f12ca3fefe Added a minimal vector type that makes the OpenMesh tests pass. 2018-04-12 15:19:53 +02:00
Christian Mattes
5a2f426d8c Unittests now use the Point/Normal types related to the mesh type, instead of relying on them being OpenMesh vectors. 2018-04-12 15:18:11 +02:00
Christian Mattes
377562d11a Fixed last occurences of non-free-function usage (at least as far as covered by the tests). 2018-04-12 15:16:50 +02:00
Christian Mattes
57e2e07432 Implemented necessary free functions for OpenMesh Vectors 2018-04-12 11:30:12 +02:00
Christian Mattes
5e7493b3a9 Altered PolyMesh template to work with Eigen's Vectors 2018-04-12 11:11:55 +02:00
Jan Möbius
8396dceab1 Fixed compiler warnings in unittests 2018-04-05 16:00:17 +02:00
Jan Möbius
a9998facba Merge branch 'compile_order_warning' into 'master'
Only Issue Warning if compile Order for MeshIO.hh is violated. Remove Check if errors are reported.

See merge request OpenMesh/OpenMesh!162
2018-04-05 15:16:58 +02:00
Jan Möbius
018652e5a4 Only Issue Warning if compile Order for MeshIO.hh is violated. Remove Check if errors are reported. 2018-04-05 14:09:47 +02:00