index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
Eigen
/
src
/
StlSupport
Commit message (
Expand
)
Author
Age
*
Remove private access of std::deque::_M_impl.
Antonio Sanchez
2020-12-10
*
Fix StlDeque for GCC 10
David Tellenbach
2020-07-29
*
Fixed a few more shadowing warnings when compiling with g++ (and c++03)
Christoph Hertzberg
2018-08-30
*
Fix numerous shadow-warnings for GCC<=4.8
Christoph Hertzberg
2018-08-28
*
Add std:: namespace prefix to all (hopefully) instances if size_t/ptrdfiff_t
Gael Guennebaud
2017-01-23
*
bug #1167: simplify installation of header files using cmake's install(DIRECT...
Gael Guennebaud
2016-08-29
*
bug #1164: fix list and deque specializations such that our aligned allocator...
Damien R
2016-02-03
*
bug #829: Introduce macro EIGEN_HAS_CXX11_CONTAINERS and do not specialize st...
Christoph Hertzberg
2015-08-14
*
Introduce unified macros to identify compiler, OS, and architecture. They are...
Gael Guennebaud
2014-11-04
*
Fic bug #819: include path of details.h
Gael Guennebaud
2014-06-04
*
Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.
Benoit Jacob
2012-07-13
*
oops EIGEN_DEFINE_STL_VECTOR_SPECIALIZATION now perfroms full specialization,
Gael Guennebaud
2011-08-22
*
fix bug #262: Compilation error of stdvector_overload test with GCC 4.6
Gael Guennebaud
2011-08-22
*
better fix for gcc 4.6.0 / ptrdiff_t, as suggested by Benoit
Thomas Capricelli
2011-05-05
*
Fix compilation with gcc-4.6.0, patch provided by Anton Gladky <gladky.anton@...
Thomas Capricelli
2011-05-05
*
Applied a fix to our std::vector specialization which prevents the usage of w...
Hauke Heibel
2010-12-02
*
bug #86 : use internal:: namespace instead of ei_ prefix
Benoit Jacob
2010-10-25
*
fix compilation and warnings with fcc 4.0.1
Gael Guennebaud
2010-10-13
*
add cmakelists for 2 subdirs and make sure all subdirs are installed (GLOB)
Benoit Jacob
2010-09-14
*
Removed debug outputs.
Hauke Heibel
2010-07-28
*
* added EIGEN_ALIGNED_ALLOCATOR macro to allow specifying a different aligned...
Kenneth Riddile
2010-07-26
*
email change
Gael Guennebaud
2010-06-24
*
Fixed two bad errors on std::vector.
Hauke Heibel
2010-04-21
*
Added support for STL lists with aligned Eigen types.
Hauke Heibel
2010-04-18