Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Introduce unified macros to identify compiler, OS, and architecture. They ↵ | Gael Guennebaud | 2014-11-04 |
| | | | | are all defined in util/Macros.h and prefixed with EIGEN_COMP_, EIGEN_OS_, and EIGEN_ARCH_ respectively. | ||
* | Automatic relicensing to MPL2 using Keirs script. Manual fixup follows. | Benoit Jacob | 2012-07-13 |
| | |||
* | Fixed two bad errors on std::vector. | Hauke Heibel | 2010-04-21 |
| | | | | | First, MSVC 2010 does not ship a 'fixed'/'adapted' STL. Second, only under very rare cases we do not even need the aligned_allocator. | ||
* | Fixed indentation and removed debug code. | Hauke Heibel | 2010-04-18 |
| | |||
* | Added support for STL lists with aligned Eigen types. | Hauke Heibel | 2010-04-18 |