Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add unit tests for bug #981: valid and invalid usage of ternary operator | Gael Guennebaud | 2015-09-09 |
| | |||
* | bug #1005: fix regression regarding sparse coeff-wise binary operator that ↵ | Gael Guennebaud | 2015-06-08 |
| | | | | did not trigger a static assertion for mismatched storage | ||
* | bug #949: add static assertion for incompatible scalar types in dense ↵ | Gael Guennebaud | 2015-03-13 |
| | | | | end-user decompositions. | ||
* | Add failtests for Ref<SparseMatrix> | Gael Guennebaud | 2015-02-09 |
| | |||
* | bug #903: clean swap API regarding extra enable_if parameters, and add ↵ | Gael Guennebaud | 2014-11-06 |
| | | | | failtests for swap | ||
* | Big 853: replace enable_if in Ref<> ctor by static assertions and add ↵ | Gael Guennebaud | 2014-11-05 |
| | | | | failtests for Ref<> | ||
* | bug #882: add const-correctness failtests for CwiseUnaryView, ↵ | Gael Guennebaud | 2014-09-23 |
| | | | | TriangularView, and SelfAdjointView. | ||
* | add more failtests | Benoit Jacob | 2011-02-06 |
| | |||
* | add more failtests | Benoit Jacob | 2011-02-06 |
| | |||
* | failtest: a new cmake-based test suite for testing stuff that should fail to ↵ | Benoit Jacob | 2011-02-05 |
build. This first batch imports some const correctness checks from bug #54. |