Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Y
yaml-cpp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Third Party Mirrors
yaml-cpp
Repository graph
"README.txt" did not exist on "5d3b2d6a3c26793b50ed547738305b3d4599f2de"
Repository graph
You can move around the graph by using the arrow keys.
f42580be4172ddaa6591b6d94fc68f3eb24da35d
Select Git revision
Branches
6
aware-sw-delivery
master
default
protected
new-api
rtweeks21-staging
travis
wiki
Tags
17
yaml-cpp-0.6.2
yaml-cpp-0.6.1
yaml-cpp-0.6.0
release-0.5.3
yaml-cpp-0.5.3
release-0.5.2
release-0.5.1
release-0.5.0
release-0.3.0
release-0.2.7
release-0.2.6
release-0.2.5
release-0.2.4
release-0.2.3
release-0.2.2
release-0.2.1
release-0.2.0
23 results
Begin with the selected commit
Created with Raphaël 2.2.0
19
May
14
8
14
Feb
25
Jan
21
20
13
12
11
7
20
Dec
14
Nov
13
1
31
Oct
20
18
18
Sep
17
14
13
12
11
10
9
8
7
6
4
24
Aug
22
4
10
Jul
29
May
18
3
30
Mar
21
17
16
15
10
4
3
2
5
Feb
31
Jan
3
Dec
15
Nov
9
28
Oct
22
21
19
18
16
11
Sep
1
May
15
Mar
3
21
Dec
2
17
Nov
12
10
6
4
30
Oct
29
27
25
22
20
19
12
8
7
29
Sep
16
9
8
7
6
5
3
2
26
Aug
24
22
19
31
Jul
30
29
27
26
25
24
20
15
Updated from core
Removed parse
Updated from core
Removed stl node, which was from the old-api but never deleted
Updated CMakeLists from new-api
Added old parse utility
Copied all files from new-api branch of old repo
Closed branch new-api (since we're going to make it a separate repository).
new-api
new-api
Removed old api exceptions
Removed traces of old-api Node
Removed old-api tests, added (empty) core spec tests
First pass at spearating out a 'core' library from the old api (default) branch
Fixed reading bad memory error
Fixed explicitly qualifying iterator type for gcc
Switched all new API runtime_error exceptions to exceptions that derive from YAML::Exception
Added test for BOOST_FOREACH on a map
Tweaked node iterator tests
Added node iterator tests
Added proper typedefs for BOOST_FOREACH to work
Patched signed -> unsigned warning (issue 98)
Patched signed -> unsigned warning (issue 98)
Fixed warning about binary's shadowing members functions
Fixed warning about binary's shadowing members functions
Renamed append -> push_back (to play nice with STL algorithms
Added tag release-0.3.0 for changeset 6d37925fb440
Bumped version to 0.3.0
release-0.3.0
release-0.3.0
Added != for Binary
Added operator >> overload for Binary
Added convert<> specialization for Binary
Renamed the base64 methods, and switched the EncodeBase64 one to return a string (to make it easy to use elsewhere)
Renamed the base64 methods, and switched the EncodeBase64 one to return a string (to make it easy to use elsewhere)
Refactored the base64 binary to its own space with a unified class that (will) be used for parsing (in addition to emitting)
Refactored the base64 binary to its own space with a unified class that (will) be used for parsing (in addition to emitting)
Moved including boost headers to after the project's headers
Patched for issue 142 for MSVC
Added back yaml.h (since it used to be generated)
Flattened the src directory, and added back yaml.h (since it used to be generated)
Put all the old-api stuff back in the main folder, for simplicity
Removed the new API from the default branch
Began new-api branch, and removed all traces of the old api from this branch
Loading