index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
cmake
/
EigenTesting.cmake
Commit message (
Expand
)
Author
Age
*
Pull latest updates from upstream
Benoit Steiner
2016-04-11
|
\
|
*
Created the new EIGEN_TEST_CUDA_CLANG option to compile the CUDA tests using ...
Benoit Steiner
2016-04-08
|
*
Renamed the EIGEN_TEST_NVCC cmake option into EIGEN_TEST_CUDA per the discuss...
Benoit Steiner
2016-04-06
|
*
add initial s390x(zEC13) ZVECTOR support
Konstantinos Margaritis
2016-03-21
|
*
Gate all the CUDA tests under the EIGEN_TEST_NVCC option
Benoit Steiner
2016-03-18
|
*
Resolve bad merge.
Eugene Brevdo
2016-03-08
*
|
Fixed indentation
Benoit Steiner
2016-02-04
*
|
Added support for AVX512 to the build files
Benoit Steiner
2016-01-05
|
/
*
bug #1054: Use set(EIGEN_CXX_FLAG_VERSION "/version") only for Intel compiler...
Christoph Hertzberg
2015-08-14
*
Use GCC flags in mingw
Michael Abrahams
2015-06-20
*
bug #967: Automatically add cxx11 suffix when building in C++11 mode
Christoph Hertzberg
2015-02-28
*
Remove EIGEN_TEST_C++0x option and let EIGEN_TEST_CXX11 adds the -std=c++11 flag
Gael Guennebaud
2015-02-20
*
bug #914: fix compiler detection on windows
Gael Guennebaud
2015-02-16
*
add EIGEN_TEST_NEON64, but it's a dummy, AArch64 implies NEON support so extr...
Konstantinos Margaritis
2014-10-21
*
bug #891: Determine sizeof(void*) via CMAKE variable instead of test program
Christoph Hertzberg
2014-10-14
*
add VSX identifier
Konstantinos Margaritis
2014-09-25
*
Initial VSX commit
Konstantinos Margaritis
2014-08-29
*
Added proper support for AVX and FMA in the makefiles.
Benoit Steiner
2014-03-24
*
Added support for AVX to Eigen.
Benoit Steiner
2014-01-29
*
Add minimalistic unit tests for NVCC support
Gael Guennebaud
2013-11-05
*
Added build name support for VC11 and its service packs.
Hauke Heibel
2013-08-01
*
Remove superfluous testing files (as changeset e41bc6cbbf9863c686e464d4479b4f...
Gael Guennebaud
2013-07-31
*
Fix bug #542: fix detection of compiler version on systems without the head c...
Gael Guennebaud
2013-06-18
*
Add Official/Unsupported labels to unit tests and add a ctest driver to submi...
Gael Guennebaud
2013-03-20
*
Fixed MSVC dashboard (Experimental/Continuous) build scripts.
Hauke Heibel
2013-02-27
*
Add the possibility to define a custom build-string suffix
Gael Guennebaud
2013-02-26
*
add user defined CXX and LINKER flag cmake variables for the unit tests
Gael Guennebaud
2011-12-09
*
improve compiler name and version detection
Gael Guennebaud
2011-12-07
*
fix detection of ICC version
Gael Guennebaud
2011-12-06
*
improve compiler and architecture detection
Gael Guennebaud
2011-12-06
*
fix ei_add_property
Gael Guennebaud
2011-11-12
*
merge with hauke/eigen-cdash-improvements branch
Gael Guennebaud
2011-11-09
|
\
*
|
use runtest.sh script iif /bin/bash does exist
Gael Guennebaud
2011-11-03
*
|
add the possibility to configure the maximal matrix size in the unit tests
Gael Guennebaud
2011-07-12
*
|
add the possibility to specify a list of sub-test suffixes in a compact way
Gael Guennebaud
2011-03-28
|
*
Improved site and buildname generation.
Hauke Heibel
2011-02-20
|
/
*
failtest: a new cmake-based test suite for testing stuff that should fail to ...
Benoit Jacob
2011-02-05
*
Added the /bigobj flag in order to enable compilation with MSVC when EIGEN_SP...
Hauke Heibel
2011-01-29
*
let eigen2 tests use the same ei_add_test macro, which required to prefix the...
Benoit Jacob
2011-01-25
*
Switched "MESSAGE(" -> "MESSAGE(STATUS " in CMake script, since otherwise the...
Jose Luis Blanco
2010-12-29
*
fix bug #92 - we were doing stupid things when passing the list of libraries ...
Benoit Jacob
2010-10-28
*
fix bug i just introduced in ei_add_test_internal
Benoit Jacob
2010-10-17
*
Fix general linking issue for tests linking to multiple libs, and explicitly ...
Benoit Jacob
2010-10-17
*
add a Transposition section in page 2
Gael Guennebaud
2010-06-28
*
dont try passing --version to qcc
Benoit Jacob
2010-04-29
*
add platform check for how to link to the standard math library.
Benoit Jacob
2010-04-19
*
introduce EIGEN_DONT_ALIGN_STACK (disables alignment attributes) and EIGEN_DO...
Benoit Jacob
2010-03-06
*
Added initial NEON support, most tests pass however we had to use some hackis...
Konstantinos Margaritis
2010-03-03
*
CMake cleanup.
Hauke Heibel
2010-02-20
*
Disable variadic macro warning when compiling at full warning level.
Hauke Heibel
2010-01-29
[next]