aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* | | | | Fix build failures in matrix_power and matrix_exponential tests.Gravatar Alexey Frunze2018-08-31
* | | | | "sparse_product.cpp" must be included before "sparse_basic.cpp", otherwise EI...Gravatar Christoph Hertzberg2018-08-30
* | | | | Product of empty array must be 1 and not 0.Gravatar Christoph Hertzberg2018-08-30
* | | | | Fix integer conversion warningGravatar Christoph Hertzberg2018-08-30
* | | | | Fixed a few more shadowing warnings when compiling with g++ (and c++03)Gravatar Christoph Hertzberg2018-08-30
* | | | | adding EIGEN_DEVICE_FUNC attribute to fix some GPU unit tests that are broken...Gravatar Deven Desai2018-08-27
* | | | | Collapsed revisionGravatar Mehdi Goli2018-08-28
* | | | | gcc thinks this may not be initializedGravatar Christoph Hertzberg2018-08-28
* | | | | Fix numerous shadow-warnings for GCC<=4.8Gravatar Christoph Hertzberg2018-08-28
* | | | | Disable/ReenableStupidWarnings did not work properly, when included recursivelyGravatar Christoph Hertzberg2018-08-28
* | | | | bug #1590: fix collision with some system headers defining the macro FP32Gravatar Gael Guennebaud2018-08-28
* | | | | Old gcc versions have problems with recursive #pragma GCC diagnostic push/popGravatar Christoph Hertzberg2018-08-28
* | | | | bug #1584: Improve random (avoid undefined behavior).Gravatar Alexey Frunze2018-08-08
| |_|_|/ |/| | |
* | | | Disable a bonus unit-test which is broken with gcc 4.7Gravatar Gael Guennebaud2018-08-27
* | | | bug #1573: workaround gcc 4.7 and 4.8 bugGravatar Gael Guennebaud2018-08-27
* | | | Fix some trivial C++11 vs C++03 compatibility warningsGravatar Christoph Hertzberg2018-08-25
* | | | Make unit test C++03 compatibleGravatar Christoph Hertzberg2018-08-25
* | | | Fix shadow warnings in doc-snippetsGravatar Christoph Hertzberg2018-08-25
* | | | Fix some shadow warningsGravatar Christoph Hertzberg2018-08-25
* | | | Previous fix broke compilation for clangGravatar Christoph Hertzberg2018-08-25
* | | | Fix conversion warningGravatar Christoph Hertzberg2018-08-25
* | | | Fix missing-braces warningsGravatar Christoph Hertzberg2018-08-24
* | | | Fixed more sign-compare and type-limits warningsGravatar Christoph Hertzberg2018-08-24
* | | | Hide "maybe uninitialized" warning on gccGravatar Christoph Hertzberg2018-08-24
* | | | Fix several integer conversion and sign-compare warningsGravatar Christoph Hertzberg2018-08-24
* | | | Merged in rmlarsen/eigen3 (pull request PR-468)Gravatar Christoph Hertzberg2018-08-24
|\ \ \ \
| * | | | Address comments about EIGEN_THREAD_LOCAL.Gravatar Rasmus Munk Larsen2018-08-24
* | | | | Use Intel cast intrinsics, since MSVC does not allow direct casting.Gravatar Christoph Hertzberg2018-08-24
| * | | | Fix g++ compilation.Gravatar Rasmus Munk Larsen2018-08-23
| * | | | Don't rely on __had_feature for g++.Gravatar Rasmus Munk Larsen2018-08-23
| * | | | Pad PerThread when we emulate thread_local to prevent false sharing.Gravatar Rasmus Munk Larsen2018-08-23
| * | | | rename mu.Gravatar Rasmus Munk Larsen2018-08-23
| * | | | Store std::unique_ptr instead of raw pointers in per_thread_map_.Gravatar Rasmus Munk Larsen2018-08-23
| * | | | Protect #undef max with #ifdef max.Gravatar Rasmus Munk Larsen2018-08-23
| * | | | mergeGravatar Rasmus Munk Larsen2018-08-23
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Replace pointers by values or unique_ptr for better leak-safetyGravatar Christoph Hertzberg2018-08-23
* | | | | Make MaxSizeVector leak-safeGravatar Christoph Hertzberg2018-08-23
* | | | | Updated one more line of code to avoid making the test dependent on cxx11 fea...Gravatar Benoit Steiner2018-08-17
* | | | | Removed more dependencies on cxx11.Gravatar Benoit Steiner2018-08-17
* | | | | Add missing empty lineGravatar Gael Guennebaud2018-08-17
* | | | | Assertion depended on a not yet initialized valueGravatar Christoph Hertzberg2018-08-17
* | | | | Silence double-promotion warningGravatar Christoph Hertzberg2018-08-17
* | | | | Silence logical-op-parentheses warningGravatar Christoph Hertzberg2018-08-17
* | | | | Silence unused parameter warningGravatar Christoph Hertzberg2018-08-17
* | | | | Silence double-promotion warning (when converting double to complex<long doub...Gravatar Christoph Hertzberg2018-08-17
* | | | | Merged in codeplaysoftware/eigen-upstream-pure/Pointer_type_creation (pull re...Gravatar Benoit Steiner2018-08-16
|\ \ \ \ \
* | | | | | Adding missing at method in Eigen::arrayGravatar Benoit Steiner2018-08-16
* | | | | | Avoid using the auto keyword to make the tensor block access test more portableGravatar Benoit Steiner2018-08-16
* | | | | | Use actual types instead of the auto keyword to make the code more portableGravatar Benoit Steiner2018-08-16
| * | | | | removing the noises.Gravatar Mehdi Goli2018-08-16