aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/util/Macros.h
Commit message (Expand)AuthorAge
* Add support for C++11 result_of/lambdasGravatar Gael Guennebaud2015-02-19
* Remove deprecated usage of expr::Index.Gravatar Gael Guennebaud2015-02-16
* Merge Index-refactoring branch with default, fix PastixSupport, remove some u...Gravatar Gael Guennebaud2015-02-13
|\
| * merge Tensor module within Eigen/unsupported and update gemv BLAS wrapperGravatar Gael Guennebaud2015-02-12
| |\
| * | update EIGEN_FAST_MATH documentationGravatar Gael Guennebaud2015-02-12
| | * Pulled the latest changes from the trunkGravatar Benoit Steiner2015-02-06
| | |\ | | |/ | |/|
| | * Added the EIGEN_HAS_CONSTEXPR defineGravatar Benoit Steiner2015-02-06
| * | bug #935: Add asm comments in GEBP kernels to work around a bugGravatar Benoit Jacob2015-01-30
| * | bug #920: fix MSVC 2015 compilation issuesGravatar Gael Guennebaud2014-12-18
* | | bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index t...Gravatar Christoph Hertzberg2014-12-04
|/ /
* | Introduce unified macros to identify compiler, OS, and architecture. They are...Gravatar Gael Guennebaud2014-11-04
| * fixed some potential alignment issues.Gravatar Benoit Steiner2014-10-30
* | EIGEN_UNUSED_VARIABLE works better than casting to void. Make this also usabl...Gravatar Christoph Hertzberg2014-10-30
* | bug #701: workaround (min) and (max) blocking ADL by introducing numext::mini...Gravatar Gael Guennebaud2014-10-20
* | Remove deprecated code not used by evaluatorsGravatar Gael Guennebaud2014-09-18
| * Merged latest updates from the Eigen trunk.Gravatar Benoit Steiner2014-09-15
| |\
* | \ merge with default branchGravatar Gael Guennebaud2014-09-14
|\ \ \ | | |/ | |/|
* | | merge with default branchGravatar Gael Guennebaud2014-09-01
|\ \ \
* \ \ \ merge default branchGravatar Gael Guennebaud2014-08-29
|\ \ \ \
| | | | * Pulled in the latest changes from the Eigen trunkGravatar Benoit Steiner2014-08-13
| | | | |\ | | |_|_|/ | |/| | |
| | | * | Replace asm by __asm__ (bug #873)Gravatar Jitse Niesen2014-09-06
| | |/ /
| | * / bug #871: fix compilation on ARM/Neon regarding __has_builtin usageGravatar Gael Guennebaud2014-09-01
| |/ /
| * | Define EIGEN_TRY, EIGEN_CATCH, EIGEN_THROW as suggested by Moritz Klammer.Gravatar Christoph Hertzberg2014-07-22
* | | merge with default branchGravatar Gael Guennebaud2014-06-20
|\| |
| | * Pulled latest updates from the Eigen main trunk.Gravatar Benoit Steiner2014-06-10
| | |\ | | |/ | |/|
| * | Merged in benoitsteiner/eigen-fixes (pull request PR-62)Gravatar Christoph Hertzberg2014-05-08
| |\ \
| | * | Made it possible to call the assignment operator on an Eigen::Block from a CU...Gravatar Benoit Steiner2014-05-07
| | | * Extended support for Tensors:Gravatar Benoit Steiner2014-04-28
| | |/ | |/|
| * | Made sure that EIGEN_ALIGN is defined when EIGEN_DONT_VECTORIZE is set to tru...Gravatar Benoit Steiner2014-03-21
* | | merge default and evaluator branchesGravatar Gael Guennebaud2014-03-12
|\ \ \ | | |/ | |/|
* | | Move CoeffReadCost mechanism to evaluatorsGravatar Gael Guennebaud2014-03-10
| | * Merged eigen/eigen into defaultGravatar Benoit Steiner2014-02-24
| | |\ | | |/ | |/|
| | * Reverted the definition of the EIGEN_ALIGN to its former meaning (i.e. a bool...Gravatar Benoit Steiner2014-02-18
| | * Added support for AVX to Eigen.Gravatar Benoit Steiner2014-01-29
| |/ |/|
| * 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