aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/dynalloc.cpp
Commit message (Expand)AuthorAge
* bug #1409: make EIGEN_MAKE_ALIGNED_OPERATOR_NEW* macros empty in c++17 mode:Gravatar Gael Guennebaud2019-02-20
* Fix 256 bit packet size assumptions in unit tests.Gravatar Gustavo Lima Chaves2018-08-02
* Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLAR...Gravatar Gael Guennebaud2018-07-17
* Fix numerous pointer-to-integer conversion warnings in unit tests.Gravatar Gael Guennebaud2016-05-26
* bug #779: allow non aligned buffers for buffers smaller than the requested al...Gravatar Gael Guennebaud2016-02-05
* Do not check NeedsToAlign if no static alignmentGravatar Gael Guennebaud2015-11-30
* Many files were missing in previous changeset.Gravatar Gael Guennebaud2015-07-29
* Memory allocated on the stack is freed at the function exit, so reduce iterat...Gravatar Gael Guennebaud2014-08-04
* add missing delete operator overloadsGravatar Gael Guennebaud2014-07-30
* Fix 128bit packet size assumptions in unit tests.Gravatar Gael Guennebaud2014-04-18
* Check that NeedsToAlign is properly sets before checking alignmentGravatar Gael Guennebaud2013-01-24
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* test the new stack allocation mechanismGravatar Gael Guennebaud2011-03-19
* disable testing of aligned members when aligned static allocation is not enab...Gravatar Gael Guennebaud2011-03-15
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* email changeGravatar Gael Guennebaud2010-06-24
* big huge changes, so i dont remember everything.Gravatar Benoit Jacob2009-10-28
* remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
* let the user disable alignment altogether by #defining EIGEN_DONT_ALIGN.Gravatar Benoit Jacob2009-05-03
* disable alignment altogether outside of the platforms which potentially have ...Gravatar Benoit Jacob2009-02-04
* remove ei_new_allocatorGravatar Benoit Jacob2009-01-10
* * implement handmade aligned malloc, fast but always wastes 16 bytes of memory.Gravatar Benoit Jacob2009-01-09
* EIGEN_MAKE_ALIGNED_OPERATOR_NEW didn't actually need to get the classGravatar Benoit Jacob2009-01-08
* the big memory changes. the most important changes are:Gravatar Benoit Jacob2009-01-08
* compilation fixes with MSVCGravatar Gael Guennebaud2008-09-03
* Solve a big issue with data alignment and dynamic allocation:Gravatar Gael Guennebaud2008-09-03