aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/CMakeLists.txt
Commit message (Collapse)AuthorAge
* finish the change of adding .sh extensions to scriptsGravatar Benoit Jacob2010-05-30
|
* Added file extensions to our unit test scripts to prevent MSVC from failing ↵Gravatar Hauke Heibel2010-04-26
| | | | to build because of name clashes.
* * The 'check' and 'buildtests' scripts no longer take a jobs parameter.Gravatar Benoit Jacob2009-12-30
| | | | | | Instead, they honor the EIGEN_JOBS environment variable if defined. * The syntax ${BLABLA} in bash scripts was conflicting with CMake configured file syntax. Resolved by using the @ONLY option and the @BLABLA@ syntax.
* improve the scripts for building unit tests:Gravatar Benoit Jacob2009-11-25
| | | | | * support unsupported/ * use egrep instead of grep, properly escape special chars.
* introduce check target, and some renamingGravatar Benoit Jacob2009-11-12
|
* * add non-default option to initialize matrices by 0Gravatar Benoit Jacob2009-11-12
| | | | | (useful for porting) * maketests really has to be in test/
* * add ./debug and ./release scriptsGravatar Benoit Jacob2009-11-12
* update the messages * rename EIGEN_CMAKE_RUN_FROM_CTEST to something saner