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

Tencent / rapidjson / 2256 / 11
100%
master: 100%

Build:
DEFAULT BRANCH: master
Ran 25 Feb 2020 03:49AM UTC
Files 33
Run time 4s
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

25 Feb 2020 03:34AM UTC coverage: 99.921%. Remained the same
CONF=debug ARCH=x86 CXX11=ON GCOV_FLAGS='--coverage'

push

travis-ci

web-flow
Closes #1643 (#1644)

This change comes up with compile time pre-processor directives to
tune the behavior of rapidjson wrt memory consumption. The idea is to
allow each module using this library to choose the right defaults based
on how it consumes memory and what performance it expects.

1. RAPIDJSON_DEFAULT_ALLOCATOR: If defined allows you to choose
	CrtAllocator over MemoryPoolAllocator. If it is not defined, chooses MemoryPoolAllocator by default.
2. RAPIDJSON_DEFAULT_STACK_ALLOCATOR: If defined allows you to choose
	MemoryPoolAllocator over CrtAllocator. If it is not defined, chooses CrtAllocator by default.
3. RAPIDJSON_VALUE_DEFAULT_OBJECT_CAPACITY and RAPIDJSON_VALUE_DEFAULT_ARRAY_CAPACITY: If defined and set to a
	value, uses that value for default number of objects/array elements to be pre-allocated. If not defined,
	uses value of 16: the current default.

Verified that all tests pass.

5075 of 5079 relevant lines covered (99.92%)

1147381.24 hits per line

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