Jesse Beder
|
e0ae477b8f
|
Switch default precision to one more than the number of digits allows.
See, e.g., http://stackoverflow.com/questions/4738768/printing-double-without-losing-precision.
|
2013-04-13 00:00:58 -05:00 |
|
Jesse Beder
|
434c6a5697
|
Add better exception reporting when incorrectly dereferencing an iterator.
|
2013-04-12 23:41:02 -05:00 |
|
Jesse Beder
|
097ac171c6
|
Add std::pair conversion specialization.
|
2013-04-02 21:04:17 -05:00 |
|
Jesse Beder
|
0482463569
|
Rename clear() to reset(), and it now takes an optional node parameter.
|
2013-04-02 20:39:54 -05:00 |
|
Jesse Beder
|
5dbcf7eeb1
|
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
|
f5418306d6
|
Explicity disallow get_idx for boolean type, to avoid ambiguity with a map.
|
2013-04-01 22:06:09 -05:00 |
|
Jesse Beder
|
04937649b7
|
Add missing line from previous fix.
|
2013-04-01 21:52:32 -05:00 |
|
Jesse Beder
|
71f35b1104
|
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 |
|
Jesse Beder
|
c335c8dd75
|
Added tag release-0.5.0 for changeset d042aa2fa32d
|
2012-12-28 18:59:29 -06:00 |
|
Jesse Beder
|
6276189716
|
Merged ? fix from core
release-0.5.0
|
2012-11-08 19:12:22 -06:00 |
|
Jesse Beder
|
8c517bf0fd
|
Fixed parsing ? when attached to a scalar
|
2012-11-08 19:11:41 -06:00 |
|
Jesse Beder
|
15b60e2a3b
|
Added failing test for parsing a ? at the start of a value
|
2012-11-08 19:00:46 -06:00 |
|
Jesse Beder
|
4e1bdd08d3
|
Removed that failing test - I don't think the parser is correct here
|
2012-11-08 18:54:53 -06:00 |
|
Jesse Beder
|
490265cf22
|
Added failing tests for emitter ? at the start of a value
|
2012-11-08 18:52:54 -06:00 |
|
Jesse Beder
|
bcdda4027f
|
Added Node::clear() function
|
2012-11-08 18:47:22 -06:00 |
|
Jesse Beder
|
eb02dd8dc3
|
Fixed typo from null fix
|
2012-11-08 18:40:44 -06:00 |
|
Jesse Beder
|
5721ac6194
|
Pulled 'null' renaming fix
|
2012-11-08 18:39:06 -06:00 |
|
Jesse Beder
|
0c72825303
|
Renamed all variables named 'null' (for real now, and only that)
|
2012-11-08 18:38:20 -06:00 |
|
Jesse Beder
|
6539648dac
|
Merge from core + revert
|
2012-11-08 18:34:09 -06:00 |
|
Jesse Beder
|
b12e4b0781
|
Merged from core, rfaef276b1f6e
|
2012-11-08 18:33:12 -06:00 |
|
Jesse Beder
|
16f05e73b9
|
Reverted last change
|
2012-11-08 18:24:00 -06:00 |
|
Jesse Beder
|
06e09d1d64
|
Renamed all variables named 'null'
|
2012-11-08 18:21:00 -06:00 |
|
Jesse Beder
|
0c772c4c3f
|
Set LoadFile and LoadAllFromFile to throw an exception if we can't load the file
|
2012-11-08 18:14:26 -06:00 |
|
Jesse Beder
|
a03e861d8c
|
Switched map's convert<> specialization to use the new force_insert
|
2012-10-31 19:10:45 -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 |
|