aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmake
Commit message (Expand)AuthorAge
...
| * Improve cmake scripts for Pastix and BLAS detection.Gravatar Gael Guennebaud2017-04-14
|/
* Reducing warnings in Sycl backend.Gravatar Mehdi Goli2017-02-01
* Simplified the way we link libxsmmGravatar Benoit Steiner2016-12-21
* Automatically include and link libxsmm when present.Gravatar Benoit Steiner2016-12-21
* Added support for libxsmm in the eigen makefilesGravatar Benoit Steiner2016-12-21
* 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: added Eigen3::Eigen imported targetGravatar Sergiu Deitsch2016-11-22
* Fixed the indentation of the cmake fileGravatar Benoit Steiner2016-11-08
* Converting all sycl buffers to uninitialised device only buffers; adding memc...Gravatar Mehdi Goli2016-11-08
* Merged eigen/eigen into defaultGravatar Benoit Steiner2016-11-03
|\
| * Always enable /bigobj for tests to avoid a compile error in MSVC 2015Gravatar enrico.detoma2016-10-26
* | Merged 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
| * | FindEigen3.cmake : search for package only if EIGEN3_INCLUDE_DIR is not alrea...Gravatar Silvio Traversaro2016-08-22
| * | Modify FindEigen3.cmake to find Eigen3Config.cmakeGravatar Silvio Traversaro2016-07-29
| |/
| * bug #1119: Adjust call to ?gssvx for SuperLU 5Gravatar Christoph Hertzberg2016-07-10
| * Identify clang++ even if it is not named llvm-clang++Gravatar Christoph Hertzberg2016-05-22
* | Pull latest updates from upstreamGravatar Benoit Steiner2016-04-11
|\|
| * Created the new EIGEN_TEST_CUDA_CLANG option to compile the CUDA tests using ...Gravatar Benoit Steiner2016-04-08
| * Renamed the EIGEN_TEST_NVCC cmake option into EIGEN_TEST_CUDA per the discuss...Gravatar Benoit Steiner2016-04-06
| * Merged kmargar/eigen/tip into defaultGravatar Konstantinos Margaritis2016-04-05
| |\
| * | Fix cross-compiling windows version detectionGravatar Gael Guennebaud2016-04-04
| | * add initial s390x(zEC13) ZVECTOR supportGravatar Konstantinos Margaritis2016-03-21
| |/
| * Gate all the CUDA tests under the EIGEN_TEST_NVCC optionGravatar Benoit Steiner2016-03-18
| * Resolve bad merge.Gravatar Eugene Brevdo2016-03-08
* | Fixed indentationGravatar Benoit Steiner2016-02-04
* | Added support for AVX512 to the build filesGravatar Benoit Steiner2016-01-05
| * bug #1120: Make sure that SuperLU version is checkedGravatar Christoph Hertzberg2015-12-16
| * Make sure ADOLC is recent enough by searching for adtl.hGravatar Gael Guennebaud2015-12-10
|/
* Further fixes for CMAKE_INSTALL_PREFIX correctnessGravatar Taylor Braun-Jones2015-11-07
* Clean hardcoded compilation optionsGravatar Gael Guennebaud2015-11-30
* Extend superlu cmake script to check versionGravatar Gael Guennebaud2015-11-30
* SPQR and UmfPack need to link to cholmod.Gravatar Gael Guennebaud2015-11-05
* Propagate cmake generatorGravatar Gael Guennebaud2015-10-05
* bug #1054: Use set(EIGEN_CXX_FLAG_VERSION "/version") only for Intel compiler...Gravatar Christoph Hertzberg2015-08-14
* Fallback to CMAKE_CXX_COMPILER_VERSION if VS version unknownGravatar Gael Guennebaud2015-06-24
* Use GCC flags in mingwGravatar Michael Abrahams2015-06-20
* Change CMake warning to simple message for old Metis versionsGravatar Christoph Hertzberg2015-03-31
* bug #967: Automatically add cxx11 suffix when building in C++11 modeGravatar Christoph Hertzberg2015-02-28
* Remove EIGEN_TEST_C++0x option and let EIGEN_TEST_CXX11 adds the -std=c++11 flagGravatar Gael Guennebaud2015-02-20
* bug #914: fix compiler detection on windowsGravatar Gael Guennebaud2015-02-16
* Added cmake uninstall target.Gravatar Abhijit Kundu2014-12-04
* add EIGEN_TEST_NEON64, but it's a dummy, AArch64 implies NEON support so extr...Gravatar Konstantinos Margaritis2014-10-21
* bug #891: Determine sizeof(void*) via CMAKE variable instead of test programGravatar Christoph Hertzberg2014-10-14
* make sure that regex does not match cmakeGravatar Christoph Hertzberg2014-09-29
* Related to bug #880: Accept make as well a gmake when searching the MakeComma...Gravatar Christoph Hertzberg2014-09-29
* add VSX identifierGravatar Konstantinos Margaritis2014-09-25
* bug #880: automatically preserves buildtool flags when modifying DartConfigur...Gravatar Gael Guennebaud2014-09-23