Commit Graph

  • 5b9326a0dd fix the stripping of the python libs version string where subsequent numbers after 'rc' (release candidate) were not matched correctly Isaak Lim 2017-01-31 09:39:17 +01:00
  • 1ae04a2284 adding support for additional elements Michael Krämer 2017-01-18 18:38:25 +01:00
  • 57bc372adc Merge branch 'midpoint_unittest' into 'master' Jan Möbius 2017-01-16 15:13:19 +01:00
  • faa7b3cb36 release status flags after usage in MidpointT Janis Born 2017-01-16 11:56:31 +01:00
  • 6b518742b4 Merge branch 'midpoint_unittest' into 'master' Jan Möbius 2017-01-16 09:25:19 +01:00
  • ca7abc7e30 request mesh element status in MidpointT subdivision and fix a possible infinite loop Janis Born 2017-01-13 17:22:06 +01:00
  • 3dd0d209ff fix identation Janis Born 2017-01-13 17:21:20 +01:00
  • 1020e8b41a remove TriMesh test case for Midpoint subdivision Janis Born 2017-01-13 16:56:29 +01:00
  • ad32b4f5e2 typo in comment Janis Born 2017-01-13 16:56:02 +01:00
  • 89df08faad Wrong type for polymesh Jan Möbius 2017-01-13 10:24:15 +01:00
  • d70525af41 Polymesh version for midpoint Jan Möbius 2017-01-13 09:46:31 +01:00
  • 6937f3725e Added unittest for midpoint algorithm Jan Möbius 2017-01-13 09:29:40 +01:00
  • b3bd58a378 Updated changelog Jan Möbius 2017-01-13 08:44:36 +01:00
  • 789ca69d20 Merge branch 'midpoint-subdivision' into 'master' Jan Möbius 2017-01-13 08:35:55 +01:00
  • e8247d6440 add documentation for MidpointT Janis Born 2017-01-12 17:09:27 +01:00
  • ecb15612f1 even more C++98 compatibility Janis Born 2017-01-12 15:19:18 +01:00
  • 949e705082 more C++98 compatibility Janis Born 2017-01-12 13:41:08 +01:00
  • 3d1bf65c93 port MidpointT back to C++98 😢 Janis Born 2017-01-12 13:38:57 +01:00
  • 50e3887abe add Midpoint uniform subdivision scheme Janis Born 2017-01-11 17:27:44 +01:00
  • 3179316c82 add calc_edge_midpoint methods for meshes Janis Born 2017-01-11 17:27:11 +01:00
  • 3b906e5119 use double as default RealType for subdividers Janis Born 2017-01-11 17:26:28 +01:00
  • a1ee66ac2f Merge branch 'add_status_message' into 'master' Jan Möbius 2017-01-11 12:24:03 +01:00
  • 00fa73fa4c Switched warning level for google test framework Jan Möbius 2017-01-11 08:13:59 +01:00
  • aa7cdf74c4 Merge branch 'fixMissingProperties' into 'master' Jan Möbius 2017-01-09 09:16:27 +01:00
  • e51fea542f Merge branch 'master' of https://www.graphics.rwth-aachen.de:9000/OpenMesh/OpenMesh into fixMissingProperties Martin Schultz 2017-01-08 23:10:36 +00:00
  • 874cef141a use new assignment for polymesh trimesh conversion fixes #35 Martin Schultz 2017-01-08 23:05:16 +00:00
  • b3b992d2d2 implemented assign function that copies properties and initializes propertiehandles if desired Martin Schultz 2017-01-08 23:04:08 +00:00
  • d1816333a3 Merge branch 'OM_chunk_sentinel' into 'master' Jan Möbius 2016-12-27 08:55:06 +01:00
  • da1ec03c6e OM Writer: Added Mark to the format header to identify end of stream correctly (Thanks to Jamie Kydd for the patch) Jan Möbius 2016-12-27 08:10:10 +01:00
  • 00a95438f7 Merge branch 'QuadricT_operators' into 'master' Jan Möbius 2016-12-23 13:48:19 +01:00
  • 8033e2da23 QuadricT: implement Q+Q and Q*scalar operators for convenience. Martin Heistermann 2016-12-21 18:31:46 +01:00
  • f50a138e56 Typo in ssh command Jan Möbius 2016-12-21 10:32:31 +01:00
  • 889435deb9 Wrong command Jan Möbius 2016-12-21 10:25:38 +01:00
  • e710176c2b Wrong permissions Jan Möbius 2016-12-21 10:19:49 +01:00
  • 275a7869a4 Merge branch 'doc-autobuild' into 'master' Jan Möbius 2016-12-21 10:07:54 +01:00
  • 9de0f264d8 Doc Build Jan Möbius 2016-12-21 10:04:27 +01:00
  • f8eb273072 Merge branch 'featureMeshConversion' into 'master' Jan Möbius 2016-12-21 09:27:14 +01:00
  • 104635d50c Updated changelog Jan Möbius 2016-12-21 08:45:30 +01:00
  • 6959e4ce10 Merge branch 'master' into featureMeshConversion Jan Möbius 2016-12-21 08:44:39 +01:00
  • 46c877951b Merge branch 'OM_Format_no_faces_fix' into 'master' Jan Möbius 2016-12-19 14:47:57 +01:00
  • b261513239 Updated changelog Jan Möbius 2016-12-19 13:35:51 +01:00
  • dc79c22a24 Fixed OMWriter when no faces are available (Thanks to Jamie Kydd for the patch) Jan Möbius 2016-12-19 13:24:23 +01:00
  • 2d4abf2d8b Merge branch 'master' of https://www.graphics.rwth-aachen.de:9000/OpenMesh/OpenMesh into featureMeshConversion Martin Schultz 2016-12-14 15:13:27 +01:00
  • db47b38b02 Added boundary check for edge properties of triangulated meshes Martin Schultz 2016-12-14 15:11:40 +01:00
  • df1442283f Added unittests for PolyMesh to Trimesh conversion custom properties and vertices / faces are tested Martin Schultz 2016-12-14 13:33:56 +01:00
  • b1301a844f Added first draft of unittests for trimesh_to_polymesh conversion. Martin Schultz 2016-12-08 20:25:23 +01:00
  • 49cc72e9d2 added explicit copy constructors for PolyMeshT and TrimeshT to enable static_casts of different mesh types Martin Schultz 2016-12-08 18:18:59 +01:00
  • 122293b2c0 added copy constructor to PolyMesh_ArrayKernelT and TriMesh_ArrayKernelT Martin Schultz 2016-12-08 18:17:11 +01:00
  • 74e4e72c63 Added function to copy all properties from one baseKernel to another Martin Schultz 2016-12-08 18:15:17 +01:00
  • 5e9f74d7c7 Merge branch 'fix_warning' into 'master' Jan Möbius 2016-12-08 10:32:59 +01:00
  • 3b0ee9316d Use static casts Jan Möbius 2016-12-08 09:49:41 +01:00
  • 5cd9448a4e size_t int warning Max Lyon 2016-12-07 17:33:14 +01:00
  • 5bff49b695 Merge branch 'update-logo-font' into 'master' Jan Möbius 2016-11-14 15:12:23 +01:00
  • e13b6637dd update logo file in docs with new font weight Janis Born 2016-11-14 12:20:02 +01:00
  • 44c1de1bdc Merge branch 'checked-iterators-fix' into 'master' Jan Möbius 2016-11-08 14:45:31 +01:00
  • f846b75202 Typo Jan Möbius 2016-11-08 12:27:32 +01:00
  • 12ad76fccf attempt to quench 'Checked Iterator' warnings in VS2015 Janis Born 2016-11-08 11:27:18 +01:00
  • 22554e000a Merge branch 'warnings_ok' into 'master' Jan Möbius 2016-11-08 08:24:11 +01:00
  • 8e81de4045 Fixed error with VS2013 Jan 2016-11-07 20:31:30 +01:00
  • dd91155f2c Another cast Jan Möbius 2016-11-07 15:33:20 +01:00
  • c1ad9f418c Some casts Jan Möbius 2016-11-07 15:23:49 +01:00
  • 7175cd8c6d Several warnings Jan Möbius 2016-11-07 15:10:23 +01:00
  • 79ce71f2d3 Another fix Jan Möbius 2016-11-07 15:07:19 +01:00
  • aec2fa2442 Merge branch 'warnings' of https://www.graphics.rwth-aachen.de:9000/OpenMesh/OpenMesh into warnings Jan Möbius 2016-11-07 15:02:15 +01:00
  • 74ada2eac0 Warning Jan Möbius 2016-11-07 15:02:07 +01:00
  • d966d44a3f More fixes including Unit tests Jan Möbius 2016-11-07 14:52:07 +01:00
  • 7bcc3ec1a9 Fixed typo Jan Möbius 2016-11-07 14:31:54 +01:00
  • e75a70774d Next bunch of warning fixes Jan Möbius 2016-11-07 14:30:14 +01:00
  • 85e183ae05 Fixed VS2015 warnings Jan Möbius 2016-11-07 14:12:29 +01:00
  • bb75d7029f Merge branch 'warn3' into 'master' Jan Möbius 2016-10-28 15:01:14 +02:00
  • 066272a58e Warnings Jan Möbius 2016-10-28 14:19:20 +02:00
  • 01ab3eeff5 Warning Jan Möbius 2016-10-28 14:07:08 +02:00
  • 4fefc30f8c Merge branch 'warn3' into 'master' Jan Möbius 2016-10-28 14:06:00 +02:00
  • 4377803708 More warnings fixed Jan Möbius 2016-10-28 10:44:04 +02:00
  • 4dd321bbdd Merge branch 'warn2' into 'master' Jan Möbius 2016-10-28 10:31:21 +02:00
  • 08160c1584 More warning fixes Jan Möbius 2016-10-28 08:59:36 +02:00
  • 00090fc282 Merge branch 'warn' into 'master' Jan Möbius 2016-10-28 08:49:47 +02:00
  • 7a1cad003d Typo Jan Möbius 2016-10-28 08:08:09 +02:00
  • b05912ae04 Fixed ugly init Jan Möbius 2016-10-27 14:46:57 +02:00
  • d767759862 Warning in subdivider fixed Jan Möbius 2016-10-27 14:43:29 +02:00
  • f377c86a43 Merge branch 'fixOBJWriterMissingTexcoords' into 'master' Jan Möbius 2016-10-27 14:31:59 +02:00
  • 6f9589dc6f Merge branch 'warnings' into 'master' Jan Möbius 2016-10-24 17:59:56 +02:00
  • 3183ac5364 Warning fixed Jan Möbius 2016-10-24 16:34:05 +02:00
  • 1430552372 Merge branch 'warnings' into 'master' Jan Möbius 2016-10-24 15:08:53 +02:00
  • b7aabbd912 Fixed some warnings Jan Möbius 2016-10-24 14:01:06 +02:00
  • 0132a367b2 Disable caching for now Jan Möbius 2016-10-21 14:42:52 +02:00
  • b2fa409f96 Merge branch 'invalid_handles' into 'master' Jan Möbius 2016-10-21 10:37:39 +02:00
  • 523e3e10f4 make all negative handles invalid, not just -1 Max Lyon 2016-10-21 09:21:18 +02:00
  • 2502b58649 Merge branch 'gilab_windows_ci' into 'master' Jan Möbius 2016-10-19 13:44:24 +02:00
  • 40eee2c850 Fixed missing commid id in name of build file Jan Möbius 2016-10-19 12:50:18 +02:00
  • e9988fd62c caching for windows builds Jan Möbius 2016-10-19 12:39:23 +02:00
  • 2f35b00a5e Syntax error Jan Möbius 2016-10-19 12:27:54 +02:00
  • 417a50e67f First Windows build try Jan Möbius 2016-10-19 12:23:34 +02:00
  • e2c078a866 Merge branch 'fixNdebug' into 'master' Jan Möbius 2016-10-18 10:36:05 +02:00
  • e11f553c92 added missing ifdef for debug David Bommes 2016-10-17 17:43:48 +02:00
  • c70cdc215d Bumped development version to 7.0 Jan Möbius 2016-10-06 12:44:35 +02:00
  • 0c6b4831d6 Updated release date Jan Möbius 2016-10-06 10:15:12 +02:00
  • f3ffa2a27c Merge branch 'OBJ-loader-negative-indices' into 'master' Jan Möbius 2016-10-02 13:53:00 +02:00
  • a6da330b41 resolved conflict Max Limper 2016-10-02 11:55:23 +02:00
  • 29ba85a7f0 Merge branch 'OBJ-loader-check-ranges' into 'master' Jan Möbius 2016-10-02 09:22:13 +02:00