Commit Graph

2973 Commits

Author SHA1 Message Date
Johannes Lenzen
b8632e205d Only search qt in default path if no manual path is set 2021-07-12 16:39:52 +02:00
Johannes Lenzen
07864a7eea openflipper qt6 2021-06-08 15:11:32 +02:00
Jan
919abd8326 Fixed thanks changelog entry 2021-06-04 15:14:23 +02:00
Jan Möbius
7d33177367 Merge branch 'Check_unittests_linkage' into 'master'
Check unittests linkage

See merge request OpenMesh/OpenMesh!307
2021-06-02 08:15:55 +00:00
Jan Möbius
4fc8d8bdc0 Merge branch 'cppcheck_fix' into 'master'
Cppcheck fix

See merge request OpenMesh/OpenMesh!306
2021-06-02 07:53:00 +00:00
Jan Möbius
c63a90c101 Fixed order of test 2021-06-02 08:50:47 +02:00
Jan Möbius
dbbfd31bb8 Output ldd for unittests 2021-06-01 14:45:36 +02:00
Jan Möbius
648c0d669a Merge branch 'PLY_writer_st' into 'master'
PLY writer: Added option to choose if we want to write texture coordinates as...

See merge request OpenMesh/OpenMesh!305
2021-06-01 12:12:19 +00:00
Jan Möbius
d9679b512f Fixed cppcheck warning, overwrite 2021-06-01 14:10:25 +02:00
Jan Möbius
ee99f0bb04 Fixed cppcheck warning, variable shadowing 2021-06-01 14:03:05 +02:00
Jan Möbius
48c2e464cb PLY writer: Added option to choose if we want to write texture coordinates as uv or ply (Thanks to Ossi Saukko for the patch) 2021-06-01 12:47:22 +02:00
Johannes Lenzen
822310ede3 fixed error in cmake-library 2021-05-18 13:53:15 +02:00
Johannes Lenzen
e919339ee8 add gtest to library path 2021-05-11 11:10:22 +02:00
Johannes Lenzen
f663e73ab1 add gtest to library path 2021-05-11 11:07:16 +02:00
Johannes Lenzen
081283aee2 Changed gtest path 2021-05-11 10:12:57 +02:00
Johannes Lenzen
48cedae16f Changed gtest path 2021-05-11 10:08:30 +02:00
Johannes Lenzen
dd5dfe586f Changed gtest path 2021-05-11 10:03:51 +02:00
Johannes Lenzen
72a5f4f072 fixed qt 6 lookup path 2021-05-03 15:12:53 +02:00
Johannes Lenzen
c8c5f6fb35 added qt6 ci jobs 2021-05-03 14:30:08 +02:00
Johannes Lenzen
0dbf83eef7 fixbundle depencies only if qt found 2021-05-03 14:03:27 +02:00
Johannes Lenzen
362672c63c revert changes to cmakelist 2021-05-03 13:55:10 +02:00
Johannes Lenzen
3323f55f65 fixbundle only when qt was found 2021-05-03 13:52:47 +02:00
Johannes Lenzen
7118d481b7 fixed typo 2021-05-03 13:46:12 +02:00
Johannes Lenzen
e26d263867 Merge branch 'master' into qt6 2021-05-03 13:43:34 +02:00
Johannes Lenzen
42a6e445cc fixbundle targets only when qt found 2021-05-03 13:33:29 +02:00
Jan Möbius
e710d4cb6f Use right gtest 2021-04-27 13:54:31 +02:00
Jan Möbius
66f08232fb Use right gtest 2021-04-27 13:52:01 +02:00
Jan Möbius
ab0bc7de42 Use right gtest 2021-04-27 13:50:16 +02:00
Jan Möbius
4db885556a Use right gtest 2021-04-27 13:46:42 +02:00
Jan Möbius
9d0a7f5e6c Skit the gtest root 2021-04-27 13:45:19 +02:00
Jan Möbius
7bf1b94224 Fixed cppcheck warning 2021-04-27 12:25:24 +02:00
Johannes Lenzen
480c201e41 Readded old qt version standard list 2021-04-26 12:41:10 +02:00
Johannes Lenzen
72285d0ec7 Added qt version 5.11.3 to the standard version list 2021-04-26 12:38:44 +02:00
Johannes Lenzen
8fc13b8a1a Added cmake arguments to ci to force qt5 2021-04-26 12:03:11 +02:00
Johannes Lenzen
7cbe7f9085 Fixed linker problems and added version specific qt packages 2021-04-26 11:56:56 +02:00
Johannes Lenzen
46c0ab1242 added fixupbundle 2021-04-26 10:36:14 +02:00
Johannes Lenzen
6d344047fa started qt6 migration 2021-04-26 10:03:03 +02:00
Jan Möbius
c6da50a483 Fixed warning 2021-04-13 10:09:31 +02:00
Jan Möbius
c6833ff28a Merge branch 'CustomProperties' into 'master'
Automatic loading of properties stored in files without having to manually create the property before reading.

See merge request OpenMesh/OpenMesh!302
2021-03-17 09:39:52 +00:00
Jan Möbius
689fb54e20 Merge branch 'fix_calc_centroid' into 'master'
Fix calc centroid

Closes #78

See merge request OpenMesh/OpenMesh!303
2021-03-17 09:37:11 +00:00
Max Lyon
768cbd4c5b add unittests for centroids 2021-03-16 18:55:51 +01:00
Max Lyon
fa5166f878 fix getPointsProperty not always available in PolyMeshT_impl.hh 2021-03-16 18:55:41 +01:00
Max Lyon
8695c7e132 fix string for requesting int property 2021-03-16 12:22:35 +01:00
Max Lyon
90da974598 update which properties are registered 2021-03-16 12:16:37 +01:00
Max Lyon
d017c03c62 disable binary<std::vector<T>> specialization if T is not default constructible 2021-03-15 17:11:57 +01:00
Max Lyon
5aa027d172 add test that checks if a property of type std::vector<T> with T not having a default constructor can be cerated 2021-03-15 17:11:34 +01:00
Max Lyon
1ebff93a31 add breaking change about binary struct in docu 2021-03-15 16:15:46 +01:00
Max Lyon
2a4fd0b887 rename string_for_value_type to type_identifier 2021-03-15 16:15:24 +01:00
Max Lyon
20baccda4c Remove Property specialization for std::string 2021-03-15 15:26:48 +01:00
Max Lyon
cdc1d11ef1 update mesh file v2.1 to include string and RegisteredDataType 2021-03-15 15:26:33 +01:00