aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* CTEST_CUSTOM_* parameter have to be put in a CTestCustum.cmake file which its...Gravatar Gael Guennebaud2011-02-15
* now ctest does compile the test even though they are not in the "all" targetGravatar Gael Guennebaud2011-02-15
* fix bug #184 (warning)Gravatar Gael Guennebaud2011-02-14
* fix stupid warning (bug #185)Gravatar Gael Guennebaud2011-02-14
* Improve the Transform interface in order to prevent T.rotation() = R from com...Gravatar Hauke Heibel2011-02-14
* Improve documentation of plugins.Gravatar Jitse Niesen2011-02-13
* Added tag 3.0-beta3 for changeset 58986ac832728707618ff43f34d0cf120226d6f6Gravatar Benoit Jacob2011-02-12
* bumpGravatar Benoit Jacob2011-02-12
* Mention comma initializer can be used to concatenate vectorsGravatar Jitse Niesen2011-02-12
* MSVC does not like using uninitialized SSE variables, so we have to pass all ...Gravatar Hauke Heibel2011-02-12
* MergeGravatar Hauke Heibel2011-02-12
|\
* | Disabled warning regarding the use of uninitialized variables on MSVC.Gravatar Hauke Heibel2011-02-12
| * Write topic page for storage orders.Gravatar Jitse Niesen2011-02-12
|/
* Added configuration file for the 'eol' extension.Gravatar Hauke Heibel2011-02-12
* implement optimized ploadu for MSVC10: this also fix bad code generation in g...Gravatar Gael Guennebaud2011-02-12
* since gebp_kernel handled the scaling by alpha it used too many packets, this...Gravatar Gael Guennebaud2011-02-12
* doc fixesGravatar Benoit Jacob2011-02-11
* Reduced error traces when mixing matrices with different scalar types.Gravatar Hauke Heibel2011-02-11
* fix Transform documention regarding ModeGravatar Gael Guennebaud2011-02-10
* fix typoGravatar Benoit Jacob2011-02-10
* document the eigen2 support stagesGravatar Benoit Jacob2011-02-10
* The pfirst hack is needed also on msvc 2010 as it gets completely nuts, even ...Gravatar Benoit Jacob2011-02-09
* remove debug #errorGravatar Benoit Jacob2011-02-09
* back out changeset efdf2e405664163c685127aecec53a21977f8031Gravatar Benoit Jacob2011-02-09
* fix redundancyGravatar Gael Guennebaud2011-02-09
* workaround gcc 4.2.1 ICE (fix bug #145)Gravatar Gael Guennebaud2011-02-09
* fix memory leak (when conservatively resizing vectors of dynamically allocate...Gravatar Gael Guennebaud2011-02-07
* now random<integer types> spans over 0..RAND_MAX, or -RAND_MAX/2..RAND_MAX/2 ...Gravatar Benoit Jacob2011-02-07
* fix unit tests for integer types in preparation for next changeset making ran...Gravatar Benoit Jacob2011-02-07
* fix fuzzy compares for integer types, using a selectorGravatar Benoit Jacob2011-02-07
* workaround gcc 4.2 and 4.3 compilation issue with NEONGravatar Gael Guennebaud2011-02-07
* introduce EIGEN_MAKING_DOCS to tell whether we're compiling the docs examplesGravatar Benoit Jacob2011-02-06
* fix build of class Block examplesGravatar Benoit Jacob2011-02-06
* mergeGravatar Benoit Jacob2011-02-06
|\
* | fix const correctness in Diagonal::coeffRef (fix found by failtests)Gravatar Benoit Jacob2011-02-06
* | fix EIGEN_STATIC_ASSERT_LVALUE (fix found by failtests)Gravatar Benoit Jacob2011-02-06
* | add more failtestsGravatar Benoit Jacob2011-02-06
| * Removed internal::as_argument. This fixes the alignment issues of bug #165.Gravatar Hauke Heibel2011-02-06
|/
* Exposed failtetst publicly.Gravatar Hauke Heibel2011-02-06
* fix under- and overflowGravatar Gael Guennebaud2011-02-06
* add more failtestsGravatar Benoit Jacob2011-02-06
* failtest: a new cmake-based test suite for testing stuff that should fail to ...Gravatar Benoit Jacob2011-02-05
* Made MatrixBase::BasisReturnType const.Gravatar Hauke Heibel2011-02-05
* Fix Diagonal related const correctness issues.Gravatar Hauke Heibel2011-02-05
* Fixed hidden const correctness issue.Gravatar Hauke Heibel2011-02-05
* Remove all references to EIGEN_TUNE_CPU_CACHE_SIZE.Gravatar Jitse Niesen2011-02-04
* fix misc warningsGravatar Thomas Capricelli2011-02-04
* turnaround for a compiler bug in gcc 3.4.6Gravatar Thomas Capricelli2011-02-04
* extend ctest script for SSSE3 and aboveGravatar Gael Guennebaud2011-02-03
* fix SSE3 issue (infinite loop after the ei_ => internal change) - this fix bu...Gravatar Gael Guennebaud2011-02-03