提交历史

作者 SHA1 备注 提交日期
  Kim Kulling c22b4acd47 3MF: Export initial commit. 7 年之前
  Kim Kulling a2b8d66a86 Update license info. 8 年之前
  Helio Chissini de Castro 4a0171bd82 - Apply mechanism to decide use for IrrXML external or internal 8 年之前
  Jared Mulconry 1e2c0279b0 Fixed build warnings on MSVC14 x64 in the IRR format sources. 9 年之前
  mensinda 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 年之前
  Kim Kulling 1191d03405 Update license info. 9 年之前
  Turo Lamminen 46121a1559 Mark single-parameter constructors explicit 10 年之前
  Richard 83de707587 Refactor: Expand tabs to 4 spaces 10 年之前
  Richard a96a595a7a Refactor: Trim trailing whitespace 10 年之前
  Richard 4c1a0507fe Refactor: Line endings are LF, not CRLF 10 年之前
  Kim Kulling 2bfc353fde License info: update year info. 10 年之前
  abma 470ad98281 fix "headercheck": 10 年之前
  Turo Lamminen 308884f144 Remove unnecessary semicolons after function definition 10 年之前
  Léo Terziman bac6b34504 Removing null characters from xml parser input to avoid parsing failures 12 年之前
  aramis_acg 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 13 年之前
  aramis_acg 075b1acaf0 - move include/ to include/assimp/ to have consistent header locations between installed and trunk version. 13 年之前
  aramis_acg 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 13 年之前
  aramis_acg 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 年之前
  aramis_acg 762a7df46a Revamp exception handling. ImportErrorException renamed to DeadlyImportError to avoid silent regressions. Exceptions now thrown by value, and caught by reference. Put guards in all C++ and C API functions to avoid unwanted exception propagation across module and language boundaries. 15 年之前
  aramis_acg 8929ee3da5 Doc now includes parts of the internal API. 16 年之前
  aramis_acg a251827cb9 Adding support for Unicode input files to most text file loaders (BVH and MD5 missing for now). 16 年之前
  ulfjorensen 732884e2f4 - Bugfix: ColladaParser now properly tunnels XML reading through the Assimp IO System 16 年之前
  aramis_acg d41f570dc0 Added support for compressed x files (all files from dx sdk, except car2.x, work, no further tests yet). 16 年之前