Commit Graph

  • d606073a97 Merge branch 'OBJ-loader-fix-comment' into 'master' Jan Möbius 2016-10-02 09:21:09 +02:00
  • 782adb7b0a fixed handling of negative indices in OBJ loader Max Limper 2016-10-01 20:31:16 +02:00
  • c577810d47 range check for vertex colors and normals in OBJ loader Max Limper 2016-10-01 19:43:46 +02:00
  • d20d6a83e4 Fixed comment in OBJ loader Max Limper 2016-10-01 18:21:18 +02:00
  • 8b7be54eb6 Updated changelog for release Jan 2016-10-01 08:52:09 +02:00
  • 4c35d544f4 Merge branch 'obj-fix-wrong-indices' into 'master' Jan Möbius 2016-09-28 12:17:21 +02:00
  • 6b8587fc54 Updated changelog Jan Möbius 2016-09-27 09:21:33 +02:00
  • 03c35391ed Merge branch 'doc_update' into 'master' Jan Möbius 2016-09-23 09:36:28 +02:00
  • dafbcf1480 Updated documentation of BaseKernel's property functions to hint at PropertyManager. Hans-Christian Ebke 2016-09-22 10:14:30 +02:00
  • 17b91da501 Use stdint.h for unittest Jan Möbius 2016-09-19 14:17:59 +02:00
  • 90a75f0fb0 Merge branch 'BuildPythonWindows' into 'master' Jan Möbius 2016-09-16 13:18:39 +02:00
  • 8dc194e8f1 Merge branch 'master' into 'BuildPythonWindows' Alexander Dielen 2016-09-16 12:54:51 +02:00
  • 4f209d9f35 Missing ifdef Jan Möbius 2016-09-16 09:50:44 +02:00
  • 18e86a7f2b Missing header Jan Möbius 2016-09-16 09:48:42 +02:00
  • 62efcd7688 Merge branch 'gcc_optimizer_bug' into 'master' Jan Möbius 2016-09-14 15:30:50 +02:00
  • 2cb42c9d44 Added a little safeguard against GCC optimizer bug to CMakeLists.txt. Hans-Christian Ebke 2016-09-14 12:11:21 +02:00
  • bfc8506c20 Merge branch 'vector11-gcc-4-7-fix' into 'master' Jan Möbius 2016-09-14 10:15:55 +02:00
  • 6433ed2ae3 gcc 4.7 compile fix Max Limper 2016-09-13 18:52:39 +02:00
  • abed6fe99d Merge branch 'issue_32' into 'master' Jan Möbius 2016-09-13 18:46:00 +02:00
  • f38ce2ed5e Added unit test to trigger GCC alignment bug. See #32. Hans-Christian Ebke 2016-09-13 17:59:30 +02:00
  • 3a0726079d Merge branch 'propmgr' into 'master' Jan Möbius 2016-09-12 22:11:06 +02:00
  • f08f96eb71 Fixed constness fail in PropertyManager::set_range(). Hans-Christian Ebke 2016-09-12 17:06:56 +02:00
  • ab51547d92 PropertyManager: Add initializing createIfNotExists() versions. Hans-Christian Ebke 2016-09-12 16:58:03 +02:00
  • a705d57bd0 PropertyManager: Add C++11 range-based set_range() version. Hans-Christian Ebke 2016-09-12 16:57:33 +02:00
  • f53429fdeb Fixed broken indices for some cases of OBJ parsing by using two passes Max Limper 2016-08-30 17:25:48 +02:00
  • f90c6da1b8 Made member function pointer types explicit. This gets rid of a preprocessor conditional and sidesteps a bug in msvc. Alexander Dielen 2016-08-23 21:56:15 +02:00
  • ffba476751 Merge branch 'stlTypeCheck' into 'master' Jan Möbius 2016-08-16 16:23:56 +02:00
  • 9cdd56d90e Added changelog entry Jan Möbius 2016-08-16 16:03:01 +02:00
  • 2e6820a16b added binary stl file size check after ascii check Martin Schultz 2016-08-16 15:06:19 +02:00
  • cc37345556 added include for cstring which should fix compile errors with c++11 and clang Martin Schultz 2016-08-15 17:27:55 +02:00
  • fc04bac1a1 made the stl reader check for ascii file keyword instead of computing binary size Martin Schultz 2016-08-15 17:14:25 +02:00
  • b792b0c661 Merge branch 'changelog' into 'master' Jan Möbius 2016-08-15 11:32:19 +02:00
  • f6f78653a8 Updated changelog for 6.3 Jan Möbius 2016-08-15 11:10:10 +02:00
  • cbfc676c92 Merge branch 'warning' into 'master' Jan Möbius 2016-08-15 10:59:35 +02:00
  • fc309bd690 Fixed changelog Jan Möbius 2016-08-15 10:37:10 +02:00
  • b64ef6b56d Updated changelog Jan Möbius 2016-08-15 10:34:52 +02:00
  • c8c51626df Added link directories and log file. Alexander Dielen 2016-08-14 13:22:18 +02:00
  • 6f811b5bd9 No Core/src include directory xan 2016-08-14 09:25:03 +02:00
  • 8445bad3c3 Fix undefined MSVC macro warning xan 2016-08-14 09:20:41 +02:00
  • 1a96ae05f0 Merge branch 'circulator-gcc6-fix' into 'master' Jan Möbius 2016-08-11 12:12:47 +02:00
  • 5ee25a5af0 fix CirculatorT type-pun warning on GCC6 (fixes #28) Janis Born 2016-08-11 10:22:44 +02:00
  • cb5bc2b2b4 Merge branch 'fixhash' into 'master' Jan Möbius 2016-08-03 12:57:36 +02:00
  • b82e329c21 changed incorrect class into struct David Bommes 2016-08-03 10:07:28 +02:00
  • 4f5e58b682 Merge branch 'decimater-documentation' into 'master' Jan Möbius 2016-07-25 08:18:42 +02:00
  • e029d33c2a document that DecimaterT::decimate does not perform garbage collection on the mesh Janis Born 2016-07-22 16:34:39 +02:00
  • c9510459ca Bump version to 6.3 development Jan Möbius 2016-07-11 16:23:12 +02:00
  • 00b7d518f5 Fixbundle will only be called when apps are build. Remove if clause which is unnecessary Jan Möbius 2016-07-11 12:37:27 +02:00
  • 6f862cad6c Merge branch 'hash_functions' into 'master' Jan Möbius 2016-07-11 10:24:44 +02:00
  • c2d7bf9868 Updated changelog for release Jan Möbius 2016-07-11 09:24:54 +02:00
  • 8b71dd6702 Dont force cmake configuration types Jan Möbius 2016-07-06 08:31:54 +02:00
  • bfd99a11c3 Fixed changelog typo Jan Möbius 2016-06-30 14:33:53 +02:00
  • c4e2d27d33 Merge branch 'VS2015_Update3' into 'master' Jan Möbius 2016-06-30 14:26:35 +02:00
  • 59c0b6f16b Next try Jan Möbius 2016-06-30 14:05:25 +02:00
  • 085e711856 Fixed VS2015 Update 3 fix Jan Möbius 2016-06-30 13:56:54 +02:00
  • 755f06bf11 Fixed VS2015 Update 3 build error. (Thanks to Jeongkyu Kim for the patch) Jan Möbius 2016-06-30 13:53:23 +02:00
  • 658632d83a Updated changelog Jan Möbius 2016-06-30 13:14:06 +02:00
  • 80192d945b added code to write faceTexCoords to obj writer. fixes #25 Martin Schultz 2016-06-29 16:58:59 +02:00
  • 5ed8f3c053 Merge branch 'patch-1' into 'master' Jan Möbius 2016-06-15 23:15:14 +02:00
  • ecdd59a82a Split openmeshcore static/shared MinGW compilation xan 2016-06-15 21:19:22 +02:00
  • 58b9e4085a - ADD a macro OM_HAS_HASH in the config file. - Based on the macro provide partial specializations for std::hash<> - for vertex,halfede,edge, and face handles. - Add a free function hash_value(BaseHandle) for boost::unordered_set/map Andreas Fabri 2016-06-08 10:29:18 +02:00
  • 7a547cb759 Updated changelog Jan Möbius 2016-06-07 12:58:40 +02:00
  • 8a26487a69 Added hash functions Jan Möbius 2016-06-07 12:56:27 +02:00
  • 46aed2c4f4 Bump version number for 6.2 development cycle Jan Möbius 2016-05-31 12:56:24 +02:00
  • 16a6a6b607 Merge branch 'MINGW_changes' into 'master' Jan Möbius 2016-05-31 12:23:33 +02:00
  • 279659856a More MINGW compatibility changes Jan Möbius 2016-05-30 16:26:01 +02:00
  • 27b9cf584f Updated changelog Jan Möbius 2016-05-30 13:51:08 +02:00
  • 05f2e1fa7a Set policy Jan Möbius 2016-05-30 16:57:55 +02:00
  • 984239ade2 Merge branch 'PLY_READER_handle_rn_newlines' into 'master' Jan Möbius 2016-05-30 16:31:05 +02:00
  • 2e5de79b70 Merge branch 'master' of https://www.graphics.rwth-aachen.de:9000/OpenMesh/OpenMesh Jan Möbius 2016-05-30 16:29:43 +02:00
  • fe07bd72eb Typo for apps Jan Möbius 2016-05-30 16:29:37 +02:00
  • 1ab77e166b Merge branch 'Throw_error_when_no_readers_are_available' into 'master' Jan Möbius 2016-05-30 16:27:53 +02:00
  • ec84b4750a More MINGW compatibility changes Jan Möbius 2016-05-30 16:26:01 +02:00
  • 2822bb61a3 Add plain stl extension to stlwriter Jan Möbius 2016-05-30 16:19:55 +02:00
  • 0c39868e52 Merge branch 'Disable_bundle_fix_without_apps' into 'master' Jan Möbius 2016-05-30 16:15:17 +02:00
  • b4cea6008d Handle nr newlines Jan Möbius 2016-05-30 16:12:38 +02:00
  • c8ad04b734 Updated changelog Jan Möbius 2016-05-30 16:06:50 +02:00
  • 5903657e6a Throw error when no readers are available Jan Möbius 2016-05-30 14:07:11 +02:00
  • 5c7bdde200 Convert 2 unix Jan Möbius 2016-05-30 14:04:28 +02:00
  • ec12932e73 Updated changelog Jan Möbius 2016-05-30 14:02:35 +02:00
  • b2f3d5eac4 Several changes to make Mingw happy Jan Möbius 2016-05-30 14:00:43 +02:00
  • a564a30c36 Updated changelog Jan Möbius 2016-05-30 13:51:08 +02:00
  • 91ee22ca2f Merge branch 'fixMSVC2015Community' into 'master' Jan Möbius 2016-05-24 15:15:59 +02:00
  • 4b8f1bf667 fixes MSVC Community 2015 ICE Martin Schultz 2016-05-24 15:06:32 +02:00
  • d3c38be0dc Merge branch 'propertymanager-factory-doxygen' into 'master' Jan Möbius 2016-05-24 08:10:57 +02:00
  • bb024a6846 move documentation of PropertyManager factory functions to PropertyManager Doxygen page Janis Born 2016-05-23 15:04:28 +02:00
  • d1b3509ca6 Merge branch 'ply_binary_reader_fix' into 'master' Jan Möbius 2016-05-17 13:59:00 +02:00
  • a4957010a0 Added changelog Jan Möbius 2016-05-17 13:33:14 +02:00
  • bca37d9653 Fixed binary reader errors in ply reader. (Thanks to Michael Kremer for the patch). Jan Möbius 2016-05-17 13:15:29 +02:00
  • f19aca3d1f Merge branch 'MacOS_installer' into 'master' Jan Möbius 2016-05-12 12:56:11 +02:00
  • aafa29445a More verbose output on linux Jan Möbius 2016-05-12 12:34:55 +02:00
  • 3a47e52afa Retrigger Jan Möbius 2016-05-12 12:31:50 +02:00
  • e686317117 Artifact archive for tar gz as well Jan Möbius 2016-05-12 11:37:47 +02:00
  • a662f25031 Wrong artifact location fixed Jan Möbius 2016-05-12 11:35:24 +02:00
  • d71aabad49 Fixed bug on cpp98 build which does not run some python unittests Jan Möbius 2016-05-12 11:33:20 +02:00
  • 80316d61ea Archive created dmg files from mac Jan Möbius 2016-05-12 11:10:21 +02:00
  • 33cdd611ab More verbose ci output for configuration Jan Möbius 2016-05-12 11:01:33 +02:00
  • b1319aae79 Try to build dragndrop installer for OpenMesh on Mac containing release and debug version Jan Möbius 2016-05-12 10:56:36 +02:00
  • a5dbe44e2d Merge branch 'master' of https://www.graphics.rwth-aachen.de:9000/OpenMesh/OpenMesh Jan Möbius 2016-05-11 11:11:59 +02:00
  • 438410786f Fixed another warning Jan Möbius 2016-05-11 11:11:53 +02:00
  • 7472672e0e Merge branch 'cppcheck_artifact_collection' into 'master' Jan Möbius 2016-05-11 11:11:05 +02:00