Gael Guennebaud
|
42e2578ef9
|
the min/max macros to detect unprotected min/max were undefined by some std header,
so let's declare them after and do the respective fixes ;)
|
2011-08-19 14:18:05 +02:00 |
|
Gael Guennebaud
|
22bff949c8
|
protect calls to min and max with parentheses to make Eigen compatible with default windows.h
(transplanted from 49b6e9143e
)
|
2011-07-21 11:19:36 +02:00 |
|
Benoit Jacob
|
4716040703
|
bug #86 : use internal:: namespace instead of ei_ prefix
|
2010-10-25 10:15:22 -04:00 |
|
Hauke Heibel
|
45d3b405eb
|
Fixed many MSVC warnings.
|
2010-06-09 09:30:22 +02:00 |
|
Hauke Heibel
|
d088ee35f6
|
Added to possibility to compile unit tests at maximum warning level.
Silenced (amongst others) many conversion related warnings.
|
2009-12-12 11:39:07 +01:00 |
|
Benoit Jacob
|
6347b1db5b
|
remove sentence "Eigen itself is part of the KDE project."
it never made very precise sense. but now does it still make any?
|
2009-05-22 20:25:33 +02:00 |
|
Gael Guennebaud
|
acb32c69d4
|
* update BVH to explicitely use aligned_allocator
* fix warning in StdVector
|
2009-04-23 11:33:36 +00:00 |
|
Gael Guennebaud
|
c744960984
|
patch from Ilya Baran: This small patch fixes a potential initialization
bug in BVAlgorithms and slightly corrects the BVH doc.
|
2009-04-15 05:54:07 +00:00 |
|
Andrew Coles
|
64fbd93cd9
|
As values may be used uninitialised, they have now been given
sensible defaults; or, in other words, if worse comes to worst,
we'll get a guaranteed segfault rather than a heisenburg.
|
2009-03-23 21:15:33 +00:00 |
|
Gael Guennebaud
|
4bb5221d22
|
Add BVH module in unsupported (patch from Ilya Baran)
(I thought I committed it a week ago but it seems the command failed)
|
2009-03-18 20:06:06 +00:00 |
|