Oliver Hamlet
|
ec8aa4fa62
|
More useful error messages.
Applied the patch given in jbeder/yaml-cpp#200 with the correct code
style.
|
2015-04-02 20:50:11 +01:00 |
|
Jesse Beder
|
1025f76df1
|
Fix memory leak when accessing a const Node with a key that doesn't exist.
|
2015-01-24 17:22:45 -06:00 |
|
Jesse Beder
|
0c280724e9
|
Add flow/block style setting on Nodes
|
2015-01-24 13:11:43 -06:00 |
|
Jesse Beder
|
d63ec48c8a
|
Run clang-format
|
2014-03-22 13:05:03 -05:00 |
|
Jesse Beder
|
09b4706faf
|
Added force_insert for mapping nodes that doesn't check to see if the key exists already (so it could duplicate keys)
|
2012-10-31 19:08:09 -05:00 |
|
Jesse Beder
|
c22512649e
|
Copied all files from new-api branch of old repo
|
2012-05-19 15:34:02 -05:00 |
|
Jesse Beder
|
1723523c43
|
Removed the new API from the default branch
|
2012-01-20 23:50:39 -06:00 |
|
Jesse Beder
|
0987b234c3
|
Added tags to Node
|
2011-09-13 14:00:47 -05:00 |
|
Jesse Beder
|
0c321a6dc6
|
Switched the node_ref to *always* create its data (since now the Node itself doesn't always create itself)
|
2011-09-12 22:03:11 -05:00 |
|
Jesse Beder
|
2d81e46655
|
Added dependency management (to cause nodes to become defined if their children do)
|
2011-09-11 15:59:53 -05:00 |
|
Jesse Beder
|
0d1b5224c8
|
Major switch from Value -> Node. The library compiles with the new API, but tests are still oldies, and don't compile
|
2011-09-10 17:57:23 -05:00 |
|
Jesse Beder
|
ac81d7c883
|
Start of moving Value -> Node and Node -> old API Node (with a #define toggle)
|
2011-09-10 17:18:15 -05:00 |
|