summaryrefslogtreecommitdiff
path: root/Rx/v2/src/rxcpp/rx-test.hpp
AgeCommit message (Collapse)Author
2016-10-25decouple reduceKirk Shoop
breaking changes to accumulator and result selector function signature. take and return by-value, reduce will move for you. switch from abort to terminate
2015-04-24adding docs in order to update readme.html codeKirk Shoop
2015-04-21Fixing compilation error "class has virtual functions and accessible ↵Shiva Shankar P
non-virtual destructor". The Fix is to add explicit virtual destructors where they're missing.
2014-07-29add create and print. redo lift.Kirk Shoop
arrrggg pulled a thread in lift and it unravelled..
2014-05-15improve dynamic_observerKirk Shoop
begin improvements based on new understanding of template arg deduction.
2014-05-13add liftKirk Shoop
cannot use it easily until C++14 deduced return type for auto functions is available.
2014-03-20add support for operator | and well as operator >>Kirk Shoop
2014-03-19switch subscribe from observer to subscriberKirk Shoop
2014-03-02prep version 2 for releaseKirk Shoop (MS Open Tech)