aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmake/EigenTesting.cmake
Commit message (Expand)AuthorAge
* MIsc. source and comment typosGravatar luz.paz2018-03-11
* Handle PGI compilerGravatar Gael Guennebaud2017-11-17
* Merge changed from upstreamGravatar a-doumoulakis2017-05-24
|\
| * Fixing Cmake Dependency for SYCLGravatar Mehdi Goli2017-05-22
* | Add support for triSYCLGravatar a-doumoulakis2017-05-05
|/
* 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
|\ \
| | * Partial OpenCL support via SYCL compatible with ComputeCpp CE.Gravatar Luke Iwanski2016-09-19
| |/
| * 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
| * 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 #1054: Use set(EIGEN_CXX_FLAG_VERSION "/version") only for Intel compiler...Gravatar Christoph Hertzberg2015-08-14
* Use GCC flags in mingwGravatar Michael Abrahams2015-06-20
* 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
* 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
* add VSX identifierGravatar Konstantinos Margaritis2014-09-25
* Initial VSX commitGravatar Konstantinos Margaritis2014-08-29
* Added proper support for AVX and FMA in the makefiles.Gravatar Benoit Steiner2014-03-24
* Added support for AVX to Eigen.Gravatar Benoit Steiner2014-01-29
* Add minimalistic unit tests for NVCC supportGravatar Gael Guennebaud2013-11-05
* Added build name support for VC11 and its service packs.Gravatar Hauke Heibel2013-08-01
* Remove superfluous testing files (as changeset e41bc6cbbf9863c686e464d4479b4f...Gravatar Gael Guennebaud2013-07-31
* Fix bug #542: fix detection of compiler version on systems without the head c...Gravatar Gael Guennebaud2013-06-18
* Add Official/Unsupported labels to unit tests and add a ctest driver to submi...Gravatar Gael Guennebaud2013-03-20
* Fixed MSVC dashboard (Experimental/Continuous) build scripts.Gravatar Hauke Heibel2013-02-27
* Add the possibility to define a custom build-string suffixGravatar Gael Guennebaud2013-02-26
* add user defined CXX and LINKER flag cmake variables for the unit testsGravatar Gael Guennebaud2011-12-09
* improve compiler name and version detectionGravatar Gael Guennebaud2011-12-07
* fix detection of ICC versionGravatar Gael Guennebaud2011-12-06
* improve compiler and architecture detectionGravatar Gael Guennebaud2011-12-06
* fix ei_add_propertyGravatar Gael Guennebaud2011-11-12
* merge with hauke/eigen-cdash-improvements branchGravatar Gael Guennebaud2011-11-09
|\
* | use runtest.sh script iif /bin/bash does existGravatar Gael Guennebaud2011-11-03
* | add the possibility to configure the maximal matrix size in the unit testsGravatar Gael Guennebaud2011-07-12
* | add the possibility to specify a list of sub-test suffixes in a compact wayGravatar Gael Guennebaud2011-03-28
| * Improved site and buildname generation.Gravatar Hauke Heibel2011-02-20
|/
* failtest: a new cmake-based test suite for testing stuff that should fail to ...Gravatar Benoit Jacob2011-02-05
* Added the /bigobj flag in order to enable compilation with MSVC when EIGEN_SP...Gravatar Hauke Heibel2011-01-29