aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/util
Commit message (Expand)AuthorAge
* Remove MSVC warning 4127 - conditional expression is constant from the disabl...Gravatar Gael Guennebaud2016-12-20
* bug #1362: workaround constant conditional warning produced by MSVCGravatar Gael Guennebaud2016-12-20
* Fix bug #1367: compilation fix for gcc 4.1!Gravatar Gael Guennebaud2016-12-20
* Made sure EIGEN_HAS_C99_MATH is defined when compiling OpenCL codeGravatar Benoit Steiner2016-12-17
* Reenabled the use of constexpr on OpenCL devicesGravatar Benoit Steiner2016-12-15
* Clean debugging codeGravatar Gael Guennebaud2016-12-05
* Complete rewrite of column-major-matrix * vector product to deliver higher pe...Gravatar Gael Guennebaud2016-12-03
* typo UIntPtrGravatar Angelos Mantzaflaris2016-12-01
* fix two warnings(unused typedef, unused variable) and a typoGravatar Angelos Mantzaflaris2016-12-01
* Merged eigen/eigen into defaultGravatar Benoit Steiner2016-11-30
|\
| * Fix a performance regression in (mat*mat)*vec for which mat*mat was evaluated...Gravatar Gael Guennebaud2016-11-30
* | Merged eigen/eigen into defaultGravatar Benoit Steiner2016-11-26
|\|
* | Fixing LLVM error on TensorMorphingSycl.h on GPU; fixing int64_t crash for te...Gravatar Mehdi Goli2016-11-25
| * Disabled the "remove the call to 'std::abs' since unsigned values cannot be n...Gravatar Benoit Steiner2016-11-23
* | Removing unsupported device from test case; cleaning the tensor device sycl.Gravatar Mehdi Goli2016-11-23
|/
* Enable the use of constant expressions with clang >= 3.6Gravatar Benoit Steiner2016-11-20
* Enable EIGEN_HAS_C99_MATH when building with the latest version of Visual StudioGravatar Benoit Steiner2016-11-18
* Workaround for error in VS2012 with /clrGravatar Chun Wang2016-11-17
* bump default branch to 3.3.90Gravatar Gael Guennebaud2016-11-16
* bump to 3.3.0Gravatar Gael Guennebaud2016-11-10
* bump to 3.3-rc2Gravatar Gael Guennebaud2016-11-04
* Improved AVX512 supportGravatar Benoit Steiner2016-11-03
* Merged eigen/eigen into defaultGravatar Benoit Steiner2016-11-03
|\
| * bug #1330: Cholmod supports double precision only, so let's trigger a static ...Gravatar Gael Guennebaud2016-11-03
| * add a generic EIGEN_HAS_CXX11Gravatar Gael Guennebaud2016-10-26
| * bug #1328: workaround a compilation issue with gcc 4.2Gravatar Gael Guennebaud2016-10-20
| * Patch to allow VS2015 & CUDA 8.0 to compile with Eigen included. I'm not sureGravatar Avi Ginsburg2016-10-13
* | 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
|\|
| * Updated the list of warnings to reflect the new message ids introduced in cud...Gravatar Benoit Steiner2016-09-28
| * disabled MSVC level 4 warning C4714Gravatar Sergiu Deitsch2016-09-25
| * bump to 3.3-rc1Gravatar Gael Guennebaud2016-09-22
| * Improve cost estimation of complex divisionGravatar Gael Guennebaud2016-09-21
| * Fixed compilation warnings generated by nvcc 6.5 (and below) when compiling t...Gravatar Benoit Steiner2016-09-14
| * Suppress warning 2527 and 2529, which correspond to the "calling a __host__ f...Gravatar Benoit Steiner2016-09-13
| * Suppress message 1222 when compiling with nvcc: this ensures that we don't wa...Gravatar Benoit Steiner2016-09-13
| * Fix compilation on 32 bits systems.Gravatar Gael Guennebaud2016-09-09
| * bug #1195: move NumTraits::Div<>::Cost to internal::scalar_div_cost (with som...Gravatar Gael Guennebaud2016-09-08
| * Generalize ScalarBinaryOpTraits to any complex-real combination as defined by...Gravatar Gael Guennebaud2016-09-06
| * Workaround a weird msvc 2012 compilation error.Gravatar Gael Guennebaud2016-09-05
| * Fixed a typoGravatar Benoit Steiner2016-09-02
| * Fix compilation with MSVC 2012Gravatar Gael Guennebaud2016-09-02
| * One more msvc fix iteration, the previous one was over-simplified for visualGravatar Gael Guennebaud2016-09-01
| * Fix compilation with visual studioGravatar Gael Guennebaud2016-09-01
| * Make sure sizeof is truelly needed, thus improving SFINAE portability.Gravatar Gael Guennebaud2016-08-31
| * minor tweaks in has_* helpersGravatar Gael Guennebaud2016-08-31
| * bug #1286: automatically detect the available prototypes of functors passed t...Gravatar Gael Guennebaud2016-08-31
| * bug #1167: simplify installation of header files using cmake's install(DIRECT...Gravatar Gael Guennebaud2016-08-29
| * Add generic implementation of conj_helper for custom complex types.Gravatar Gael Guennebaud2016-08-29