Kim Kulling
|
f49de6ecfe
closes https://github.com/assimp/assimp/issues/1514: add postprocess step for scaling
|
7 лет назад |
Kim Kulling
|
5411f769e8
STEPFile: fix coverity findings.
|
8 лет назад |
Kim Kulling
|
a2b8d66a86
Update license info.
|
8 лет назад |
Kim Kulling
|
1724cc9e66
Remove redundant file.
|
9 лет назад |
Kim Kulling
|
7207e5117c
Use new include bracktes.
|
9 лет назад |
Alexander Gessler
|
1daae7b7b9
STEPFile.h: delete deleted copy ctor and move ctors. Class has a const member, so implicit creation is off anyway. Enables pre cpp11 compilation.
|
9 лет назад |
mensinda
|
b045a1ec5c
Deleted move constructor of LazyObject
|
9 лет назад |
mensinda
|
726b004806
Removed boost/noncopyable.hpp
|
9 лет назад |
mensinda
|
5dacda0a08
replaced boost smart pointers with c++11 smart pointers
|
9 лет назад |
mensinda
|
cff5b0d1a0
Replaced depreacated std::auto_ptr with std::unique_ptr
|
9 лет назад |
mensinda
|
18843fe5e1
Replaced BOOST_FOREACH with c++11 ranged for loops
|
9 лет назад |
Sherief Farouk
|
397fa374a3
Removed usage of Boost static assert.
|
9 лет назад |
Kim Kulling
|
1191d03405
Update license info.
|
9 лет назад |
Kim Kulling
|
1ea1f6dcfa
coverity findings: add missind intialization in STEPFile.
|
9 лет назад |
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 лет назад |
guillaume
|
8267d93537
Modif dans le parsing IFC suppressions des espaces avant traitement de la chaine
|
11 лет назад |
ulfjorensen
|
c338b665ed
- applied patch to fix compilation errors with CLang following issue #3590305
|
12 лет назад |
aramis_acg
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 лет назад |
aramis_acg
|
38e6d90e40
- Configure STEP reader to use double precision, small changes to the Ifc code to tolerate this (Ifc itself still working with single precision).
|
13 лет назад |
aramis_acg
|
418c1bfbe0
# fix compile error introduced by previous changes, we are not yet ready for this.
|
13 лет назад |
aramis_acg
|
c12fadc93b
- make fast_atof_move a template and rename it to fast_atoreal_move.
|
13 лет назад |
rave3d
|
c01d81c882
BUGFIX VC9 does not support unordered_map
|
14 лет назад |
aramis_acg
|
81ad224f84
- IFC: Refactor source to simplify maintenance.
|
14 лет назад |
aramis_acg
|
9edc0a9b8e
merge with git://github.com/tonttu/assimp.git
|
14 лет назад |
aramis_acg
|
2f4989a35d
# include <memory> and <typeinfo>, which were missing if compiled with the boost workaround enabled
|
14 лет назад |
aramis_acg
|
b9f14beb76
- IFC: use boost::make_shared to cut the number of allocations by 50%.
|
14 лет назад |