aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/util
Commit message (Expand)AuthorAge
* Silenced some compilation warnings triggered by nvcc 8.0Gravatar Benoit Steiner2016-05-27
* Fix compilation with old ICC version (use C99 types instead of C++11 ones)Gravatar Gael Guennebaud2016-05-27
* Introduce internal's UIntPtr and IntPtr types for pointer to integer conversi...Gravatar Gael Guennebaud2016-05-26
* Turn off ICC's conversion warning in is_convertible implementationGravatar Gael Guennebaud2016-05-26
* 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
* bug #1221: disable gcc 6 warning: ignoring attributes on template argumentGravatar Gael Guennebaud2016-05-19
* bug #1213: rename some enums type for consistency.Gravatar Gael Guennebaud2016-05-18
* bug #1213: Give names to anonymous enumsGravatar Christoph Hertzberg2016-05-06
* Don't turn on const expressions when compiling with gcc >= 4.8 unless the -st...Gravatar 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
* Move LAPACK declarations from blas.h to lapack.h and fix compatibility with E...Gravatar Gael Guennebaud2016-04-11
* Cleanup obsolete assign_scalar_eig2mkl helper.Gravatar Gael Guennebaud2016-04-11
* Fix long to int conversion in BLAS API.Gravatar Gael Guennebaud2016-04-11
* Relax dependency on MKL for EIGEN_USE_BLASGravatar Gael Guennebaud2016-04-11
* Enable constant expressions when compiling cuda code with clang.Gravatar Benoit Steiner2016-03-30
* Resolve bad merge.Gravatar Eugene Brevdo2016-03-08
* Turn on some of the cxx11 features when compiling with visual studio 2015Gravatar Benoit Steiner2016-03-05
* Merged in ebrevdo/eigen (pull request PR-167)Gravatar Benoit Steiner2016-03-03
|\
| * Small bugfix to numeric_limits for CUDA.Gravatar Eugene Brevdo2016-03-02
| * Add infinity() support to numext::numeric_limits, use it in lgamma.Gravatar Eugene Brevdo2016-03-02
* | bug #1170: skip calls to memcpy/memmove for empty imput.Gravatar Gael Guennebaud2016-02-19
|/
* Merged in rmlarsen/eigen (pull request PR-163)Gravatar Gael Guennebaud2016-02-11
|\
* | 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
* | Disabling the nvcc warnings in addition to the clang warnings when clang is u...Gravatar Benoit Steiner2016-02-09
* | 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
| * Merge.Gravatar Rasmus Munk Larsen2016-02-06
| |\ | |/ |/|
| * Implement complete orthogonal decomposition in Eigen.Gravatar Rasmus Munk Larsen2016-02-06
* | Add an explicit assersion on the alignment of the pointer returned by std::ma...Gravatar Gael Guennebaud2016-02-05
* | Remove posix_memalign, _mm_malloc, and _aligned_malloc special paths.Gravatar Gael Guennebaud2016-02-05
|/
* Remove dead codeGravatar Gael Guennebaud2016-02-04
* Disable 2 more nvcc warning messagesGravatar Benoit Steiner2016-02-03
* Added a few commentsGravatar Benoit Steiner2016-02-03
* Properly disable nvcc warning messages in user code.Gravatar Benoit Steiner2016-02-03
* Revert the nvcc messages to their default severity instead of the forcing the...Gravatar Benoit Steiner2016-02-03
* Silenced some unhelpful warnings generated by nvcc.Gravatar Benoit Steiner2016-02-03
* backout changeset d4a9e615699bd7f26864d57d2b28021b9f64b6ffGravatar Gael Guennebaud2016-01-30
* bug #632: implement general coefficient-wise "dense op sparse" operations thr...Gravatar Gael Guennebaud2016-01-30
* Extend SparseView to allow keeping explicit zeros. This is equivalent to spar...Gravatar Gael Guennebaud2016-01-29
* bug #178: remove additional const on nested expression, and remove several co...Gravatar Gael Guennebaud2016-01-28
* Disable stupid MSVC warningGravatar Gael Guennebaud2016-01-28