aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/util
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 MSVC warning C4290: C++ exception specification ignored except to indicat...Gravatar Gael Guennebaud2018-06-07
| * Set EIGEN_IDEAL_MAX_ALIGN_BYTES correctly for AVX512 buildsGravatar Mark D Ryan2018-05-17
|/
* Fix internal::is_integral<size_t/ptrdiff_t> with MSVC 2013 and older.Gravatar Gael Guennebaud2018-05-22
* fix stupid typoGravatar Gael Guennebaud2018-05-18
* is_convertible<T,Index> does not seems to work well with MSVC 2013, so let's ...Gravatar Gael Guennebaud2018-05-18
* add some internal checksGravatar Gael Guennebaud2018-05-18
* Add specializations of is_arithmetic for long long in c++11Gravatar Gael Guennebaud2018-04-23
* Disable -Wshadow when compiling with g++Gravatar Christoph Hertzberg2018-04-21
* fix linking issueGravatar Gael Guennebaud2018-04-13
* bug #1520: workaround some -Wfloat-equal warnings by calling std::equal_toGravatar Gael Guennebaud2018-04-11
* Extend list of MSVC versionsGravatar Gael Guennebaud2018-04-04
* commit 45e9c9996da790b55ed9c4b0dfeae49492ac5c46 (HEAD -> memory_fix)Gravatar Gael Guennebaud2018-04-03
* MIsc. source and comment typosGravatar luz.paz2018-03-11
* Implement better static assertion checking to make sure that the first assert...Gravatar Gael Guennebaud2018-03-09
* Add static assertion on selfadjoint-view's UpLo parameter.Gravatar Gael Guennebaud2018-03-09
* Add possibility to overwrite EIGEN_STRONG_INLINE.Gravatar Gael Guennebaud2017-12-14
* Add EIGEN_MKL_NO_DIRECT_CALL optionGravatar Gael Guennebaud2017-11-09
* Patch from Konstantin Arturov to enable MKL's direct call by defaultGravatar Gael Guennebaud2017-11-09
* Merged in LaFeuille/eigen-1/LaFeuille/typo-fix-alignmeent-alignment-150588939...Gravatar Benoit Steiner2017-10-21
|\
* | bug #1468 (1/2) : add missing std:: to memcpyGravatar Gael Guennebaud2017-09-22
* | Update documentation for aligned_allocatorGravatar Gael Guennebaud2017-09-20
| * Typo fix alignmeent ->alignmentGravatar LaFeuille2017-09-20
|/
* clang provides __has_feature(is_enum) (but not <type_traits>) in C++03 modeGravatar Christoph Hertzberg2017-09-14
* std::integral_constant is not C++03 compatibleGravatar Christoph Hertzberg2017-09-14
* Fix compilation of Vector::operator()(enum) by treating enums as IndexGravatar Gael Guennebaud2017-09-07
* bug #1462: remove all occurences of the deprecated __CUDACC_VER__ macro by in...Gravatar Gael Guennebaud2017-08-24
* Clarify doc regarding the usage of MKL_DIRECT_CALLGravatar Gael Guennebaud2017-08-17
* Fix support for MKL's BLAS when using MKL_DIRECT_CALL.Gravatar Gael Guennebaud2017-08-17
* disable nvcc boolean-expr-is-constant warningGravatar Gael Guennebaud2017-07-17
* Add a EIGEN_NO_CUDA option, and introduce EIGEN_CUDACC and EIGEN_CUDA_ARCH al...Gravatar Gael Guennebaud2017-07-17
* Fix a gcc7 warning: Wint-in-bool-contextGravatar Gael Guennebaud2017-06-26
* Enable MSVC 2010 workaround from MSVC onlyGravatar Gael Guennebaud2017-06-09
* updated warning number for nvcc relase 8 (V8.0.61) for the stupid warning mes...Gravatar Abhijit Kundu2017-05-01
* update has_ReturnType to be more consistent with other has_ helpersGravatar Gael Guennebaud2017-03-17
* Adjusted the EIGEN_DEVICE_FUNC qualifiers to make sure that:Gravatar Benoit Steiner2017-03-01
* Made most of the packet math primitives usable within CUDA kernel when compil...Gravatar Benoit Steiner2017-02-28
* Fix usage of CUDACC_VERGravatar Gael Guennebaud2017-02-20
* 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
* Forgot to include a file in previous commitGravatar Gael Guennebaud2017-02-11
* Added a new EIGEN_HAS_INDEXED_VIEW define that set to 0 for older compilers t...Gravatar Benoit Steiner2017-02-10
* Include clang in the list of non strict MSVC (just to be sure)Gravatar Gael Guennebaud2017-02-10
* Define EIGEN_COMP_GNUC to reflect version number: 47, 48, 49, 50, 60, ...Gravatar Gael Guennebaud2017-02-01
* MSVC 1900 release is not c++14 compatible enough for us. The 1910 update seem...Gravatar Gael Guennebaud2017-01-27
* Revert PR-292. After further investigation, the memcpy->memmove change was on...Gravatar Rasmus Munk Larsen2017-01-26
* Merged in ggael/eigen-flexidexing (pull request PR-294)Gravatar Gael Guennebaud2017-01-26
|\