| Commit message (Expand) | Author | Age |
* | applying EIGEN_DECLARE_TEST to *gpu* tests | Deven Desai | 2018-07-17 |
* | Relax the condition to not only work on Android. | Rasmus Munk Larsen | 2018-07-13 |
* | Clang produces incorrect Thumb2 assembler when using alloca. | Rasmus Munk Larsen | 2018-07-13 |
* | Merged in deven-amd/eigen (pull request PR-402) | Gael Guennebaud | 2018-07-12 |
|\ |
|
* | | Fix double ;; | Gael Guennebaud | 2018-07-11 |
| * | merging updates from upstream | Deven Desai | 2018-07-11 |
| |\
| |/
|/| |
|
* | | Introduce the macro ei_declare_local_nested_eval to help allocating on the st... | Gael Guennebaud | 2018-07-09 |
| * | updates based on PR feedback | Deven Desai | 2018-06-14 |
* | | Extend CUDA support to matrix inversion and selfadjointeigensolver | Andrea Bocci | 2018-06-11 |
| * | Adding support for using Eigen in HIP kernels. | Deven Desai | 2018-06-06 |
|/ |
|
* | commit 45e9c9996da790b55ed9c4b0dfeae49492ac5c46 (HEAD -> memory_fix) | Gael Guennebaud | 2018-04-03 |
* | MIsc. source and comment typos | luz.paz | 2018-03-11 |
* | bug #1468 (1/2) : add missing std:: to memcpy | Gael Guennebaud | 2017-09-22 |
* | Update documentation for aligned_allocator | Gael Guennebaud | 2017-09-20 |
* | Revert PR-292. After further investigation, the memcpy->memmove change was on... | Rasmus Munk Larsen | 2017-01-26 |
* | Update copy helper to use fast_memcpy. | Rasmus Munk Larsen | 2017-01-24 |
* | Adds a fast memcpy function to Eigen. This takes advantage of the following: | Rasmus Munk Larsen | 2017-01-24 |
* | Add std:: namespace prefix to all (hopefully) instances if size_t/ptrdfiff_t | Gael Guennebaud | 2017-01-23 |
* | typo UIntPtr | Angelos Mantzaflaris | 2016-12-01 |
* | fix two warnings(unused typedef, unused variable) and a typo | Angelos Mantzaflaris | 2016-12-01 |
* | Fixed compilation warnings generated by nvcc 6.5 (and below) when compiling t... | Benoit Steiner | 2016-09-14 |
* | Introduce internal's UIntPtr and IntPtr types for pointer to integer conversi... | Gael Guennebaud | 2016-05-26 |
* | bug #1170: skip calls to memcpy/memmove for empty imput. | Gael Guennebaud | 2016-02-19 |
* | Add an explicit assersion on the alignment of the pointer returned by std::ma... | Gael Guennebaud | 2016-02-05 |
* | Remove posix_memalign, _mm_malloc, and _aligned_malloc special paths. | Gael Guennebaud | 2016-02-05 |
* | Fixed some compilation problems with nvcc + clang | Benoit Steiner | 2016-01-27 |
* | Made the blas utils usable from within a cuda kernel | Benoit Steiner | 2016-01-11 |
* | Workaround "empty paragraph" warning with clang -Wdocumentation | Gael Guennebaud | 2015-12-30 |
* | bug #1109: use noexcept instead of throw for C++11 compilers | Gael Guennebaud | 2015-12-10 |
* | Let unpacket_traits<> exposes the required alignment and make use of it every... | Gael Guennebaud | 2015-08-07 |
* | Generalize first_aligned to take the requested alignment as a template parame... | Gael Guennebaud | 2015-08-06 |
* | Add a EIGEN_DEFAULT_ALIGN_BYTES macro defining default alignment for alloca a... | Gael Guennebaud | 2015-08-06 |
* | bug #973: update macro-level control of alignement by introducing user-contro... | Gael Guennebaud | 2015-07-29 |
* | Fixed some compiler bugs in NVCC, now compiles with CUDA. | Jonas Adler | 2015-07-22 |
* | Disable posix_memalign on Solaris and SunOS, and allows to by-pass built-in p... | Gael Guennebaud | 2015-04-24 |
* | Marked a few functions as EIGEN_DEVICE_FUNC to enable the use of tensors in c... | Benoit Steiner | 2015-02-10 |
* | bug #921: fix utilization of bitwise operation on enums in first_aligned | Gael Guennebaud | 2014-12-19 |
* | Introduce unified macros to identify compiler, OS, and architecture. They are... | Gael Guennebaud | 2014-11-04 |
* | Add lapack interface to JacobiSVD and BDCSVD | Gael Guennebaud | 2014-10-17 |
* | Fix indentation | Gael Guennebaud | 2014-10-09 |
* | Add a scoped_array helper class to handle locally allocated/used arrays | Gael Guennebaud | 2014-10-09 |
* | Fix bug #884: No malloc for zero-sized matrices or for Ref without temporaries | Christoph Hertzberg | 2014-09-25 |
* | bug #861: enable posix_memalign with PGI | Gael Guennebaud | 2014-08-26 |
* | add missing delete operator overloads | Gael Guennebaud | 2014-07-30 |
* | Define EIGEN_TRY, EIGEN_CATCH, EIGEN_THROW as suggested by Moritz Klammer. | Christoph Hertzberg | 2014-07-22 |
* | Applied changes suggested by Christoph Hertzberg to c'tor leak fix. | Moritz Klammler | 2014-07-18 |
* | Avoid memory leak when constructor of user-defined type throws exception. | Moritz Klammler | 2014-07-06 |
* | bug #837: Always re-align the result of EIGEN_ALLOCA. | Christoph Hertzberg | 2014-07-08 |
* | Fix bug #729: Use alloca if it is defined | Christoph Hertzberg | 2014-06-23 |
* | Fix bug #803: avoid char* to int* conversion | Gael Guennebaud | 2014-05-01 |