aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/mapstride.cpp
Commit message (Expand)AuthorAge
* Allow for negative strides.Gravatar Gael Guennebaud2021-01-27
* 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
* Gub 1453: fix Map with non-default inner-stride but no outer-stride.Gravatar Gael Guennebaud2017-08-22
* Fix numerous pointer-to-integer conversion warnings in unit tests.Gravatar Gael Guennebaud2016-05-26
* Many files were missing in previous changeset.Gravatar Gael Guennebaud2015-07-29
* Extend unit test of Map<,,Stride<>> with stack allocated buffers and less tri...Gravatar Gael Guennebaud2015-04-24
* Add no_assignment_operator to a few classes that must not be assigned, and fi...Gravatar Gael Guennebaud2013-07-10
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* better fix for gcc 4.6.0 / ptrdiff_t, as suggested by BenoitGravatar Thomas Capricelli2011-05-05
* Fix compilation with gcc-4.6.0, patch provided by Anton Gladky <gladky.anton@...Gravatar Thomas Capricelli2011-05-05
* extend mapstride unit test to test unaligned configurationsGravatar Gael Guennebaud2011-02-18
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* More Index related stuff.Gravatar Hauke Heibel2010-06-21
* Utilize Index in all unit tests.Gravatar Hauke Heibel2010-06-20
* Fix Map-with-Stride and cover it by new unit tests.Gravatar Benoit Jacob2010-02-26