aboutsummaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
Commit message (Expand)AuthorAge
* 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
* add an option to test ompenmpGravatar Gael Guennebaud2010-03-05
* minor cleanupGravatar Benoit Jacob2010-03-03
* Added initial NEON support, most tests pass however we had to use some hackis...Gravatar Konstantinos Margaritis2010-03-03
* Tried to get rid of MSVC warning D9025.Gravatar Hauke Heibel2010-02-21
* CMake cleanup.Gravatar Hauke Heibel2010-02-20
* not all versions of gcc support -Wno-variadic-macrosGravatar Gael Guennebaud2010-02-15
* Now variadic macro related warnings should be supressed as well under Linux.Gravatar Hauke Heibel2010-02-09
* remove reference to dead optionGravatar Benoit Jacob2010-01-28
* Added to possibility to compile unit tests at maximum warning level.Gravatar Hauke Heibel2009-12-12
* instruction to remove CMakeCache.txt for out-of-source buildGravatar Mark Borgerding2009-12-01
* improve the scripts for building unit tests:Gravatar Benoit Jacob2009-11-25
* add SSE4 support, start with integer multiplicationGravatar Benoit Jacob2009-11-24
* move signature file to root directory, where it belongsGravatar Benoit Jacob2009-11-19
* * eigen2->eigen3Gravatar Benoit Jacob2009-11-19
* * add PermutationMatrixGravatar Benoit Jacob2009-11-15
* 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