Commit Graph

15 Commits

Author SHA1 Message Date
jbeder
9d83747162 Removed comparison/implicit conversion operators for Node, and renamed Node::Read<T>() to Node::to<T>() 2011-03-15 05:49:56 +00:00
jbeder
0f0bd2bf2d Updated for error in spec test 2011-03-04 04:19:34 +00:00
jbeder
ddfbad6c7f Added spec tests through chapter 8, all new ones pass except 8.21, which I think is wrong 2011-03-04 04:14:08 +00:00
jbeder
cee0974abd Refactored parse.cpp so that VS doesn't complain, added MinSizeRel build setting, and fixed numbering in the spec tests 2011-03-03 20:01:32 +00:00
jbeder
6f7995d27e Merged r444:449 from the node refactoring branch to the trunk 2011-03-03 00:19:26 +00:00
jbeder
3192d29e66 Switched exception constants to const char * const (from const std::string) so we don't have to construct them all in every translation unit, and switched the exception class to derive from std::runtime_error (so it handles what() for us) 2011-03-02 04:12:57 +00:00
jbeder
2a256f2870 Moved all the includes to a subfolder yaml-cpp so they don't interfere with other libraries' includes 2010-10-18 07:05:53 +00:00
jbeder
11903da3fb Added overloads for parsing stl maps and vectors 2010-03-15 04:25:17 +00:00
jbeder
a55970c879 Added some block scalar tests (with errors) 2009-10-30 18:16:26 +00:00
jbeder
e8beb6c98f Fixed mistake in test 2009-10-29 22:39:53 +00:00
jbeder
08ac48518f Refactored the compact map notation, which made it easy to implement explicit keys for compact maps 2009-10-29 22:09:50 +00:00
jbeder
72dceba671 Added test 2009-10-29 20:45:20 +00:00
jbeder
5618157a1e Added flow collection tests 2009-10-29 20:35:07 +00:00
jbeder
cccbddb54c Merged r295:305 from the tags branch to the trunk 2009-10-29 15:48:06 +00:00
jbeder
7d5988401e Renamed yaml-reader test 2009-10-27 14:38:53 +00:00