summaryrefslogtreecommitdiff
path: root/Rx/v2/src/rxcpp/operators/rx-skip.hpp
AgeCommit message (Expand)Author
2017-01-06fix documentation typo in skipKirk Shoop
2016-12-30decouple skip from observableRafaƂ Borowiak
2015-04-11Prefer std::make_shared<T> to using std::shared_ptr(new T())ben
2015-02-17Use type aliases or: How I learned to love the closing chevronBenPope
2014-07-03Repair GCC compilationValeriy Kopylov
2014-07-03Fix state transition on take_untilValeriy Kopylov
2014-07-03Implement skip operatorValeriy Kopylov