Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
yaml-cpp
Commits
183ba98d030f39fc4aedfd0f151a65dae3f73bc5
Switch branch/tag
yaml-cpp
test
new-api
spectests.cpp
13 Sep, 2011
12 commits
Switched YAML::Parse to YAML::Load, and added LoadAll
· 183ba98d
beder
authored
Sep 13, 2011
183ba98d
Added 7.x and 8.x tests with tags - all that's left is multiple docs in stream
· d899562b
beder
authored
Sep 13, 2011
d899562b
Added 6.x tests with tags
· de337745
beder
authored
Sep 13, 2011
de337745
Added IsNull, IsScalar, IsSequence, IsMap functions, so you don't have to query Type()
· c314860e
beder
authored
Sep 13, 2011
c314860e
Copied 2.x tests with tags
· d2a10e3d
beder
authored
Sep 13, 2011
d2a10e3d
Added a convert<> specialization for YAML::_Null (so you can say node[YAML::Null])
· 535f81a3
beder
authored
Sep 13, 2011
535f81a3
Copied over the 8.x tests that don't have tags
· e61826e5
beder
authored
Sep 13, 2011
e61826e5
Copied over the 7.x tests that don't have tags
· 367d2f91
beder
authored
Sep 13, 2011
367d2f91
Copied over the 6.x tests that don't have tags
· 4e90ee62
beder
authored
Sep 13, 2011
4e90ee62
Copied over the 5.x tests
· cec996ef
beder
authored
Sep 13, 2011
cec996ef
Copied over all the 2.x tests that are (a) single doc and (b) don't have tags
· ef892a15
beder
authored
Sep 13, 2011
ef892a15
Factored out spec examples, and sketched skeleton for spec tests for new API
· 7f283a3a
beder
authored
Sep 12, 2011
7f283a3a
10 Sep, 2011
1 commit
Added stubs for spec and parser tests with the new API
· 24c55b43
beder
authored
Sep 10, 2011
24c55b43