aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/util/Meta.h
Commit message (Expand)AuthorAge
* updates based on PR feedbackGravatar Deven Desai2018-06-14
* syncing this fork with upstreamGravatar Deven Desai2018-06-13
|\
| * Don't use std::equal_to inside cuda kernels since it's not supported.Gravatar Benoit Steiner2018-06-07
* | Adding support for using Eigen in HIP kernels.Gravatar Deven Desai2018-06-06
|/
* Fix internal::is_integral<size_t/ptrdiff_t> with MSVC 2013 and older.Gravatar Gael Guennebaud2018-05-22
* Add specializations of is_arithmetic for long long in c++11Gravatar Gael Guennebaud2018-04-23
* fix linking issueGravatar Gael Guennebaud2018-04-13
* bug #1520: workaround some -Wfloat-equal warnings by calling std::equal_toGravatar Gael Guennebaud2018-04-11
* MIsc. source and comment typosGravatar luz.paz2018-03-11
* Add a EIGEN_NO_CUDA option, and introduce EIGEN_CUDACC and EIGEN_CUDA_ARCH al...Gravatar Gael Guennebaud2017-07-17
* update has_ReturnType to be more consistent with other has_ helpersGravatar Gael Guennebaud2017-03-17
* Fall back is_integral to std::is_integral in c++11Gravatar Gael Guennebaud2017-02-13
* Fix vector indexing with uint64_tGravatar Jonathan Hseu2017-02-11
* Fix duplicates of array_size bewteen unsupported and CoreGravatar Gael Guennebaud2017-01-25
* Large code refactoring:Gravatar Gael Guennebaud2017-01-11
* Workaround for error in VS2012 with /clrGravatar Chun Wang2016-11-17
* Workaround a weird msvc 2012 compilation error.Gravatar Gael Guennebaud2016-09-05
* 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
* MSVC-2010 is making problems with SFINAE again. But restricting to the varian...Gravatar klimpel2016-07-28
* Simplify ScalarBinaryOpTraits by removing the Defined enum, and extend its do...Gravatar Gael Guennebaud2016-07-20
* Make scalar_product_op the default (instead of void)Gravatar Gael Guennebaud2016-07-18
* Fix compilation with recent updates of icc 2016Gravatar Gael Guennebaud2016-07-06
* Re-enable some specializations for Assignment<.,Product<>>Gravatar Gael Guennebaud2016-07-05
* bug #1245: fix compilation with msvcGravatar Gael Guennebaud2016-06-24
* mergeGravatar Gael Guennebaud2016-06-14
|\
* | Clean handling for void type in EIGEN_CHECK_BINARY_COMPATIBILIYGravatar Gael Guennebaud2016-06-06
* | Relax mixing-type constraints for binary coefficient-wise operators:Gravatar Gael Guennebaud2016-06-06
| * Implement result_of for the new ternary functorsGravatar Benoit Steiner2016-06-06
|/
* Fix compilation with old iccGravatar Gael Guennebaud2016-05-31
* 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
* Make EIGEN_HAS_STD_RESULT_OF user configurableGravatar Gael Guennebaud2016-05-20
* Resolve bad merge.Gravatar Eugene Brevdo2016-03-08
* 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 #96, bug #1006: fix by value argument in result_of.Gravatar Gael Guennebaud2016-01-28
* Add meta_least_common_multiple helper.Gravatar Gael Guennebaud2016-01-27
* Unify std::numeric_limits and device::numeric_limits within numext namespaceGravatar Gael Guennebaud2016-01-22
* Implement wrapper for matrix-free iterative solversGravatar Gael Guennebaud2015-12-07
* Add is_integral<> type traitsGravatar Gael Guennebaud2015-11-20
* Added numeric limits for unsigned integersGravatar Benoit Steiner2015-11-18
* bug #1099: add missing incude for CUDAGravatar Gael Guennebaud2015-10-31
* CUDA support: define more accurate min/max values for device::numeric_limits ...Gravatar Gael Guennebaud2015-10-28
* Add a few missing EIGEN_DEVICE_FUNC declarationsGravatar Gael Guennebaud2015-09-03