Historial de Commits

Autor SHA1 Mensaje Fecha
  kimkulling 30c20eb5fc INtroduce new log macros. hace 7 años
  Kim Kulling b049933d2f update license dates. hace 7 años
  BuildTools 66171de915 Successful lib build, unit testing still WIP hace 7 años
  Kim Kulling a2b8d66a86 Update license info. hace 8 años
  Kim Kulling 02e038bbb6 Fix compiler warnings related to issue 957. hace 8 años
  Eshed a84bf869c2 replace more math.h functions occurences with std:: hace 8 años
  Kim Kulling 9d4d2b2a1c ComputeUVMappingprocess: add missing initialization for scalar value. hace 9 años
  Chris Russ fa1d6d8c55 propagating precision requirments into operations hace 9 años
  Kim Kulling 6bfdeb6a12 sprintf replacement: introduce au_snprintf to support snprintf for v2013 hace 9 años
  Kim Kulling 1191d03405 Update license info. hace 9 años
  Richard 83de707587 Refactor: Expand tabs to 4 spaces hace 10 años
  Richard a96a595a7a Refactor: Trim trailing whitespace hace 10 años
  Richard 4c1a0507fe Refactor: Line endings are LF, not CRLF hace 10 años
  Kim Kulling 2bfc353fde License info: update year info. hace 10 años
  Andy Maloney 4cbce374b6 Code Cleanups hace 10 años
  abma bf4913b5c9 remove AssimpPCH.h: fixes #534 hace 10 años
  Turo Lamminen 84a9514d4b Fix warning about possibly uninitialized variable hace 10 años
  abma 775b26e614 use std:: namespace for most cmath functions: hace 11 años
  Kim Kulling ec2b8dd3fa bugfix: hace 11 años
  aramis_acg 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. hace 13 años
  aramis_acg ea3f655c57 - templatize math library. All standard math classes (i.e. aiMatrix4x4) have been replaced by templates which are usually named like the old type with a 't' postfix. For compatibility, typedefs to replace the old types exist. For the C interface, these still map to raw structures. hace 13 años
  aramis_acg 9d85c8834d - extract MaterialHelper and move all of its members to aiMaterial in /include. hace 14 años
  aramis_acg 9edc0a9b8e merge with git://github.com/tonttu/assimp.git hace 14 años
  aramis_acg 6f30639d7f - refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX .. hace 14 años
  aramis_acg 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. hace 15 años
  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. hace 15 años
  aramis_acg 17326515d4 Get rid of warnings on GCC4.4 with -wall hace 15 años
  aramis_acg cc96f55c61 Adding samples/SimpleOpenGL. hace 16 años
  aramis_acg 0023010840 [ 2672224 ] Patch To get gcc to compile assimp under Linux hace 16 años
  aramis_acg c865999420 Collada hace 16 años