1. f38e16c Apply clang-format by Tobias Wood · 1 year, 5 months ago
  2. 3f7e775 Add IWYU export pragmas to top-level headers. by Antonio Sánchez · 2 years, 2 months ago
  3. 4254b3e bug #1389: MSVC's std containers do not properly align in 64 bits mode if the requested alignment is larger than 16 bytes (e.g., with AVX) by Gael Guennebaud · 8 years ago
  4. ee06f78 Introduce unified macros to identify compiler, OS, and architecture. They are all defined in util/Macros.h and prefixed with EIGEN_COMP_, EIGEN_OS_, and EIGEN_ARCH_ respectively. by Gael Guennebaud · 10 years ago
  5. 69124cf Automatic relicensing to MPL2 using Keirs script. Manual fixup follows. by Benoit Jacob · 13 years ago
  6. 28e64b0 email change by Gael Guennebaud · 15 years ago
  7. 2db5387 Fixed two bad errors on std::vector. by Hauke Heibel · 15 years ago
  8. 086d5f1 Fixed indentation and removed debug code. by Hauke Heibel · 15 years ago
  9. 214d5a8 Added support for STL lists with aligned Eigen types. by Hauke Heibel · 15 years ago
  10. 5b9cc65 Added EIGEN_DEFINE_STL_VECTOR_SPECIALIZATION macro including unit tests and documentation. by Hauke Heibel · 15 years ago
  11. ff1e954 added comments to help vim understand the header files are c++. by Mark Borgerding · 15 years ago
  12. 2f0b4e1 fix compilation with gcc 4.1. Indeed the path for recent gcc doesn't work with gcc 4.1, and looking at the implementation of vector in g++ 4.1, it was exactly our fallback case, so use that. by Benoit Jacob · 16 years ago
  13. 6347b1d remove sentence "Eigen itself is part of the KDE project." by Benoit Jacob · 16 years ago
  14. c8a22db CREDIT Hauke Heibel, more std::vector::insert fixes by Benoit Jacob · 16 years ago
  15. 0c0d382 add copyright on two public headers that are not so trivial... by Benoit Jacob · 16 years ago
  16. e1abffa add missing function, thanks to Hauke Heibel by Benoit Jacob · 16 years ago
  17. acb32c6 * update BVH to explicitely use aligned_allocator * fix warning in StdVector by Gael Guennebaud · 16 years ago
  18. 6f6b5ad add a generic version of std::vector::resize for other stl implementations by Gael Guennebaud · 16 years ago
  19. 2697877 std::vector now explicitely requires the use of Eigen::aligned_allocator by Gael Guennebaud · 16 years ago
  20. c5c384c add missing vector ctor reported by Markus Moll on the ML by Gael Guennebaud · 16 years ago
  21. 5e5bac5 this should fix the linking issue with StdVector without any user by Gael Guennebaud · 16 years ago
  22. 4efcc14 fix ctor issues with ei_workaround_msvc_std_vector by Gael Guennebaud · 16 years ago
  23. 17fd619 more fixes in StdVector, sorry for the noise by Gael Guennebaud · 16 years ago
  24. 365ec07 disable vector::resize() workaround for gcc < 4.1 (they already use a const by Gael Guennebaud · 16 years ago
  25. 6713983 arf... s/_MSVC_VER/_MSC_VER by Gael Guennebaud · 16 years ago
  26. 4dd2efa little fix in new StdVector by Gael Guennebaud · 16 years ago
  27. 3009d79 * allow Matrix to be resized to 0 (solve a lot of troubles with by Gael Guennebaud · 16 years ago
  28. 336ad58 * move cwise *= and /= to Core (like * and /) by Benoit Jacob · 16 years ago
  29. 0c1ef2f make the std::vector fix work also with dynamic size Eigen objects, e.g. by Benoit Jacob · 16 years ago
  30. 335d3bc Based on code + help from Alex Stapleton: by Benoit Jacob · 16 years ago