aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmake
Commit message (Collapse)AuthorAge
* sparse module:Gravatar Gael Guennebaud2008-10-21
| | | | | - remove some useless stuff => let's focus on a single sparse matrix format - finalize the new RandomSetter
* remove debug message in FindCholmod.cmakeGravatar Gael Guennebaud2008-10-20
|
* * add cmake files to find (optional) supported librariesGravatar Gael Guennebaud2008-10-20
| | | | * add unit tests for sparse cholesky
* * bug fixes in: Dot, generalized eigen problem, singular matrix detetection ↵Gravatar Gael Guennebaud2008-08-23
| | | | | | | in Cholesky * fix all numerical instabilies in the unit tests, now all tests can be run 2000 times with almost zero failures.
* restart Eigen2 development from scratch.Gravatar Benoit Jacob2007-09-01
|
* Remove remaining per-element math functions. Remove defines for IEEE, SYSV ↵Gravatar Benoit Jacob2007-06-18
| | | | | | | and complex math. Now the user has to define himself EIGEN_USE_COMPLEX if he wants complex support. Remove TVMET_OPTIMIZE. More cleanup.
* remove long long, long double, unsigned, short, char, bool types.Gravatar Benoit Jacob2007-06-18
| | | | Keep only int, float, double, complex<T>.
* 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
| | | | Could that be useful to have in kdelibs/cmake/modules ?
* 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