aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmake
Commit message (Collapse)AuthorAge
* Fix bug #738: use the "current" version of cmake project directories to ease ↵Gravatar Gael Guennebaud2014-06-06
| | | | the inclusion of Eigen within other projects.
* Pulled the latest updates from the eigen trunk.Gravatar Benoit Steiner2014-04-01
|\
| * bug #775: propagate generator when workingaround cmake bug #9220Gravatar Gael Guennebaud2014-04-01
| |
* | Added proper support for AVX and FMA in the makefiles.Gravatar Benoit Steiner2014-03-24
| |
* | Merged the latest version of the code from eigen/eigenGravatar Benoit Steiner2014-02-18
|\|
* | Added support for AVX to Eigen.Gravatar Benoit Steiner2014-01-29
| |
| * Fix Fortran compiler detectionGravatar Gael Guennebaud2014-02-13
|/
* Add minimalistic unit tests for NVCC supportGravatar Gael Guennebaud2013-11-05
|
* Add cmake config filesGravatar xantares2013-10-09
|
* Added build name support for VC11 and its service packs.Gravatar Hauke Heibel2013-08-01
|
* Remove superfluous testing files (as changeset ↵Gravatar Gael Guennebaud2013-07-31
| | | | | | e41bc6cbbf9863c686e464d4479b4f562e5649c3 but more complete)
* Enable support for minimal rebuilds.Gravatar Hauke Heibel2013-07-31
|
* Ease setting build options when running ctest -DGravatar Gael Guennebaud2013-07-07
|
* Fix bug #542: fix detection of compiler version on systems without the head ↵Gravatar Gael Guennebaud2013-06-18
| | | | command.
* Improve SuiteSparse cmake scriptsGravatar Gael Guennebaud2013-06-12
|
* Add Official/Unsupported labels to unit tests and add a ctest driver to ↵Gravatar Gael Guennebaud2013-03-20
| | | | submit subprojects to cdash
* Forward compiler flags to Fortran workaroundGravatar Claas H. Köhler2013-03-17
|
* Fixed MSVC dashboard (Experimental/Continuous) build scripts.Gravatar Hauke Heibel2013-02-27
|
* Add the possibility to define a custom build-string suffixGravatar Gael Guennebaud2013-02-26
|
* add support for solving with sparse right hand sideGravatar Desire NUENTSA2013-01-25
|
* Recent UMFPACK library requires to link to libSuiteSparseGravatar Gael Guennebaud2013-01-22
|
* Add more useful functions to SPQR interfaceGravatar Desire NUENTSA2012-11-13
|
* Fix FindUmfpack when specifying manually the related cmake variables.Gravatar Gael Guennebaud2012-11-05
|
* merge Sparse LU branchGravatar Desire NUENTSA2012-09-07
|\
| * Add support for Metis fill-reducing ordering ; it is generally more ↵Gravatar Desire NUENTSA2012-08-06
| | | | | | | | efficient than COLAMD ordering
* | bug #493 : multiple calls to FindUmfPackGravatar Desire NUENTSA2012-08-02
| | | | | | | | | | (transplanted from 1914024965172d6920f3cbfa35b09053dcbb7fc8 )
* | fix a warning and formattingGravatar Gael Guennebaud2012-06-15
|/
* improve FindFFTW cmake moduleGravatar Gael Guennebaud2012-03-15
|
* Adding an interface to PaStiX, the multithreaded and distributed linear solverGravatar Desire NUENTSA2012-03-08
|
* fix ctest -D Foo with MSVC 2008Gravatar Gael Guennebaud2012-02-03
|
* determine windows version from major.minor only, the patch number is irrelevant.Gravatar Gael Guennebaud2012-01-23
|
* add user defined CXX and LINKER flag cmake variables for the unit testsGravatar Gael Guennebaud2011-12-09
|
* improve compiler name and version detectionGravatar Gael Guennebaud2011-12-07
|
* fix detection of ICC versionGravatar Gael Guennebaud2011-12-06
|
* improve compiler and architecture detectionGravatar Gael Guennebaud2011-12-06
|
* fix ei_add_propertyGravatar Gael Guennebaud2011-11-12
|
* merge with hauke/eigen-cdash-improvements branchGravatar Gael Guennebaud2011-11-09
|\
* | use runtest.sh script iif /bin/bash does existGravatar Gael Guennebaud2011-11-03
| |
* | fix fftw cmake stuffGravatar Gael Guennebaud2011-11-03
| |
* | hopefully this workaround of cmake bug #9220 works for MSVC tooGravatar Gael Guennebaud2011-10-24
| |
* | find macport' umfpack/cholmodGravatar Gael Guennebaud2011-09-21
| |
* | add the possibility to configure the maximal matrix size in the unit testsGravatar Gael Guennebaud2011-07-12
| |
* | add the possibility to specify a list of sub-test suffixes in a compact wayGravatar Gael Guennebaud2011-03-28
| |
* | do not confuse Eigen3 or beta versions of Eigen3 with Eigen2Gravatar Gael Guennebaud2011-03-23
| |
| * Improved site and buildname generation.Gravatar Hauke Heibel2011-02-20
|/
* it is now up to user of these Find* module to find and link to BLAS and/or ↵Gravatar Gael Guennebaud2011-02-18
| | | | LAPACK
* failtest: a new cmake-based test suite for testing stuff that should fail to ↵Gravatar Benoit Jacob2011-02-05
| | | | build. This first batch imports some const correctness checks from bug #54.
* Added the /bigobj flag in order to enable compilation with MSVC when ↵Gravatar Hauke Heibel2011-01-29
| | | | EIGEN_SPLIT_LARGE_TESTS is not set.
* still test fftw even if the binary for long double is not availableGravatar Gael Guennebaud2011-01-28
|
* let eigen2 tests use the same ei_add_test macro, which required to prefix ↵Gravatar Benoit Jacob2011-01-25
| | | | them with eigen2_ ; rename buildtests_eigen2 to eigen2_buildtests, etc.