summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2016-12-13add support for C++ coroutines (#286)Kirk Shoop
* add support for C++ coroutines * add tests and docs * address feedback and fix lifetime issue
2016-10-18template observable member functionsKirk Shoop
reduces compile times and prepares for new operator patterns
2015-06-04CMake - require 3.2 and refactorKirk Shoop
NOTE: binaries have moved! OSX <build>/test/rxcppv2_test <build>/examples/pythagorian/pythagorian Windows <build>\test\Debug\rxcppv2_test.exe <build>\examples\pythagorian\Debug\pythagorian.exe NOTE: cmake can be run in the root! This will make a dir named build with the binaries cmake . cmake --build .
2015-05-07Generate and publish Doxygen docs on TravisValery Kopylov
2015-04-24Add example snippets for DoxygenValeriy Kopylov
2015-04-23Add the main page for doxygenValeriy Kopylov
2015-04-22Exclude Doxygen configuration file from the ignore listValeriy Kopylov
2015-03-24add cep sampleKirk Shoop
answers #105
2014-08-05ignore sublime projectsKirk Shoop
2013-12-17add nuget package descriptionKirk Shoop
Conflicts: .gitignore
2013-12-17Begin adding unittests!Kirk Shoop (MS Open Tech)
2013-12-05ignore projectsKirk Shoop
2013-12-02Bug fixes and pretty-printingKirk Shoop
2013-01-17New directory structure.Scott Blomquist
2013-01-16removing the Tx code (it is now on http://tx.codeplex.com)georgis