Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Automatic relicensing to MPL2 using Keirs script. Manual fixup follows. | Benoit Jacob | 2012-07-13 |
| | |||
* | Add test for Matrix(x, y) ctor static assert added in previous changeset | Benoit Jacob | 2011-11-06 |
| | |||
* | bug #86 : use internal:: namespace instead of ei_ prefix | Benoit Jacob | 2010-10-25 |
| | |||
* | big huge changes, so i dont remember everything. | Benoit Jacob | 2009-10-28 |
| | | | | | | | | | | * renaming, e.g. LU ---> FullPivLU * split tests framework: more robust, e.g. dont generate empty tests if a number is skipped * make all remaining tests use that splitting, as needed. * Fix 4x4 inversion (see stable branch) * Transform::inverse() and geo_transform test : adapt to new inverse() API, it was also trying to instantiate inverse() for 3x4 matrices. * CMakeLists: more robust regexp to parse the version number * misc fixes in unit tests | ||
* | remove sentence "Eigen itself is part of the KDE project." | Benoit Jacob | 2009-05-22 |
| | | | | it never made very precise sense. but now does it still make any? | ||
* | Update e-mail address | Benoit Jacob | 2008-11-24 |
| | |||
* | update of the testing framework: | Gael Guennebaud | 2008-05-22 |
| | | | | | replaced the QTestLib framework my custom macros and a (optional) custom script to run the tests from ctest. | ||
* | Relicense --> dual-license LGPL3+/GPL2+ | Benoit Jacob | 2008-02-28 |
| | |||
* | prefix global functions with ei_ as previous solution was rather | Benoit Jacob | 2008-02-28 |
| | | | | fragile. also fix compilation with g++ 4.3. | ||
* | Ready for alpha2 release. | Benoit Jacob | 2008-01-07 |
| | | | | | | - complete documentation - add TODO - update copyright years | ||
* | add constructors and accessors/mutators specific to small vectors. | Benoit Jacob | 2007-12-17 |
Add corresponding unit-test. |