index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
unalignedassert.cpp
Commit message (
Expand
)
Author
Age
*
Fix 128bit packet size assumptions in unit tests.
Gael Guennebaud
2014-04-18
*
Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.
Benoit Jacob
2012-07-13
*
* include Macros.h much earlier: since it takes care of the alignment platfor...
Benoit Jacob
2010-03-06
*
introduce EIGEN_DONT_ALIGN_STACK (disables alignment attributes) and EIGEN_DO...
Benoit Jacob
2010-03-06
*
silence 'statement has no effect' warning with gcc 4.4
Benoit Jacob
2009-12-14
*
Removed more warnings.
Hauke Heibel
2009-12-12
*
trivial compilation fix
Gael Guennebaud
2009-10-13
*
after all we're not aligning to 8byte boundary
Benoit Jacob
2009-10-05
*
we were already aligning to 16 byte boundary fixed-size objects that are mult...
Benoit Jacob
2009-10-05
*
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
*
oops, #ifdef instead of #if ---> bug
Benoit Jacob
2009-02-04
*
forgot to update this unit test...
Benoit Jacob
2009-02-04
*
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
*
remove the Matrix_ prefix
Benoit Jacob
2009-01-06
*
* introduce macros to replace inheritance for operator new overloading
Benoit Jacob
2009-01-06
*
* the 4th template param of Matrix is now Options. One bit for storage
Benoit Jacob
2009-01-04
*
add unit-test checking the assertion on unaligned arrays -- checking
Benoit Jacob
2008-12-31