aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/util/Memory.h
Commit message (Expand)AuthorAge
...
* * fix a bug I introduced in WithAlignedOperatorNewGravatar Benoit Jacob2008-12-15
* use ei_aligned_malloc and ei_aligned_free also in WithAlignedOperatorNew, so ...Gravatar Benoit Jacob2008-12-15
* small optimization (for MSVC) and simplification of ei_alligned_mallocGravatar Benoit Jacob2008-12-15
* Fix memory alignment (hence vectorization) on MSVC thanks to help from Armin ...Gravatar Benoit Jacob2008-12-15
* oops, forget to remove a lineGravatar Gael Guennebaud2008-12-15
* more warning fixes by Armin BerresGravatar Gael Guennebaud2008-12-15
* fix compilation issue for 64bit systems (pointer <=> size_t)Gravatar Gael Guennebaud2008-12-08
* * add Transform explicit constructors taking translation/scaling/rotationGravatar Benoit Jacob2008-12-07
* actually this message is probably more effective at making people read the we...Gravatar Benoit Jacob2008-12-07
* Make deluxe assertion with deluxe error message with link to deluxe web pageGravatar Benoit Jacob2008-12-07
* Update e-mail addressGravatar Benoit Jacob2008-11-24
* doc: add a "non stable" warning for parts which are not partGravatar Gael Guennebaud2008-11-22
* 2 typosGravatar Gael Guennebaud2008-09-08
* Solve a big issue with data alignment and dynamic allocation:Gravatar Gael Guennebaud2008-09-03
* spelling + some krazy directivesGravatar Gael Guennebaud2008-08-28
* * move memory related stuff to util/Memory.hGravatar Gael Guennebaud2008-08-26