Max Bruckner
b60b5d3744
Update version to 1.7.1
7 years ago
Max Bruckner
4d84acf926
print_number: fix Off-By-One error
Thanks @liuyunbin for reporting this in #230
7 years ago
Max Bruckner
28d4410f42
print: fix: realloc was allocating too much memory
Thanks @liuyunbin for reporting this in #230
7 years ago
Max Bruckner
f33fa95f3d
print: Fix default buffer size in printbuffer
Thanks @liuyunbin for reporting this in #230
7 years ago
Max Bruckner
984dc85a5f
Merge pull request #228 from DaveGamble/develop
Release Version 1.7.0
7 years ago
Max Bruckner
13a2d337a8
Update version number to 1.7
7 years ago
Max Bruckner
17b83e76e9
Update Changelog for version 1.7
7 years ago
Max Bruckner
43754e7833
Merge pull request #215 from DaveGamble/new-documentation
New documentation
7 years ago
Max Bruckner
1e95363638
README: Caveats: Duplicate object members
7 years ago
Max Bruckner
d7e711c0de
README: new doc: Add links for 4th level sections
7 years ago
Max Bruckner
f26d8f3175
README: Add small note about CMake on Windows.
7 years ago
Max Bruckner
e7d0c1dc37
Tests: Test if the readme examples are working
7 years ago
Max Bruckner
5605fa4ad5
README: new doc: Remove old explanation.
7 years ago
Max Bruckner
cdcd553769
README: new doc: Example
7 years ago
Max Bruckner
61dd7f1e41
README: new doc: Working with the data structure
7 years ago
Max Bruckner
1285e6ac68
README: new doc: Printing
7 years ago
Max Bruckner
b54b81251e
README: new doc: Parsing
7 years ago
Max Bruckner
c31ee79ad1
README: new doc: Data Structure section
7 years ago
Max Bruckner
a1a1e60cb0
Merge pull request #226 from DaveGamble/boolean_add
Convert cJSON_Add..ToObject macros into functions with return values
7 years ago
Max Bruckner
1b21bcd150
cJSON_Add..ToObject: Add comment to header file
7 years ago
Max Bruckner
77931e7fc0
cJSON_Add...ToObject: Add tests for failure conditions
7 years ago
Max Bruckner
5865faffa3
Convert cJSON_Add...ToObject macros into functions
These functions return the added object. Functions to add objects and
arrays have also been added.
7 years ago
Max Bruckner
f966409b33
Add tests for cJSON_Add...ToObject macros
7 years ago
Max Bruckner
de729a1635
Extract add_item_to_object function that returns a boolean
7 years ago
Max Bruckner
55c597c719
add_item_to_array with boolean return value
7 years ago
Max Bruckner
2a087843e4
Add overrides for BUILD_SHARED_LIBS
7 years ago
Max Bruckner
eb7c681a4b
Fix tests when building as static library
7 years ago
Max Bruckner
0476590a0c
Update Unity to 2.4.3
7 years ago
Max Bruckner
da8c48668d
Squashed 'tests/unity/' changes from 60b13f0..287e076
287e076 Post release
774da10 Merge pull request #296 from jlindgren90/master
629b86d Merge unity_setup.h into unity.h.
0914d80 Merge pull request #308 from codehearts/patch-1
5ee55fe Fix missing TEST_ASSERT_EACH_EQUAL_HEX_MESSAGE
38c387b Merge pull request #304 from VLambret/master
17d4ea9 Color test results using ANSI escape codes
031b1ba Merge pull request #300 from jsalling/bugfix/greater-than
df78aad Make weak symbol usage more portable:
a7e8797 Fix link errors with MinGW.
94a3008 Update continuous integration to build 32-bit Unity
b119919 Add 64-bit comparison asserts
91bcbe1 Add 'greater/less or equal to' asserts on integers
8caade7 Fix bug in greater/less than asserts on unsigned int
1381a1a Update documentation.
2593c31 Allow suiteSetUp() and suiteTearDown() to be provided as normal C functions.
60def10 Update configuration docs
git-subtree-dir: tests/unity
git-subtree-split: 287e076962ec711cd2bdf08364a8df9ce51e106b
7 years ago
Max Bruckner
11844dd5a6
Add cJSON_Create{Array,Object}Reference
7 years ago
Max Bruckner
1f543f0e28
cast_away_const: Generalize for void*
7 years ago
Max Bruckner
eaa90a6b74
Add cJSON_CreateStringReference
7 years ago
Max Bruckner
440390a9a5
extract function cast_away_const_from_string
7 years ago
Max Bruckner
2718d30a3d
Squashed 'tests/json-patch-tests/' changes from 0dd0fbc..99264bb
99264bb Merge pull request #37 from FormAPI/missing_parent_key
c2fae3a Added a test case to check replace op with a missing parent key
git-subtree-dir: tests/json-patch-tests
git-subtree-split: 99264bb634d32c03df7472f21afb7d3681d8619e
7 years ago
Max Bruckner
043507872e
Update json-patch-tests
7 years ago
Max Bruckner
b2afbd3c9f
cJSON_GetStringValue
7 years ago
Max Bruckner
27a4303f87
Contributors: Add yangfl
7 years ago
Max Bruckner
b5f2e5c540
Merge pull request #212 from yangfl/temp2
Remove trailing space
7 years ago
yangfl
fa00278f66
Remove trailing space
7 years ago
Max Bruckner
8412b1e2cd
README: fixup last commit
7 years ago
Max Bruckner
35907223e1
README: Explain including cJSON, fix #211
7 years ago
Max Bruckner
8a11f8ce17
Merge pull request #210 from yangfl/upstream
CMakeLists.txt: swap GNUInstallDirs and project
7 years ago
yangfl
df1c49dba1
CMakeLists.txt: swap GNUInstallDirs and project
7 years ago
Max Bruckner
c083421f40
Release version 1.6.0
7 years ago
Max Bruckner
96c33e5abb
ENABLE_LOCALES: Actually disable the include as well
7 years ago
Max Bruckner
f437767fa9
Contributors: Add Simon Ricaldone and Casperinous
7 years ago
Max Bruckner
c51a19be51
CONTRIBUTING.md: Fix '4 tabs' -> '4 spaces'
7 years ago
Max Bruckner
97d7347a6e
Merge branch 'develop'
7 years ago
Max Bruckner
28328a0b34
Merge pull request #203 from Casperinous/master
Fix for #202 issue.
7 years ago
casperinous
9b960fa870
Small indentation fix in order to follow the contribution rules.
7 years ago