summaryrefslogtreecommitdiff
path: root/Rx/v2/test/operators/scan.cpp
AgeCommit message (Collapse)Author
2017-01-11decouple scan from observable (#323)Grigoriy Chudnov
* decouple scan from observable * fix redefinition bug
2016-12-29decouple take from observableGrigoriy Chudnov
2016-12-06decouple map from observable (#281)Grigoriy Chudnov
* decouple map from observable * fix msvc compilation error
2015-07-23small ci changesKirk Shoop
2014-11-10#41 - scan on_subscribe should be constKirk Shoop
2014-08-28update tests to use on.next instead of on.on_nextKirk Shoop
2014-07-07Add tests for operatorsValeriy Kopylov
buffer, distinct_until_changed, scan, switch_on_next
2014-06-25Switch existing tests to use a new styleValeriy Kopylov
Remove unnecessary local vars, typedefs, namespaces, and templates specialization from tests.
2014-05-30Add scanKirk Shoop