aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test
Commit message (Expand)AuthorAge
* Add directory containing split_test_helper.h to include path.Gravatar Jitse Niesen2011-03-29
* fix compilation for old but not so old versions of glewGravatar Gael Guennebaud2011-03-18
* fix bug #204: limit integer values to numbers which are representable using f...Gravatar Gael Guennebaud2011-03-02
* relax condition in matrix_exponential test for clangGravatar Benoit Jacob2011-02-27
* disable BVH test on Clang++. Looks like there's a good reason why BVH is unsu...Gravatar Benoit Jacob2011-02-27
* do not try to use Eigen's blas/lapack if they cannot be compiledGravatar Gael Guennebaud2011-02-23
* shut up stupid ICC warningsGravatar Benoit Jacob2011-02-22
* link to blas/lapack only when needed, and use the static versions to hopefull...Gravatar Gael Guennebaud2011-02-21
* enable some tests that have been commented outGravatar Gael Guennebaud2011-02-18
* back to brute force linking to sparse libraries (fix cmake when these libs ar...Gravatar Gael Guennebaud2011-02-18
* now cholmod, umfpack, and superlu uses our own BLAS and LAPACK libsGravatar Gael Guennebaud2011-02-18
* properly report OpenGL as a disabled backendGravatar Gael Guennebaud2011-02-16
* still test fftw even if the binary for long double is not availableGravatar Gael Guennebaud2011-01-28
* disable broken determinant for complexes and SuperLUGravatar Gael Guennebaud2011-01-28
* fix fftw testGravatar Thomas Capricelli2011-01-27
* fix various compilations issuesGravatar Gael Guennebaud2011-01-27
* Decrease the degree of the polynomials being tested to reduce time spent duri...Gravatar Manuel Yguel2011-01-05
* fix compilation when defaulting to row majorGravatar Gael Guennebaud2011-01-04
* fix openglsupport unit test when defaulting to row majorGravatar Gael Guennebaud2011-01-04
* dos2unixGravatar Benoit Jacob2010-11-26
* clean a bit AMD and SimplicialCholesky and add support for partly stored self...Gravatar Gael Guennebaud2010-11-18
* add a minimum degree ordering routine based on CSparse (LGPL) and a new built...Gravatar Gael Guennebaud2010-11-04
* fix bug #92 - we were doing stupid things when passing the list of libraries ...Gravatar Benoit Jacob2010-10-28
* fix sparse rankUpdate and triangularView iteratorGravatar Gael Guennebaud2010-10-27
* add the possibility to solve for sparse rhs with CholmodGravatar Gael Guennebaud2010-10-27
* fix compilation and unit test of adolcGravatar Gael Guennebaud2010-10-26
* add new API for Cholmod preserving the legacy one for nowGravatar Gael Guennebaud2010-10-26
* Initial fixes for bug #85.Gravatar Hauke Heibel2010-10-25
* make polynomialsolver test compile fasterGravatar Benoit Jacob2010-10-25
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* ah ok, we want to build this even without GSL.Gravatar Benoit Jacob2010-10-17
* more unsupported/ CMake fixesGravatar Benoit Jacob2010-10-17
* Fix general linking issue for tests linking to multiple libs, and explicitly ...Gravatar Benoit Jacob2010-10-17
* add the possibility to disable OpenGL testingGravatar Gael Guennebaud2010-10-12
* add support for uniform of doubleGravatar Gael Guennebaud2010-10-12
* uncomment commented line for debugGravatar Gael Guennebaud2010-10-12
* add support for uniformsGravatar Gael Guennebaud2010-10-12
* remove the Taucs backend : Taucs is not maintained anymore and the backend wa...Gravatar Gael Guennebaud2010-10-06
* Updates to the Sparse unsupported solvers module.Gravatar Romain Bossart2010-10-04
* extend OpenGL support module with true unit tests and support for Transform, ...Gravatar Gael Guennebaud2010-10-06
* Fixed some SVD issues.Gravatar Hauke Heibel2010-09-24
* disable NonLinearOptimization test until it's fixedGravatar Benoit Jacob2010-08-18
* fix missdetection of GLUTGravatar Gael Guennebaud2010-08-16
* add an OpenGL module simplifying the way you can pass Eigen's objects to GLGravatar Gael Guennebaud2010-07-22
* Require at least MPFR version 2.3.0, because we use mpfr_signbit.Gravatar Jitse Niesen2010-07-19
* add a support module for MPFR C++ with basic unit testingGravatar Gael Guennebaud2010-07-15
* Fix compilation.Gravatar Hauke Heibel2010-06-21
* Finally fixed the matrix function/exponential warning.Gravatar Hauke Heibel2010-06-20
* Next try - more Index fixes.Gravatar Hauke Heibel2010-06-20
* Utilize Index in all unit tests.Gravatar Hauke Heibel2010-06-20