Jared Mulconry
|
5f098b2f94
Fixed build warnings on MSVC14 x64 in the IFC format sources.
|
8 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 |
mensinda
|
cff5b0d1a0
Replaced depreacated std::auto_ptr with std::unique_ptr
|
9 years ago |
mensinda
|
18843fe5e1
Replaced BOOST_FOREACH with c++11 ranged for loops
|
9 years ago |
Kim Kulling
|
1191d03405
Update license info.
|
9 years ago |
Richard
|
83de707587
Refactor: Expand tabs to 4 spaces
|
10 years ago |
Richard
|
a96a595a7a
Refactor: Trim trailing whitespace
|
10 years ago |
Richard
|
4c1a0507fe
Refactor: Line endings are LF, not CRLF
|
10 years ago |
Kim Kulling
|
2bfc353fde
License info: update year info.
|
10 years ago |
abma
|
bf4913b5c9
remove AssimpPCH.h: fixes #534
|
10 years ago |
Alexander Gessler
|
f6f8462113
Update IfcLoader to use numeric_limits<uint32_t> instead of UINT32_MAX, fixes gcc build and is more consistent with the rest of the codebase. Fixes #471.
|
10 years ago |
ulf
|
b71ded1ad0
- manually merged C4D importer code from acgessler branch
|
10 years ago |
acgessler
|
879f2ed177
- fix some -Wall warnings
|
13 years ago |
aramis_acg
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 years ago |
aramis_acg
|
bfb8fd8483
# Ifc: fix materials when running double precision.
|
13 years ago |
aramis_acg
|
e867c73327
- Ifc: make code base ready for running double precision by using the new math templates with a customizable float type, IfcFloat. (still using floats with this commit).
|
13 years ago |
aramis_acg
|
9d85c8834d
- extract MaterialHelper and move all of its members to aiMaterial in /include.
|
14 years ago |
aramis_acg
|
81ad224f84
- IFC: Refactor source to simplify maintenance.
|
14 years ago |