Jesse Beder
|
72ff3abdde
|
Add conversion for signed char
|
2015-01-24 15:19:49 -06:00 |
|
beder
|
b6edf3d772
|
clang-format
|
2014-03-25 00:11:17 -05:00 |
|
Jesse Beder
|
f062430109
|
Merge from core, and update several missing DLL exports. This does not resolve them all (in particular, node_data::equals seems to be still missing, even though it is inlined in a header, which seems strange).
|
2014-03-24 00:31:43 -05:00 |
|
beder
|
a5260a1154
|
Run IWYU
|
2014-03-22 23:14:48 -05:00 |
|
beder
|
9d66a6c561
|
Run clang-format
|
2014-03-22 13:05:03 -05:00 |
|
beder
|
23a03d2d6e
|
Fixed bug while reading a single space char
|
2013-11-10 14:50:35 -06:00 |
|
Jesse Beder
|
21e8612136
|
Fix floating point precision on input.
|
2013-04-13 13:10:36 -05:00 |
|
Jesse Beder
|
fc935e0367
|
Add std::pair conversion specialization.
|
2013-04-02 21:04:17 -05:00 |
|
Jesse Beder
|
e8dcdc8142
|
Fix conversion for C-strings (both literals and normal C-strings) so it compiles on Visual Studio.
|
2013-04-01 22:25:53 -05:00 |
|
Jesse Beder
|
624a9fa9da
|
Add missing line from previous fix.
|
2013-04-01 21:52:32 -05:00 |
|
Jesse Beder
|
85f43cd3de
|
Fix warning in Visual Studio:
warning C4146: unary minus operator applied to unsigned type, result still unsigned
|
2013-04-01 21:43:09 -05:00 |
|
beder
|
ba0274298e
|
Switched map's convert<> specialization to use the new force_insert
|
2012-10-31 19:10:45 -05:00 |
|
Jeff Wang
|
bbdfee7af7
|
workaround for gcc 3
|
2012-07-17 11:55:45 -05:00 |
|
beder
|
5571029726
|
Copied all files from new-api branch of old repo
|
2012-05-19 15:34:02 -05:00 |
|
beder
|
45962234a1
|
Removed the new API from the default branch
|
2012-01-20 23:50:39 -06:00 |
|
beder
|
9bb3cf4915
|
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
|
c8d4f3237b
|
Added bool conversions
|
2011-09-14 01:48:36 -05:00 |
|
beder
|
912113ed68
|
Added tags to Node
|
2011-09-13 14:00:47 -05:00 |
|
beder
|
4e5d49910b
|
Added a convert<> specialization for YAML::_Null (so you can say node[YAML::Null])
|
2011-09-13 02:03:56 -05:00 |
|
beder
|
f0ad35ccaf
|
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
|
6f34e8972b
|
Added reading/writing std::list
|
2011-09-11 23:18:19 -05:00 |
|
beder
|
3c6530f4f5
|
Added reading/writing std::vector
|
2011-09-11 23:14:52 -05:00 |
|
beder
|
9388bbd098
|
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
|
f806a4ec98
|
Start of moving Value -> Node and Node -> old API Node (with a #define toggle)
|
2011-09-10 17:18:15 -05:00 |
|