aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/util/Macros.h
Commit message (Expand)AuthorAge
* Implement bug #317: use a template function call to suppress unused variable ...Gravatar Gael Guennebaud2014-02-24
* merge with default branchGravatar Gael Guennebaud2013-11-05
|\
* | Make the static assertions on maximal fixed size object use EIGEN_STACK_ALLOC...Gravatar Gael Guennebaud2013-08-20
* | Added alternative C++11 detection.Gravatar Hauke Heibel2013-08-10
* | Added move support for Matrix and Array.Gravatar Hauke Heibel2013-08-02
| * merge with main branchGravatar Gael Guennebaud2013-07-17
| |\ | |/ |/|
* | Bump default branch to 3.2.90Gravatar Gael Guennebaud2013-07-17
| * Workarounf nvcc not being able to find RowMajor when declaring a Matrix<...> ...Gravatar Gael Guennebaud2013-06-25
* | Disable ASM comments on non x86 architecture and do not redfine if EIGEN_ASM_...Gravatar Gael Guennebaud2013-06-21
| * merge with default branchGravatar Gael Guennebaud2013-04-19
| |\ | |/ |/|
* | bump to 3.2-beta1 (3.1.91)Gravatar Gael Guennebaud2013-03-07
| * Add support for NVCC5: most of the Core and part of LU are callable from CUDA...Gravatar Gael Guennebaud2013-02-07
|/
* Workaround "error: floating-point literal cannot appear in a constant-express...Gravatar Gael Guennebaud2013-01-23
* workaround clang bug (see http://forum.kde.org/viewtopic.php?f=74&t=102653)Gravatar Gael Guennebaud2012-08-27
* fix bug #495: remove too aggressive EIGEN_FLATTEN_ATTRIB attributeGravatar Gael Guennebaud2012-08-02
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* bump default branch to 3.1.90Gravatar Gael Guennebaud2012-06-22
* bump to 3.1.0-rc2Gravatar Gael Guennebaud2012-06-21
* bump to 3.1.0-rc1Gravatar Gael Guennebaud2012-06-14
* bump to beta1Gravatar Gael Guennebaud2012-06-06
* Fixed RVCT 3.1 compiler errors.Gravatar williami2012-06-04
* bumpGravatar Gael Guennebaud2012-02-06
* Enable Eigen to compile on 'pure C/C++' Gcc environment (with no inline assem...Gravatar Zuiquan2012-02-02
* bumpGravatar Gael Guennebaud2011-12-06
* bug #383 - EIGEN_ASM_COMMENT broken in C++11Gravatar Marc Glisse2011-11-26
* Patches to support ARM NEON with Clang 3.0 and LLVM-GCCGravatar Marton Danoczy2011-11-04
* Refactor force-inlining macros and use EIGEN_ALWAYS_INLINE to force inlining ...Gravatar Benoit Jacob2011-11-06
* add the possiibility to disable deprectated warnings (useful for deprecated u...Gravatar Gael Guennebaud2011-10-24
* protect calls to min and max with parentheses to make Eigen compatible with d...Gravatar Gael Guennebaud2011-07-21
* bumpGravatar Benoit Jacob2011-03-18
* bumpGravatar Benoit Jacob2011-03-14
* Make EIGEN_ALIGN16 always align to fix crashes with EIGEN_DONT_ALIGN_STATICAL...Gravatar Benoit Jacob2011-03-04
* bumpGravatar Benoit Jacob2011-02-28
* ICC 12 / linux only defined __INTEL_COMPILER, not __intel_compilerGravatar Benoit Jacob2011-02-22
* __attribute__((flatten)) seems to be recognized by neither clang nor icc desp...Gravatar Benoit Jacob2011-02-22
* Include necessary header files when working around bug #89.Gravatar Jitse Niesen2011-02-17
* Fix bug #89: on GCC <= 4.3, use a custom assert implementation to work around...Gravatar Benoit Jacob2011-02-16
* bumpGravatar Benoit Jacob2011-02-12
* introduce EIGEN_MAKING_DOCS to tell whether we're compiling the docs examplesGravatar Benoit Jacob2011-02-06
* const-qualify template parameters representing const arguments to expressions.Gravatar Benoit Jacob2011-01-24
* Move doxygen comments for EIGEN_NO_DEBUG from source to I14.Gravatar Jitse Niesen2010-12-27
* remove EIGEN_REF_TO_TEMPORARY, clarify docsGravatar Benoit Jacob2010-12-25
* IBM XL C compiler supports __attribute__((aligned(n))) syntaxGravatar Gael Guennebaud2010-11-19
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* bump to 2.92.0Gravatar Benoit Jacob2010-10-15
* fix compilation and warnings with fcc 4.0.1Gravatar Gael Guennebaud2010-10-13
* Matrix product refactoring (rhs products only).Gravatar Hauke Heibel2010-08-19
* Document EIGEN_NO_DEBUG macro.Gravatar Jitse Niesen2010-08-10
* * fix compilation of mixed scalar productGravatar Gael Guennebaud2010-07-19
* optimize non fused MADD, and add a flatten attribute macro to enforceGravatar Gael Guennebaud2010-07-13