aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/stdlist.cpp
Commit message (Collapse)AuthorAge
* Fix gcc 8.1 warning: "maybe use uninitialized"Gravatar Gael Guennebaud2018-10-07
|
* Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with ↵Gravatar Gael Guennebaud2018-07-17
| | | | | | | | | EIGEN_DECLARE_TEST(mytest) { /* code */ }. This provide several advantages: - more flexibility in designing unit tests - unit tests can be glued to speed up compilation - unit tests are compiled with same predefined macros, which is a requirement for zapcc
* Remove local Index typedef from unit-testsGravatar Gael Guennebaud2018-07-12
|
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
|
* Fixed Geometry module failures.Gravatar Hauke Heibel2010-08-17
| | | | | | | | | Removed default parameter from Transform. Removed the TransformXX typedefs. Removed references to TransformXX from unit tests and docs. Assigning Transforms to a sub-group is now forbidden at compile time. Products should now properly support the Isometry flag. Fixed alignment checks in MapBase.
* Utilize Index in all unit tests.Gravatar Hauke Heibel2010-06-20
|
* Remove printouts.Gravatar Hauke Heibel2010-06-12
|
* Added some verbosity on failures in order to get an idea of what is goind ↵Gravatar Hauke Heibel2010-06-11
| | | | wrong on GCC 4.3.
* Added support for STL lists with aligned Eigen types.Gravatar Hauke Heibel2010-04-18