aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmake
Commit message (Collapse)AuthorAge
* 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.
* Switched "MESSAGE(" -> "MESSAGE(STATUS " in CMake script, since otherwise ↵Gravatar Jose Luis Blanco2010-12-29
| | | | they may look like errors to the user.
* Enable GSL tests (reverts part of changeset ↵Gravatar Jitse Niesen2010-12-29
| | | | | | 6628534eb587f6d96e9c8bbc0447f9685c6cea5c ).
* Improves the filter for hidden files in "Eigen" and "Eigen/src".Gravatar Frederic Gosselin2010-11-22
| | | | This generic solution prevent cmake from having an error .svn folders when the source folder is under subversion.
* fix bug #92 - we were doing stupid things when passing the list of libraries ↵Gravatar Benoit Jacob2010-10-28
| | | | to link to.
* fix bug i just introduced in ei_add_test_internalGravatar Benoit Jacob2010-10-17
|
* Fix general linking issue for tests linking to multiple libs, and explicitly ↵Gravatar Benoit Jacob2010-10-17
| | | | link mpfr_real test to GMP.