- 20 May, 2012 8 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
- 19 May, 2012 8 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
- 15 May, 2012 1 commit
-
-
Jesse Beder authored
-
- 14 Feb, 2012 1 commit
-
-
Jesse Beder authored
-
- 25 Jan, 2012 1 commit
-
-
Jesse Beder authored
-
- 21 Jan, 2012 8 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
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 7 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)
-