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

TokTok / toxcore / 479

Builds Branch Commit Type Ran Committer Via Coverage
479 master Replace pthread_yield with sched_yield. The former is a non-standard glibc extension. On linux, it is implemented as a call to sched_yield, so this change does nothing there. On OSX, pthread_yield doesn't exist, and we already use sched_yield. Pull #88 02 Sep 2016 09:03AM UTC web-flow travis-ci pending completion   set done
478 master Replace pthread_yield with sched_yield. The former is a non-standard glibc extension. On linux, it is implemented as a call to sched_yield, so this change does nothing there. On OSX, pthread_yield doesn't exist, and we already use sched_yield. Pull #87 02 Sep 2016 09:00AM UTC web-flow travis-ci pending completion   set done
477 master Add _GNU_SOURCE so pthread_yield is in scope. Pull #87 02 Sep 2016 08:56AM UTC web-flow travis-ci pending completion   set done
476 master Do not use `else` after `return`. http://llvm.org/docs/CodingStandards.html#use-early-exits-and-continue-to-simplify-code Pull #78 02 Sep 2016 08:48AM UTC web-flow travis-ci pending completion   set done
475 master Add OSX and Windows build to travis config. Pull #77 01 Sep 2016 07:16PM UTC web-flow travis-ci pending completion   set done
474 master Add address sanitizer option to cmake file. Pull #68 01 Sep 2016 07:09PM UTC web-flow travis-ci pending completion   set done
473 master Do not use `else` after `return`. http://llvm.org/docs/CodingStandards.html#use-early-exits-and-continue-to-simplify-code Pull #78 01 Sep 2016 07:04PM UTC web-flow travis-ci pending completion   set done
472 master Add OSX and Windows build to travis config. Pull #77 01 Sep 2016 06:58PM UTC web-flow travis-ci pending completion   set done
471 master Remove useless casts. These casts are either completely useless (casting T to T) or implicit (x = y). push 01 Sep 2016 06:53PM UTC iphydf travis-ci pending completion   set done
470 master Add OSX and Windows build to travis config. Pull #77 01 Sep 2016 06:00PM UTC web-flow travis-ci pending completion   set done
469 master Remove useless casts. These casts are either completely useless (casting T to T) or implicit (x = y). Pull #84 01 Sep 2016 05:55PM UTC web-flow travis-ci pending completion   set done
468 master Do not use `else` after `return`. http://llvm.org/docs/CodingStandards.html#use-early-exits-and-continue-to-simplify-code Pull #78 01 Sep 2016 05:39PM UTC web-flow travis-ci pending completion   set done
467 master Sort #includes in all source files. push 01 Sep 2016 05:37PM UTC iphydf travis-ci pending completion   set done
466 master Sort #includes in all source files. Pull #80 01 Sep 2016 04:38PM UTC web-flow travis-ci pending completion   set done
465 master Add missing #include <pthread.h> to av_test.c. It was an undefined function before. push 01 Sep 2016 03:41PM UTC iphydf travis-ci pending completion   set done
  • ← Previous
  • 1
  • 2
  • …
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • …
  • 53
  • 54
  • 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