aboutsummaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
Commit message (Expand)AuthorAge
* Bypass inline asm for non compatible compilers.Gravatar Gael Guennebaud2019-01-23
* bug #1656: Enable failtests only if BUILD_TESTING is enabledGravatar Christoph Hertzberg2019-01-11
* Simplify handling of tests that must fail to compile.Gravatar Gael Guennebaud2018-12-12
* Enable FMA with MSVC (through /arch:AVX2). To make this possible, I also has ...Gravatar Gael Guennebaud2018-12-07
* [PATCH 1/2] Misc. typosGravatar luz.paz"2018-09-18
* bug #1606: Explicitly set the standard before find_package(StandardMathLibrar...Gravatar Christoph Hertzberg2018-10-19
* [PATCH] cmake: Support source include with add_subdirectory andGravatar Jean-Christophe Fillion-Robin2018-09-07
* bug #1572: use c++11 atomic instead of volatile if c++11 is available, and di...Gravatar Gael Guennebaud2018-07-17
* Add support for MIPS SIMD (MSA)Gravatar Alexey Frunze2018-07-06
* Don't run hg on non mercurial cloneGravatar Gael Guennebaud2018-05-31
* Disable -Wshadow when compiling with g++Gravatar Christoph Hertzberg2018-04-21
* Disable gcc-specific workaround for Clang to allow build with AVX512Gravatar Zvi Rackover2017-11-16
* check both z13 and z14 archesGravatar Konstantinos Margaritis2017-10-12
* Modification upon requestGravatar a-doumoulakis2017-05-25
* Add support for triSYCLGravatar a-doumoulakis2017-05-05
* bug #1375: fix cmake installation with cmake 2.8Gravatar Gael Guennebaud2017-01-24
* Fix a typoGravatar LaFeuille2017-01-13
* add cmake-option to enable/disable creation of testsGravatar NeroBurner2017-01-02
* Added relocatable cmake support also for CMake before 3.0 and after 2.8.8Gravatar Silvio Traversaro2016-12-06
* Make CMake config file relocatableGravatar Silvio Traversaro2016-12-05
* cmake: remove architecture dependency from Eigen3ConfigVersion.cmakeGravatar Sergiu Deitsch2016-11-30
* cmake: added Eigen3::Eigen imported targetGravatar Sergiu Deitsch2016-11-22
* Improved AVX512 configurationGravatar Benoit Steiner2016-11-03
* Improved AVX512 supportGravatar Benoit Steiner2016-11-03
* Merged eigen/eigen into defaultGravatar Benoit Steiner2016-11-03
|\
* | Deleted redundant implementation of preduxGravatar Benoit Steiner2016-10-12
* | Revergted unecessary changeGravatar Benoit Steiner2016-10-06
* | Merged latest updates from trunkGravatar Benoit Steiner2016-10-05
|\ \
* | | Pulled latest updates from trunkGravatar Benoit Steiner2016-10-05
| | * Merged with default.Gravatar Luke Iwanski2016-09-19
| | |\ | | |/ | |/|
| | * Partial OpenCL support via SYCL compatible with ComputeCpp CE.Gravatar Luke Iwanski2016-09-19
| * | Disable pkgconfig only for native windows buildsGravatar xantares2016-06-27
| |/
| * Add aliases Eigen_*_DIR to Eigen3_*_DIRGravatar Christoph Hertzberg2016-08-05
| * Change project name to Eigen3, to be compatible with FindEigen3.cmake and Eig...Gravatar Christoph Hertzberg2016-08-02
| * bug #1207: Add and fix logical-op warningsGravatar Christoph Hertzberg2016-05-11
| * Enable and fix -Wdouble-conversion warningsGravatar Christoph Hertzberg2016-05-05
* | Update the makefile to make the tests compile with gcc 4.9Gravatar Benoit Steiner2016-04-29
* | Resolved merge conflictGravatar Benoit Steiner2016-04-29
* | Pulled latest updates from upstreamGravatar Benoit Steiner2016-04-29
|\|
| * Added an option to enable the use of the F16C instruction setGravatar Benoit Steiner2016-04-21
* | Updated the AVX512 PacketMath to properly leverage the AVX512DQ instructionsGravatar Benoit Steiner2016-04-11
* | Pull latest updates from upstreamGravatar Benoit Steiner2016-04-11
|\|
| * add initial s390x(zEC13) ZVECTOR supportGravatar Konstantinos Margaritis2016-03-21
| * Made sure to use the hard abi when compiling with NEON instructions to avoid ...Gravatar Benoit Steiner2016-03-17
| * Made the CUDA architecture level a build setting.Gravatar Benoit Steiner2016-02-25
* | Added support for AVX512 to the build filesGravatar Benoit Steiner2016-01-05
|/
* Improve handling of deprecated EIGEN_INCLUDE_INSTALL_DIR variableGravatar Gael Guennebaud2015-12-10
* Further fixes for CMAKE_INSTALL_PREFIX correctnessGravatar Taylor Braun-Jones2015-11-07
* Clean hardcoded compilation optionsGravatar Gael Guennebaud2015-11-30
* Biug 1100: remove explicit CMAKE_INSTALL_PREFIX prefix to please cmake instal...Gravatar Gael Guennebaud2015-10-30