aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/util/Macros.h
Commit message (Expand)AuthorAge
* Made the supression of unused variables portable.Gravatar Hauke Heibel2010-06-08
* * remove ei_index, and let ei_traits propagate the index typesGravatar Gael Guennebaud2010-06-03
* the Index types change.Gravatar Benoit Jacob2010-05-30
* erm.. use EIGEN_ONLY_USED_FOR_DEBUG() as it already exists.Gravatar Thomas Capricelli2010-05-21
* introduce a new macro EIGEN_ARG_UNUSED(arg) and use it in some places toGravatar Thomas Capricelli2010-05-21
* remove USING_PART_OF_NAMESPACE_EIGEN, leaving it in Eigen2Support.Gravatar Benoit Jacob2010-04-22
* implement the idea that row-vectors have the RowMajorBit and col-vectors don't.Gravatar Benoit Jacob2010-03-09
* #undef minor at the right placeGravatar Benoit Jacob2010-03-06
* * disable static alignment on QCCGravatar Benoit Jacob2010-03-06
* * include Macros.h much earlier: since it takes care of the alignment platfor...Gravatar Benoit Jacob2010-03-06
* introduce EIGEN_DONT_ALIGN_STACK (disables alignment attributes) and EIGEN_DO...Gravatar Benoit Jacob2010-03-06
* merge with default branchGravatar Gael Guennebaud2010-03-04
|\
| * factorize default performance related settings to a single fileGravatar Gael Guennebaud2010-03-03
| * Added initial NEON support, most tests pass however we had to use some hackis...Gravatar Konstantinos Margaritis2010-03-03
| * Attempt to fix PGI compilation issue.Gravatar Hauke Heibel2010-02-23
* | significant speedup in the matrix-matrix productsGravatar Gael Guennebaud2010-02-23
|/
* lot of cleaning:Gravatar Gael Guennebaud2010-01-22
* work around warning about /* inside of a comment (gcc 4.4)Gravatar Benoit Jacob2010-01-16
* Adapted doxygen's new style sheet.Gravatar Hauke Heibel2010-01-15
* forgot to include this file in previous commitGravatar Gael Guennebaud2010-01-15
* merge with default branchGravatar Gael Guennebaud2009-12-22
|\
* | finally add a Array class with storage via the introduction of a DenseStorage...Gravatar Gael Guennebaud2009-12-17
* | add a DenseBase class for MAtrixBase and ArrayBase and more code factorisationGravatar Gael Guennebaud2009-12-04
| * * eigen2->eigen3Gravatar Benoit Jacob2009-11-19
* | Experiment the ET refactoring on Transpose for Dense and Sparse storages.Gravatar Gael Guennebaud2009-11-16
|/
* * add Map<Quaternion> test based on Map from test/map.cppGravatar Mathieu Gautier2009-11-13
* fix PowerPC platform detectionGravatar Benoit Jacob2009-11-11
* sync with mainlineGravatar Benoit Jacob2009-10-28
|\
* | big huge changes, so i dont remember everything.Gravatar Benoit Jacob2009-10-28
| * It is just not that easy and requires more work to get it done right.Gravatar Hauke Heibel2009-10-24
|/
* after all we're not aligning to 8byte boundaryGravatar Benoit Jacob2009-10-05
* we were already aligning to 16 byte boundary fixed-size objects that are mult...Gravatar Benoit Jacob2009-10-05
* * bump to 2.90.0 now that it's agreed that we're doing eigen3Gravatar Benoit Jacob2009-09-27
* Added EIGEN_REF_TO_TEMPORARY define for rvalue support.Gravatar Hauke Heibel2009-09-21
* allow to override EIGEN_RESTRICT, to satisfy a smart ass blogger who claimsGravatar Benoit Jacob2009-09-19
* introduce EIGEN_SIZE_MINGravatar Benoit Jacob2009-09-03
* Added MSVC guards to assignment operators.Gravatar Hauke Heibel2009-08-31
* Removed redundant assignment operators.Gravatar Hauke Heibel2009-08-31
* forgot to update thisGravatar Benoit Jacob2009-08-14
* add EIGEN_DEBUG_VARGravatar Benoit Jacob2009-08-11
* implement high level API for SYMM and fix a couple of bugs related to complexGravatar Gael Guennebaud2009-07-22
* synch with main devel branchGravatar Gael Guennebaud2009-07-14
|\
* | add triangular * vector productGravatar Gael Guennebaud2009-07-13
| * Set of fixes and workaround to make sun studio more happy.Gravatar Gael Guennebaud2009-07-10
* | finally directly calling the low-level products is fasterGravatar Gael Guennebaud2009-07-10
* | new implementation of diagonal matrices and diagonal matrix expressionsGravatar Benoit Jacob2009-06-28
|/
* refine the check to disable alignment. now it's disabled on gcc3 (where we do...Gravatar Benoit Jacob2009-06-21
* remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
* fix warnings with unused static functionsGravatar Benoit Jacob2009-05-04
* let the user disable alignment altogether by #defining EIGEN_DONT_ALIGN.Gravatar Benoit Jacob2009-05-03