- 12 Sep, 2011 8 commits
-
-
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)
-
beder authored
-
beder authored
-
beder authored
-
beder authored
Added mutable operator[] for integral types (you can only grow the sequence if you specify the *next* element)
-
beder authored
-
beder authored
-
beder authored
-
- 11 Sep, 2011 11 commits
- 10 Sep, 2011 17 commits
-
-
beder authored
-
beder authored
-
beder authored
Major switch from Value -> Node. The library compiles with the new API, but tests are still oldies, and don't compile
-
beder authored
-
beder authored
-
beder authored
-
beder authored
-
beder authored
-
beder authored
Updated the node/value classes with the new iterators, they compile until we try to instantiate anything
-
beder authored
-
beder authored
-
beder authored
-
beder authored
-
beder authored
-
beder authored
-
beder authored
-
beder authored
-
- 09 Sep, 2011 4 commits
-
-
beder authored
-
beder authored
-
beder authored
Made the 'data' member optional in node_ref - it's only created on-demand, so we don't waste extra memory every time we do Value tmp = v;
-
beder authored
Switched value = otherValue to assign the actual nodes after setting the reference (so that tmp = foo['bar']; tmp = other; is the same as foo['bar'] = other;)
-