summaryrefslogtreecommitdiff
path: root/Rx/v2/test/operators/group_by.cpp
AgeCommit message (Expand)Author
2018-10-27Add support for compiling rxcpp with -fno-exceptions (#456)iam
2017-09-13Fix clang-trunk -Wunused-lambda-capture warningsEric Niebler
2017-01-24decouple observe_on from observable (#335)Grigoriy Chudnov
2017-01-21decouple start_with from observableGrigoriy Chudnov
2017-01-12decouple concat from observableGrigoriy Chudnov
2017-01-05decouple merge from observableGrigoriy Chudnov
2016-12-29decouple take from observableGrigoriy Chudnov
2016-12-06decouple map from observable (#281)Grigoriy Chudnov
2016-10-25decouple reduceKirk Shoop
2016-10-20decouple group_by lifter from observableKirk Shoop
2016-09-19change group_by semanticsKirk Shoop
2016-04-24added window_toggleKirk Shoop
2016-02-13Reduce use of newben
2015-07-23small ci changesKirk Shoop
2015-04-11Don't return std::move(t); It prevents NRVO and is almost always wrongben
2015-02-24rework pi tests and fix io sideeffectsKirk Shoop
2014-08-28update tests to use on.next instead of on.on_nextKirk Shoop
2014-08-09windows workaroundsKirk Shoop
2014-08-09add group_by test (pi series)Kirk Shoop
2014-08-03msvc 2013 fixesKirk Shoop
2014-08-03change tolower and isspace to use classic localeKirk Shoop
2014-08-02added group_byKirk Shoop