summaryrefslogtreecommitdiff
path: root/Rx/v2/src/rxcpp/rx-util.hpp
AgeCommit message (Expand)Author
2018-10-27Add support for compiling rxcpp with -fno-exceptions (#456)iam
2018-07-10group_by support DurationSelector (#447)Diorcet Yann
2017-07-21std::unexpected has been deprecatedKirk Shoop
2017-04-10Kirkshoop/filterimprovement (#371)Kirk Shoop
2016-12-31Fix a issue with rxcpp::util::any_value_trueMinglei Zhang
2016-12-17decouple sequence_equal from observable (#295)Grigoriy Chudnov
2016-10-25decouple reduceKirk Shoop
2016-10-22decouple debounce from observableGrigoriy Chudnov
2016-10-12zip round eleventy-oneKirk Shoop
2016-10-12decouple zip operator from observableKirk Shoop
2016-09-16add BinaryPredicate to sequence_equalGrigoriy Chudnov
2016-07-15fix zip completionKirk Shoop
2016-03-30add hash implementations for time_point and durationAlexandre Bourlon
2016-03-10make operator| work betterKirk Shoop
2016-03-09support hash of enum using underlying_type by default.Kirk Shoop
2016-03-09add is_string<T>Kirk Shoop
2016-03-09add is_hashable check for strings (string, wstring, u16string, u32string)Grigoriy Chudnov
2016-02-02use whitelist filter on std::hash<> to avoid bad static_assert in multiple st...Kirk Shoop
2016-01-19improve support for androidGrigoriy Chudnov
2015-07-23Update rx-util.hppMatt
2015-07-21change template parameter name B0 that causes compilaton error when used with...Marcin Hoffmann
2015-07-16Fix gcc 4.9 erro - invalid use of non-lvalue arrayShiva Shankar P
2015-07-09added tap operatorKirk Shoop
2015-06-09Implement new behavior of reduce operatorValery Kopylov
2015-04-16Implement thread local storage for iOSValery Kopylov
2015-04-11Change the way statics work to avoid namespace detail {ben
2015-02-17Use type aliases or: How I learned to love the closing chevronBenPope
2015-02-17Fix Issue #93: Don't return a reference to a local variable in extract_list_f...ben
2014-11-17Disable clang optimization on extract_list_front() for OSXValeriy Kopylov
2014-11-17Clean zip sourcesValeriy Kopylov
2014-11-13optnone is required for OSX ClangValeriy Kopylov
2014-11-13[[clang::optnone]] attribute doesn't work on OSXValeriy Kopylov
2014-11-12Disable clang optimization that spoils value extracted from list.Valeriy Kopylov
2014-11-12Add zip operator including testsValeriy Kopylov
2014-10-03re-enable combine_latestKirk Shoop
2014-10-02fix clang warningsKirk Shoop
2014-10-02add RXCPP_DELETE and types<...>Kirk Shoop
2014-09-18add types_checked based on void_t proposalKirk Shoop
2014-08-04add blocking_observable and last, count operatorsKirk Shoop
2014-07-29print fixesKirk Shoop
2014-07-29add create and print. redo lift.Kirk Shoop
2014-07-15fixes some compilation issues adds a start_with ish thangKirk Shoop
2014-07-14revamp type deferral mechanism for observableKirk Shoop
2014-07-07add println utilityKirk Shoop
2014-06-16add reduce, sum and averageKirk Shoop
2014-06-13introducing initializer_listKirk Shoop
2014-06-11add bufferKirk Shoop
2014-06-10osx compilation fixKirk Shoop
2014-06-10fix compilation on windowsKirk Shoop
2014-06-10add combine_latestKirk Shoop