Commit History

Author SHA1 Message Date
  kimkulling a06133ab52 Update copyrights. 6 years ago
  kimkulling f75bf6d99c MAke noexcept compiler-specific. 7 years ago
  kimkulling f818a909e5 Fix static-code-analysis findings. 7 years ago
  Kim Kulling 8a3daa1a24 closes https://github.com/assimp/assimp/issues/2056: use correc exception type in MMD-loader. 7 years ago
  Max Vollmer 52c017b595 Added check to BaseImporter::SearchFileHeaderForToken making sure that a detected token is not in fact just a fraction of a longer token. Microsoft exported binary gltf files were detected as OBJ, because the "gltf " in the string "Microsoft GLTF Exporter 2.4.1.7" was detected as the token "f ". I added a new bool parameter to the method enabling this check. It's default false, and only ObjFileImporter sets it to true, so no other code should be affected. 7 years ago
  kimkulling 3d79472172 fix the build. 7 years ago
  kimkulling 066349f36b Add usage of log macros. 7 years ago
  Kim Kulling 5814e6f9f0 Optimize some std::string usages. 7 years ago
  Kim Kulling 69742670dd 3mf: use correct material assignment in case of multi-materials. 7 years ago
  Kim Kulling c0f04bf965 IMporter: fix lookup for tokens during inmemory imports. 7 years ago
  Turo Lamminen da19ed0b2a BaseImporter: Remove dead condition 7 years ago
  Kim Kulling b049933d2f update license dates. 7 years ago
  BuildTools 66171de915 Successful lib build, unit testing still WIP 7 years ago
  Turo Lamminen af8e297e0f BaseImporter: Replace ScopeGuard with std::unique_ptr 7 years ago
  Kim Kulling d40b6089e8 Fix compiler warnings + one review finding. 8 years ago
  Kim Kulling bd2af6591f Fix compiler warnings. 8 years ago
  Kim Kulling 64cbc69337 remove dead code. 8 years ago
  Kim Kulling d7e13e67c4 Utf8: integrate new lib. 8 years ago
  Kim Kulling 6e1034996e UTF8Encoding: introduce new lib. 8 years ago
  Kim Kulling a2b8d66a86 Update license info. 8 years ago
  Kim Kulling ef540f46a3 Remove unused headers. 8 years ago
  Kim Kulling c2deb3e15f BaseIMporter: fix review findings. 8 years ago
  Kim Kulling c5e3058ab3 Fix coverity findings. 8 years ago
  Kim Kulling 631eef49c3 BatchImporter: make validation configurable and add unittest for class. 9 years ago
  Kim Kulling 7207e5117c Use new include bracktes. 9 years ago
  mensinda 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 years ago
  Eric Engestrom 87e7cf00a2 Fix spelling mistakes 9 years ago
  Kim Kulling 1191d03405 Update license info. 9 years ago
  rmitton b9a4e99607 Added support for empty .MTL files. 9 years ago
  Kim Kulling 1fbc0cc276 DefaultIOSystem: fix typo in macro. 10 years ago