Commit Graph

1518 Commits

Author SHA1 Message Date
Jan Möbius
ec12932e73 Updated changelog 2016-05-30 14:02:35 +02:00
Jan Möbius
b2f3d5eac4 Several changes to make Mingw happy 2016-05-30 14:00:43 +02:00
Jan Möbius
a564a30c36 Updated changelog 2016-05-30 13:51:08 +02:00
Martin Schultz
4b8f1bf667 fixes MSVC Community 2015 ICE
The default constructors are now used as template specializations by
postponing them below the template definition
2016-05-24 15:06:32 +02:00
Jan Möbius
d3c38be0dc Merge branch 'propertymanager-factory-doxygen' into 'master'
move documentation of PropertyManager factory functions to PropertyManager Doxygen page



See merge request !65
2016-05-24 08:10:57 +02:00
Janis Born
bb024a6846 move documentation of PropertyManager factory functions to PropertyManager Doxygen page 2016-05-23 15:04:28 +02:00
Jan Möbius
d1b3509ca6 Merge branch 'ply_binary_reader_fix' into 'master'
Fixed binary reader errors in ply reader. (Thanks to Michael Kremer for the patch).

@michaelkraemer: Thanks for the patch. If all builds run fine, it will be integrated into the next release.

See merge request !64
2016-05-17 13:59:00 +02:00
Jan Möbius
a4957010a0 Added changelog 2016-05-17 13:33:14 +02:00
Jan Möbius
bca37d9653 Fixed binary reader errors in ply reader. (Thanks to Michael Kremer for the patch). 2016-05-17 13:15:29 +02:00
Jan Möbius
f19aca3d1f Merge branch 'MacOS_installer' into 'master'
Mac os installer



See merge request !63
2016-05-12 12:56:11 +02:00
Jan Möbius
aafa29445a More verbose output on linux 2016-05-12 12:34:55 +02:00
Jan Möbius
3a47e52afa Retrigger 2016-05-12 12:31:50 +02:00
Jan Möbius
e686317117 Artifact archive for tar gz as well 2016-05-12 11:37:47 +02:00
Jan Möbius
a662f25031 Wrong artifact location fixed 2016-05-12 11:35:24 +02:00
Jan Möbius
d71aabad49 Fixed bug on cpp98 build which does not run some python unittests 2016-05-12 11:33:20 +02:00
Jan Möbius
80316d61ea Archive created dmg files from mac 2016-05-12 11:10:21 +02:00
Jan Möbius
33cdd611ab More verbose ci output for configuration 2016-05-12 11:01:33 +02:00
Jan Möbius
b1319aae79 Try to build dragndrop installer for OpenMesh on Mac containing release and debug version 2016-05-12 10:56:36 +02:00
Jan Möbius
a5dbe44e2d Merge branch 'master' of https://www.graphics.rwth-aachen.de:9000/OpenMesh/OpenMesh 2016-05-11 11:11:59 +02:00
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