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
Repository graph
You can move around the graph by using the arrow keys.
new-api
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
28
Jan
29
Nov
14
10
9
8
24
Aug
25
Jul
24
3
Apr
7
Mar
2
2
Feb
4
Jan
2
13
Dec
6
3
2
21
Nov
10
12
Oct
11
1
18
Aug
18
Jul
12
Jun
12
May
11
2
Apr
1
28
Mar
27
26
16
31
Jan
30
12
10
22
Nov
25
Jul
8
Jun
26
May
8
Apr
3
2
31
Mar
30
29
21
Feb
24
Jan
16
Aug
25
Mar
24
23
22
10
Nov
13
Oct
10
Jul
18
Jun
13
Apr
12
2
1
28
Dec
8
Nov
31
Oct
15
Sep
17
Jul
4
9
Jun
8
25
May
23
22
21
20
19
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
Update README.
Bump version to 0.6.0.
yaml-cpp-0.6.0
yaml-cpp-0.6.0
Fix build for shared libraries with MSVC 12 (#380)
Fix tag parsing with () (#532)
Change None in C/C++ source to NoneType. (#545)
Separate tests and tools
Only use -Wno-c99-extensions for clang
Fix NullEventHandler overloads
Add explicit virtual dtor
Avoid absolute install destinations
Fix Windows library install location
Add missing include directive
travis: Exclude linux/clang from the build matrix
test: Upgrade googlemock 1.7.0 to googletest 1.8.0
Replace noexcept with macro compatible with VS (#517)
Fix segfault in gmock when running tests (#514)
fix some warnings in public headers (#486)
Add Stackoverflow yaml-cpp tag URL to the README (#474)
Make YAML::detail::iterator_base comparison operators const (#472)
Add missing YAML_CPP_API to exceptions.h, fixing MSVC compilation with BUILD_SHARED_LIBS (#462)
Fixed compiler warning -Wdeprecated with clang. (#452)
Fix sequence sometimes not turning into a map (#450)
Fix compiler warnings in MSVC, #448 (#453)
Fix inconsistent Node::size when removing a key with unassigned node (#327) (#449)
Fix warnings generated by #438 (comparing unsigned value with <0).
Fix compiler warnings about truncations.
Add Intel Compiler support to CMake config.
Fix -Wweak-vtables warnings in exception classes.
Fix input strings with quotes giving "!" tagging artifacts.
Remove prefix duplication in yaml-cpp.pc.cmake
Add <cstdlib> for std::atoi.
Clarify the README description about cmake for Windows
Remove const from as_if::operator()() return (#425)
Fix compiler flags for MSVC_STATIC_RT=OFF builds
Run clang-format.
Fix formatting when writing \ as a character.
Enable rpath on OS X when the CMake version supports it (#418)
Add YAML_CPP_API decorator to RegEx class and friend operators. (#407)
Change node_map type from map<ptr,ptr> to vector<pair<ptr,ptr>> (#386)
Fix some clang warnings (#378)
Loading