summaryrefslogtreecommitdiff
path: root/Rx/v2/src
AgeCommit message (Expand)Author
2016-12-22decouple repeat from observable (#298)Grigoriy Chudnov
2016-12-21take_while snippet (#299)Rafał Borowiak
2016-12-19decouple pairwise from observableGrigoriy Chudnov
2016-12-17decouple sequence_equal from observable (#295)Grigoriy Chudnov
2016-12-16add is_empty operator (#294)Grigoriy Chudnov
2016-12-16decouple take_while from observable (#293)Rafał Borowiak
2016-12-16decouple retry from observableGrigoriy Chudnov
2016-12-14decouple on_error_resume_next from observable (#289)Grigoriy Chudnov
2016-12-13add support for C++ coroutines (#286)Kirk Shoop
2016-12-09add an optional BinaryPredicate to distinct_until_changed for element comparisonGrigoriy Chudnov
2016-12-09Issue #283: take_while operator implementation (#287)Rafał Borowiak
2016-12-08fixes issue 284Grigoriy Chudnov
2016-12-06decouple map from observable (#281)Grigoriy Chudnov
2016-11-30decouple finally from observableGrigoriy Chudnov
2016-11-25fix window_with_time_or_countKirk Shoop
2016-11-25decouple exists and contains from observable (#276)Grigoriy Chudnov
2016-11-23decouple all from observableGrigoriy Chudnov
2016-11-22decouple ignore_elements from observableGrigoriy Chudnov
2016-11-17decouple element_at from observable (#273)Grigoriy Chudnov
2016-11-09decouple distinct_until_changed from observableGrigoriy Chudnov
2016-11-08remove redundant codeGrigoriy Chudnov
2016-11-08decouple delay from observableGrigoriy Chudnov
2016-10-31decouple distinct from observable (#267)Grigoriy Chudnov
2016-10-30fix arg order for countKirk Shoop
2016-10-30Decouple filter from observable (#264)Grigoriy Chudnov
2016-10-25decouple reduceKirk Shoop
2016-10-22decouple debounce from observableGrigoriy Chudnov
2016-10-21decouple combine_latest and with_latest_fromKirk Shoop
2016-10-20decouple group_by lifter from observableKirk Shoop
2016-10-18template observable member functionsKirk Shoop
2016-10-12zip round eleventy-oneKirk Shoop
2016-10-12decouple zip operator from observableKirk Shoop
2016-09-23Merge pull request #253 from marcobusemann/qtnamingconflictfixKirk Shoop
2016-09-23Removed naming conflict with Qt's emit defineMarco Busemann
2016-09-23add Coordinator parameter to sequence_equalGrigoriy Chudnov
2016-09-19change group_by semanticsKirk Shoop
2016-09-16add BinaryPredicate to sequence_equalGrigoriy Chudnov
2016-09-07vs1015 workaroundsKirk Shoop
2016-09-07workaround for vs2015 update 3Kirk Shoop
2016-09-06initialize ordinalKirk Shoop
2016-08-31add sequence_equal operatorGrigoriy Chudnov
2016-08-09fix lifetime issue in subjectKirk Shoop
2016-08-03Verbose abortDiorcet Yann
2016-07-25fix issue with identity_same_worker, serialize_same_worker吴天同
2016-07-17add switch_if_empty, default_if_emptyGrigoriy Chudnov
2016-07-15fix zip completionKirk Shoop
2016-07-10exposed empty as a sourceGrigoriy Chudnov
2016-06-07add time_interval operatorGrigoriy Chudnov
2016-06-02show sample in _last docsKirk Shoop
2016-06-02remove some lambdasKirk Shoop