summaryrefslogtreecommitdiff
path: root/Rx
AgeCommit message (Expand)Author
2015-04-21Fixing two issues of memory usage after free...Shiva Shankar P
2015-04-21Fixing compilation error "class has virtual functions and accessible non-virt...Shiva Shankar P
2015-04-16Implement thread local storage for iOSValery Kopylov
2015-04-13schedule observer and subscription in buffer and window when using timeKirk Shoop
2015-04-11Change the way statics work to avoid namespace detail {ben
2015-04-11Don't return std::move(t); It prevents NRVO and is almost always wrongben
2015-04-11Prefer std::make_shared<T> to using std::shared_ptr(new T())ben
2015-03-24added win_text exampleKirk Shoop
2015-03-24add cep sampleKirk Shoop
2015-02-25travis ci changesKirk Shoop
2015-02-24rework pi tests and fix io sideeffectsKirk Shoop
2015-02-24vs2015 size mismatch warningKirk Shoop
2015-02-24vs2015 warns of name hidingKirk Shoop
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
2015-02-17Unnecessary semicolons are nnecessaryben
2015-02-17Fix Issue #93: Don't return a reference to a local variable in extract_list_f...ben
2015-01-31fixes #58 concat_map_factory initialiser list passes arguments in the wrong o...Kirk Shoop
2015-01-26Implement pairwise operatorTim Cheeseman
2014-11-21Fix accessing to non-existed instance issue on buffer/windows with time&countValeriy Kopylov
2014-11-21Clean buffer/window codeValeriy Kopylov
2014-11-21Add buffer/window with time&count operators including testsValeriy Kopylov
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-12Clang compilation fixesvkopylov
2014-11-12Add zip operator including testsValeriy Kopylov
2014-11-11fix travis and workaround for libstd++ bugKirk Shoop
2014-11-10#39 - race on function static causes AVKirk Shoop
2014-11-10#41 - scan on_subscribe should be constKirk Shoop
2014-10-06clang warning cleanKirk Shoop
2014-10-03re-enable combine_latestKirk Shoop
2014-10-03gcc warning fixesKirk Shoop
2014-10-02fix clang warningsKirk Shoop
2014-10-02increases warning level, fixes warningsKirk Shoop
2014-10-02more warnings squashedKirk Shoop
2014-10-02add RXCPP_DELETE and types<...>Kirk Shoop
2014-10-02fix some warningsKirk Shoop
2014-09-19fix clang errorKirk Shoop
2014-09-18stop time drift in window_with_timeKirk Shoop
2014-09-18stop time drift in buffer_with_timeKirk Shoop
2014-09-18fix clang errorsKirk Shoop
2014-09-18add some types_checked usageKirk Shoop
2014-09-18add types_checked based on void_t proposalKirk Shoop
2014-09-18fix clang errors in printf specsKirk Shoop
2014-09-18silence warning on clangKirk Shoop
2014-09-16Add window_with_time operator including tests.Valeriy Kopylov
2014-09-16Add buffer_with_time operator including tests.Valeriy Kopylov