aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/StdVector
Commit message (Expand)AuthorAge
* bug #1389: MSVC's std containers do not properly align in 64 bits mode if the...Gravatar Gael Guennebaud2017-02-03
* Introduce unified macros to identify compiler, OS, and architecture. They are...Gravatar Gael Guennebaud2014-11-04
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* email changeGravatar Gael Guennebaud2010-06-24
* Fixed two bad errors on std::vector.Gravatar Hauke Heibel2010-04-21
* Fixed indentation and removed debug code.Gravatar Hauke Heibel2010-04-18
* Added support for STL lists with aligned Eigen types.Gravatar Hauke Heibel2010-04-18
* Added EIGEN_DEFINE_STL_VECTOR_SPECIALIZATION macro including unit tests and d...Gravatar Hauke Heibel2010-01-27
* added comments to help vim understand the header files are c++.Gravatar Mark Borgerding2009-12-01
* fix compilation with gcc 4.1. Indeed the path for recent gcc doesn't work wit...Gravatar Benoit Jacob2009-08-21
* remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
* CREDIT Hauke Heibel, more std::vector::insert fixesGravatar Benoit Jacob2009-05-07
* add copyright on two public headers that are not so trivial...Gravatar Benoit Jacob2009-05-06
* add missing function, thanks to Hauke HeibelGravatar Benoit Jacob2009-05-06
* * update BVH to explicitely use aligned_allocatorGravatar Gael Guennebaud2009-04-23
* add a generic version of std::vector::resize for other stlGravatar Gael Guennebaud2009-04-21
* std::vector now explicitely requires the use of Eigen::aligned_allocatorGravatar Gael Guennebaud2009-04-21
* add missing vector ctor reported by Markus Moll on the MLGravatar Gael Guennebaud2009-04-21
* this should fix the linking issue with StdVector without any userGravatar Gael Guennebaud2009-04-21
* fix ctor issues with ei_workaround_msvc_std_vectorGravatar Gael Guennebaud2009-04-21
* more fixes in StdVector, sorry for the noiseGravatar Gael Guennebaud2009-02-07
* disable vector::resize() workaround for gcc < 4.1 (they already use a constGravatar Gael Guennebaud2009-02-07
* arf... s/_MSVC_VER/_MSC_VERGravatar Gael Guennebaud2009-02-07
* little fix in new StdVectorGravatar Gael Guennebaud2009-02-07
* * allow Matrix to be resized to 0 (solve a lot of troubles withGravatar Gael Guennebaud2009-02-07
* * move cwise *= and /= to Core (like * and /)Gravatar Benoit Jacob2009-01-12
* make the std::vector fix work also with dynamic size Eigen objects, e.g.Gravatar Benoit Jacob2009-01-10
* Based on code + help from Alex Stapleton:Gravatar Benoit Jacob2009-01-09