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.
db60c506cd3ab7390723ad7ec8ac57426f8f8182
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
27
Sep
25
14
10
3
Aug
6
Jul
17
Apr
7
24
Mar
13
12
27
Feb
13
6
Jan
21
Dec
23
Nov
19
18
25
Sep
23
5
4
3
9
Aug
2
Jul
30
Jun
14
May
5
10
Apr
24
Mar
5
2
Feb
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
Merge branch 'master' of github.com:jbeder/yaml-cpp
master
master
Refactor CMake to use more modern paradigms (#741)
Merge branch 'master' of github.com:jbeder/yaml-cpp
Update version to 0.6.3.
Merge branch 'master' of github.com:jbeder/yaml-cpp
aware-sw-delivery
aware-sw-delivery
Fix shared lib build with new YAML_BUILD_SHARED_LIBS option (#737)
Merge branch 'master' of github.com:jbeder/yaml-cpp
Remove extraneous conversion from string -> c_str -> string (#739)
Static analysis fix: replace 0 and NULL with nullptr (#738)
Merge branch 'master' of github.com:jbeder/yaml-cpp
CMake: Prefix options with "YAML" and hide platform-specific options (#734)
Merge branch 'master' of github.com:jbeder/yaml-cpp
Set C++ standard options in CMake per-target instead of globally (#735)
Use VERSION on the CMake project (#733)
Merge branch 'master' of github.com:jbeder/yaml-cpp
Make sure output of NaN, Infinity and -Infinity is identical on all platforms (#717)
Merge branch 'master' of git.zephyr-software.com:third-party-mirrors/yaml-cpp
Improve error messages on operator[] or as<> (#656)
updated .ignore for .o files
Switch build command to use cmake instead of make.
travis
travis
Change language from c++ to cpp.
Add windows to travis build.
Disallow moving for the Parser.
Add MSVC Debugger Visualizer config for YAML::Node (#693)
Apply formatting/style tweaks to comply with compile time diagnostics for g++ and clang++ (#686)
Add optional OnAnchor method to EventHandler (#530)
Fix ninja build error. (#677)
Fix warning C4127 on Visual Studio (#672)
Fix GCC-types flags appended on Clang-cl (#659)
Fix float precision (#649)
Some small changes as a result of using a static analyzer (#643)
Don't stomp on build flags (#635)
Add YAML_CPP_INSTALL option for disabling install target (#624) (#625)
fix up static, so works as DLL (#559)
Fix -Wmaybe-uninitialized warning (#600)
Fix a warning from -Wshadow (#627)
Fix include for std::isspace, fixes #621 (#622)
Skip newlines in binary decoding (Fix #387) (#616)
Suppress unused variable warning in release builds (#611)
Improvements to CMake buildsystem
Loading