index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
Eigen
/
src
/
Core
/
util
/
Macros.h
Commit message (
Expand
)
Author
Age
*
Fix determination of EIGEN_HAS_TYPE_TRAITS
Gael Guennebaud
2018-07-19
*
Disable type traits for GCC < 5.1.0
Eugene Zhulenev
2018-07-18
*
applying EIGEN_DECLARE_TEST to *gpu* tests
Deven Desai
2018-07-17
*
bug #1572: use c++11 atomic instead of volatile if c++11 is available, and di...
Gael Guennebaud
2018-07-17
*
Cleanup the mess in Eigen/Core by moving CUDA/HIP stuff at more appropriate p...
Gael Guennebaud
2018-07-12
*
syncing this fork with upstream
Deven Desai
2018-06-13
|
\
*
|
Adding support for using Eigen in HIP kernels.
Deven Desai
2018-06-06
|
*
Fix MSVC warning C4290: C++ exception specification ignored except to indicat...
Gael Guennebaud
2018-06-07
|
*
Set EIGEN_IDEAL_MAX_ALIGN_BYTES correctly for AVX512 builds
Mark D Ryan
2018-05-17
|
/
*
Extend list of MSVC versions
Gael Guennebaud
2018-04-04
*
MIsc. source and comment typos
luz.paz
2018-03-11
*
Add possibility to overwrite EIGEN_STRONG_INLINE.
Gael Guennebaud
2017-12-14
*
Typo fix alignmeent ->alignment
LaFeuille
2017-09-20
*
clang provides __has_feature(is_enum) (but not <type_traits>) in C++03 mode
Christoph Hertzberg
2017-09-14
*
Fix compilation of Vector::operator()(enum) by treating enums as Index
Gael Guennebaud
2017-09-07
*
bug #1462: remove all occurences of the deprecated __CUDACC_VER__ macro by in...
Gael Guennebaud
2017-08-24
*
Add a EIGEN_NO_CUDA option, and introduce EIGEN_CUDACC and EIGEN_CUDA_ARCH al...
Gael Guennebaud
2017-07-17
*
Enable MSVC 2010 workaround from MSVC only
Gael Guennebaud
2017-06-09
*
Made most of the packet math primitives usable within CUDA kernel when compil...
Benoit Steiner
2017-02-28
*
Fix usage of CUDACC_VER
Gael Guennebaud
2017-02-20
*
Forgot to include a file in previous commit
Gael Guennebaud
2017-02-11
*
Added a new EIGEN_HAS_INDEXED_VIEW define that set to 0 for older compilers t...
Benoit Steiner
2017-02-10
*
Include clang in the list of non strict MSVC (just to be sure)
Gael Guennebaud
2017-02-10
*
Define EIGEN_COMP_GNUC to reflect version number: 47, 48, 49, 50, 60, ...
Gael Guennebaud
2017-02-01
*
MSVC 1900 release is not c++14 compatible enough for us. The 1910 update seem...
Gael Guennebaud
2017-01-27
*
Fix unamed type as template argument (ok in c++11 only)
Gael Guennebaud
2017-01-25
*
Introduce a EIGEN_HAS_CXX14 macro
Gael Guennebaud
2017-01-16
*
MSVC 2015 has all we want about c++11 and MSVC 2017 fails on binder1st/binder2nd
Gael Guennebaud
2017-01-06
*
bug #1362: workaround constant conditional warning produced by MSVC
Gael Guennebaud
2016-12-20
*
Fix bug #1367: compilation fix for gcc 4.1!
Gael Guennebaud
2016-12-20
*
Made sure EIGEN_HAS_C99_MATH is defined when compiling OpenCL code
Benoit Steiner
2016-12-17
*
Reenabled the use of constexpr on OpenCL devices
Benoit Steiner
2016-12-15
*
Fixing LLVM error on TensorMorphingSycl.h on GPU; fixing int64_t crash for te...
Mehdi Goli
2016-11-25
*
Removing unsupported device from test case; cleaning the tensor device sycl.
Mehdi Goli
2016-11-23
*
Enable the use of constant expressions with clang >= 3.6
Benoit Steiner
2016-11-20
*
Enable EIGEN_HAS_C99_MATH when building with the latest version of Visual Studio
Benoit Steiner
2016-11-18
*
bump default branch to 3.3.90
Gael Guennebaud
2016-11-16
*
bump to 3.3.0
Gael Guennebaud
2016-11-10
*
bump to 3.3-rc2
Gael Guennebaud
2016-11-04
*
Improved AVX512 support
Benoit Steiner
2016-11-03
*
Merged eigen/eigen into default
Benoit Steiner
2016-11-03
|
\
|
*
add a generic EIGEN_HAS_CXX11
Gael Guennebaud
2016-10-26
|
*
Patch to allow VS2015 & CUDA 8.0 to compile with Eigen included. I'm not sure
Avi Ginsburg
2016-10-13
*
|
Merged eigen/eigen into default
Benoit Steiner
2016-10-12
|
\
|
|
*
Reenabled the use of variadic templates on tegra x1 provides that the latest ...
Benoit Steiner
2016-10-08
*
|
Merged latest updates from trunk
Benoit Steiner
2016-10-05
|
\
|
|
*
bump to 3.3-rc1
Gael Guennebaud
2016-09-22
|
*
Fixed compilation warnings generated by nvcc 6.5 (and below) when compiling t...
Benoit Steiner
2016-09-14
|
*
Define EIGEN_COMP_CLANG to clang version as major*100+minor (e.g., 307 corres...
Gael Guennebaud
2016-08-22
|
*
Bump to 3.3-beta2
Gael Guennebaud
2016-07-26
[next]