aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/dontalign.cpp
Commit message (Collapse)AuthorAge
* 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
|
* fix bug #219: Map Flags AlignedBit was miscomputed, didn't account for ↵Gravatar Benoit Jacob2011-03-10
| | | | EIGEN_ALIGN
* add test for EIGEN_DONT_ALIGN and EIGEN_DONT_ALIGN_STATICALLY, cf recent ↵Gravatar Benoit Jacob2011-03-10
bugs (214 etc) and changeset 56818d907ed08bcc831da1e990dbc105fb681866