Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix gcc 8.1 warning: "maybe use uninitialized" | Gael Guennebaud | 2018-10-07 |
| | |||
* | Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with ↵ | Gael Guennebaud | 2018-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-tests | Gael Guennebaud | 2018-07-12 |
| | |||
* | Fix numerous pointer-to-integer conversion warnings in unit tests. | Gael Guennebaud | 2016-05-26 |
| | |||
* | Automatic relicensing to MPL2 using Keirs script. Manual fixup follows. | Benoit Jacob | 2012-07-13 |
| | |||
* | Fixed Geometry module failures. | Hauke Heibel | 2010-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. | Hauke Heibel | 2010-06-20 |
| | |||
* | Modified license header. | Hauke Heibel | 2010-01-27 |
| | |||
* | Added the missing unit test file. | Hauke Heibel | 2010-01-27 |