- 21 Jan, 2012 5 commits
-
-
Jesse Beder authored
Renamed the base64 methods, and switched the EncodeBase64 one to return a string (to make it easy to use elsewhere)
-
Jesse Beder authored
Refactored the base64 binary to its own space with a unified class that (will) be used for parsing (in addition to emitting)
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
- 13 Jan, 2012 4 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
Updated new API conversion to handle nan/inf and to throw when the conversion didn't use the entire string (e.g., parsing 1.2 as an integer)
-
- 12 Jan, 2012 2 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
-
- 11 Jan, 2012 8 commits
-
-
Jesse Beder authored
-
Jesse 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
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse 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)
-
Jesse Beder authored
-
- 07 Jan, 2012 1 commit
-
-
Jesse Beder authored
Fixed compiler error in iterator_base friend forward declaration in node on clang (and I hope MSVC), plus warnings on clang
-
- 21 Dec, 2011 1 commit
-
-
Jesse Beder authored
-
- 14 Nov, 2011 2 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
-
- 13 Nov, 2011 2 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
-
- 01 Nov, 2011 2 commits
-
-
Jesse Beder authored
Set the default operator >> to not compile unless there is a scalar conversion, so it doesn't interfere with user-defined types
-
Jesse Beder authored
-
- 21 Oct, 2011 2 commits
-
-
Jesse Beder authored
Switched the utf bom checking to putback in the stream (instead of keeping a secondary buffer), which fixes a bug when there's only one ascii character
-
Jesse Beder authored
-
- 20 Oct, 2011 1 commit
-
-
Jesse Beder authored
-
- 18 Oct, 2011 6 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
Split the yaml.h file into new/old API, which we'll then copy to yaml.h at build time (so the right one gets installed)
-
- 18 Sep, 2011 3 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
Set the default build to the old API, and removed the duplicate spec test implementation for the old api
-
- 14 Sep, 2011 1 commit
-
-
Jesse Beder authored
-