aboutsummaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
Commit message (Expand)AuthorAge
* Fix typoGravatar Gael Guennebaud2014-01-05
* Add cmake config filesGravatar xantares2013-10-09
* Shutdown clang warning: argument unused during compilation: '-ansi' at linkin...Gravatar Gael Guennebaud2013-06-21
* Require at least cmake version 2.8.2 (bug #606).Gravatar Jitse Niesen2013-06-17
* Suppress warning #2304: non-explicit constructor with single argument may cau...Gravatar Gael Guennebaud2013-06-12
* Disable "operands are evaluated in unspecified order" ICC's remarkGravatar Gael Guennebaud2013-04-17
* Fix ICC warning when defining both -ansi and -strict-ansiGravatar Gael Guennebaud2013-04-12
* generalize testing flags to clang and ICCGravatar Gael Guennebaud2013-04-12
* Add Official/Unsupported labels to unit tests and add a ctest driver to submi...Gravatar Gael Guennebaud2013-03-20
* Do not globally disable stupid warnings in our unit test since such warnings ...Gravatar Gael Guennebaud2013-03-01
* "-Wno-psabi" option is not supported by all gcc version.Gravatar Gael Guennebaud2013-02-15
* Remove the following note made by gcc: "The ABI of passing structure with com...Gravatar Gael Guennebaud2013-02-14
* clean the support for testing existing sparse problemsGravatar Gael Guennebaud2012-06-07
* ARM NEON supports multiply-accumulate instruction vmla, use that in pmadd().Gravatar kmargar2012-05-28
* modify the unit tests of sparse linear solvers to enable tests on real matri...Gravatar Desire NUENTSA2012-03-29
* add user defined CXX and LINKER flag cmake variables for the unit testsGravatar Gael Guennebaud2011-12-09
* Install eigen3.pc in default directory if pkgconfig not found (bug #358).Gravatar Jitse Niesen2011-11-22
* merge with hauke/eigen-cdash-improvements branchGravatar Gael Guennebaud2011-11-09
|\
* | completely remove EIGEN_BUILD_BLAS_LAPACK optionGravatar Gael Guennebaud2011-11-05
* | remove the MSVC specific blas/lapack optionGravatar Gael Guennebaud2011-10-24
* | Added a flag to build blas/lapack.Gravatar Hauke Heibel2011-10-04
* | Enable incomplete BLAS/Lapack builds when no fortran compiler has been found.Gravatar Gael Guennebaud2011-09-21
* | resolve pkgconfig destination - #338Gravatar Trevor Wennblom2011-08-30
* | add the possibility to configure the maximal matrix size in the unit testsGravatar Gael Guennebaud2011-07-12
* | add option to build in 32bit modeGravatar Benoit Jacob2011-02-27
* | implement workarounds for MSVC IDEs and the Experimental targetGravatar Gael Guennebaud2011-02-23
* | do not try to use Eigen's blas/lapack if they cannot be compiledGravatar Gael Guennebaud2011-02-23
* | add EIGEN_PERMANENTLY_DISABLE_STUPID_WARNINGS non-default option. Use it in o...Gravatar Benoit Jacob2011-02-22
| * Improved site and buildname generation.Gravatar Hauke Heibel2011-02-20
|/
* make check no test everything - also rm the EigenTesting cmake sub-projectGravatar Gael Guennebaud2011-02-17
* Replace unset() by set() with no value specified; this does the same.Gravatar Jitse Niesen2011-02-16
* CTEST_CUSTOM_* parameter have to be put in a CTestCustum.cmake file which its...Gravatar Gael Guennebaud2011-02-15
* now ctest does compile the test even though they are not in the "all" targetGravatar Gael Guennebaud2011-02-15
* Exposed failtetst publicly.Gravatar Hauke Heibel2011-02-06
* failtest: a new cmake-based test suite for testing stuff that should fail to ...Gravatar Benoit Jacob2011-02-05
* add a minimalistict lapack wrapperGravatar Gael Guennebaud2011-01-26
* restore the behavior of defaulting to Release build typeGravatar Benoit Jacob2011-01-19
* Replace CMAKE_SOURCE_DIR with PROJECT_SOURCE_DIR to allow the cmake project t...Gravatar hamelin.philippe2011-01-17
* make the table fit within 80 charactersGravatar Gael Guennebaud2011-01-01
* Switched "MESSAGE(" -> "MESSAGE(STATUS " in CMake script, since otherwise the...Gravatar Jose Luis Blanco2010-12-29
* Re-enabled the BLAS compilation on non-MSVC systems.Gravatar Hauke Heibel2010-12-17
* Switched back to the old behaviour where EIGEN_SPLIT_LARGE_TESTS was ON per d...Gravatar Hauke Heibel2010-12-17
* disable blas if C++ compiler is MSVCGravatar Gael Guennebaud2010-12-16
* enforce compilation of blas unit tests when running ctestGravatar Gael Guennebaud2010-12-12
* Fixed NEON compilation errors, changed float-abi back to softfp (which is the...Gravatar Konstantinos Margaritis2010-12-10
* Allow unset ${CMAKE_BUILD_TYPE} which is required for some targets and corres...Gravatar Hauke Heibel2010-10-25
* error out on bad build typeGravatar Benoit Jacob2010-10-25
* remove build type tweakingGravatar Benoit Jacob2010-10-23
* Use 'Release' as default when build type is not specified.Gravatar Jitse Niesen2010-10-22
* don't change the build type, fatal error if bad build typeGravatar Benoit Jacob2010-10-21