guillaume
|
8267d93537
Modif dans le parsing IFC suppressions des espaces avant traitement de la chaine
|
vor 12 Jahren |
ulfjorensen
|
c338b665ed
- applied patch to fix compilation errors with CLang following issue #3590305
|
vor 13 Jahren |
aramis_acg
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
vor 14 Jahren |
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).
|
vor 14 Jahren |
aramis_acg
|
418c1bfbe0
# fix compile error introduced by previous changes, we are not yet ready for this.
|
vor 14 Jahren |
aramis_acg
|
c12fadc93b
- make fast_atof_move a template and rename it to fast_atoreal_move.
|
vor 14 Jahren |
rave3d
|
c01d81c882
BUGFIX VC9 does not support unordered_map
|
vor 14 Jahren |
aramis_acg
|
81ad224f84
- IFC: Refactor source to simplify maintenance.
|
vor 14 Jahren |
aramis_acg
|
9edc0a9b8e
merge with git://github.com/tonttu/assimp.git
|
vor 14 Jahren |
aramis_acg
|
2f4989a35d
# include <memory> and <typeinfo>, which were missing if compiled with the boost workaround enabled
|
vor 14 Jahren |
aramis_acg
|
b9f14beb76
- IFC: use boost::make_shared to cut the number of allocations by 50%.
|
vor 14 Jahren |
aramis_acg
|
a4e371af4b
# fic gcc compile error caused by a temporary beeing accidentially bound to a non-const reference
|
vor 14 Jahren |
aramis_acg
|
1e2dd3eefc
- IFC: use smart pointers to keep STEP-SELECT entities in the converted output data structures. This allows us to free the original parameter tuples early as ownership of their members can be transferred. This cuts down memory overhead to 8x (assuming a typical x64 builds) and reduces loading time on average by ~5% as measured on my system.
|
vor 14 Jahren |
aramis_acg
|
23ea1ac97d
# STEP: reduce memory overhead of STEP reader. A typical x64 build now has approx. 10x overhead (compared to the size of the file being read), as opposed to 20-40x that it had before.
|
vor 14 Jahren |
aramis_acg
|
bf7b1d3514
# IFC: track references only for the types for which we actually need reverse indices. On average, this results in a 10% reduction in memory usage and a 5% speed improvement.
|
vor 14 Jahren |
aramis_acg
|
78b44c3aed
- IFC: slight optimization, take less memory.
|
vor 14 Jahren |
aramis_acg
|
95e0148f95
- IFC: directly keep a pointer to the class name in STEP::Object. This avoid hacking around with typeid().name(), which yields platform-dependent results.
|
vor 14 Jahren |
aramis_acg
|
27ee419355
# fix crashbug in rtrim(), hackpatch STEP::Object::GetClassName() for gcc
|
vor 14 Jahren |
aramis_acg
|
8b89edecfa
# fix -noboost
|
vor 14 Jahren |
aramis_acg
|
1400ae79e7
+ add first prototype version of the IFC-STEP loader. Loads many test models fine but does not support some of the more sophisticated format features.
|
vor 14 Jahren |