aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/stdvector.cpp
Commit message (Expand)AuthorAge
* Fix gcc 8.1 warning: "maybe use uninitialized"Gravatar Gael Guennebaud2018-10-07
* Workaround gcc bug making it trigger an invalid 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
* Fix numerous pointer-to-integer conversion warnings in unit tests.Gravatar Gael Guennebaud2016-05-26
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* Fixed Geometry module failures.Gravatar Hauke Heibel2010-08-17
* Utilize Index in all unit tests.Gravatar Hauke Heibel2010-06-20
* big huge changes, so i dont remember everything.Gravatar Benoit Jacob2009-10-28
* fix typoGravatar Benoit Jacob2009-08-22
* remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
* CREDIT Hauke Heibel, fix MSVC warningsGravatar Benoit Jacob2009-05-09
* "forgot to commit the required changes in stdvector unit test"Gravatar Gael Guennebaud2009-05-03
* * allow Matrix to be resized to 0 (solve a lot of troubles withGravatar Gael Guennebaud2009-02-07
* * remove set(), revert to old behavior where = resizesGravatar Benoit Jacob2009-01-21
* * complete the support of QVector via a QtAlignedMalloc headerGravatar Gael Guennebaud2009-01-20
* * make std::vector specializations also for Transform and for QuaternionGravatar Benoit Jacob2009-01-12
* * move cwise *= and /= to Core (like * and /)Gravatar Benoit Jacob2009-01-12
* extend stdvector test with more push_back...Gravatar Gael Guennebaud2009-01-11
* make the std::vector fix work also with dynamic size Eigen objects, e.g.Gravatar Benoit Jacob2009-01-10
* Based on code + help from Alex Stapleton:Gravatar Benoit Jacob2009-01-09