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

Tencent / rapidjson / 2256
100%

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

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.

4979 of 4983 relevant lines covered (99.92%)

1769937.7 hits per line

Jobs
ID Job ID Ran Files Coverage
11 2256.11 (CONF=debug ARCH=x86 CXX11=ON GCOV_FLAGS='--coverage') 25 Feb 2020 03:49AM UTC 0
99.92
Travis Job 2256.11
12 2256.12 (CONF=debug ARCH=x86_64 GCOV_FLAGS='--coverage') 25 Feb 2020 03:49AM UTC 0
99.92
Travis Job 2256.12
Source Files on build 2256
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2256
  • b16cec1a on github
  • Prev Build on master (#2252)
  • Next Build on master (#2259)
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