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

miloyip / rapidjson / 1548
100%

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

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.

4763 of 4766 relevant lines covered (99.94%)

1927565.72 hits per line

Jobs
ID Job ID Ran Files Coverage
11 1548.11 (CONF=debug ARCH=x86 CXX11=ON GCOV_FLAGS='--coverage') 01 Aug 2016 12:42PM UTC 0
99.93
Travis Job 1548.11
12 1548.12 (CONF=debug ARCH=x86_64 GCOV_FLAGS='--coverage') 01 Aug 2016 12:42PM UTC 0
99.94
Travis Job 1548.12
Source Files on build 1548
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1548
  • Pull Request #703
  • PR Base - master (#1547)
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