aboutsummaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
Commit message (Collapse)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 ↵Gravatar Desire NUENTSA2012-03-29
| | | | matrices, from MatrixMarket for instance
* 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
| | | | | | | | Works here with gcc. Hopefully this will work for MSVC too.
* | 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 ↵Gravatar Benoit Jacob2011-02-22
| | | | | | | | our own CMakeLists. also add a include-guard-like mechanism to prevent doing unmatched #pragma warning push/pop.
| * 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
| | | | unset() was introduced in CMake 2.6.3 but we require only 2.6.2.
* CTEST_CUSTOM_* parameter have to be put in a CTestCustum.cmake file which ↵Gravatar Gael Guennebaud2011-02-15
| | | | itself has to be in the build directory
* 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
| | | | build. This first batch imports some const correctness checks from bug #54.
* 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 ↵Gravatar hamelin.philippe2011-01-17
| | | | to be included by a root project.
* make the table fit within 80 charactersGravatar Gael Guennebaud2011-01-01
|
* Switched "MESSAGE(" -> "MESSAGE(STATUS " in CMake script, since otherwise ↵Gravatar Jose Luis Blanco2010-12-29
| | | | they may look like errors to the user.
* 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 ↵Gravatar Hauke Heibel2010-12-17
| | | | | | default on MSVC systems. Without splitting these tests, some do not compile
* 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 ↵Gravatar Konstantinos Margaritis2010-12-10
| | | | | | the most used right now). Some complex tests appear to segfault, needs a more careful look.
* Allow unset ${CMAKE_BUILD_TYPE} which is required for some targets and ↵Gravatar Hauke Heibel2010-10-25
| | | | corresponding to using default values.
* 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
| | | | | Otherwise, "cmake /path/to/eigen/" in an empty build directory, as specified on the CMake page on the wiki, yields a fatal error.
* 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
| | | | minor fix in AltiVec Complex.h
* Enable OpenMP testing for MSVC.Gravatar Hauke Heibel2010-07-01
| | | | Added CMake comments.
* add a Transposition section in page 2Gravatar Gael Guennebaud2010-06-28
|
* Disabled to __forceinline warning - it creates too many spurious errors and ↵Gravatar Hauke Heibel2010-05-19
| | | | we disabled it only for the unit test (see also the code comment).
* make the cmake options EIGEN_DEFAULT_TO_ROW_MAJOR and disabling ↵Gravatar Benoit Jacob2010-05-18
| | | | EIGEN_SPLIT_LARGE_TESTS work also for unsupported tests
* add platform check for how to link to the standard math library.Gravatar Benoit Jacob2010-04-19
| | | | This allows to support QNX.
* 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 ↵Gravatar Benoit Jacob2010-03-06
| | | | | | EIGEN_DONT_ALIGN_HEAP (disables aligned malloc)... you can still use EIGEN_DONT_ALIGN to do both at once.