Kim Kulling
|
a2b8d66a86
Update license info.
|
hace 8 años |
mensinda
|
5dacda0a08
replaced boost smart pointers with c++11 smart pointers
|
hace 9 años |
mensinda
|
cff5b0d1a0
Replaced depreacated std::auto_ptr with std::unique_ptr
|
hace 9 años |
Kim Kulling
|
a2d9cbef7e
Update STEPFileReader.cpp
|
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 |
Richard
|
a34adb8450
Refactor: Delete unused functions
|
hace 10 años |
abma
|
bf4913b5c9
remove AssimpPCH.h: fixes #534
|
hace 10 años |
guillaume
|
8267d93537
Modif dans le parsing IFC suppressions des espaces avant traitement de la chaine
|
hace 11 años |
Alexander Gessler
|
cded602950
- STEP: fix bug that caused back references contained in nested aggregates to be not tracked.
|
hace 12 años |
Alexander Gessler
|
03c01685d3
- STEP: support UTF16, UTF32 and Mac/Roman escape sequences.
|
hace 12 años |
Alexander Gessler
|
da88ab4408
- STEP: support \S\ escaping for cp1252 characters.
|
hace 12 años |
aramis_acg
|
fa1016ddc8
- Ifc/Step: support line continuations in parser.
|
hace 13 años |
aramis_acg
|
1d7018c826
# fix bug in STEPFileReader, loader fails if string literals contain more than one ". Thanks to Juha Vesanen for the patch.
|
hace 13 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
|
2e4b1a08ff
# STEPFileReader now scans real number literals as doubles.
|
hace 13 años |
aramis_acg
|
c12fadc93b
- make fast_atof_move a template and rename it to fast_atoreal_move.
|
hace 13 años |
aramis_acg
|
9edc0a9b8e
merge with git://github.com/tonttu/assimp.git
|
hace 14 años |
aramis_acg
|
b9f14beb76
- IFC: use boost::make_shared to cut the number of allocations by 50%.
|
hace 14 años |
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.
|
hace 14 años |
aramis_acg
|
15565c4858
# IFC: fix potential crash during merging of polygon boundaries
|
hace 14 años |
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.
|
hace 14 años |
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.
|
hace 14 años |
aramis_acg
|
78b44c3aed
- IFC: slight optimization, take less memory.
|
hace 14 años |
aramis_acg
|
27ee419355
# fix crashbug in rtrim(), hackpatch STEP::Object::GetClassName() for gcc
|
hace 14 años |
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.
|
hace 14 años |