beder
|
8d0ee05dbe
|
Renamed append -> push_back (to play nice with STL algorithms
|
2012-01-21 12:11:40 -06:00 |
|
beder
|
2731f862a5
|
Added convert<> specialization for Binary
|
2012-01-21 01:54:54 -06:00 |
|
beder
|
60fa4d7f63
|
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)
|
2012-01-12 23:49:05 -06:00 |
|
beder
|
36086448d2
|
Added bool conversions
|
2011-09-14 01:48:36 -05:00 |
|
beder
|
8dcd96dbd2
|
Added tags to Node
|
2011-09-13 14:00:47 -05:00 |
|
beder
|
535f81a387
|
Added a convert<> specialization for YAML::_Null (so you can say node[YAML::Null])
|
2011-09-13 02:03:56 -05:00 |
|
beder
|
f38e38df09
|
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)
|
2011-09-12 00:29:39 -05:00 |
|
beder
|
cf240daf63
|
Added reading/writing std::list
|
2011-09-11 23:18:19 -05:00 |
|
beder
|
2a71e8868b
|
Added reading/writing std::vector
|
2011-09-11 23:14:52 -05:00 |
|
beder
|
e905b74232
|
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 |
|
beder
|
8fd372b0db
|
Start of moving Value -> Node and Node -> old API Node (with a #define toggle)
|
2011-09-10 17:18:15 -05:00 |
|