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

libevent / libevent / 485
81%

Build:
DEFAULT BRANCH: master
Ran 25 Apr 2018 10:19PM UTC
Jobs 2
Files 99
Run time 27s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
485

push

travis-ci

azat
Fix CheckFunctionExistsEx() cmake macro on win32

For example under mingw64 it could not detect that strtok_r() exists,
because it checks with:
  void *p = func_name;

And for this you need the function to be defined, so just sync our
CheckFunctionExistsEx.c with CheckFunctionExists.c from cmake (and later
we should drop them out) since it does correct things to detech
functions existence.

Also for WIN32 there is -FIwinsock2.h -FIws2tcpip.h, and I guess that is
not works for mingw gcc (since -F in gcc is framework, and in windows
-FI is like -include in gcc). But looks like we do not need them
already (due to fixed CheckFunctionExistsEx()).

Refs: #605

10954 of 13571 relevant lines covered (80.72%)

291388.45 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
2
100.0
event_tagging.c
Jobs
ID Job ID Ran Files Coverage
1 485.1 (EVENT_BUILD_METHOD=cmake EVENT_CMAKE_OPTIONS="-DEVENT__COVERAGE=ON -DCMAKE_BUILD_TYPE=debug" COVERALLS=yes) 25 Apr 2018 10:19PM UTC 0
80.72
Travis Job 485.1
2 485.2 (EVENT_BUILD_METHOD=cmake EVENT_CMAKE_OPTIONS="-DEVENT__COVERAGE=ON -DCMAKE_BUILD_TYPE=debug" COVERALLS=yes) 25 Apr 2018 10:19PM UTC 0
0.0
Travis Job 485.2
Source Files on build 485
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #485
  • accf383e on github
  • Prev Build on master (#484)
  • Next Build on master (#486)
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

© 2026 Coveralls, Inc