Gael Guennebaud
|
f43ae88892
|
Rename EIGEN_HAVE_RVALUE_REFERENCES to EIGEN_HAS_RVALUE_REFERENCES
|
2016-05-20 14:48:51 +02:00 |
|
Gael Guennebaud
|
998f2efc58
|
Add a EIGEN_MAX_CPP_VER option to limit the C++ version to be used.
|
2016-05-20 14:44:28 +02:00 |
|
Benoit Steiner
|
46bcb70969
|
Don't turn on const expressions when compiling with gcc >= 4.8 unless the -std=c++11 option has been used
|
2016-04-29 15:20:59 -07:00 |
|
Rasmus Munk Larsen
|
09b9e951e3
|
Depend on the more extensive support for constexpr in clang:
http://clang.llvm.org/docs/LanguageExtensions.html#c-1y-relaxed-constexpr
|
2016-04-27 14:59:11 -07:00 |
|
Rasmus Munk Larsen
|
1a325ef71c
|
Detect cxx_constexpr support when compiling with clang.
|
2016-04-27 14:33:51 -07:00 |
|
Benoit Steiner
|
bc68fc2fe7
|
Enable constant expressions when compiling cuda code with clang.
|
2016-03-30 17:58:32 -07:00 |
|
Benoit Steiner
|
05bbca079a
|
Turn on some of the cxx11 features when compiling with visual studio 2015
|
2016-03-05 10:52:08 -08:00 |
|
Benoit Jacob
|
9d6f1ad398
|
I'm told to use __EMSCRIPTEN__ by an Emscripten dev.
|
2016-02-10 12:48:34 -05:00 |
|
Benoit Jacob
|
e6ee18d6b4
|
Make the GCC workaround for sqrt GCC-only; detect Emscripten as non-GCC
|
2016-02-10 11:11:49 -05:00 |
|
Benoit Steiner
|
5cc0dd5f44
|
Fixed the code that disables the use of variadic templates when compiling with nvcc on ARM devices.
|
2016-02-09 10:32:01 -08:00 |
|
Benoit Steiner
|
24d291cf16
|
Worked around nvcc crash when compiling Eigen on Tegra X1
|
2016-02-09 02:34:02 +00:00 |
|
Christoph Hertzberg
|
44d4674955
|
bug #1153: Don't rely on __GXX_EXPERIMENTAL_CXX0X__ to detect C++11 support
|
2016-01-26 16:45:33 +01:00 |
|
Gael Guennebaud
|
9f9de1aaa9
|
bump to 3.3-beta1
|
2015-12-16 21:48:48 +01:00 |
|
Gael Guennebaud
|
ca39b1546e
|
Merged in ebrevdo/eigen (pull request PR-148)
Add special functions to eigen: lgamma, erf, erfc.
|
2015-12-11 11:52:09 +01:00 |
|
Benoit Steiner
|
b820b097b8
|
Created EIGEN_HAS_C99_MATH define as Gael suggested.
|
2015-12-10 13:52:05 -08:00 |
|
Benoit Jacob
|
4926251f13
|
bug #1115: enable static alignment on ARM outside of old-GCC
|
2015-11-18 10:55:23 -05:00 |
|
Benoit Steiner
|
bf792f59e3
|
Only enable the use of constexpr with nvcc if we're using version 7.5 or above
|
2015-11-13 12:24:22 -08:00 |
|
Benoit Steiner
|
e4d45f3440
|
Only enable the use of const expression when nvcc is called with the -std=c++11 option
|
2015-11-12 18:18:35 -08:00 |
|
Benoit Steiner
|
8037826367
|
Simplified more of the IndexList code.
|
2015-11-12 17:19:45 -08:00 |
|
Gael Guennebaud
|
e701cb2c7c
|
Update EIGEN_FAST_MATH doc
|
2015-11-12 12:09:19 +01:00 |
|
Gael Guennebaud
|
e73ef4f25e
|
bug #1109: use noexcept instead of throw for C++11 compilers
|
2015-12-10 14:21:23 +01:00 |
|
Gael Guennebaud
|
1932a24760
|
Simplify EIGEN_DENSE_PUBLIC_INTERFACE
|
2015-10-09 10:21:54 +02:00 |
|
Gael Guennebaud
|
186ec1437c
|
Cleanup EIGEN_SPARSE_PUBLIC_INTERFACE, it is now a simple alias to EIGEN_GENERIC_PUBLIC_INTERFACE
|
2015-10-08 22:06:49 +02:00 |
|
Gael Guennebaud
|
f9303cc7c5
|
bump to 3.3-alpha1
|
2015-09-04 17:26:36 +02:00 |
|
Christoph Hertzberg
|
d2e0927127
|
Define EIGEN_MAX_STATIC_ALIGN_BYTES to 0 for architectures that don't require stack alignment
|
2015-08-17 16:44:52 +02:00 |
|
Gael Guennebaud
|
dc2c103b3b
|
merge
|
2015-08-16 14:22:02 +02:00 |
|
Christoph Hertzberg
|
712e2fed17
|
bug #829: Introduce macro EIGEN_HAS_CXX11_CONTAINERS and do not specialize std-containers if it is enabled.
|
2015-08-14 16:09:48 +02:00 |
|
Gael Guennebaud
|
d4f5efc51a
|
Add a EIGEN_DEFAULT_ALIGN_BYTES macro defining default alignment for alloca and aligned_malloc.
It is defined as the max of EIGEN_IDEAL_MAX_ALIGN_BYTES and EIGEN_MAX_ALIGN_BYTES
|
2015-08-06 13:56:53 +02:00 |
|
Gael Guennebaud
|
175ed636ea
|
bug #973: update macro-level control of alignement by introducing user-controllable EIGEN_MAX_ALIGN_BYTES and EIGEN_MAX_STATIC_ALIGN_BYTES macros. This changeset also removes EIGEN_ALIGN (replaced by EIGEN_MAX_ALIGN_BYTES>0), EIGEN_ALIGN_STATICALLY (replaced by EIGEN_MAX_STATIC_ALIGN_BYTES>0), EIGEN_USER_ALIGN*, EIGEN_ALIGN_DEFAULT (replaced by EIGEN_ALIGN_MAX).
|
2015-07-29 10:22:25 +02:00 |
|
Jonas Adler
|
815fa0dbf6
|
Fixed some compiler bugs in NVCC, now compiles with CUDA.
(chtz: Manually joined sevaral commits to keep the history clean)
|
2015-07-22 12:29:18 +02:00 |
|
Benoit Steiner
|
d259b719d1
|
Made sure that the use const expressions are not enabled when compiling with nvcc even when gcc 4.9 is used as the host compiler.
|
2015-07-21 17:35:58 -07:00 |
|
Benoit Steiner
|
979b73cebf
|
Fixed a typo in Macro.h
|
2015-07-16 14:17:50 -07:00 |
|
Gael Guennebaud
|
b4ab72678c
|
bug #1000: MSVC 2013 does need the operator= workaround
|
2015-06-25 09:45:22 +02:00 |
|
Gael Guennebaud
|
846b227bb7
|
Get rid of class internal::nested<> (still have to updated Tensor module)
|
2015-06-19 17:56:39 +02:00 |
|
Gael Guennebaud
|
84d103bee8
|
Enable C++11 math function in a more conservative manner.
|
2015-06-11 21:45:02 +02:00 |
|
Gael Guennebaud
|
9756c7fb4d
|
Make more use of EIGEN_HAS_C99_MATH
|
2015-06-10 16:26:55 +02:00 |
|
Gael Guennebaud
|
25a98be948
|
bug #80: merge with d_hood branch on adding more coefficient-wise unary array functors
|
2015-06-10 15:52:05 +02:00 |
|
Gael Guennebaud
|
785b9c0127
|
bug #1003: assert in MapBase if the provided pointer is not aligned on scalar while it is expected to be. Also add a EIGEN_ALIGN8 macro.
|
2015-06-09 17:42:09 +02:00 |
|
Gael Guennebaud
|
de18cd413d
|
Disable posix_memalign on Solaris and SunOS, and allows to by-pass built-in posix_memalign detection rules.
|
2015-04-24 11:26:51 +02:00 |
|
Christoph Hertzberg
|
c460af414e
|
Fix bug #1000: Manually inherit assignment operators for MSVC 2013 and later (as required by the standard).
|
2015-04-23 13:39:03 +02:00 |
|
Gael Guennebaud
|
d6a8b43b39
|
Fix typo in the definition of EIGEN_COMP_GNUC_STRICT
|
2015-04-21 10:12:38 +02:00 |
|
Deanna Hood
|
249c48ba00
|
Incorporate C++11 check into EIGEN_HAS_C99_MATH macro
|
2015-04-20 14:57:04 -04:00 |
|
Deanna Hood
|
0250f4a9f2
|
Merged default into unary-array-cwise-functors
|
2015-04-20 14:01:35 -04:00 |
|
Deanna Hood
|
0339502a4f
|
Only use std::isnan and std::isinf if they are available
|
2015-04-20 13:14:06 -04:00 |
|
Benoit Jacob
|
0cbd5ae3cb
|
Correctly detect Android with ndk_build
|
2015-03-31 11:17:21 -04:00 |
|
Gael Guennebaud
|
1330f8bbd1
|
bug #973, improve AVX support by enabling vectorization of Vector4i-like types, and enforcing alignement of Vector4f/Vector2d-like types to preserve compatibility with SSE and future Eigen versions that will vectorize them with AVX enabled.
|
2015-03-13 21:15:50 +01:00 |
|
Gael Guennebaud
|
829dddd0fd
|
Add support for C++11 result_of/lambdas
|
2015-02-19 15:18:37 +01:00 |
|
Gael Guennebaud
|
cc641aabb7
|
Remove deprecated usage of expr::Index.
|
2015-02-16 14:46:51 +01:00 |
|
Gael Guennebaud
|
fe51319980
|
Merge Index-refactoring branch with default, fix PastixSupport, remove some useless typedefs
|
2015-02-13 10:03:53 +01:00 |
|
Gael Guennebaud
|
0918c51e60
|
merge Tensor module within Eigen/unsupported and update gemv BLAS wrapper
|
2015-02-12 21:48:41 +01:00 |
|