summaryrefslogtreecommitdiff
path: root/Rx/v2/src/rxcpp/operators/rx-distinct.hpp
AgeCommit message (Expand)Author
2022-09-01Remove RxCpp, which is no longer used.HEADmastermainElliott Hughes
2018-08-09Rx: Add support for compiling code without exceptions (-fno-exceptions)Igor Murashkin
2016-10-31decouple distinct from observable (#267)Grigoriy Chudnov
2016-03-31fix distinct factory for operator call syntaxGrigoriy Chudnov
2016-02-02use whitelist filter on std::hash<> to avoid bad static_assert in multiple st...Kirk Shoop
2016-02-02conditionally enable distinct for hashable typesGrigoriy Chudnov
2016-01-26add distinct operatorGrigoriy Chudnov