aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/meta.cpp
Commit message (Expand)AuthorAge
* Initialize primitives to fix -Wuninitialized-const-reference.Gravatar Antonio Sanchez2020-11-18
* bug #1752: make is_convertible equivalent to the std c++11 equivalent and fal...Gravatar Gael Guennebaud2019-10-10
* bug #1752: disable some is_convertible tests for recent compilers.Gravatar Gael Guennebaud2019-10-10
* Disable a bonus unit-test which is broken with gcc 4.7Gravatar Gael Guennebaud2018-08-27
* Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLAR...Gravatar Gael Guennebaud2018-07-17
* bug #1571: fix is_convertible<from,to> with "from" a reference.Gravatar Gael Guennebaud2018-07-13
* Make is_convertible more robust and conformant to std::is_convertibleGravatar Gael Guennebaud2018-07-12
* Add unit test for has_ReturnTypeGravatar Gael Guennebaud2017-08-17
* bug #826: fix is_convertible for MSVC and add minimalistic unit test for is_c...Gravatar Gael Guennebaud2014-07-16
* Clean source code and unit tests with respect to -Wunused-local-typedefsGravatar Gael Guennebaud2013-04-10
* Fix bug #314:Gravatar Gael Guennebaud2012-11-06
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* Removed remove_const_on_value_type since the meaning is unclear and it is in ...Gravatar Hauke Heibel2010-11-26
* Postfixed add_const and remove_const by _on_value_type to express the differe...Gravatar Hauke Heibel2010-11-26
* Renamed cleantype to remove_all since it is close to remove_{const|pointer|re...Gravatar Hauke Heibel2010-10-26
* Initial fixes for bug #85.Gravatar Hauke Heibel2010-10-25
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* email changeGravatar Gael Guennebaud2010-06-24
* remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
* fix a bunch of warnings (actual issues) reported by FrankGravatar Benoit Jacob2009-01-22
* remove stupid output in test/metaGravatar Gael Guennebaud2009-01-12
* bugfix in Product and ei_L2_block_traitsGravatar Gael Guennebaud2008-08-24
* * split Meta.h to Meta.h (generic meta programming) and XprHelper.h (relates ...Gravatar Gael Guennebaud2008-08-24