• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

rsocket / rsocket-cpp / 1329

Builds Branch Commit Type Ran Committer Via Coverage
1329 master Fix a few warnings (#413) push 10 May 2017 07:39PM UTC alexmalyshev travis-ci pending completion   set done
1328 master Fix exception_ptr slicing in OldNewBridge (#414) push 10 May 2017 07:34PM UTC alexmalyshev travis-ci pending completion   set done
1306 master Adds socketOn(Connected|Disconnected|Close) to RequestHandler.h (#366) * Adds socketOn(Connected|Disconnected|Close) to RequestHandler.h * - Fixes naming mistake socketOnClose -> socketOnClosed - Adds EXPECT_CALL's to requestHandler methods push 09 May 2017 07:57PM UTC lehecka travis-ci pending completion   set done
1305 master Silence unsigned vs signed integer comparison warnings in ReferenceTest.cpp (#398) push 09 May 2017 07:14PM UTC lehecka travis-ci pending completion   set done
1304 master Remove unneeded uses of virtual, add override where possible (#402) override implies virtual. Otherwise it doesn't compile. push 09 May 2017 06:57PM UTC lehecka travis-ci pending completion   set done
1302 master Fix Subscribers leaks (#401) push 09 May 2017 05:46PM UTC web-flow travis-ci pending completion   set done
1293 master Remove Observers::Base::onSubscribe (#397) push 08 May 2017 07:56PM UTC alexmalyshev travis-ci pending completion   set done
1291 master Rename Flowables::just(initialize_list<>) to ::justN(), make it safe (#389) * Rename Flowables::just(initialize_list<>) to ::justN(), make it safe Copying an initialize_list is unsafe, as it doesn't actually own the memory it points to. To m... push 08 May 2017 05:35PM UTC web-flow travis-ci pending completion   set done
1290 master Fix leaky Reference assignment operators (#395) push 08 May 2017 05:17PM UTC alexmalyshev travis-ci pending completion   set done
1285 master Fix build after recent onNext(T) change (#394) Conflicttttssss push 05 May 2017 09:27PM UTC benjchristensen travis-ci pending completion   set done
1280 master Switch {flowable,observable}::Subscriber::onNext() to take a T (#387) Instead of a `const T&`. `const T&` is too limited in that it will not work with move-only types. We tried to have separate overloads for `const T&` and `T&&`, but ran into... push 05 May 2017 06:53PM UTC web-flow travis-ci pending completion   set done
1278 master Get rid of unnecessary Subscriber upcasts (#388) Now that the new overloads for Reference are available push 05 May 2017 05:07AM UTC benjchristensen travis-ci pending completion   set done
1273 master enable java-server cpp-client tck tests (#390) push 05 May 2017 02:33AM UTC benjchristensen travis-ci pending completion   set done
1272 master Add `Reference<T> make_ref<T, Args...>(Args&&...)` (#392) Akin to std::make_shared. Makes code more concise. push 05 May 2017 02:18AM UTC benjchristensen travis-ci pending completion   set done
1264 master Support upcasting a Reference<B> to Reference<A> where B <: A (#386) * Support upcasting a Reference<B> to Reference<A> where B <: A Just a matter of adding another overload to Reference<T>'s copy/move ctors and assignment operators that take... push 04 May 2017 04:46AM UTC benjchristensen travis-ci pending completion   set done
  • ← Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc