- 13 Sep, 2011 6 commits
-
-
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 12 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
Fixed new API node key/value insertion in NodeBuilder (it was using the wrong condition on when it had added a key already)
-
Jesse Beder authored
-
Jesse Beder authored
-
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 11 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
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
- 10 Sep, 2011 11 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
Major switch from Value -> Node. The library compiles with the new API, but tests are still oldies, and don't compile
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
Updated the node/value classes with the new iterators, they compile until we try to instantiate anything
-
Jesse Beder authored
-
Jesse Beder authored
-