summaryrefslogtreecommitdiff
path: root/Rx/v2/src/rxcpp/operators/rx-reduce.hpp
AgeCommit message (Expand)Author
2017-02-01add aliases and fix docsKirk Shoop
2017-01-11decouple scan from observable (#323)Grigoriy Chudnov
2016-10-30fix arg order for countKirk Shoop
2016-10-25decouple reduceKirk Shoop
2016-03-10make operator| work betterKirk Shoop
2015-12-17add min and max operatorsGrigoriy Chudnov
2015-06-09Implement Kirk's proposals from issue #136Valery Kopylov
2015-06-09Move the exception class to the top to avoid CE on gcc.Valery Kopylov
2015-06-09Implement new behavior of reduce operatorValery Kopylov
2015-06-09Call on_error() when reducing an empty observable.Valery Kopylov
2015-02-24vc2015 issue is forcing a shift away from on_exception usageKirk Shoop
2015-02-17Use type aliases or: How I learned to love the closing chevronBenPope
2014-10-02more warnings squashedKirk Shoop
2014-08-09windows workaroundsKirk Shoop
2014-08-09minor fixesKirk Shoop
2014-08-05add firstKirk Shoop
2014-08-04add blocking_observable and last, count operatorsKirk Shoop
2014-07-14revamp type deferral mechanism for observableKirk Shoop
2014-06-19added switch_on_next and replaced reduce_toKirk Shoop
2014-06-16add reduce, sum and averageKirk Shoop