aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/StdVector
Commit message (Expand)AuthorAge
* 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