aboutsummaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
Commit message (Expand)AuthorAge
...
* 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
* Fixed the unit test splitting for MSVC.Gravatar Hauke Heibel2010-10-21
* Fixed bug #74.Gravatar Hauke Heibel2010-10-17
* add EIGEN_TEST_X87 optionGravatar Benoit Jacob2010-10-13
* Added NEON/Complex.h, ~3.5x faster than scalar std::complex<float>Gravatar Konstantinos Margaritis2010-07-10
* Enable OpenMP testing for MSVC.Gravatar Hauke Heibel2010-07-01
* add a Transposition section in page 2Gravatar Gael Guennebaud2010-06-28
* Disabled to __forceinline warning - it creates too many spurious errors and w...Gravatar Hauke Heibel2010-05-19
* make the cmake options EIGEN_DEFAULT_TO_ROW_MAJOR and disabling EIGEN_SPLIT_L...Gravatar Benoit Jacob2010-05-18
* add platform check for how to link to the standard math library.Gravatar Benoit Jacob2010-04-19
* clarify help message about make installGravatar Benoit Jacob2010-04-17
* make sure that changing CMAKE_INSTALL_PREFIX is properly taken into accountGravatar Gael Guennebaud2010-04-08
* introduce EIGEN_DONT_ALIGN_STACK (disables alignment attributes) and EIGEN_DO...Gravatar Benoit Jacob2010-03-06