Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jsoncpp
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
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
CodeLinaro
le
jsoncpp
Graph
645250b6690785be60ab6780ce4b58698d884d11
Select Git revision
Branches
7
jsoncpp/0.y.z
default
jsoncpp/00.11.z
jsoncpp/BillyDonahue-avoid-isprint
jsoncpp/jsoncpp_version
jsoncpp/master
jsoncpp/pypi
jsoncpp/update
Tags
20
1.9.5
1.9.4
1.9.3
00.11.0
1.9.2
1.9.1
1.9.0
0.10.7
1.8.4
1.8.3
1.8.2
1.8.1
1.8.0
1.7.7
1.7.6
1.7.5
1.7.4
1.7.3
0.10.6
1.7.2
27 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
14
Jul
12
Jan
14
Dec
3
Nov
29
Oct
28
21
Sep
12
Aug
23
Jun
5
May
4
18
Mar
6
20
Feb
9
3
15
Jan
10
9
15
Dec
1
16
Nov
9
6
4
2
10
Oct
3
25
Sep
1
22
Jul
20
14
13
6
23
Jun
11
10
30
May
29
21
20
13
12
8
30
Apr
29
28
24
23
12
13
Feb
2
20
Jan
7
28
Dec
26
23
11
4
3
15
Nov
14
12
11
9
7
6
4
26
Oct
25
23
18
17
16
15
14
11
10
1
25
Sep
17
16
26
Aug
13
31
Jul
22
17
11
10
9
2
1
28
Jun
27
26
25
24
21
3
24
Apr
8
30
Mar
23
20
1
28
Feb
24
Jan
20
18
17
15
14
12
11
31
Dec
30
12
3
2
14
Jul
3
24
Jun
23
22
5
3
2
22
May
20
13
11
9
8
5
20
Apr
17
5
13
Mar
6
3
14
Feb
8
29
Jan
20
12
22
Dec
21
20
5
4
3
16
Nov
10
29
Oct
18
3
30
Sep
17
16
15
14
13
11
10
9
5
4
28
Aug
27
5
2
1
31
Jul
30
21
16
13
12
11
8
25
Jun
26
24
22
12
9
1
May
25
Apr
24
23
21
9
8
7
5
29
Mar
10
9
17
Jan
12
21
Dec
19
14
9
7
5
3
30
Nov
20
9
8
7
3
2
28
Oct
27
24
14
2
27
Sep
26
25
22
7
6
1
26
Aug
21
20
Jul
9
8
27
Jun
26
28
May
25
15
5
4
2
27
Apr
25
22
21
20
26
Mar
25
24
23
21
19
17
16
15
14
12
8
6
2
1
29
Feb
28
10
7
6
4
25
Jan
5
Dec
30
Oct
29
27
28
21
19
Fix wrong usage of doxygen groups (#1417)
jsoncpp/master
jsoncpp/master
Use default rather than hard-coded 8 for maximum aggregate member alignment (#1378)
fix version error from 0.10.6 to 0.10.7 (#1304)
jsoncpp/0.y.z
jsoncpp/0.y.z
Fix various typos (#1350)
Parse large floats as infinity (#1349) (#1353)
Merge pull request #1351 from open-source-parsers/drop-deprecation-warnings
1.9.5
1.9.5
Bump micro version
Drop compile-time deprecation warning
Merge pull request #1347 from fjtrujy/position_independent_code
Fix cmake config for POSITION_INDEPENDENT_CODE enabling it just when BUILD_SHARED_LIBS is ON
clang-format is not available by default
Document skipBom in CharReaderBuilder (#1332)
minor fix for code examples (#1317)
CMake: Remove ancient version checks (#1299)
Add support for Bazel build system (#1275)
conversion errors only if warnings as errors enabled (#1284)
Avoid getline(s, EOF)
Merge branch 'cmake-config-improvements' #1271
- isolated namespace targets into separate file
- workaround for CMake < 3.18 ALIAS target limitation to not point to non-GLOBAL IMPORTED target
- narrowed lines to be aligned with overall file line width
- empty line at end of file
- declare namespaced export target to simplify the library usage
- exported targets go to separate generated file and package config file generated from template to use automatic package resolving and resolution logic
Rearrange Comments::set (#1278)
add comment for emitUTF8 in header
fix sign-conversion warning (#1268)
only append _static suffix for microsoft toolchains
Fix Value::resize to fill all array elements (#1265)
allow selection of Windows MSVC runtime
Fixed pkg-config Version
minor fixes for 64 bits and refactor code
Disable also Visual Studio warning C4275 (std::exception used as base class in dll-interface class) when building as DLL and JSONCPP_DISABLE_DLL_INTERFACE_WARNING is defined.
`Json::ValueIterator` operators `*` and `->` need to be const
Update version in dox
Remove trailing space characters (#1256)
Merge branch 'master' into jsoncpp_version
jsoncpp/jsoncpp…
jsoncpp/jsoncpp_version
Fix a precision bug of valueToString, prevent to give an error result… (#1246)
Merge branch 'master' into jsoncpp_version
fix the CI failure
Loading