a8f82af604Switched Node::operator=(const Node&) to *not* force itself to create its node first (since we're just assigning them)
Jesse Beder
2011-09-12 22:05:43 -0500
78ebd14551Switched Node::operator=(const Node&) to *not* force itself to create its node first (since we're just assigning them)
beder
2011-09-12 22:05:43 -0500
ad9f7d6782Switched Node::operator=(const Node&) to *not* force itself to create its node first (since we're just assigning them)
beder
2011-09-12 22:05:43 -0500
0c321a6dc6Switched the node_ref to *always* create its data (since now the Node itself doesn't always create itself)
Jesse Beder
2011-09-12 22:03:11 -0500
04152dae8fSwitched the node_ref to *always* create its data (since now the Node itself doesn't always create itself)
beder
2011-09-12 22:03:11 -0500
d293cfd992Switched the node_ref to *always* create its data (since now the Node itself doesn't always create itself)
beder
2011-09-12 22:03:11 -0500
08b3ddfd3eSet the pimpl node in Node to be optional, so we don't create unnecessary guys every time you call Node tmp = foo[value];
Jesse Beder
2011-09-12 21:59:47 -0500
14955a2a63Set the pimpl node in Node to be optional, so we don't create unnecessary guys every time you call Node tmp = foo[value];
beder
2011-09-12 21:59:47 -0500
d5d13ba327Set the pimpl node in Node to be optional, so we don't create unnecessary guys every time you call Node tmp = foo[value];
beder
2011-09-12 21:59:47 -0500
fddc991b60Fixed NodeBuilder bug when an alias was in a map - we weren't pushing that guy as a key
Jesse Beder
2011-09-12 14:24:27 -0500
a2aa5a2f75Fixed NodeBuilder bug when an alias was in a map - we weren't pushing that guy as a key
beder
2011-09-12 14:24:27 -0500
0e17c63e6aFixed NodeBuilder bug when an alias was in a map - we weren't pushing that guy as a key
beder
2011-09-12 14:24:27 -0500
3337df7ca2Fixed new API node key/value insertion in NodeBuilder (it was using the wrong condition on when it had added a key already)
Jesse Beder
2011-09-12 13:25:41 -0500
b8cc21eb3cFixed new API node key/value insertion in NodeBuilder (it was using the wrong condition on when it had added a key already)
beder
2011-09-12 13:25:41 -0500
1d632439ccFixed new API node key/value insertion in NodeBuilder (it was using the wrong condition on when it had added a key already)
beder
2011-09-12 13:25:41 -0500
a6e1d4cf74Added two alias tests
Jesse Beder
2011-09-12 12:42:23 -0500
95f763f466Added two alias tests
beder
2011-09-12 12:42:23 -0500
8abb035eafAdded two alias tests
beder
2011-09-12 12:42:23 -0500
5397a93702Implemented 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
2011-09-12 00:29:39 -0500
f38e38df09Implemented 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
2011-09-12 00:29:39 -0500
f0ad35ccafImplemented 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
2011-09-12 00:29:39 -0500
9e62bf8349Removed the (unimplemented) operator <, and added operator == (in place of is()) for nodes
Jesse Beder
2011-09-11 22:56:04 -0500
cf5695e320Removed the (unimplemented) operator <, and added operator == (in place of is()) for nodes
beder
2011-09-11 22:56:04 -0500
0d8abd563aRemoved the (unimplemented) operator <, and added operator == (in place of is()) for nodes
beder
2011-09-11 22:56:04 -0500
f9d826c22aAdded mutable operator[] for integral types (you can only grow the sequence if you specify the *next* element)
Jesse Beder
2011-09-11 22:51:49 -0500
30ce282198Added mutable operator[] for integral types (you can only grow the sequence if you specify the *next* element)
beder
2011-09-11 22:51:49 -0500
d22c547d7eAdded mutable operator[] for integral types (you can only grow the sequence if you specify the *next* element)
beder
2011-09-11 22:51:49 -0500
4770ec798cImplemented operator[] specialization, but only const (should the sequence be mutable?)
Jesse Beder
2011-09-11 21:51:04 -0500
4dd9f036d3Implemented operator[] specialization, but only const (should the sequence be mutable?)
beder
2011-09-11 21:51:04 -0500
1b8535c52eImplemented operator[] specialization, but only const (should the sequence be mutable?)
beder
2011-09-11 21:51:04 -0500
4568dd0b19Started specialization for operator[] for integers
Jesse Beder
2011-09-11 21:32:47 -0500
e8210b476cStarted specialization for operator[] for integers
beder
2011-09-11 21:32:47 -0500
e3491a5ad8Started specialization for operator[] for integers
beder
2011-09-11 21:32:47 -0500
a308b73e8aSet the map iterator to filter over undefined items
Jesse Beder
2011-09-11 19:44:27 -0500