aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Fis static_assert in test to conform c++11 standardGravatar Eugene Zhulenev2018-09-11
* Merge with upstream eigen/defaultGravatar Eugene Zhulenev2018-09-11
|\
* | Fix compilation of tiled evaluation code with c++03Gravatar Eugene Zhulenev2018-09-11
| * LLT: correct doc and add missing reference for the return type of rankUpdateGravatar Justin Carpentier2018-09-11
* | Merge with upstream eigen/defaultGravatar Eugene Zhulenev2018-08-27
|\ \
* | | Fix BlockAccess enum in CwiseUnaryOp evaluatorGravatar Eugene Zhulenev2018-08-10
* | | Merge with eigen/defaultGravatar Eugene Zhulenev2018-08-10
|\ \ \
* | | | Add block evaluationto CwiseUnaryOp and add PreferBlockAccess enum to all eva...Gravatar Eugene Zhulenev2018-08-10
* | | | Fix bug in a test + compilation errorsGravatar Eugene Zhulenev2018-08-09
* | | | Merged with upstream eigenGravatar Eugene Zhulenev2018-08-08
|\ \ \ \
| | | | * Fix doxy and misc. typosGravatar luz.paz"2018-08-01
| | | | * [PATCH] cmake: Support source include with add_subdirectory andGravatar Jean-Christophe Fillion-Robin2018-09-07
| | | | * Fix 'template argument uses local type'-warnings (when compiled in C++03 mode)Gravatar Christoph Hertzberg2018-09-10
| | | | * bug #1526 - CUDA compilation fails on CUDA 9.x SDK when arch is set to comput...Gravatar Jiandong Ruan2018-09-08
| | | | * Use `static const int` instead of `enum` to avoid numerous `local-type-templa...Gravatar Christoph Hertzberg2018-09-07
| | | | * bug #1595: Don't use C++11's std::isnan() in MIPS/MSA packet math.Gravatar Alexey Frunze2018-09-06
| | | | * Make param name and docs constistent for JacobiRotation::makeGivensGravatar cgs10192018-09-06
| | | | * 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