aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmake
Commit message (Expand)AuthorAge
* * fix bugs in EigenTesting.cmake: it didn't work with -DEIGEN_NO_ASSERTION_CH...Gravatar Benoit Jacob2009-05-15
* * Find SuperLU also when it is installed without a superlu/ prefixGravatar Benoit Jacob2009-04-01
* add a proof of concept autodiff jacobian helper class based on adolcGravatar Gael Guennebaud2009-02-27
* fix typo in FindTaucs.cmakeGravatar Gael Guennebaud2009-02-17
* remove explicit fortran dependency in FindCholmodGravatar Gael Guennebaud2009-02-05
* add custom FindBLAS FindLAPACK working for c++ compilerGravatar Gael Guennebaud2009-02-05
* forgot to add EigenTesting.cmake fileGravatar Gael Guennebaud2009-02-04
* FindUmfPack: add AMD and COLAMD libraries only if they are foundGravatar Gael Guennebaud2009-01-27
* check GSL version in cmake filesGravatar Gael Guennebaud2009-01-27
* add a compilation test in FindGoogleHash.cmake to catch configurationGravatar Gael Guennebaud2009-01-19
* Big rewrite in the Sparse module: SparseMatrixBase no longer inherits MatrixB...Gravatar Gael Guennebaud2009-01-14
* add BLAS dependency in FindSuperLU.cmakeGravatar Gael Guennebaud2009-01-08
* clean FindUmfpack.cmake wrt enable_language(Fortran)Gravatar Gael Guennebaud2008-12-02
* Several improvements in sparse module:Gravatar Gael Guennebaud2008-11-05
* sparse module:Gravatar Gael Guennebaud2008-10-21
* remove debug message in FindCholmod.cmakeGravatar Gael Guennebaud2008-10-20
* * add cmake files to find (optional) supported librariesGravatar Gael Guennebaud2008-10-20
* * bug fixes in: Dot, generalized eigen problem, singular matrix detetection ...Gravatar Gael Guennebaud2008-08-23
* restart Eigen2 development from scratch.Gravatar Benoit Jacob2007-09-01
* Remove remaining per-element math functions. Remove defines for IEEE, SYSV an...Gravatar Benoit Jacob2007-06-18
* remove long long, long double, unsigned, short, char, bool types.Gravatar Benoit Jacob2007-06-18
* more cmake improvements; start removing the autotools stuff.Gravatar Benoit Jacob2007-06-07
* move cmake modules to a modules/ subdirGravatar Benoit Jacob2007-06-07
* argh, forgot to svn add...Gravatar Benoit Jacob2007-06-04
* Add cmake module finding the appropriate variant of the "restrict" keyword.Gravatar Benoit Jacob2007-06-03
* Complete the cmake platform checks and remove unnecessary defines.Gravatar Benoit Jacob2007-05-31
* Convert 5 m4 checks to cmake modulesGravatar Benoit Jacob2007-05-30