aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/stdvector_overload.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
|
* 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
| | | | | | | | | 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.
* More Index realted warnings.Gravatar Hauke Heibel2010-06-20
|
* Modified license header.Gravatar Hauke Heibel2010-01-27
|
* Added the missing unit test file.Gravatar Hauke Heibel2010-01-27