index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
Eigen
/
StdVector
Commit message (
Expand
)
Author
Age
*
Introduce unified macros to identify compiler, OS, and architecture. They are...
Gael Guennebaud
2014-11-04
*
Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.
Benoit Jacob
2012-07-13
*
email change
Gael Guennebaud
2010-06-24
*
Fixed two bad errors on std::vector.
Hauke Heibel
2010-04-21
*
Fixed indentation and removed debug code.
Hauke Heibel
2010-04-18
*
Added support for STL lists with aligned Eigen types.
Hauke Heibel
2010-04-18
*
Added EIGEN_DEFINE_STL_VECTOR_SPECIALIZATION macro including unit tests and d...
Hauke Heibel
2010-01-27
*
added comments to help vim understand the header files are c++.
Mark Borgerding
2009-12-01
*
fix compilation with gcc 4.1. Indeed the path for recent gcc doesn't work wit...
Benoit Jacob
2009-08-21
*
remove sentence "Eigen itself is part of the KDE project."
Benoit Jacob
2009-05-22
*
CREDIT Hauke Heibel, more std::vector::insert fixes
Benoit Jacob
2009-05-07
*
add copyright on two public headers that are not so trivial...
Benoit Jacob
2009-05-06
*
add missing function, thanks to Hauke Heibel
Benoit Jacob
2009-05-06
*
* update BVH to explicitely use aligned_allocator
Gael Guennebaud
2009-04-23
*
add a generic version of std::vector::resize for other stl
Gael Guennebaud
2009-04-21
*
std::vector now explicitely requires the use of Eigen::aligned_allocator
Gael Guennebaud
2009-04-21
*
add missing vector ctor reported by Markus Moll on the ML
Gael Guennebaud
2009-04-21
*
this should fix the linking issue with StdVector without any user
Gael Guennebaud
2009-04-21
*
fix ctor issues with ei_workaround_msvc_std_vector
Gael Guennebaud
2009-04-21
*
more fixes in StdVector, sorry for the noise
Gael Guennebaud
2009-02-07
*
disable vector::resize() workaround for gcc < 4.1 (they already use a const
Gael Guennebaud
2009-02-07
*
arf... s/_MSVC_VER/_MSC_VER
Gael Guennebaud
2009-02-07
*
little fix in new StdVector
Gael Guennebaud
2009-02-07
*
* allow Matrix to be resized to 0 (solve a lot of troubles with
Gael Guennebaud
2009-02-07
*
* move cwise *= and /= to Core (like * and /)
Benoit Jacob
2009-01-12
*
make the std::vector fix work also with dynamic size Eigen objects, e.g.
Benoit Jacob
2009-01-10
*
Based on code + help from Alex Stapleton:
Benoit Jacob
2009-01-09