aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/ctorleak.cpp
Commit message (Expand)AuthorAge
* check two ctorsGravatar Gael Guennebaud2018-11-23
* Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLAR...Gravatar Gael Guennebaud2018-07-17
* Constructing a Matrix/Array with implicit transpose could lead to memory leaks.Gravatar Christoph Hertzberg2015-04-16
* Define EIGEN_TRY, EIGEN_CATCH, EIGEN_THROW as suggested by Moritz Klammer.Gravatar Christoph Hertzberg2014-07-22
* Applied changes suggested by Christoph Hertzberg to c'tor leak fix.Gravatar Moritz Klammler2014-07-18
* Avoid memory leak when constructor of user-defined type throws exception.Gravatar Moritz Klammler2014-07-06