aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/src/BVH
Commit message (Collapse)AuthorAge
* Silence unused parameter warningGravatar Christoph Hertzberg2018-08-17
|
* Fix typos found using codespellGravatar Gael Guennebaud2018-06-07
|
* bug #1167: simplify installation of header files using cmake's ↵Gravatar Gael Guennebaud2016-08-29
| | | | install(DIRECTORY ...) command.
* Fix "missing return statement at end of non-void function"Gravatar Gael Guennebaud2013-03-01
|
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
|
* Fix kdBVH unit testGravatar Gael Guennebaud2012-06-04
|
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
|
* the min/max macros to detect unprotected min/max were undefined by some std ↵Gravatar Gael Guennebaud2011-08-19
| | | | | | header, so let's declare them after and do the respective fixes ;)
* protect calls to min and max with parentheses to make Eigen compatible with ↵Gravatar Gael Guennebaud2011-07-21
| | | | | | | default windows.h (transplanted from 49b6e9143e1d74441924c0c313536e263e12a55c )
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
|
* Fixed many MSVC warnings.Gravatar Hauke Heibel2010-06-09
|
* Added to possibility to compile unit tests at maximum warning level.Gravatar Hauke Heibel2009-12-12
| | | | Silenced (amongst others) many conversion related warnings.
* remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
| | | | it never made very precise sense. but now does it still make any?
* * update BVH to explicitely use aligned_allocatorGravatar Gael Guennebaud2009-04-23
| | | | * fix warning in StdVector
* patch from Ilya Baran: This small patch fixes a potential initializationGravatar Gael Guennebaud2009-04-15
| | | | bug in BVAlgorithms and slightly corrects the BVH doc.
* As values may be used uninitialised, they have now been givenGravatar Andrew Coles2009-03-23
| | | | | sensible defaults; or, in other words, if worse comes to worst, we'll get a guaranteed segfault rather than a heisenburg.
* Add BVH module in unsupported (patch from Ilya Baran)Gravatar Gael Guennebaud2009-03-18
(I thought I committed it a week ago but it seems the command failed)