Coveralls logob
Coveralls logo
  • Home
  • Features
  • Pricing
  • Docs
  • Sign In

Tencent / rapidjson / 2256
100%

DEFAULT BRANCH: master
Build:
Repo Added 13 Sep 2017 09:11AM UTC
Total Files 33
# Builds 522 Last
Badge
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 - 3:34 coverage decreased (-0.001%) to 99.92%
2256

push

travis-ci

9181eb84f9c35729a3bad740fb7f9d93?size=18&default=identiconweb-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
Coverage Job Files Covered Ran
99.92
2256.11 (CONF=debug ARCH=x86 CXX11=ON GCOV_FLAGS='--coverage') 33 25 Feb 2020 03:49AM UTC Travis Job 2256.11
99.92
2256.12 (CONF=debug ARCH=x86_64 GCOV_FLAGS='--coverage') 33 25 Feb 2020 03:49AM UTC Travis Job 2256.12
Source Files on build 2256
  • Tree
  • List 33
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Travis Build #2256
  • b16cec1a on github
  • Prev Build on master (#2176)
  • Next Build on master (#2183)
Troubleshooting · Open an Issue · Sales · Support · ENTERPRISE · CAREERS · STATUS
BLOG · TWITTER · Legal & Privacy · Supported CI Services · What's a CI service? · Automated Testing

© 2022 Coveralls, Inc