Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
cJSON
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenVMS
libraries
cJSON
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
712a454eaae93fe60f2cc2d252d037df39b3a2c4
Select Git revision
Branches
13
branch/OpenVMS
default
protected
branch/default
wild/1c0c438fd50ed1d1509be1138be105c56cc22e68
wild/2ae3cba9e9359949aabb0fe8badc2daf4cbe34f4
wild/4488fd5a5b82ae8f868677602151ed9fd651113d
wild/5ee8de1961a3777185b6c25a397297b1b6412311
wild/7860b1b292d0b2d807b43fb435e4d262a3ee7c94
wild/877aec816f6cc6b9c95dfc09c8df969d528ddcaa
wild/8ace824dce4086673d1bc73b7e913b2eac315e1a
wild/91c80664d7b0b491d3edcf79db1567c23994c616
wild/95631dbbf0d27e9c384a9e5c663c511498582616
wild/be009b9853e7a0e9c016f97ad49e7b59cb4d0525
wild/c10b53d233cb39dffa7c4870fdfeac0557fd1215
Tags
2
1.7.10-vms
1.7.13-vms
15 results
Begin with the selected commit
Created with Raphaël 2.2.0
28
Nov
20
Dec
28
29
30
31
9
Jan
10
11
19
20
29
31
1
Feb
2
3
4
6
7
2
Mar
20
22
25
13
Apr
26
29
8
May
21
24
Jun
3
Aug
12
29
4
Sep
12
17
21
11
Oct
12
14
3
Dec
12
16
20
23
Jan
24
18
Mar
13
Apr
14
15
28
6
May
11
16
17
22
29
10
Jun
16
25
28
11
Jul
24
12
Aug
24
26
27
28
11
Sep
21
24
29
8
Oct
14
17
19
20
21
22
29
1
Nov
2
15
19
27
28
29
5
Dec
6
7
9
10
16
Jan
18
19
11
Feb
18
9
Mar
16
18
19
24
25
26
1
Apr
2
3
17
30
5
May
6
13
3
Jun
22
23
26
27
21
Aug
27
31
Add cJSON_Create{Array,Object}Reference
Squashed 'tests/unity/' changes from 60b13f0..287e076
Update Unity to 2.4.3
Fix tests when building as static library
Add overrides for BUILD_SHARED_LIBS
README: new doc: Example
add_item_to_array with boolean return value
Extract add_item_to_object function that returns a boolean
Add tests for cJSON_Add...ToObject macros
Convert cJSON_Add...ToObject macros into functions
cJSON_Add...ToObject: Add tests for failure conditions
cJSON_Add..ToObject: Add comment to header file
Merge pull request #226 from DaveGamble/boolean_add
README: new doc: Remove old explanation.
Tests: Test if the readme examples are working
README: Add small note about CMake on Windows.
README: new doc: Add links for 4th level sections
README: Caveats: Duplicate object members
Merge pull request #215 from DaveGamble/new-documentation
Update Changelog for version 1.7
Update version number to 1.7
Merge pull request #228 from DaveGamble/develop
print: Fix default buffer size in printbuffer
print: fix: realloc was allocating too much memory
print_number: fix Off-By-One error
Update version to 1.7.1
Merge pull request #231 from DaveGamble/fixes
print_value: Use sizeof(literal) instead of magic numbers
New macro static_strlen and replace magic numbers with it.
Use character literal to declare range of nonprintable characters.
wild/877aec816f…
wild/877aec816f6cc6b9c95dfc09c8df969d528ddcaa
print: Comment about why the buffer is reallocated
print: Comment about why the buffer is reallocated
print: Comment about why the buffer is reallocated
Fix #234: Different argument names between declaration and definition
Fix #234: Different argument names between declaration and definition
Fix #234: Different argument names between declaration and definition
is_nan and is_infinity macros
is_nan and is_infinity macros
is_nan and is_infinity macros
CMake: Remove -fsanitize=float-divide-by-zero
Loading