aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/rvalue_types.cpp
Commit message (Expand)AuthorAge
* DenseStorage safely copy/swap.Gravatar Antonio Sanchez2021-04-22
* Re-implement move assignments.Gravatar Antonio Sanchez2021-03-10
* Fix #1911: add benchmark for move semantics with fixed-size matrixGravatar Sebastien Boisvert2020-06-11
* bug #1746: Removed implementation of standard copy-constructor and standard c...Gravatar Christoph Hertzberg2019-09-24
* Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLAR...Gravatar Gael Guennebaud2018-07-17
* Fix pointer to long conversion warning.Gravatar Gael Guennebaud2016-06-02
* Make EIGEN_HAS_RVALUE_REFERENCES user configurableGravatar Gael Guennebaud2016-05-20
* Rename EIGEN_HAVE_RVALUE_REFERENCES to EIGEN_HAS_RVALUE_REFERENCESGravatar Gael Guennebaud2016-05-20
* Switched to MPL2 license.Gravatar Hauke Heibel2013-08-12
* Removed a warning when rvalue references are not unsed.Gravatar Hauke Heibel2013-08-02
* Added move support for Matrix and Array.Gravatar Hauke Heibel2013-08-02