Kim Kulling
|
a2b8d66a86
|
Update license info.
|
2017-05-09 19:57:36 +02:00 |
Kim Kulling
|
7207e5117c
|
Use new include bracktes.
|
2016-06-06 22:04:29 +02:00 |
mensinda
|
5dacda0a08
|
replaced boost smart pointers with c++11 smart pointers
|
2016-04-05 23:23:53 +02:00 |
Kim Kulling
|
1191d03405
|
Update license info.
|
2016-01-01 21:07:24 +01:00 |
Kim Kulling
|
56e9a9168c
|
coverity findings: add missing initializations.
|
2015-12-30 20:04:16 +01:00 |
Richard
|
83de707587
|
Refactor: Expand tabs to 4 spaces
|
2015-06-28 16:04:15 -06:00 |
Richard
|
a96a595a7a
|
Refactor: Trim trailing whitespace
|
2015-06-28 16:01:32 -06:00 |
Richard
|
4c1a0507fe
|
Refactor: Line endings are LF, not CRLF
|
2015-06-28 15:59:33 -06:00 |
Kim Kulling
|
2bfc353fde
|
License info: update year info.
|
2015-06-28 21:48:25 +02:00 |
abma
|
470ad98281
|
fix "headercheck":
part of https://github.com/assimp/assimp/issues/534
|
2015-04-15 21:22:26 +02:00 |
aramis_acg
|
4dbf539b44
|
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1147 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
|
2012-02-03 03:38:30 +00:00 |
aramis_acg
|
0fc965da91
|
Rename strtolxxx family of functions, all functions returning unsigned integers now carry an 'u' in their name (this is for compatibility with Irrlicht's fast_atof see http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?p=243079#243079).
strtol10 -> strtoul10
strtol16 -> strtoul16
strtol8 -> strtoul8
strtol10_64 -> strtoul10_64
strtol_cppstyle -> strtoul_cppstyle
strtol10_s -> strtol10
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@923 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
|
2011-03-23 14:26:19 +00:00 |
aramis_acg
|
4a88e50aa4
|
- revamp DXF loader. It now correctly distinguishes BLOCKS and ENTITIES and resolves cross references to entities from a block. Support for block-based coordinate-space transformations. Better polymesh handling. Improve error reporting. Refactor loader structure: the class itself is now stateless, reading is done using LineSplitter.
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@905 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
|
2011-02-22 19:58:29 +00:00 |