aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/StlSupport/StdVector.h
Commit message (Collapse)AuthorAge
* fix compilation and warnings with fcc 4.0.1Gravatar Gael Guennebaud2010-10-13
|
* Removed debug outputs.Gravatar Hauke Heibel2010-07-28
|
* * added EIGEN_ALIGNED_ALLOCATOR macro to allow specifying a different ↵Gravatar Kenneth Riddile2010-07-26
| | | | | | aligned allocator * attempted to add support for std::deque by copying and modifying the std::vector implementation...MSVC still fails to compile with the std::deque::resize() "will not be aligned" error...probably missing something simple but I'm not sure how to make it work
* email changeGravatar Gael Guennebaud2010-06-24
|
* Fixed two bad errors on std::vector.Gravatar Hauke Heibel2010-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.
* Added support for STL lists with aligned Eigen types.Gravatar Hauke Heibel2010-04-18