"Fossies" - the Fresh Open Source Software Archive  

Source code changes report for "rapidjson" between the packages
rapidjson-1.0.2.tar.gz and rapidjson-1.1.0.tar.gz

About: RapidJSON is a fast JSON parser/generator for C++ with both SAX/DOM style API.

Summary:

The "rapidjson" source code changed by about 38.0% and now consists of 290 regular files (+112) and 48 directories (+18).

Related Informations:

See CHANGELOG.md (rapidjson 1.1.0).

Changes In Files (According File Type):

File TypeTotalAddedRemovedChanged
Header file 37 8 0 25
C program 14 4 0 10
C++ program 45 14 0 25
Python program 1 1 0 0
Shell program 1 0 0 1
Automake file 2 0 0 0
CMake file 7 0 0 6
Initialization file 1 1 0 0
JavaScript file 1 1 0 0
JSON file 122 71 0 0
Makefile 1 0 0 0
Pkg-config file 1 0 0 0
XML document 1 0 0 0
CSS style sheet 1 0 0 0
Desktop file 3 3 0 0
DOT Graph file 10 0 0 0
Doxygen file 2 0 0 2
Git file 4 2 0 2
HTML page 2 0 0 1
YAML file 3 1 0 2
Image file 11 0 0 10
Vector Image file 1 0 0 0
Directory 48 18 0 0
Change log 1 0 0 1
License 2 1 0 1
Readme file 6 2 0 2
Text file 10 3 0 7
Total Files338130095



Header Files (33 of 37):

NameStatusDeltaVisual Diff
include/rapidjson/allocators.h changed 8.4% diff
include/rapidjson/document.h changed 43.1% diff
include/rapidjson/encodedstream.h changed 13.1% diff
include/rapidjson/encodings.h changed 32.5% diff
include/rapidjson/error/en.h changed 14.0% diff
include/rapidjson/error/error.h changed 4.0% diff
include/rapidjson/filereadstream.h changed 4.3% diff
include/rapidjson/filewritestream.h changed 12.5% diff
include/rapidjson/fwd.h added
include/rapidjson/internal/biginteger.h changed 3.6% diff
include/rapidjson/internal/diyfp.h changed 2.8% diff
include/rapidjson/internal/dtoa.h changed 29.3% diff
include/rapidjson/internal/ieee754.h changed 4.7% diff
include/rapidjson/internal/regex.h added
include/rapidjson/internal/stack.h changed 27.5% diff
include/rapidjson/internal/strfunc.h changed 32.9% diff
include/rapidjson/internal/strtod.h changed 15.3% diff
include/rapidjson/internal/swap.h added
include/rapidjson/istreamwrapper.h added
include/rapidjson/memorybuffer.h changed 1.0% diff
include/rapidjson/memorystream.h changed 13.9% diff
include/rapidjson/msinttypes/stdint.h changed 2.4% diff
include/rapidjson/ostreamwrapper.h added
include/rapidjson/pointer.h added
include/rapidjson/prettywriter.h changed 28.8% diff
include/rapidjson/rapidjson.h changed 22.2% diff
include/rapidjson/reader.h changed 50.9% diff
include/rapidjson/schema.h added
include/rapidjson/stream.h added
include/rapidjson/stringbuffer.h changed 20.7% diff
include/rapidjson/writer.h changed 91.8% diff
test/perftest/perftest.h changed 70.8% diff
test/unittest/unittest.h changed 24.4% diff

C Programs (all 14):

NameStatusDeltaVisual Diff
doc/dom.md changed 5.3% diff
doc/dom.zh-cn.md changed 68.9% diff
doc/encoding.md changed 1.5% diff
doc/encoding.zh-cn.md changed 73.0% diff
doc/pointer.md added
doc/pointer.zh-cn.md added
doc/sax.md changed 7.2% diff
doc/sax.zh-cn.md changed 55.1% diff
doc/schema.md added
doc/schema.zh-cn.md added
doc/stream.md changed 15.8% diff
doc/stream.zh-cn.md changed 71.4% diff
doc/tutorial.md changed 3.9% diff
doc/tutorial.zh-cn.md changed 65.3% diff

C++ Programs (39 of 45):

NameStatusDeltaVisual Diff
example/capitalize/capitalize.cpp changed 13.3% diff
example/condense/condense.cpp changed 12.5% diff
example/filterkey/filterkey.cpp added
example/filterkeydom/filterkeydom.cpp added
example/jsonx/jsonx.cpp added
example/messagereader/messagereader.cpp changed 7.1% diff
example/parsebyparts/parsebyparts.cpp added
example/pretty/pretty.cpp changed 12.5% diff
example/prettyauto/prettyauto.cpp changed 5.6% diff
example/schemavalidator/schemavalidator.cpp added
example/serialize/serialize.cpp changed 16.1% diff
example/simplereader/simplereader.cpp changed 11.4% diff
example/simplewriter/simplewriter.cpp changed 78.7% diff
example/tutorial/tutorial.cpp changed 4.7% diff
test/perftest/rapidjsontest.cpp changed 26.8% diff
test/perftest/schematest.cpp added
test/unittest/allocatorstest.cpp changed 95.6% diff
test/unittest/documenttest.cpp changed 29.3% diff
test/unittest/dtoatest.cpp added
test/unittest/encodedstreamtest.cpp changed 2.7% diff
test/unittest/encodingstest.cpp changed 3.6% diff
test/unittest/filestreamtest.cpp changed 2.6% diff
test/unittest/fwdtest.cpp added
test/unittest/istreamwrappertest.cpp added
test/unittest/itoatest.cpp changed 11.7% diff
test/unittest/jsoncheckertest.cpp changed 15.4% diff
test/unittest/ostreamwrappertest.cpp added
test/unittest/pointertest.cpp added
test/unittest/prettywritertest.cpp changed 28.0% diff
test/unittest/readertest.cpp changed 38.5% diff
test/unittest/regextest.cpp added
test/unittest/schematest.cpp added
test/unittest/simdtest.cpp changed 100.0% diff
test/unittest/strfunctest.cpp added
test/unittest/stringbuffertest.cpp changed 9.5% diff
test/unittest/strtodtest.cpp changed 12.7% diff
test/unittest/unittest.cpp changed 19.8% diff
test/unittest/valuetest.cpp changed 40.8% diff
test/unittest/writertest.cpp changed 38.3% diff

Python Programs (all 1):

NameStatusDeltaVisual Diff
bin/jsonschema/bin/jsonschema_suite added

Shell Programs (all 1):

NameStatusDeltaVisual Diff
travis-doxygen.sh changed 7.8% diff

CMake Files (6 of 7):

NameStatusDeltaVisual Diff
CMakeLists.txt changed 67.0% diff
CMakeModules/FindGTestSrc.cmake changed 8.1% diff
example/CMakeLists.txt changed 69.7% diff
test/CMakeLists.txt changed 11.4% diff
test/perftest/CMakeLists.txt changed 94.1% diff
test/unittest/CMakeLists.txt changed 96.6% diff

Initialization Files (all 1):

NameStatusDeltaVisual Diff
bin/jsonschema/tox.ini added

JavaScript Files (all 1):

NameStatusDeltaVisual Diff
include_dirs.js added

JSON Files (71 of 122):

NameStatusDeltaVisual Diff
bin/draft-04/schema added
bin/jsonschema/remotes/folder/folderInteger.json added
bin/jsonschema/remotes/integer.json added
bin/jsonschema/remotes/subSchemas.json added
bin/jsonschema/tests/draft3/additionalItems.json added
bin/jsonschema/tests/draft3/additionalProperties.json added
bin/jsonschema/tests/draft3/default.json added
bin/jsonschema/tests/draft3/dependencies.json added
bin/jsonschema/tests/draft3/disallow.json added
bin/jsonschema/tests/draft3/divisibleBy.json added
bin/jsonschema/tests/draft3/enum.json added
bin/jsonschema/tests/draft3/extends.json added
bin/jsonschema/tests/draft3/items.json added
bin/jsonschema/tests/draft3/maximum.json added
bin/jsonschema/tests/draft3/maxItems.json added
bin/jsonschema/tests/draft3/maxLength.json added
bin/jsonschema/tests/draft3/minimum.json added
bin/jsonschema/tests/draft3/minItems.json added
bin/jsonschema/tests/draft3/minLength.json added
bin/jsonschema/tests/draft3/optional/bignum.json added
bin/jsonschema/tests/draft3/optional/format.json added
bin/jsonschema/tests/draft3/optional/jsregex.json added
bin/jsonschema/tests/draft3/optional/zeroTerminatedFloats.json added
bin/jsonschema/tests/draft3/pattern.json added
bin/jsonschema/tests/draft3/patternProperties.json added
bin/jsonschema/tests/draft3/properties.json added
bin/jsonschema/tests/draft3/ref.json added
bin/jsonschema/tests/draft3/refRemote.json added
bin/jsonschema/tests/draft3/required.json added
bin/jsonschema/tests/draft3/type.json added
bin/jsonschema/tests/draft3/uniqueItems.json added
bin/jsonschema/tests/draft4/additionalItems.json added
bin/jsonschema/tests/draft4/additionalProperties.json added
bin/jsonschema/tests/draft4/allOf.json added
bin/jsonschema/tests/draft4/anyOf.json added
bin/jsonschema/tests/draft4/default.json added
bin/jsonschema/tests/draft4/definitions.json added
bin/jsonschema/tests/draft4/dependencies.json added
bin/jsonschema/tests/draft4/enum.json added
bin/jsonschema/tests/draft4/items.json added
bin/jsonschema/tests/draft4/maximum.json added
bin/jsonschema/tests/draft4/maxItems.json added
bin/jsonschema/tests/draft4/maxLength.json added
bin/jsonschema/tests/draft4/maxProperties.json added
bin/jsonschema/tests/draft4/minimum.json added
bin/jsonschema/tests/draft4/minItems.json added
bin/jsonschema/tests/draft4/minLength.json added
bin/jsonschema/tests/draft4/minProperties.json added
bin/jsonschema/tests/draft4/multipleOf.json added
bin/jsonschema/tests/draft4/not.json added
bin/jsonschema/tests/draft4/oneOf.json added
bin/jsonschema/tests/draft4/optional/bignum.json added
bin/jsonschema/tests/draft4/optional/format.json added
bin/jsonschema/tests/draft4/optional/zeroTerminatedFloats.json added
bin/jsonschema/tests/draft4/pattern.json added
bin/jsonschema/tests/draft4/patternProperties.json added
bin/jsonschema/tests/draft4/properties.json added
bin/jsonschema/tests/draft4/ref.json added
bin/jsonschema/tests/draft4/refRemote.json added
bin/jsonschema/tests/draft4/required.json added
bin/jsonschema/tests/draft4/type.json added
bin/jsonschema/tests/draft4/uniqueItems.json added
bin/types/booleans.json added
bin/types/floats.json added
bin/types/guids.json added
bin/types/integers.json added
bin/types/mixed.json added
bin/types/nulls.json added
bin/types/paragraphs.json added
library.json added
package.json added

Desktop Files (all 3):

NameStatusDeltaVisual Diff
bin/jsonschema/remotes/.DS_Store added
bin/jsonschema/tests/.DS_Store added
bin/jsonschema/tests/draft4/.DS_Store added

Doxygen Files (all 2):

NameStatusDeltaVisual Diff
doc/Doxyfile.in changed 0.1% diff
doc/Doxyfile.zh-cn.in changed 0.7% diff

Git Files (all 4):

NameStatusDeltaVisual Diff
.gitattributes added
.gitignore changed 11.5% diff
.gitmodules changed 55.4% diff
bin/jsonschema/.gitignore added

HTML Pages (1 of 2):

NameStatusDeltaVisual Diff
doc/misc/footer.html changed 71.3%

YAML Files (all 3):

NameStatusDeltaVisual Diff
.travis.yml changed 100.0% diff
appveyor.yml changed 87.0% diff
bin/jsonschema/.travis.yml added

Image Files (10 of 11):

NameStatusDeltaVisual Diff
doc/diagram/architecture.png changed 50.8%
doc/diagram/insituparsing.png changed 54.8%
doc/diagram/iterative-parser-states-diagram.png changed 25.4%
doc/diagram/move1.png changed 96.6%
doc/diagram/move2.png changed 55.2%
doc/diagram/move3.png changed 60.7%
doc/diagram/normalparsing.png changed 45.0%
doc/diagram/simpledom.png changed 81.6%
doc/diagram/tutorial.png changed 34.6%
doc/diagram/utilityclass.png changed 60.5%

Directories (18 of 48):

NameStatus
bin/draft-04 added
bin/jsonschema added
bin/jsonschema/bin added
bin/jsonschema/remotes added
bin/jsonschema/remotes/folder added
bin/jsonschema/tests added
bin/jsonschema/tests/draft3 added
bin/jsonschema/tests/draft3/optional added
bin/jsonschema/tests/draft4 added
bin/jsonschema/tests/draft4/optional added
bin/types added
docker added
docker/debian added
example/filterkey added
example/filterkeydom added
example/jsonx added
example/parsebyparts added
example/schemavalidator added

Change Logs (all 1):

NameStatusDeltaVisual Diff
CHANGELOG.md changed 100.0% diff

Licenses (all 2):

NameStatusDeltaVisual Diff
bin/jsonschema/LICENSE added
license.txt changed 10.9% diff

Readme Files (4 of 6):

NameStatusDeltaVisual Diff
bin/jsonschema/README.md added
bin/types/readme.txt added
readme.md changed 74.1% diff
readme.zh-cn.md changed 100.0% diff

Text Files (all 10):

NameStatusDeltaVisual Diff
doc/faq.md changed 17.8% diff
doc/faq.zh-cn.md changed 100.0% diff
doc/features.md changed 12.9% diff
doc/features.zh-cn.md changed 81.7% diff
doc/internals.md changed 8.7% diff
doc/npm.md added
doc/performance.md changed 11.7% diff
doc/performance.zh-cn.md changed 21.0% diff
docker/debian/Dockerfile added
rapidjson.autopkg added

Packages Compared:

rapidjson-1.0.2.tar.gz
rapidjson-1.1.0.tar.gz


Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)