Jared Mulconry
|
5f098b2f94
Fixed build warnings on MSVC14 x64 in the IFC format sources.
|
8 years ago |
mensinda
|
ae99f99b99
Replaced boost::tuple with std::tuple
|
9 years ago |
mensinda
|
5dacda0a08
replaced boost smart pointers with c++11 smart pointers
|
9 years ago |
mensinda
|
18843fe5e1
Replaced BOOST_FOREACH with c++11 ranged for loops
|
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 |
abma
|
611778045d
fix for upstream changes
|
10 years ago |
abma
|
bf4913b5c9
remove AssimpPCH.h: fixes #534
|
10 years ago |
ulf
|
a2c9904d59
- Bugfix: polygon-bounded half space clipping now assumes plane in correct coordinate space
|
10 years ago |
ulf
|
0cdc528e01
- Bugfix: IFC loader tested squared length against non-squared epsilon in RemoveDegenerates()
|
10 years ago |
ulf
|
b71ded1ad0
- manually merged C4D importer code from acgessler branch
|
10 years ago |
abma
|
775b26e614
use std:: namespace for most cmath functions:
|
11 years ago |
abma
|
6c5f9ecb06
fix most warnings with -pendantic
|
11 years ago |
Léo Terziman
|
4e7b59be55
Improving homogeneity of DEBUG macro for improved portability with compilers other than Visual Studio
|
11 years ago |
Alexander Gessler
|
d25715ad2c
- Ifc: fix issue pointed out by clang that caused an epsilon check to go totally wrong. A pair of extra parentheses invoked C++ expression evaluation instead of argument passing.
|
12 years ago |
Kim
|
3587eef6eb
bugfix : fix a w4 compiler warning.
|
12 years ago |
Alexander Gessler
|
de7b1aaa50
- IFCBoolean.cpp: fix capitalization error in filename
|
12 years ago |