Commit Graph

1649 Commits

Author SHA1 Message Date
Jan Möbius
438410786f Fixed another warning 2016-05-11 11:11:53 +02:00
Jan Möbius
7472672e0e Merge branch 'cppcheck_artifact_collection' into 'master'
Archive cppcheck results



See merge request !62
2016-05-11 11:11:05 +02:00
Jan Möbius
196dfedbbb Merge branch 'master' of https://www.graphics.rwth-aachen.de:9000/OpenMesh/OpenMesh 2016-05-11 11:11:00 +02:00
Jan Möbius
37493141b1 Fixed another warning 2016-05-11 11:10:53 +02:00
Jan Möbius
75adfa5964 Merge branch 'Fixed_clang_warnings' into 'master'
Wrong init order fixed



See merge request !61
2016-05-11 11:00:55 +02:00
Jan Möbius
33ad024a49 Archive cppcheck results 2016-05-11 10:50:24 +02:00
Jan Möbius
d0f26a8044 Wrong init order fixed 2016-05-11 10:22:28 +02:00
Jan Möbius
c875cac583 Garbage on command line 2016-05-10 17:12:54 +02:00
Jan Möbius
d71fc18d6a Merge branch 'cppcheck_fixes' into 'master'
Cppcheck fixes via gitlab



See merge request !60
2016-05-10 16:36:52 +02:00
Jan Möbius
4e9e5b2659 Suppress missing system headers and reduce allowed errors to zero 2016-05-10 15:37:32 +02:00
Jan Möbius
904675aa96 Accept one cppcheck error as there are some include files from the system which can't be found 2016-05-10 15:32:46 +02:00
Jan Möbius
0baefafd66 Cosmetics and fail test 2016-05-10 15:31:20 +02:00
Jan Möbius
e19052fed8 Run cppcheck via gitlab 2016-05-10 15:17:36 +02:00
Jan Möbius
161d6fe518 Fixed more cppcheck warnings 2016-05-10 15:02:02 +02:00
Jan Möbius
0837d5d1d0 Merge branch 'Documentation_size_t_fixes' into 'master'
Fixed Documentation stating unsigned int instead of size_t for n_entity() functions



See merge request !59
2016-05-09 12:46:39 +02:00
Jan Möbius
08ea02e378 Merge branch 'MinGW_Fixes' into 'master'
Some fixes for min gw (Thanks to Xan for the patch)

@xan: Your patches are pending for inclusion after test builds

See merge request !58
2016-05-09 12:23:15 +02:00
Jan Möbius
acda26a059 Fixed Documentation stating unsined int instead of size_t for n_entity() functions 2016-05-09 11:22:46 +02:00
Jan Möbius
5cebbd146f Some fixes for min gw (Thanks to Xan for the patch) 2016-05-09 11:15:25 +02:00
Jan Möbius
0d3cce6d0a Updated changelog 2016-05-04 10:11:50 +02:00
Jan Möbius
00728a9373 Merge branch 'triangulate_copy_properties' into 'master'
Copy per-halfedge and per-face properties to new elments during triangulation

This is an attempt to fix an issue we encountered when loading a textured quad mesh and triangulating it:
In the triangulated version, the respective values of the per-halfedge texcoords and face texture index properties  were not assigned to the new triangles that were created during triangulation.

See merge request !57
2016-05-04 09:00:45 +02:00
Max Limper
c7b64addec Copy per-halfedge and per-face properties to new elments during triangulation 2016-05-03 16:02:59 +02:00
Jan Möbius
50994e816f OpenMesh logo for doxygen docu 2016-05-02 13:12:35 +02:00
Jan Möbius
4d2ba258f7 Replaced i8 with vci logo 2016-05-02 12:00:38 +02:00
Jan Möbius
2ab2527c36 Added VS2015 as supported architecture to documentation 2016-05-02 08:07:20 +02:00
Jan Möbius
ffbab0a3aa Bumped version to OpenMesh 6.1 2016-04-29 15:26:25 +02:00
Jan Möbius
8ab97e2b2d Wrong install path for plugins 2016-04-29 12:54:28 +02:00
Jan Möbius
8846837e9e Directly copy qt.conf on install 2016-04-29 11:23:02 +02:00
Jan Möbius
c5e24a4d85 Typo 2016-04-29 10:31:18 +02:00
Jan Möbius
d1a3bbd62c Typo 2016-04-29 10:28:55 +02:00
Jan Möbius
bc7a6b78d5 Fixed missing qt.con install target 2016-04-29 10:22:57 +02:00
Jan Möbius
ebfeb26130 Install qt plugins and qt.conf 2016-04-29 10:15:48 +02:00
Jan Möbius
9f51e9fa51 Updated changelog for 6.0 release 2016-04-28 13:07:54 +02:00
Jan Möbius
aee320c03a Updated changelog 2016-04-28 13:07:20 +02:00
Jan Möbius
81928ddd07 Merge branch 'VS2015-fixes' into 'master'
Fix internal compiler error on VS2015



See merge request !56
2016-04-28 13:02:12 +02:00
Jan Möbius
254a4c9054 Initialize array of vectors on VS2015 2016-04-28 12:04:15 +02:00
Jan Möbius
78196aaaa2 Typo 2016-04-28 11:03:48 +02:00
Jan Möbius
909aa2b001 Updated cmake finders to work with flexible libs location on windows 2016-04-28 10:00:08 +02:00
Jan Möbius
3917bccea8 Split variables to seperate lines. 2016-04-28 09:39:31 +02:00
Jan Möbius
2cd4372420 Mark 5.2 release date
(cherry picked from commit dd91a7eaca8d080000306e2a0ea5801c619220a6)
2016-04-27 15:40:47 +02:00
Jan Möbius
00d533c24f Merge branch 'ply_reader_omerr_fix' into 'master'
don't emit an error message for every face that could not be added (due to complex elements)



See merge request !55
2016-04-15 16:20:12 +02:00
Jan Möbius
1c85080a1e - Updated changelog
- Always emit warning
2016-04-15 15:57:07 +02:00
Isaak Lim
6c6ce56c3c don't emit an error message for every face that could not be added (due to complex elements) 2016-04-15 14:01:11 +02:00
Jan Möbius
17217c405d Merge branch 'fixDoubleSwap' into 'master'
Fix double swap



See merge request !54
2016-04-14 15:42:24 +02:00
Jan Möbius
6c14c0fc5e Updated changelog 2016-04-14 15:19:05 +02:00
Jan Möbius
9c91f3c987 Updated changelog 2016-04-14 15:13:49 +02:00
Jan Möbius
2496fa8363 Merge branch 'property-manager-factories' into 'master'
add factory functions for creating PropertyManagers without restating the mesh type in C++11



See merge request !53
2016-04-14 15:11:03 +02:00
Janis Born
4e2ae5be3e create unit tests for C++11 PropertyManager features 2016-04-14 13:34:23 +02:00
Martin Schultz
0a0d7e1fad fix c++98 compiler error on gcc 2016-04-14 13:06:17 +02:00
Martin Schultz
7e1d9e0c16 adds unittests for binary serialization of strings 2016-04-14 12:54:50 +02:00
Martin Schultz
e7ed1ca1e0 fixes #17 by removing the swap of len in string serialization specification 2016-04-14 12:52:21 +02:00