aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/util/Macros.h
Commit message (Expand)AuthorAge
...
* | Merged eigen/eigen into defaultGravatar Benoit Steiner2016-10-12
|\|
| * Reenabled the use of variadic templates on tegra x1 provides that the latest ...Gravatar Benoit Steiner2016-10-08
* | Merged latest updates from trunkGravatar Benoit Steiner2016-10-05
|\|
| * bump to 3.3-rc1Gravatar Gael Guennebaud2016-09-22
| * Fixed compilation warnings generated by nvcc 6.5 (and below) when compiling t...Gravatar Benoit Steiner2016-09-14
| * Define EIGEN_COMP_CLANG to clang version as major*100+minor (e.g., 307 corres...Gravatar Gael Guennebaud2016-08-22
| * Bump to 3.3-beta2Gravatar Gael Guennebaud2016-07-26
| * Simplify ScalarBinaryOpTraits by removing the Defined enum, and extend its do...Gravatar Gael Guennebaud2016-07-20
| * Workaround MSVC 2010 compilation issue.Gravatar Gael Guennebaud2016-07-18
| * Add a summary of possible values for EIGEN_COMP_MSVCGravatar Gael Guennebaud2016-07-18
| * Introduce a NumTraits<T>::Literal type to be used for literals, andGravatar Gael Guennebaud2016-06-23
| * Propagate functor to ScalarBinaryOpTraitsGravatar Gael Guennebaud2016-06-15
| * Update AutoDiffScalar wrt to scalar-multiple.Gravatar Gael Guennebaud2016-06-14
| * Implement scalar multiples and division by a scalar as a binary-expression wi...Gravatar Gael Guennebaud2016-06-14
| * Big 279: enable mixing types for comparisons, min, and max.Gravatar Gael Guennebaud2016-06-10
| * Relax mixing-type constraints for binary coefficient-wise operators:Gravatar Gael Guennebaud2016-06-06
| * bug #725: make move ctor/assignment noexcept.Gravatar Gael Guennebaud2016-06-03
| * bug #256: enable vectorization with unaligned loads/stores.Gravatar Gael Guennebaud2016-05-24
| * Make EIGEN_HAS_CONSTEXPR user configurableGravatar Gael Guennebaud2016-05-20
| * Make EIGEN_HAS_VARIADIC_TEMPLATES user configurableGravatar Gael Guennebaud2016-05-20
| * Make EIGEN_HAS_STD_RESULT_OF user configurableGravatar Gael Guennebaud2016-05-20
| * Make EIGEN_HAS_C99_MATH user configurableGravatar Gael Guennebaud2016-05-20
| * Make EIGEN_HAS_RVALUE_REFERENCES user configurableGravatar Gael Guennebaud2016-05-20
| * Rename EIGEN_HAVE_RVALUE_REFERENCES to EIGEN_HAS_RVALUE_REFERENCESGravatar Gael Guennebaud2016-05-20
| * Add a EIGEN_MAX_CPP_VER option to limit the C++ version to be used.Gravatar Gael Guennebaud2016-05-20
* | Merged eigen/eigen into defaultGravatar Benoit Steiner2016-05-03
|\|
| * Don't turn on const expressions when compiling with gcc >= 4.8 unless the -st...Gravatar Benoit Steiner2016-04-29
* | Pulled latest updates from upstreamGravatar Benoit Steiner2016-04-29
|\|
| * Depend on the more extensive support for constexpr in clang:Gravatar Rasmus Munk Larsen2016-04-27
| * Detect cxx_constexpr support when compiling with clang.Gravatar Rasmus Munk Larsen2016-04-27
* | Pull latest updates from upstreamGravatar Benoit Steiner2016-04-11
|\|
| * Enable constant expressions when compiling cuda code with clang.Gravatar Benoit Steiner2016-03-30
| * Turn on some of the cxx11 features when compiling with visual studio 2015Gravatar Benoit Steiner2016-03-05
| * I'm told to use __EMSCRIPTEN__ by an Emscripten dev.Gravatar Benoit Jacob2016-02-10
| * Make the GCC workaround for sqrt GCC-only; detect Emscripten as non-GCCGravatar Benoit Jacob2016-02-10
| * Fixed the code that disables the use of variadic templates when compiling wit...Gravatar Benoit Steiner2016-02-09
| * Worked around nvcc crash when compiling Eigen on Tegra X1Gravatar Benoit Steiner2016-02-09
| * bug #1153: Don't rely on __GXX_EXPERIMENTAL_CXX0X__ to detect C++11 supportGravatar Christoph Hertzberg2016-01-26
| * bump to 3.3-beta1Gravatar Gael Guennebaud2015-12-16
* | Make sure the data is aligned on a 64 byte boundary when using avx512 instruc...Gravatar Benoit Steiner2015-12-11
| * Merged in ebrevdo/eigen (pull request PR-148)Gravatar Gael Guennebaud2015-12-11
|/|
| * Created EIGEN_HAS_C99_MATH define as Gael suggested.Gravatar Benoit Steiner2015-12-10
* | bug #1109: use noexcept instead of throw for C++11 compilersGravatar Gael Guennebaud2015-12-10
|/
* bug #1115: enable static alignment on ARM outside of old-GCCGravatar Benoit Jacob2015-11-18
* Only enable the use of constexpr with nvcc if we're using version 7.5 or aboveGravatar Benoit Steiner2015-11-13
* Only enable the use of const expression when nvcc is called with the -std=c++...Gravatar Benoit Steiner2015-11-12
* Simplified more of the IndexList code.Gravatar Benoit Steiner2015-11-12
* Update EIGEN_FAST_MATH docGravatar Gael Guennebaud2015-11-12
* Simplify EIGEN_DENSE_PUBLIC_INTERFACEGravatar Gael Guennebaud2015-10-09
* Cleanup EIGEN_SPARSE_PUBLIC_INTERFACE, it is now a simple alias to EIGEN_GENE...Gravatar Gael Guennebaud2015-10-08