summaryrefslogtreecommitdiff
path: root/Rx/v2/src/rxcpp/operators/rx-concat.hpp
AgeCommit message (Expand)Author
2018-08-09Rx: Add support for compiling code without exceptions (-fno-exceptions)Igor Murashkin
2017-01-12decouple concat from observableGrigoriy Chudnov
2016-03-10make operator| work betterKirk Shoop
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-14revamp type deferral mechanism for observableKirk Shoop
2014-06-15coordinator refinementsKirk Shoop
2014-06-10windows fixes, replace scheduler with coordinationKirk Shoop
2014-06-09remove regulator, add coordinationKirk Shoop
2014-06-07perf improvementsKirk Shoop
2014-05-30add concatKirk Shoop