index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
dynalloc.cpp
Commit message (
Expand
)
Author
Age
*
Memory allocated on the stack is freed at the function exit, so reduce iterat...
Gael Guennebaud
2014-08-04
*
add missing delete operator overloads
Gael Guennebaud
2014-07-30
*
Fix 128bit packet size assumptions in unit tests.
Gael Guennebaud
2014-04-18
*
Check that NeedsToAlign is properly sets before checking alignment
Gael Guennebaud
2013-01-24
*
Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.
Benoit Jacob
2012-07-13
*
test the new stack allocation mechanism
Gael Guennebaud
2011-03-19
*
disable testing of aligned members when aligned static allocation is not enab...
Gael Guennebaud
2011-03-15
*
bug #86 : use internal:: namespace instead of ei_ prefix
Benoit Jacob
2010-10-25
*
email change
Gael Guennebaud
2010-06-24
*
big huge changes, so i dont remember everything.
Benoit Jacob
2009-10-28
*
remove sentence "Eigen itself is part of the KDE project."
Benoit Jacob
2009-05-22
*
let the user disable alignment altogether by #defining EIGEN_DONT_ALIGN.
Benoit Jacob
2009-05-03
*
disable alignment altogether outside of the platforms which potentially have ...
Benoit Jacob
2009-02-04
*
remove ei_new_allocator
Benoit Jacob
2009-01-10
*
* implement handmade aligned malloc, fast but always wastes 16 bytes of memory.
Benoit Jacob
2009-01-09
*
EIGEN_MAKE_ALIGNED_OPERATOR_NEW didn't actually need to get the class
Benoit Jacob
2009-01-08
*
the big memory changes. the most important changes are:
Benoit Jacob
2009-01-08
*
compilation fixes with MSVC
Gael Guennebaud
2008-09-03
*
Solve a big issue with data alignment and dynamic allocation:
Gael Guennebaud
2008-09-03