aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmake
Commit message (Expand)AuthorAge
* introduce check target, and some renamingGravatar Benoit Jacob2009-11-12
* * add ./debug and ./release scriptsGravatar Benoit Jacob2009-11-12
* * add maketests script. It is like make but takes a regexp allowing to build ...Gravatar Benoit Jacob2009-11-11
* * use standard CMAKE_BUILD_TYPEGravatar Benoit Jacob2009-11-11
* sync with mainlineGravatar Benoit Jacob2009-10-28
|\
* | big huge changes, so i dont remember everything.Gravatar Benoit Jacob2009-10-28
| * merged eigen2_for_fft into eigen2 mainlineGravatar Mark Borgerding2009-10-20
| |\
* | | * proper check for MakeGravatar Benoit Jacob2009-10-19
* | | kill ei_add_test_multi. Now the macro ei_add_test does all that automatically...Gravatar Benoit Jacob2009-10-19
* | | Add new default option EIGEN_SPLIT_LARGE_TESTS and cmake macro ei_add_test_mu...Gravatar Benoit Jacob2009-10-19
|/ /
* | Fixed nmake parameter.Gravatar Hauke Heibel2009-10-09
* | - remove the debug_test_* targets from "all"Gravatar Gael Guennebaud2009-10-07
* | added cygwin specific stuffGravatar Hauke Heibel2009-10-05
* | finally, the right fix: set CTEST_BUILD_TARGET.Gravatar Benoit Jacob2009-10-04
* | add debug targets like debug_qr to build a specific test with debug infoGravatar Benoit Jacob2009-10-03
* | * Introduce make targets btest (build tests), blas (build blas lib), demos (b...Gravatar Benoit Jacob2009-09-27
* | Removed unnecessary MSVC check.Gravatar Hauke Heibel2009-09-22
* | Added EIGEN_REF_TO_TEMPORARY define for rvalue support.Gravatar Hauke Heibel2009-09-21
* | Fixed if clause.Gravatar Hauke Heibel2009-09-08
* | add optional compile flags to enable coverage testingGravatar Gael Guennebaud2009-09-07
* | Force release builds on Windows machines in the test suite.Gravatar John Smith2009-08-28
* | Proper fix for linking to the Qt libraries (and others)Gravatar Marcus D. Hanwell2009-08-21
* | apply patch from Marcus Hanwell: Improved quoting of tests when added to the ...Gravatar Benoit Jacob2009-08-02
* | Set of fixes and workaround to make sun studio more happy.Gravatar Gael Guennebaud2009-07-10
* | use system variable instead of custom oneGravatar Benoit Jacob2009-06-25
* | check version number using newer cmake functionality, instead of kde macroGravatar Benoit Jacob2009-06-23
| * added FindFFTW, but I don't think it's right yetGravatar Mark Borgerding2009-06-10
* | * add a FindEigen2.cmake file for referenceGravatar Gael Guennebaud2009-05-20
|/
* * fix bugs in EigenTesting.cmake: it didn't work with -DEIGEN_NO_ASSERTION_CH...Gravatar Benoit Jacob2009-05-15
* * Find SuperLU also when it is installed without a superlu/ prefixGravatar Benoit Jacob2009-04-01
* add a proof of concept autodiff jacobian helper class based on adolcGravatar Gael Guennebaud2009-02-27
* fix typo in FindTaucs.cmakeGravatar Gael Guennebaud2009-02-17
* remove explicit fortran dependency in FindCholmodGravatar Gael Guennebaud2009-02-05
* add custom FindBLAS FindLAPACK working for c++ compilerGravatar Gael Guennebaud2009-02-05
* forgot to add EigenTesting.cmake fileGravatar Gael Guennebaud2009-02-04
* FindUmfPack: add AMD and COLAMD libraries only if they are foundGravatar Gael Guennebaud2009-01-27
* check GSL version in cmake filesGravatar Gael Guennebaud2009-01-27
* add a compilation test in FindGoogleHash.cmake to catch configurationGravatar Gael Guennebaud2009-01-19
* Big rewrite in the Sparse module: SparseMatrixBase no longer inherits MatrixB...Gravatar Gael Guennebaud2009-01-14
* add BLAS dependency in FindSuperLU.cmakeGravatar Gael Guennebaud2009-01-08
* clean FindUmfpack.cmake wrt enable_language(Fortran)Gravatar Gael Guennebaud2008-12-02
* Several improvements in sparse module:Gravatar Gael Guennebaud2008-11-05
* sparse module:Gravatar Gael Guennebaud2008-10-21
* remove debug message in FindCholmod.cmakeGravatar Gael Guennebaud2008-10-20
* * add cmake files to find (optional) supported librariesGravatar Gael Guennebaud2008-10-20
* * bug fixes in: Dot, generalized eigen problem, singular matrix detetection ...Gravatar Gael Guennebaud2008-08-23
* restart Eigen2 development from scratch.Gravatar Benoit Jacob2007-09-01
* Remove remaining per-element math functions. Remove defines for IEEE, SYSV an...Gravatar Benoit Jacob2007-06-18
* remove long long, long double, unsigned, short, char, bool types.Gravatar Benoit Jacob2007-06-18
* more cmake improvements; start removing the autotools stuff.Gravatar Benoit Jacob2007-06-07