aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/QtAlignedMalloc
Commit message (Collapse)AuthorAge
* Remove vim specific comments to recognoize correct file-type.Gravatar David Tellenbach2021-02-09
| | | | As discussed in #2143 we remove editor specific comments.
* bug #1468 (1/2) : add missing std:: to memcpyGravatar Gael Guennebaud2017-09-22
|
* Add std:: namespace prefix to all (hopefully) instances if size_t/ptrdfiff_tGravatar Gael Guennebaud2017-01-23
|
* Add missing licence header to some top header filesGravatar Gael Guennebaud2015-10-26
|
* shut up stupid ICC warningsGravatar Benoit Jacob2011-02-22
|
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
|
* added comments to help vim understand the header files are c++.Gravatar Mark Borgerding2009-12-01
|
* Removed debug cout.Gravatar Hauke Heibel2009-09-02
| | | | Disabled MSVC inconsistent DLL linkage.
* fix #3, remove inline keywords in QtAlignedMalloc (MSVC fix)Gravatar Gael Guennebaud2009-05-18
|
* make these functions inline, thanks to MekGravatar Benoit Jacob2009-01-26
|
* * complete the support of QVector via a QtAlignedMalloc headerGravatar Gael Guennebaud2009-01-20
* add a unit test for QVector which shows the issue with QVector::fill