aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmake/EigenConfigureTesting.cmake
Commit message (Collapse)AuthorAge
* STYLE: Remove CMake-language block-end command argumentsGravatar Hans Johnson2019-10-31
| | | | | | Ancient versions of CMake required else(), endif(), and similar block termination commands to have arguments matching the command starting the block. This is no longer the preferred style.
* bug #1606: Explicitly set the standard before ↵Gravatar Christoph Hertzberg2018-10-19
| | | | | | | find_package(StandardMathLibrary). Also replace EIGEN_COMPILER_SUPPORT_CXX11 in favor of EIGEN_COMPILER_SUPPORT_CPP11. Grafted manually from a4afa90d161faab385a77f0e2764fb13ff3b9484
* Allow to filter out build-error messagesGravatar Christoph Hertzberg2018-07-24
|
* Add the cmake option "EIGEN_DASHBOARD_BUILD_TARGET" to control the build ↵Gravatar Gael Guennebaud2018-07-16
| | | | target in dashboard mode (e.g., ctest -D Experimental)
* MIsc. source and comment typosGravatar luz.paz2018-03-11
| | | | Found using `codespell` and `grep` from downstream FreeCAD
* Clean hardcoded compilation optionsGravatar Gael Guennebaud2015-11-30
|
* Remove EIGEN_TEST_C++0x option and let EIGEN_TEST_CXX11 adds the -std=c++11 flagGravatar Gael Guennebaud2015-02-20
|
* 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 ↵Gravatar Christoph Hertzberg2014-09-29
| | | | MakeCommand. And don't include \n in match expression
* bug #880: automatically preserves buildtool flags when modifying ↵Gravatar Gael Guennebaud2014-09-23
| | | | DartConfiguration.tcl file.
* bug #880: manually edit the DartConfiguration.tcl file to get it working ↵Gravatar Gael Guennebaud2014-09-22
| | | | with cmake 3.0.x
* Fix bug #738: use the "current" version of cmake project directories to ease ↵Gravatar Gael Guennebaud2014-06-06
| | | | the inclusion of Eigen within other projects.
* Enable support for minimal rebuilds.Gravatar Hauke Heibel2013-07-31
|
* Ease setting build options when running ctest -DGravatar Gael Guennebaud2013-07-07
|
* Fixed MSVC dashboard (Experimental/Continuous) build scripts.Gravatar Hauke Heibel2013-02-27
|
* fix ctest -D Foo with MSVC 2008Gravatar Gael Guennebaud2012-02-03
|
* merge with hauke/eigen-cdash-improvements branchGravatar Gael Guennebaud2011-11-09
|
* Improved site and buildname generation.Gravatar Hauke Heibel2011-02-20