Commit Graph

  • 95f2319b41 ImproveCacheLocality: Add assertion to silence a static analyzer warning Turo Lamminen 2017-10-24 19:51:12 +03:00
  • c774e864a0 Remove some dead assignments Turo Lamminen 2017-10-24 18:39:05 +03:00
  • 266e3b29a8 RemoveRedundantMaterials: Set pointer to nullptr after deleting it Turo Lamminen 2017-10-17 19:48:08 +03:00
  • 35907e3446 Travis: Disable unit tests in scan-build config Turo Lamminen 2017-10-17 19:29:54 +03:00
  • 59d1a1d819 Travis: Move slower builds earlier to improve parallelization Turo Lamminen 2017-10-17 19:02:39 +03:00
  • 76919e87ea fast_atof: Silence some uninitialized variable warnings Turo Lamminen 2017-10-17 19:01:36 +03:00
  • a15bfceb7e Travis: Add static analysis to build Turo Lamminen 2017-10-17 18:37:40 +03:00
  • 80ba6d10f7 Merge pull request #1567 from assimp/fix_android_build Kim Kulling 2017-11-14 21:41:40 +01:00
  • c15c96ac76 CMake: use define for D_FILE_OFFSET_BITS only for not-android systems. Kim Kulling 2017-11-14 20:11:40 +01:00
  • 98a1b7671d Merge pull request #1558 from assimp/issue_216 Kim Kulling 2017-11-12 22:42:56 +01:00
  • 24b728b3ea FindDegeneratives: adapt unittests and add configs Kim Kulling 2017-11-12 22:09:18 +01:00
  • 9206d1b62b Merge branch 'master' into issue_216 Kim Kulling 2017-11-12 11:04:51 +01:00
  • b2b671d8ad Merge pull request #1563 from assimp/fix_buggy_excape_sequence Kim Kulling 2017-11-12 11:04:04 +01:00
  • d0ac06cbfd fix buggy escape sequence. Kim Kulling 2017-11-11 21:16:26 +01:00
  • 9756b48bca Merge pull request #1560 from assimp/source_groups_for_ut Kim Kulling 2017-11-10 21:26:32 +01:00
  • 005b537324 unittests: add VS-based source groups for the unittests. Kim Kulling 2017-11-10 20:40:00 +01:00
  • 248e26ca03 Merge pull request #1557 from Matter-and-Form/gltf2-mesh-export-fix Kim Kulling 2017-11-10 19:37:23 +01:00
  • de1ec4ee5d Merge branch 'master' into gltf2-mesh-export-fix Kim Kulling 2017-11-10 19:07:46 +01:00
  • f0bed87e07 Merge pull request #1559 from luzpaz/misc-typos Kim Kulling 2017-11-10 10:39:09 +01:00
  • 12dbbd4ce9 Misc. typos Unknown 2017-11-09 17:19:26 -05:00
  • ad2ff9fd71 check for area test if the face is a triangle. Kim Kulling 2017-11-09 21:40:10 +01:00
  • 30e06f7437 closes https://github.com/assimp/assimp/issues/216: check the area of a triangle to check if its degenerated or not. Kim Kulling 2017-11-09 21:31:16 +01:00
  • 9ec117d0bc Fix export of deleted meshes; Add LazyDict::Remove method Daniel Hritzkiv 2017-11-07 15:13:01 -05:00
  • 9a13bf236f Merge pull request #1556 from assimp/issue_1292 Kim Kulling 2017-11-08 23:52:50 +01:00
  • 5bc4e73727 Merge branch 'master' into issue_1292 Kim Kulling 2017-11-08 22:52:46 +01:00
  • bd104bda3b Merge pull request #1555 from assimp/issue_1315 Kim Kulling 2017-11-08 22:52:32 +01:00
  • ab639a71ae Merge branch 'master' into issue_1315 Kim Kulling 2017-11-08 21:09:02 +01:00
  • 36475bf868 closes https://github.com/assimp/assimp/issues/1292: export class subdivision Kim Kulling 2017-11-08 20:50:16 +01:00
  • cdfd4b9702 closes https://github.com/assimp/assimp/issues/1315: check in exporting against out-of-bounds-access . Kim Kulling 2017-11-08 20:44:53 +01:00
  • 191454671d Merge pull request #1511 from eevictor/master Kim Kulling 2017-11-08 19:07:28 +01:00
  • 6954c7d75b Merge branch 'master' into master Kim Kulling 2017-11-08 18:34:25 +01:00
  • fe55bc9996 Update ColladaExporter.cpp Kim Kulling 2017-11-08 18:34:16 +01:00
  • c11a93e73c Merge pull request #1552 from assimp/issue_1251 Kim Kulling 2017-11-08 09:13:27 +01:00
  • 6b826fecfd Merge branch 'master' into issue_1251 Kim Kulling 2017-11-08 01:07:35 +01:00
  • f41ed2f41f closes https://github.com/assimp/assimp/issues/1251: use correct lookup for utf32. Kim Kulling 2017-11-08 01:07:04 +01:00
  • 792523ce90 Merge pull request #1551 from larsjsol/md2_fix Kim Kulling 2017-11-08 00:27:48 +01:00
  • 29cf414468 Merge branch 'master' into md2_fix Kim Kulling 2017-11-07 22:03:02 +01:00
  • a88a23ac7c Merge pull request #1549 from assimp/issue_104 Kim Kulling 2017-11-07 13:10:44 +01:00
  • 75fdd25b6b Merge branch 'master' into issue_104 Kim Kulling 2017-11-07 11:27:06 +01:00
  • da7ce89ff2 Update STLLoader.cpp Kim Kulling 2017-11-07 10:47:27 +01:00
  • b87e7643d2 Update STLLoader.cpp Kim Kulling 2017-11-07 10:42:51 +01:00
  • 4ff2592747 Update STLLoader.h Kim Kulling 2017-11-07 00:31:09 +01:00
  • 26171a7949 SLD: add test model and a unit test. Kim Kulling 2017-11-06 22:37:52 +01:00
  • 9a9f18bbed closes https://github.com/assimp/assimp/issues/104: deal with more solids in one STL file. Kim Kulling 2017-11-06 22:30:07 +01:00
  • 10a6524300 Merge pull request #1545 from assimp/issue_213 Kim Kulling 2017-11-06 00:44:50 +01:00
  • a77d9d7b21 Merge branch 'master' into issue_213 Kim Kulling 2017-11-05 23:07:08 +01:00
  • e09349c734 Merge pull request #1544 from assimp/issue_1526 Kim Kulling 2017-11-05 23:05:46 +01:00
  • 4a4f3fddc7 closes https://github.com/assimp/assimp/issues/213: log an error instead of letting the fbx-importer crash. Kim Kulling 2017-11-05 22:52:07 +01:00
  • 6b04b20869 closes https://github.com/assimp/assimp/issues/1526: use correct include folder for assimp. Kim Kulling 2017-11-05 22:41:41 +01:00
  • b0e86d281b Merge pull request #1543 from assimp/issue_1533 Kim Kulling 2017-11-05 19:31:47 +01:00
  • 5922200ec3 Merge branch 'master' into issue_1533 Kim Kulling 2017-11-05 18:53:43 +01:00
  • 9835d28f72 Merge pull request #1542 from assimp/UnitTest_X3D Kim Kulling 2017-11-05 18:53:28 +01:00
  • f43586305c closes https://github.com/assimp/assimp/issues/1533: put irrXML onto exclucde list for doxygen run. Kim Kulling 2017-11-05 18:24:39 +01:00
  • ab3cf3687c Merge branch 'master' into UnitTest_X3D Kim Kulling 2017-11-05 18:10:10 +01:00
  • 770f531cc6 X3D-Importer: add missing file. Kim Kulling 2017-11-05 17:46:25 +01:00
  • 2929a27edc add unittest for x3d-importer. Kim Kulling 2017-11-05 17:41:26 +01:00
  • 1e9919ce81 Merge pull request #1541 from assimp/issue_1351 Kim Kulling 2017-11-05 17:18:11 +01:00
  • 02b042d78e closes https://github.com/assimp/assimp/issues/1351: use correct name for obj-meshname export for groups. Kim Kulling 2017-11-05 16:35:22 +01:00
  • abca0a79f3 Merge pull request #1538 from assimp/aavenel-unittest_obj_importer Kim Kulling 2017-11-04 18:48:01 +01:00
  • a33e115fd1 fix mem-lead: face will be not released in case of an error. Kim Kulling 2017-11-04 18:26:30 +01:00
  • c9ada44ab5 Fix memory leak in case of an error. Kim Kulling 2017-11-04 17:05:23 +01:00
  • 4879fe13ca Merge branch 'unittest_obj_importer' of https://github.com/aavenel/assimp Kim Kulling 2017-11-04 16:58:35 +01:00
  • c700c08fa5 Merge branch 'master' into master Kim Kulling 2017-11-04 10:45:57 +01:00
  • d5692ccf30 Merge pull request #1537 from assimp/Anatoscope-ObjExporter_nomtl Kim Kulling 2017-11-04 10:34:29 +01:00
  • b7bd006304 Merge branch 'master' into ObjExporter_nomtl Kim Kulling 2017-11-04 09:32:50 +01:00
  • eeee744e21 Merge pull request #1536 from assimp/Anatoscope-fix_trivial_warnings Kim Kulling 2017-11-04 09:31:43 +01:00
  • 4dab6f9be3 Merge branch 'master' into Anatoscope-fix_trivial_warnings Kim Kulling 2017-11-04 08:49:27 +01:00
  • 4910af3814 Merge pull request #1535 from assimp/kimkulling-patch-1 Kim Kulling 2017-11-04 08:49:02 +01:00
  • 9a721d0ef4 Update .travis.yml Kim Kulling 2017-11-04 08:24:36 +01:00
  • 4587e63e2f Merge branch 'master' into fix_trivial_warnings Kim Kulling 2017-11-03 20:05:16 +01:00
  • 56674de1d8 Merge pull request #1534 from Matter-and-Form/texturefile-int-name-fix Kim Kulling 2017-11-03 19:10:01 +01:00
  • 2922753589 Return early when element is TextureFile Daniel Hritzkiv 2017-11-03 11:50:28 -04:00
  • c86c7b4518 Update .travis.sh Kim Kulling 2017-11-03 13:11:30 +01:00
  • d279a3cc02 Merge branch 'master' into fix_trivial_warnings Kim Kulling 2017-11-03 10:35:02 +01:00
  • 5b76a31485 fix trivial warnings Thomas Lemaire 2017-11-02 11:13:52 +01:00
  • 931542bf3c Merge branch 'master' into ObjExporter_nomtl thomas-lemaire 2017-11-02 10:46:57 +01:00
  • c666a05e16 Merge pull request #1524 from Matter-and-Form/invalid-texture-coordinates-cleaning-fix Kim Kulling 2017-11-02 10:46:44 +01:00
  • ce7f379aa3 Merge branch 'master' into invalid-texture-coordinates-cleaning-fix Kim Kulling 2017-11-01 10:53:43 +01:00
  • 62e3ac9b4d Merge pull request #1525 from daeyun/daeyun-lib-dirs Kim Kulling 2017-11-01 10:49:05 +01:00
  • bf9d319489 Update helper.py Daeyun Shin 2017-10-31 15:43:39 -07:00
  • e52e44ea07 Formatting Daniel Hritzkiv 2017-10-31 15:18:08 -04:00
  • cc4531459f Set mNumUVComponents to 0 when deleting texture coordinate sets Daniel Hritzkiv 2017-10-31 15:14:21 -04:00
  • 938c02a358 Merge pull request #1523 from assimp/issue_1490 Kim Kulling 2017-10-31 15:07:51 +01:00
  • 8be196f77d closes https://github.com/assimp/assimp/issues/1490 : fix invalid access to mesh array when the array is empty. Kim Kulling 2017-10-31 14:03:03 +01:00
  • a502560da1 Merge pull request #1520 from assimp/issue_1514 Kim Kulling 2017-10-31 13:37:23 +01:00
  • af4556d569 only scale the root node because this will rescale all children nodes as well. Kim Kulling 2017-10-31 13:08:24 +01:00
  • 64ee21024b Add missing file. Kim Kulling 2017-10-31 13:07:07 +01:00
  • ae020281e2 Add unittest Kim Kulling 2017-10-31 12:24:32 +01:00
  • 87ac6fbfd9 Update CMakeLists.txt Andrea Baldacci, Ph.D 2017-10-31 02:05:01 +01:00
  • 711050de8a fix frame pointer arithmetic Lars Jørgen Solberg 2017-10-30 19:08:51 +01:00
  • 4d09e61b13 Merge branch 'master' into master thomas-lemaire 2017-10-30 11:41:25 +01:00
  • 99b9ba4c11 Merge branch 'master' into master Victor NG 2017-10-30 16:33:47 +08:00
  • aca8f068d0 Update ColladaExporter.cpp Victor NG 2017-10-30 16:29:57 +08:00
  • bbeb9dd640 Use correct lookup if scaling is enabled. Kim Kulling 2017-10-29 23:18:37 +01:00
  • d6f5ad66b2 closes https://github.com/assimp/assimp/issues/1514: add misisng flag to enable global scaling. Kim Kulling 2017-10-29 20:32:44 +01:00
  • f49de6ecfe closes https://github.com/assimp/assimp/issues/1514: add postprocess step for scaling Kim Kulling 2017-10-29 20:28:59 +01:00
  • c1c4a5ed2a Add two unit tests for OBJ importer Alexandre Avenel 2017-10-29 15:12:56 +01:00
  • 89d198399c Merge pull request #1516 from Matter-and-Form/gltf2-export-roughness-from-shininess-fix Kim Kulling 2017-10-27 20:14:23 +02:00
  • a6688243a7 [ObjExporter] add a test for the "no mtl" version of the obj exporter Thomas Lemaire 2017-10-27 10:14:53 +02:00
  • 18cef9b391 [ObjExporter] add a "no mtl" version of the obj exporter Thomas 2017-10-26 17:59:09 +02:00