summaryrefslogtreecommitdiff
path: root/Rx/v2/src/rxcpp/subjects
AgeCommit message (Expand)Author
2018-10-28fixes for replay and moved-from container not being emptyKirk Shoop
2018-10-27Add support for compiling rxcpp with -fno-exceptions (#456)iam
2017-06-05Add get_subscription() for subject (#381)ZINEKS
2017-01-12Patch for issue with lifetime of subject's observers #324吴天同
2016-10-25decouple reduceKirk Shoop
2016-08-09fix lifetime issue in subjectKirk Shoop
2016-02-12fix for leak reported by @benpopeKirk Shoop
2015-07-23Update rx-replaysubject.hppMatt
2015-07-14new observerKirk Shoop
2015-06-23lifetime improvementsKirk Shoop
2015-06-18fixes worker leaks (#101 & #132)Kirk Shoop
2015-06-16Add replay operator with testsValery Kopylov
2015-04-21Fixing two issues of memory usage after free...Shiva Shankar P
2015-04-11Don't return std::move(t); It prevents NRVO and is almost always wrongben
2015-02-24vs2015 warns of name hidingKirk Shoop
2015-02-17Use type aliases or: How I learned to love the closing chevronBenPope
2014-08-28a loop must prevent moves.Kirk Shoop
2014-08-02added group_byKirk Shoop
2014-07-29add create and print. redo lift.Kirk Shoop
2014-07-07rename synchronize to publish_synchronizeKirk Shoop
2014-07-07more work on coordinationKirk Shoop
2014-07-07add as_dynamic, remove incorrect coordination of subscriberKirk Shoop
2014-06-16add reduce, sum and averageKirk Shoop
2014-06-16add behavior and publish overloadKirk Shoop
2014-06-15coordinator refinementsKirk Shoop
2014-06-13fix some reported issuesKirk Shoop
2014-06-11fix lifetime bug in subjectKirk Shoop
2014-06-10windows fixes, replace scheduler with coordinationKirk Shoop
2014-06-09remove regulator, add coordinationKirk Shoop
2014-06-07perf improvementsKirk Shoop
2014-06-07fix lifetime issueKirk Shoop
2014-06-01split input and output lifetimesKirk Shoop
2014-05-20add synchronize subject and fix lifetime issuesKirk Shoop
2014-05-16rename make_dynamic_observableKirk Shoop
2014-05-15move lifetime storage in subjectKirk Shoop
2014-05-15changes to the lifetime of subjectKirk Shoop
2014-03-27use perfect forwarding - duhKirk Shoop (MS Open Tech)
2014-03-24initialize current_generationKirk Shoop
2014-03-24fix race *and* improve perf in subjectKirk Shoop
2014-03-24reduce race in subjectKirk Shoop
2014-03-22compiles on clang at least.Kirk Shoop
2014-03-19fix a runtime crashKirk Shoop
2014-03-19switch subscribe from observer to subscriberKirk Shoop
2014-03-02prep version 2 for releaseKirk Shoop (MS Open Tech)