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

google / benchmark / 1629
92%

Build:
DEFAULT BRANCH: master
Ran 05 Jun 2018 10:40AM UTC
Jobs 1
Files 36
Run time 3s
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
1629

push

travis-ci

dominichamon
Fix compilation on Android with GNU STL (#596)

* Fix compilation on Android with GNU STL

GNU STL in Android NDK lacks string conversion functions from C++11, including std::stoul, std::stoi, and std::stod.
This patch reimplements these functions in benchmark:: namespace using C-style equivalents from C++03.

* Avoid use of log2 which doesn't exist in Android GNU STL

GNU STL in Android NDK lacks log2 function from C99/C++11.
This patch replaces their use in the code with double log(double) function.

6 of 6 new or added lines in 2 files covered. (100.0%)

1493 of 1713 relevant lines covered (87.16%)

4660909.29 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1629.1 (COMPILER=g++ C_COMPILER=gcc BUILD_TYPE=Coverage) 05 Jun 2018 10:40AM UTC 0
87.16
Travis Job 1629.1
Source Files on build 1629
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1629
  • 7fb3c564 on github
  • Prev Build on master (#1624)
  • Next Build on master (#1631)
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