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

miloyip / rapidjson / 1548 / 11
100%
master: 100%

Build:
DEFAULT BRANCH: master
Ran 01 Aug 2016 12:42PM UTC
Files 31
Run time 1s
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

01 Aug 2016 12:27PM UTC coverage: 99.935%. Remained the same
CONF=debug ARCH=x86 CXX11=ON GCOV_FLAGS='--coverage'

Pull #703

travis-ci

web-flow
Fix builds on x32 platform.

From the Debian wiki: https://wiki.debian.org/X32Port

X32 is an ABI for amd64/x86_64 CPUs using 32-bit integers, longs
and pointers. The idea is to combine the smaller memory and cache
footprint from 32-bit data types with the larger register set of
x86_64. The 64-bit registers can make computation more efficient,
and with 8 additional registers available, there is less pressure
compared to i386/i686.

rapidjson makes an incorrect assumption in a check for 64 bit
platforms, and uses __LP64__ exclusively. This fix adds an
additional check for __x86_64__ && __ILP32__ defines, as a very
conservative fix. However, the usage of __LP64__ would be a problem
for other "mixed" applications like ARM ILP32, so a better detection
scheme might be needed in the future.
Pull Request #703: Fix builds on x32 platform.

4581 of 4584 relevant lines covered (99.93%)

1247484.19 hits per line

Source Files on job 1548.11 (CONF=debug ARCH=x86 CXX11=ON GCOV_FLAGS='--coverage')
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1548
  • Travis Job 1548.11
  • 1330121e on github
  • Prev Job for CONF=debug ARCH=x86 CXX11=ON GCOV_FLAGS='--coverage' on master (#1547.11)
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