aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/StlSupport/StdVector.h
Commit message (Expand)AuthorAge
* Fixed a few more shadowing warnings when compiling with g++ (and c++03)Gravatar Christoph Hertzberg2018-08-30
* Fix numerous shadow-warnings for GCC<=4.8Gravatar Christoph Hertzberg2018-08-28
* bug #829: Introduce macro EIGEN_HAS_CXX11_CONTAINERS and do not specialize st...Gravatar Christoph Hertzberg2015-08-14
* Fic bug #819: include path of details.hGravatar Gael Guennebaud2014-06-04
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* oops EIGEN_DEFINE_STL_VECTOR_SPECIALIZATION now perfroms full specialization,Gravatar Gael Guennebaud2011-08-22
* fix bug #262: Compilation error of stdvector_overload test with GCC 4.6Gravatar Gael Guennebaud2011-08-22
* 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 aligned...Gravatar Kenneth Riddile2010-07-26
* email changeGravatar Gael Guennebaud2010-06-24
* Fixed two bad errors on std::vector.Gravatar Hauke Heibel2010-04-21
* Added support for STL lists with aligned Eigen types.Gravatar Hauke Heibel2010-04-18