aboutsummaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
Commit message (Expand)AuthorAge
* prevent in-source builds. hope it's ok with you... it's still possible, of co...Gravatar Benoit Jacob2009-11-15
* Build tests for unsupported modules if EIGEN_LEAVE_TEST_IN_ALL_TARGETGravatar Jitse Niesen2009-11-13
* * add ./debug and ./release scriptsGravatar Benoit Jacob2009-11-12
* * use standard CMAKE_BUILD_TYPEGravatar Benoit Jacob2009-11-11
* fix for *.pc install dir (suggested by Ingmar Vanhassel on IRC)Gravatar Thomas Capricelli2009-11-11
* big huge changes, so i dont remember everything.Gravatar Benoit Jacob2009-10-28
* * proper check for MakeGravatar Benoit Jacob2009-10-19
* Fixed nmake parameter.Gravatar Hauke Heibel2009-10-09
* next attempt ... introduce EIGEN_CMAKE_RUN_FROM_CTEST, in that case don't EXC...Gravatar Benoit Jacob2009-10-05
* finally, the right fix: set CTEST_BUILD_TARGET.Gravatar Benoit Jacob2009-10-04
* dd first-time tip, to warn against doing "make".Gravatar Benoit Jacob2009-10-03
* add INSTALL and message about no need to do "make"Gravatar Benoit Jacob2009-10-03
* add debug targets like debug_qr to build a specific test with debug infoGravatar Benoit Jacob2009-10-03
* fix #59, can't EXCLUDE_FROM_ALL the test directoryGravatar Benoit Jacob2009-10-03
* more message improvements, tell the user about building a specific testGravatar Benoit Jacob2009-09-28
* * bump to 2.90.0 now that it's agreed that we're doing eigen3Gravatar Benoit Jacob2009-09-27
* improve messageGravatar Benoit Jacob2009-09-27
* * Introduce make targets btest (build tests), blas (build blas lib), demos (b...Gravatar Benoit Jacob2009-09-27
* add a wip blas library built on top of Eigen. TODO:Gravatar Gael Guennebaud2009-09-25
* Added EIGEN_REF_TO_TEMPORARY define for rvalue support.Gravatar Hauke Heibel2009-09-21
* Fixed SSE related build warning on 64-bit windows systems.Gravatar John Smith2009-08-28
* only append the changeset to the version if we're in the default branchGravatar Benoit Jacob2009-08-14
* remove the FORCEGravatar Benoit Jacob2009-08-04
* add new Householder moduleGravatar Benoit Jacob2009-08-03
* Fix out of source buildGravatar Ingmar Vanhassel2009-05-27
* mergeGravatar Gael Guennebaud2009-05-20
|\
* | * add a FindEigen2.cmake file for referenceGravatar Gael Guennebaud2009-05-20
| * Added pkgconfig supportGravatar Rhys Ulerich2009-05-19
|/
* add -Wextra only if compiler supports itGravatar Gael Guennebaud2009-05-06
* * fix the binary bloat issue, Rohit's idea was the good oneGravatar Benoit Jacob2009-04-06
* add a proof of concept autodiff jacobian helper class based on adolcGravatar Gael Guennebaud2009-02-27
* increase version number for stepGravatar Gael Guennebaud2009-02-19
* forgot to commit changes in main CMakeLists.txtGravatar Gael Guennebaud2009-02-05
* call it "Eigen 2.0.50-unstable" to make things clear, and update EIGEN_MINOR_...Gravatar Benoit Jacob2009-02-02
* * remove set(), revert to old behavior where = resizesGravatar Benoit Jacob2009-01-21
* two compilation fixesGravatar Gael Guennebaud2009-01-15
* Big rewrite in the Sparse module: SparseMatrixBase no longer inherits MatrixB...Gravatar Gael Guennebaud2009-01-14
* * minor dox tweaksGravatar Benoit Jacob2009-01-12
* Add cdash.org support:Gravatar Gael Guennebaud2009-01-08
* release beta5, fix a doc typoGravatar Benoit Jacob2009-01-05
* * fix a unused variable warningGravatar Benoit Jacob2009-01-04
* * require CMake 2.6.2 everywhere, Alexander Neundorf says it'd make itGravatar Benoit Jacob2009-01-04
* improved MSVC support in cmake files (SSE)Gravatar Gael Guennebaud2008-12-18
* more MSVC cmake fixesGravatar Gael Guennebaud2008-12-17
* Hopefully fix compilation of SSE Packetmath with MSVC.Gravatar Benoit Jacob2008-12-16
* * call it beta2Gravatar Benoit Jacob2008-12-07
* prefix all Eigen cmake variable with EIGEN_ and switched to lowercase for all...Gravatar Gael Guennebaud2008-12-02
* -use the cmake-provided Eigen_(SOURCE|BINARY)_DIR variables instead of settin...Gravatar Alexander Neundorf2008-12-02
* same thing with EIGEN_BINARY_DIR. Now the doc generation works from kdesupport.Gravatar Benoit Jacob2008-08-31
* fix cmakelists: wrong assumption on CMAKE_SOURCE_DIR. One can now useGravatar Benoit Jacob2008-08-31