aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/testsuite.cmake
Commit message (Collapse)AuthorAge
* * eigen2->eigen3Gravatar Benoit Jacob2009-11-19
| | | | | * bump version to 2.91.0 * add FindEigen3.cmake
* * add ./debug and ./release scriptsGravatar Benoit Jacob2009-11-12
| | | | | * update the messages * rename EIGEN_CMAKE_RUN_FROM_CTEST to something saner
* Fixed nmake parameter.Gravatar Hauke Heibel2009-10-09
| | | | | Disabled debug_* targets for MSVC_IDE (they already exist). Removed the make usage message for MSVC_IDE.
* discard vectorization in matrix-vector product when data is not evenGravatar Gael Guennebaud2009-10-05
| | | | aligned on the scalar type size (e.g., for double on 32 bits system without -malign-double)
* remove unneeded stuffGravatar Benoit Jacob2009-10-05
|
* next attempt ... introduce EIGEN_CMAKE_RUN_FROM_CTEST, in that case don't ↵Gravatar Benoit Jacob2009-10-05
| | | | EXCLUDE_FROM_ALL
* Added support to overwrite the generator type.Gravatar Hauke Heibel2009-09-02
| | | | Eigen'fied the new variables.
* Force release builds on Windows machines in the test suite.Gravatar John Smith2009-08-28
| | | | | Added an IGNORE_CVS flag to the test suite (allows submitting local and modified repositories). Fixed the EI_OFLAG for MSVC.
* update cdash testsuite file to use mercurialGravatar Gael Guennebaud2009-05-19
|
* * fix compilation with gcc 3.4Gravatar Gael Guennebaud2009-01-23
| | | | * add an option to disable Qt testing
* s/EIGEN_WORK_DIRECTORY/EIGEN_WORK_DIR in testsuite scriptGravatar Gael Guennebaud2009-01-14
|
* hm it seems cmake does not understand CYGWIN (=> UNIX)Gravatar Gael Guennebaud2009-01-12
|
* improved a bit the testsuite scriptGravatar Gael Guennebaud2009-01-12
|
* make the testsuite works on windows with nmakeGravatar Gael Guennebaud2009-01-12
|
* update testsuite scriptGravatar Gael Guennebaud2009-01-12
|
* add a ctest testsuite.cmake script to simplify the generation of nightly buildsGravatar Gael Guennebaud2009-01-08