aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/util/Macros.h
Commit message (Expand)AuthorAge
* Get rid of initialization logic for blueNorm by making the computed constants...Gravatar Rasmus Munk Larsen2020-09-18
* Add support for CastXML on ARM aarch64Gravatar Brad King2020-09-16
* Fixing a CUDA / P100 regression introduced by PR 181Gravatar Deven Desai2020-08-20
* Bug #1788: Fix rule-of-three violations inside the stable modules.Gravatar Christoph Hertzberg2019-12-19
* Add default definition for EIGEN_PREDICT_*Gravatar Rasmus Munk Larsen2019-12-16
* Improve accuracy of fast approximate tanh and the logistic functions in Eigen...Gravatar Rasmus Munk Larsen2019-12-16
* [SYCL] Rebasing the SYCL support branch on top of the Einge upstream master b...Gravatar Mehdi Goli2019-11-28
* Add EIGEN_HAS_INTRINSIC_INT128 macroGravatar Rasmus Munk Larsen2019-11-06
* PR 621: Fix documentation of EIGEN_COMP_EMSCRIPTENGravatar David Tellenbach2019-03-21
* [SYCL] This PR adds the minimum modifications to Eigen core required to run E...Gravatar Mehdi Goli2019-06-27
* Clean up CUDA/NVCC version macros and their use in Eigen, and a few other CUD...Gravatar Rasmus Munk Larsen2019-05-31
* Merged in rmlarsen/eigen (pull request PR-643)Gravatar Rasmus Larsen2019-05-20
|\
| * Make Eigen build with cuda 10 and clang.Gravatar Rasmus Munk Larsen2019-05-15
* | Eigen: Fix MSVC C++17 language standard detection logicGravatar Scott Ramsby2019-05-03
|/
* Merged eigen/eigen into defaultGravatar Deven Desai2019-03-19
|\
| * bug #1409: make EIGEN_MAKE_ALIGNED_OPERATOR_NEW* macros empty in c++17 mode:Gravatar Gael Guennebaud2019-02-20
| * Add C++17 detection macro, and make sure throw(xpr) is not used if the compil...Gravatar Gael Guennebaud2019-02-19
| * bug #1680: improve MSVC inlining by declaring many triavial constructors and ...Gravatar Gael Guennebaud2019-02-15
| * TypoGravatar Gael Guennebaud2019-01-15
| * Replace compiler's alignas/alignof extension by respective c++11 keywords whe...Gravatar Gael Guennebaud2019-01-11
| * Do not disable alignment with EIGEN_GPUCCGravatar Eugene Zhulenev2018-12-03
* | ROCm/HIP specfic fixes + updatesGravatar Deven Desai2018-11-19
|/
* Recent xcode versions does support EIGEN_HAS_STATIC_ARRAY_TEMPLATEGravatar Gael Guennebaud2018-11-09
* Only set EIGEN_CONSTEXPR_ARE_DEVICE_FUNC for clang++ if cxx_relaxed_constexpr...Gravatar Rasmus Munk Larsen2018-10-18
* Provide EIGEN_OVERRIDE and EIGEN_FINAL macros to mark virtual function overridesGravatar Christoph Hertzberg2018-09-24
* Enable std::result_of for msvc 2015 and laterGravatar Gael Guennebaud2018-09-13
* Fixing typo.Gravatar Mehdi Goli2018-08-08
* Adding EIGEN_UNROLL_LOOP macro.Gravatar Mehdi Goli2018-08-08
* bug #1580: Fix cuda clang build. STL is not supported, so std::equal_to and s...Gravatar Rasmus Munk Larsen2018-08-01
* Fix two regressions introduced in previous merges: bad usage of EIGEN_HAS_VAR...Gravatar Gael Guennebaud2018-08-01
* Using the suggested modification.Gravatar Mehdi Goli2018-08-01
* variadic version of assert which can take a parameter pack as its input.Gravatar Mehdi Goli2018-08-01
* Fixed issue which made documentation not getting built anymoreGravatar Christoph Hertzberg2018-07-24
* fix typoGravatar Gael Guennebaud2018-07-23
* Disable type traits for stdlibc++ <= 4.9.3Gravatar Eugene Zhulenev2018-07-20
* Fix determination of EIGEN_HAS_TYPE_TRAITSGravatar Gael Guennebaud2018-07-19
* Disable type traits for GCC < 5.1.0Gravatar Eugene Zhulenev2018-07-18
* applying EIGEN_DECLARE_TEST to *gpu* testsGravatar Deven Desai2018-07-17
* bug #1572: use c++11 atomic instead of volatile if c++11 is available, and di...Gravatar Gael Guennebaud2018-07-17
* Cleanup the mess in Eigen/Core by moving CUDA/HIP stuff at more appropriate p...Gravatar Gael Guennebaud2018-07-12
* syncing this fork with upstreamGravatar Deven Desai2018-06-13
|\
* | 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
|/
* Extend list of MSVC versionsGravatar Gael Guennebaud2018-04-04
* MIsc. source and comment typosGravatar luz.paz2018-03-11
* Add possibility to overwrite EIGEN_STRONG_INLINE.Gravatar Gael Guennebaud2017-12-14
* 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
* Fix compilation of Vector::operator()(enum) by treating enums as IndexGravatar Gael Guennebaud2017-09-07