Commit Graph

1919 Commits

Author SHA1 Message Date
Jan Möbius
3af06b689b Copied over SmartTagger 2018-06-19 14:20:35 +02:00
Jan Möbius
d3c19f3f96 Minimal cmake version raised to 3.1 2018-06-19 13:33:29 +02:00
Jan Möbius
c22c61efb4 Merge branch 'master' of https://www.graphics.rwth-aachen.de:9000/OpenMesh/OpenMesh 2018-06-19 13:29:57 +02:00
Jan Möbius
c836f2f8c7 Print debug or release state on all archs except MSVC 2018-06-19 13:29:53 +02:00
Jan Möbius
b8b84489d2 Merge branch 'split_functions' into 'master'
TriConnectivity: Added two functions split_edge and split_edge_copy to mask the…

Closes #51

See merge request OpenMesh/OpenMesh!179
2018-06-19 10:41:57 +02:00
Max Lyon
4c80002241 Update documentation of split_copy to reflect the fact that properties are copied from the old face to the new ones. 2018-06-19 09:24:00 +02:00
Jan Möbius
b0ece67d46 TriConnectivity: Added two functions split_edge and split_edge_copy to mask the PolyConnectivity functions of the same name (Prevents creation of valence 2 vertices on trimeshes)
closes #51
2018-06-19 09:04:51 +02:00
Jan Möbius
e5e82e5ff2 Updated changelog [skip ci] 2018-06-18 15:36:10 +02:00
Jan Möbius
b61e4b4c1d Merge branch 'test_ply_reader' into 'master'
Prevent endless loop in PLY reader when unknown property types are read.

See merge request OpenMesh/OpenMesh!178
2018-06-18 14:27:16 +02:00
Jan Möbius
c68c630eab Prevent endless loop in PLY reader when unknown property types are read. 2018-06-18 13:16:33 +02:00
Jan Möbius
aa98be1215 Merge branch 'PLY_reader' into 'master'
Ply reader

See merge request OpenMesh/OpenMesh!174
2018-05-29 18:08:02 +02:00
Jan Möbius
c187fc97d8 Updated changelog 2018-05-29 15:17:53 +02:00
Jan Möbius
2b21fabfdd Allowing the PLY reader to read custom face ( Thanks to morgan Leborgne for the patch) 2018-05-29 15:16:37 +02:00
Jan Möbius
1dee3f74b7 Restrict source build to linux machines 2018-05-29 15:15:49 +02:00
Jan Möbius
2ef59bf5d9 Updated readme
[skip-ci]
2018-05-29 12:53:42 +02:00
Jan Möbius
a6d50c11aa Update to new version 2018-05-29 12:52:53 +02:00
Jan Möbius
206da01086 Missing changelog entry 2018-05-29 12:34:37 +02:00
Jan Möbius
402d196e85 Missing changelog entry 2018-05-29 12:32:25 +02:00
Jan Möbius
e31653a789 Fixed typo in changelog 2018-05-29 12:30:38 +02:00
Jan Möbius
bd03dee61d Updated changelog for release date 2018-05-29 12:28:55 +02:00
Jan Möbius
470e30b75f Updated Readme
[skip-ci]
2018-05-29 12:15:52 +02:00
Jan Möbius
63443380c0 Updated Readme
[skip-ci]
2018-05-29 12:13:59 +02:00
Jan Möbius
baeec43f86 Merge branch 'CI-Sources' into 'master'
Ci sources

See merge request OpenMesh/OpenMesh!173
2018-05-29 10:37:38 +02:00
Jan Möbius
0f286ba49c Changed artifact paths 2018-05-29 10:37:14 +02:00
Jan Möbius
15a6bbcea3 Added stages 2018-05-29 10:35:12 +02:00
Jan Möbius
8934a5a905 Added a source stage 2018-05-29 10:31:31 +02:00
Jan Möbius
58b2afb498 Fixed another typo 2018-05-29 10:27:48 +02:00
Jan Möbius
06a5e4e1d2 Fixed another typo 2018-05-29 10:26:09 +02:00
Jan Möbius
50914787ea Fixed typo 2018-05-29 10:24:35 +02:00
Jan Möbius
ee2976b58e Runs sources step 2018-05-29 10:23:36 +02:00
Jan Möbius
b2d3bdb43c Added script to pack sources 2018-05-29 10:21:42 +02:00
Jan Möbius
89633936a5 Removed hint to svn 2018-05-29 09:44:00 +02:00
Jan Möbius
3188e2d809 Enforce c++11 2018-05-29 09:29:02 +02:00
Jan Möbius
20307d250b Merge branch 'uild_instructions' into 'master'
Updated Build instructions

See merge request OpenMesh/OpenMesh!172
2018-05-29 09:17:08 +02:00
Jan Möbius
2e147e07b3 Updated Build instructions
[skip-ci]
2018-05-29 09:16:12 +02:00
Jan Möbius
226c7d8e9c Merge branch 'OBJ_fix' into 'master'
Fixed slow OBJ reader (Thanks to Etienne Danvoye for the patch)

See merge request OpenMesh/OpenMesh!171
2018-05-29 08:54:55 +02:00
Jan Möbius
24a1eafc9a Fixed slow OBJ reader (Thanks to Etienne Danvoye for the patch)
Updated changelog
2018-05-29 07:42:01 +02:00
Jan Möbius
22d3a85d84 Update README.md
[skib-ci]
2018-05-24 11:55:09 +02:00
Jan Möbius
449252a423 Highlight debug output 2018-05-24 08:56:24 +02:00
Jan Möbius
3b61fd197a Revert "Merge branch 'featureCIYamlAnchors' into 'master'"
This reverts commit c091dd11d8, reversing
changes made to 9a04fd8b2b.
2018-05-24 08:53:49 +02:00
Jan Möbius
82819182b2 Added debug output 2018-05-24 08:37:46 +02:00
Jan Möbius
ada74e2128 Merge branch 'master' of https://www.graphics.rwth-aachen.de:9000/OpenMesh/OpenMesh 2018-05-24 07:30:44 +02:00
Jan Möbius
c091dd11d8 Merge branch 'featureCIYamlAnchors' into 'master'
Feature ci yaml anchors

See merge request OpenMesh/OpenMesh!170
2018-05-23 20:53:28 +02:00
Martin Schultz
12fb6d7ee9 Update .gitlab-ci.yml to use anchors for all VisualStudio jobs and the linux tags.
* reduces filesizes and improves maintainability
2018-05-23 17:16:12 +02:00
Martin Schultz
d7fc167f0c Update .gitlab-ci.yml 2018-05-23 16:42:40 +02:00
Martin Schultz
b7e8f0d9b4 Update .gitlab-ci.yml typo 2018-05-23 16:38:06 +02:00
Martin Schultz
b98fc15267 Update .gitlab-ci.yml to use anchors for VS2017x64 definitions 2018-05-23 16:37:33 +02:00
Jan Möbius
d0744a426e Fixed wrong version name 2018-05-23 16:25:23 +02:00
Jan Möbius
9a04fd8b2b Added VS2017 Builds with apps to readme download links
[skip-ci]
2018-05-23 16:20:47 +02:00
Jan Möbius
e5c3325027 Merge branch 'VS2017_Apps-64' into 'master'
Enabled 64-bit app builds

See merge request OpenMesh/OpenMesh!166
2018-05-23 16:04:52 +02:00