kimkulling
|
a06133ab52
Update copyrights.
|
6 éve |
Max Vollmer
|
990dc983ed
Issue #1776 Fixed potential crash bug in ObjectCompare, because it didn't follow strict weak ordering. As counter-intuitive as it seems, a comparator must return false for equal values. The C++ standard defines and expects this behavior: true if lhs < rhs, false otherwise.
|
7 éve |
Kim Kulling
|
b049933d2f
update license dates.
|
7 éve |
Thomas Lemaire
|
5b76a31485
fix trivial warnings
|
8 éve |
Kim Kulling
|
a2b8d66a86
Update license info.
|
8 éve |
Kim Kulling
|
ef540f46a3
Remove unused headers.
|
8 éve |
Kim Kulling
|
0f2cea7ba6
Blender: revert fix for suspicious crash in blender on windows.
|
9 éve |
Kim Kulling
|
b240b9d30d
Blender: fix invalid OnjectCompare op.
|
9 éve |
Kim Kulling
|
5fc3ee9a21
fix https://github.com/assimp/assimp/issues/946: use correct test for objectcompare in blender.
|
9 éve |
mensinda
|
5dacda0a08
replaced boost smart pointers with c++11 smart pointers
|
9 éve |
mensinda
|
18843fe5e1
Replaced BOOST_FOREACH with c++11 ranged for loops
|
9 éve |
Kim Kulling
|
1191d03405
Update license info.
|
9 éve |
Richard
|
83de707587
Refactor: Expand tabs to 4 spaces
|
10 éve |
Richard
|
a96a595a7a
Refactor: Trim trailing whitespace
|
10 éve |
Richard
|
4c1a0507fe
Refactor: Line endings are LF, not CRLF
|
10 éve |
Kim Kulling
|
2bfc353fde
License info: update year info.
|
10 éve |
abma
|
8c45a4dc3b
Merge remote-tracking branch 'origin'
|
10 éve |
abma
|
470ad98281
fix "headercheck":
|
10 éve |
Alexander Gessler
|
1c64c590f2
Blender importer: always sort sets of objects by their name. Previously we accidentally ordered pointers to objects by their memory address, which was non-deterministic and caused regression tests to be flaky.
|
10 éve |
aramis_acg
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 éve |
aramis_acg
|
d082330cea
BLENDER: Fix potential stack overflow caused by a DOM object referencing itself.
|
15 éve |