aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/stl_iterators.cpp
Commit message (Expand)AuthorAge
* Make iterators default constructible and assignable, by making...Gravatar Christoph Hertzberg2021-04-09
* Added support for reverse iterators for Vectorwise operations.Gravatar Felipe Attanasio2020-05-14
* Replace norm() with squaredNorm() to address integer overflowsGravatar Antonio Sanchez2020-04-07
* bug #1776: fix vector-wise STL iterator's operator-> using a proxy as pointer...Gravatar Gael Guennebaud2019-12-03
* bug #1774: fix VectorwiseOp::begin()/end() return types regarding constness.Gravatar Gael Guennebaud2019-11-14
* bug #1619: fix mixing of const and non-const generic iteratorsGravatar Gael Guennebaud2018-11-09
* bug #1619: make const and non-const iterators compatibleGravatar Gael Guennebaud2018-11-09
* add unit tests for bug #1619Gravatar Gael Guennebaud2018-11-01
* relax numerical tests from equal to approx (x87)Gravatar Gael Guennebaud2018-10-11
* Hide stl-container detection test under #ifGravatar Eugene Zhulenev2018-10-09
* Compile time detection for unimplemented stl-style iteratorsGravatar Eugene Zhulenev2018-10-09
* Simplify API by removing allCols/allRows and reusing rowwise/colwise to defin...Gravatar Gael Guennebaud2018-10-05
* Move iterators to internal, improve doc, make unit test c++03 friendlyGravatar Gael Guennebaud2018-10-03
* add unit testsGravatar Gael Guennebaud2018-10-03
* Add pointer-based iterator for direct-access expressionsGravatar Gael Guennebaud2018-10-02
* Use Index instead of ptrdiff_t or int, fix random-accessors.Gravatar Gael Guennebaud2018-10-02
* bug #231: initial implementation of STL iterators for dense expressionsGravatar Gael Guennebaud2018-10-01