aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmake/EigenTesting.cmake
Commit message (Expand)AuthorAge
...
* 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
* let eigen2 tests use the same ei_add_test macro, which required to prefix the...Gravatar Benoit Jacob2011-01-25
* Switched "MESSAGE(" -> "MESSAGE(STATUS " in CMake script, since otherwise the...Gravatar Jose Luis Blanco2010-12-29
* fix bug #92 - we were doing stupid things when passing the list of libraries ...Gravatar Benoit Jacob2010-10-28
* fix bug i just introduced in ei_add_test_internalGravatar Benoit Jacob2010-10-17
* Fix general linking issue for tests linking to multiple libs, and explicitly ...Gravatar Benoit Jacob2010-10-17
* add a Transposition section in page 2Gravatar Gael Guennebaud2010-06-28
* dont try passing --version to qccGravatar Benoit Jacob2010-04-29
* add platform check for how to link to the standard math library.Gravatar Benoit Jacob2010-04-19
* introduce EIGEN_DONT_ALIGN_STACK (disables alignment attributes) and EIGEN_DO...Gravatar Benoit Jacob2010-03-06
* Added initial NEON support, most tests pass however we had to use some hackis...Gravatar Konstantinos Margaritis2010-03-03
* CMake cleanup.Gravatar Hauke Heibel2010-02-20
* Disable variadic macro warning when compiling at full warning level.Gravatar Hauke Heibel2010-01-29
* add EIGEN_DEFAULT_TO_ROW_MAJOR cmake option for the tests.Gravatar Benoit Jacob2010-01-27
* Clean up one compilation error and two warnings.Gravatar Jitse Niesen2010-01-26
* Removed more warnings.Gravatar Hauke Heibel2009-12-12
* Added to possibility to compile unit tests at maximum warning level.Gravatar Hauke Heibel2009-12-12
* * Remove test_ prefix in testsGravatar Benoit Jacob2009-12-02
* Some of our unit tests require mathematical constants and thus we rely on non...Gravatar Hauke Heibel2009-11-30
* improve the scripts for building unit tests:Gravatar Benoit Jacob2009-11-25
* add SSE4 support, start with integer multiplicationGravatar Benoit Jacob2009-11-24
* introduce check target, and some renamingGravatar Benoit Jacob2009-11-12
* * add ./debug and ./release scriptsGravatar Benoit Jacob2009-11-12
* * add maketests script. It is like make but takes a regexp allowing to build ...Gravatar Benoit Jacob2009-11-11
* * use standard CMAKE_BUILD_TYPEGravatar Benoit Jacob2009-11-11
* big huge changes, so i dont remember everything.Gravatar Benoit Jacob2009-10-28
* * proper check for MakeGravatar Benoit Jacob2009-10-19
* kill ei_add_test_multi. Now the macro ei_add_test does all that automatically...Gravatar Benoit Jacob2009-10-19
* Add new default option EIGEN_SPLIT_LARGE_TESTS and cmake macro ei_add_test_mu...Gravatar Benoit Jacob2009-10-19
* Fixed nmake parameter.Gravatar Hauke Heibel2009-10-09
* - remove the debug_test_* targets from "all"Gravatar Gael Guennebaud2009-10-07
* added cygwin specific stuffGravatar Hauke Heibel2009-10-05
* finally, the right fix: set CTEST_BUILD_TARGET.Gravatar Benoit Jacob2009-10-04