- f38e16c Apply clang-format by Tobias Wood · 1 year, 5 months ago
- 3f7e775 Add IWYU export pragmas to top-level headers. by Antonio Sánchez · 2 years, 2 months ago
- 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
- 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
- 69124cf Automatic relicensing to MPL2 using Keirs script. Manual fixup follows. by Benoit Jacob · 13 years ago
- 28e64b0 email change by Gael Guennebaud · 15 years ago
- 2db5387 Fixed two bad errors on std::vector. by Hauke Heibel · 15 years ago
- 086d5f1 Fixed indentation and removed debug code. by Hauke Heibel · 15 years ago
- 214d5a8 Added support for STL lists with aligned Eigen types. by Hauke Heibel · 15 years ago
- 5b9cc65 Added EIGEN_DEFINE_STL_VECTOR_SPECIALIZATION macro including unit tests and documentation. by Hauke Heibel · 15 years ago
- ff1e954 added comments to help vim understand the header files are c++. by Mark Borgerding · 15 years ago
- 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
- 6347b1d remove sentence "Eigen itself is part of the KDE project." by Benoit Jacob · 16 years ago
- c8a22db CREDIT Hauke Heibel, more std::vector::insert fixes by Benoit Jacob · 16 years ago
- 0c0d382 add copyright on two public headers that are not so trivial... by Benoit Jacob · 16 years ago
- e1abffa add missing function, thanks to Hauke Heibel by Benoit Jacob · 16 years ago
- acb32c6 * update BVH to explicitely use aligned_allocator * fix warning in StdVector by Gael Guennebaud · 16 years ago
- 6f6b5ad add a generic version of std::vector::resize for other stl implementations by Gael Guennebaud · 16 years ago
- 2697877 std::vector now explicitely requires the use of Eigen::aligned_allocator by Gael Guennebaud · 16 years ago
- c5c384c add missing vector ctor reported by Markus Moll on the ML by Gael Guennebaud · 16 years ago
- 5e5bac5 this should fix the linking issue with StdVector without any user by Gael Guennebaud · 16 years ago
- 4efcc14 fix ctor issues with ei_workaround_msvc_std_vector by Gael Guennebaud · 16 years ago
- 17fd619 more fixes in StdVector, sorry for the noise by Gael Guennebaud · 16 years ago
- 365ec07 disable vector::resize() workaround for gcc < 4.1 (they already use a const by Gael Guennebaud · 16 years ago
- 6713983 arf... s/_MSVC_VER/_MSC_VER by Gael Guennebaud · 16 years ago
- 4dd2efa little fix in new StdVector by Gael Guennebaud · 16 years ago
- 3009d79 * allow Matrix to be resized to 0 (solve a lot of troubles with by Gael Guennebaud · 16 years ago
- 336ad58 * move cwise *= and /= to Core (like * and /) by Benoit Jacob · 16 years ago
- 0c1ef2f make the std::vector fix work also with dynamic size Eigen objects, e.g. by Benoit Jacob · 16 years ago
- 335d3bc Based on code + help from Alex Stapleton: by Benoit Jacob · 16 years ago