- 13 Jan, 2012 2 commits
-
-
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 3 commits
-
-
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)
-
- 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 1 commit
-
-
Jesse Beder authored
-
- 01 Nov, 2011 1 commit
-
-
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
-
- 18 Oct, 2011 4 commits
-
-
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)
-
- 14 Sep, 2011 1 commit
-
-
Jesse Beder authored
-
- 13 Sep, 2011 8 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
Switched Node::operator=(const Node&) to *not* force itself to create its node first (since we're just assigning them)
-
Jesse Beder authored
Switched the node_ref to *always* create its data (since now the Node itself doesn't always create itself)
-
Jesse Beder authored
Set the pimpl node in Node to be optional, so we don't create unnecessary guys every time you call Node tmp = foo[value];
-
- 12 Sep, 2011 8 commits
-
-
Jesse Beder authored
Implemented std::map decode (and fixed bug in the Node iterator - the reference_type should be just a plain value, since it's created on-the-fly)
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
Added mutable operator[] for integral types (you can only grow the sequence if you specify the *next* element)
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
- 11 Sep, 2011 6 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-