Raoul Wols
|
5224a3563d
|
Add more std container overloads for YAML::Emitter
yaml sequences:
- std vector
- std list
- std deque
- std forward_list
- std array
- std set
- std unordered_set
- std pair
- std tuple
yaml maps:
- std map
- std unordered_map
yaml scalars:
- std bitset (zeroes and ones)
|
2017-02-14 12:44:18 +01:00 |
|
butataatawa
|
d025040049
|
Fix input strings with quotes giving "!" tagging artifacts.
|
2016-12-02 08:58:48 -06:00 |
|
Jesse Beder
|
086fec5c35
|
Fix formatting when writing \ as a character.
|
2016-10-11 23:58:03 -05:00 |
|
Jesse Beder
|
36fd93a8d5
|
Fix formatting when writing " as a character.
|
2016-01-10 12:08:42 -06:00 |
|
Jesse Beder
|
bc86fd4aec
|
Force null to be quoted if written as a string
|
2015-01-24 16:07:10 -06:00 |
|
Jesse Beder
|
570ab9d3fb
|
Fix unused arg warnings for EmitterStyle
|
2015-01-24 14:39:17 -06:00 |
|
Jesse Beder
|
ad712c4f2d
|
Add EmitterStyle, which will allow sequence or map style (i.e., flow or block) to be preserved between parsing and emitting
|
2015-01-24 12:19:20 -06:00 |
|
Jesse Beder
|
f6a6f46ba4
|
Move EmitterTests to gtest
|
2014-03-23 11:49:32 -05:00 |
|