Historique des commits

Auteur SHA1 Message Date
  mensinda 4836a2993e Replaced boost::thread with std::thread il y a 9 ans
  Kim Kulling a74b321ed1 Add unittests for defect reproduction. il y a 10 ans
  Kim Kulling 8bbd55a790 PostProcessing: first prototype of customized post processing. il y a 10 ans
  wise86Android d51c2e6435 free the allocated import il y a 10 ans
  Kim Kulling 1191d03405 Update license info. il y a 10 ans
  Turo Lamminen 46121a1559 Mark single-parameter constructors explicit il y a 10 ans
  Richard 83de707587 Refactor: Expand tabs to 4 spaces il y a 10 ans
  Richard a96a595a7a Refactor: Trim trailing whitespace il y a 10 ans
  Richard 4c1a0507fe Refactor: Line endings are LF, not CRLF il y a 10 ans
  Kim Kulling 2bfc353fde License info: update year info. il y a 10 ans
  Jaime Machado Neto de6f0f2a7d Creating the functionality to list all Importer descriptions and the number of importers available. il y a 10 ans
  Léo Terziman 5b9af11f9b Merge remote-tracking branch 'official/master' into contrib il y a 10 ans
  Kim Kulling 08886e28d7 use <> include bracket style. il y a 10 ans
  abma bf4913b5c9 remove AssimpPCH.h: fixes #534 il y a 10 ans
  Léo Terziman 454b85a0ad Improved prototype of Importer & Exporter SetProperty* functions for better integration with tools such as SWIG il y a 10 ans
  Kim Kulling 7a31a68cfc adapt c-api to get ImporterDesc for a given loader ( see https://github.com/assimp/assimp/issues/412 ). il y a 11 ans
  Léo Terziman 843e56c252 Added matrix properties il y a 12 ans
  Léo Terziman 34c3449cdd Always activate thread safety if possible il y a 12 ans
  aramis_acg df13d315db # workaround crash in aiReleaseImport due to an suspected bug in gcc. See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52339. See assimp-discussions for the details. il y a 14 ans
  aramis_acg 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. il y a 14 ans
  aramis_acg 075b1acaf0 - move include/ to include/assimp/ to have consistent header locations between installed and trunk version. il y a 14 ans
  aramis_acg 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
  aramis_acg 3f369342d6 - Redesign the C interface to allow per-import settings. il y a 14 ans
  aramis_acg 665f73861e - move importer and postprocessing step construction chain to separate files to make them available to the exporter part. il y a 14 ans
  aramis_acg 621bdef663 - rework exporter interface to be based primarily on the existing IOSystem. il y a 15 ans
  aramis_acg 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. il y a 16 ans
  aramis_acg bcf0ddc086 - don't delete the null logger. il y a 16 ans
  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. il y a 16 ans
  aramis_acg 5738860990 - Change BaseImporter::GetExtensionList to add all known file extensions to a std::set, so uniqueness is guaranteed. Also rewrite all related functions in Importer. NOTE: This does *not* change the public interface. il y a 16 ans
  aramis_acg 17326515d4 Get rid of warnings on GCC4.4 with -wall il y a 16 ans