aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/ref.cpp
Commit message (Expand)AuthorAge
* Fix Ref Stride checks.Gravatar Antonio Sanchez2021-01-05
* Enable construction of Ref<VectorType> from a runtime vector.Gravatar Gael Guennebaud2019-03-03
* Fix maybe-uninitialized warningGravatar Gael Guennebaud2018-10-07
* Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLAR...Gravatar Gael Guennebaud2018-07-17
* Remove local Index typedef from unit-testsGravatar Gael Guennebaud2018-07-12
* Add static assertion for fixed sizes Ref<>Gravatar Gael Guennebaud2018-03-09
* Workaround i387 issue in unit testGravatar Gael Guennebaud2015-11-16
* Add unit-test for Visual2013 ambiguous call to operator=Gravatar Gael Guennebaud2015-06-24
* Factorize VERIFY_EVALUATION_COUNT in unit testsGravatar Gael Guennebaud2015-06-19
* bug #969: workaround abiguous calls to Ref using enable_if.Gravatar Gael Guennebaud2015-03-06
* Big 853: replace enable_if in Ref<> ctor by static assertions and add failtes...Gravatar Gael Guennebaud2014-11-05
* Fix many long to int implicit conversionsGravatar Gael Guennebaud2014-07-08
* Relax Ref such that Ref<MatrixXf> accepts a RowVectorXf which can be seen as ...Gravatar Gael Guennebaud2014-03-13
* Ref<> objects must be nested by reference because they potentially store a te...Gravatar Gael Guennebaud2013-08-11
* Workaround a bunch of stupid warnings in unit testsGravatar Gael Guennebaud2013-06-23
* Clean source code and unit tests with respect to -Wunused-local-typedefsGravatar Gael Guennebaud2013-04-10
* The ref unit test cannot be easily written to work with EIGEN_DEFAULT_TO_ROW_...Gravatar Gael Guennebaud2013-02-27
* Fix two numerical issues in unit tests.Gravatar Gael Guennebaud2013-02-27
* Add a unit test for Ref.h and fix an extra copy.Gravatar Gael Guennebaud2013-02-26