- May 19, 2012
-
-
beder authored
The new API will now be found in the repository yaml-cpp.new-api
-
- May 15, 2012
- May 08, 2012
- Feb 14, 2012
-
-
beder authored
-
- Jan 25, 2012
-
-
beder authored
-
- Jan 21, 2012
-
-
beder authored
-
beder authored
-
beder authored
-
beder authored
Renamed the base64 methods, and switched the EncodeBase64 one to return a string (to make it easy to use elsewhere)
-
beder authored
Refactored the base64 binary to its own space with a unified class that (will) be used for parsing (in addition to emitting)
-
beder authored
-
beder authored
-
beder authored
-
beder authored
-
- Jan 13, 2012
- Jan 12, 2012
- Jan 11, 2012
-
-
beder authored
-
beder authored
Removed some extra stuff in the comment/newline in flow map tests, which really should be illegal (since implicit keys can't span multiple lines). It would be impossible to fix if we keep the immediate-output we're doing now - the only way to prevent it would be to hold on to a key's text until we got to the value token to make sure it could be an implicit key
-
beder authored
-
beder authored
-
beder authored
-
beder authored
-
beder authored
Added explicit conversion from an iterator value to a Node. This conversion was always allowed (since the iterator value is derived from Node, but since Node has a templated constructor, that would take precedence over the derived-to-base conversion. This didn't seem to be a problem in gcc or clang, but MSVC seems to have trouble. (new API)
-
beder authored
-
- Jan 07, 2012
-
-
beder authored
Fixed compiler error in iterator_base friend forward declaration in node on clang (and I hope MSVC), plus warnings on clang
-
- Dec 21, 2011
-
-
beder authored
-
- Nov 14, 2011
- Nov 13, 2011
- Nov 01, 2011