aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/exceptions.cpp
Commit message (Collapse)AuthorAge
* Generalize ScalarWithExceptions to a full non-copyable and trowing scalar ↵Gravatar Gael Guennebaud2018-07-18
| | | | type to be used in other unit tests.
* Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with ↵Gravatar Gael Guennebaud2018-07-17
| | | | | | | | | EIGEN_DECLARE_TEST(mytest) { /* code */ }. This provide several advantages: - more flexibility in designing unit tests - unit tests can be glued to speed up compilation - unit tests are compiled with same predefined macros, which is a requirement for zapcc
* Add a few missing standard functions for ScalarWithExceptions type.Gravatar Gael Guennebaud2013-04-17
|
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
|
* bug #225: add a unit test for memory leakGravatar Gael Guennebaud2011-05-23