summaryrefslogtreecommitdiff
path: root/projects/CMake/CMakeLists.txt
AgeCommit message (Expand)Author
2022-09-01Remove RxCpp, which is no longer used.HEADmastermainElliott Hughes
2019-02-11cmake: Fix 'make' generator targetsIgor Murashkin
2018-10-27Add support for compiling rxcpp with -fno-exceptions (#456)iam
2017-12-13Add: Skip_while operator (#418)Martin Kodovský
2017-07-24Add 'include' to the install path of the headersPeter Majchrak
2016-12-31travisci fixesKirk Shoop
2016-12-13add support for C++ coroutines (#286)Kirk Shoop
2016-10-13add support for `make install`Kirk Shoop
2016-08-31add sequence_equal operatorGrigoriy Chudnov
2016-07-17add switch_if_empty, default_if_emptyGrigoriy Chudnov
2016-06-07add time_interval operatorGrigoriy Chudnov
2016-05-25add skip_last operatorGrigoriy Chudnov
2016-05-18add take_last operatorGrigoriy Chudnov
2016-04-21add timestamp operatorGrigoriy Chudnov
2016-04-14add all operatorGrigoriy Chudnov
2016-04-12add with_latest_fromKirk Shoop
2016-04-12add timeout operatorGrigoriy Chudnov
2016-03-28add exists operatorGrigoriy Chudnov
2016-03-15add debounce operatorGrigoriy Chudnov
2016-03-05add delay operatorKirk Shoop
2016-03-04add ignore_elements operatorGrigoriy Chudnov
2016-03-01add sample operatorGrigoriy Chudnov
2016-02-10fix file nameGrigoriy Chudnov
2016-02-10add element_atGrigoriy Chudnov
2016-01-26add distinct operatorGrigoriy Chudnov
2015-07-09adds on_error_resume_next operatorKirk Shoop
2015-07-09added tap operatorKirk Shoop
2015-07-07add lines from bytes exampleKirk Shoop
2015-06-23add run-loop schedulerKirk Shoop
2015-06-16Add replay operator with testsValery Kopylov
2015-06-09Modified CMake files to put all examples below one folderdaixtrose
2015-06-08Added RxCpp source files to solutiondaixtrose
2015-06-04fix broken doxygenKirk Shoop
2015-06-04CMake - require 3.2 and refactorKirk Shoop
2015-06-01Add description and examples for observable<T> membersValery Kopylov
2015-05-13Add amb operator including testsValery Kopylov
2015-05-05Split interval into interval([when], period, [scheduler]) and timer(when, [sc...Valery Kopylov
2015-05-04Add description and examples for operators from observable<void,void>Valery Kopylov
2015-04-24adding docs in order to update readme.html codeKirk Shoop
2015-04-24Repair Doxygen examples generation for make-type systemsValeriy Kopylov
2015-04-24Add example snippets for DoxygenValeriy Kopylov
2015-04-23Add the main page for doxygenValeriy Kopylov
2015-04-22Repair include pathsValeriy Kopylov
2015-04-22Add Doxygen generator as a new task for makeValeriy Kopylov
2015-02-25travis ci changesKirk Shoop
2015-01-26Implement pairwise operatorTim Cheeseman
2014-11-12Add zip operator including testsValeriy Kopylov
2014-10-03re-enable combine_latestKirk Shoop
2014-10-03gcc warning fixesKirk Shoop
2014-10-02increases warning level, fixes warningsKirk Shoop