jbeder
|
396e3309de
|
Refactored bool emitting to make it 1) correct for the short bool form and 2) not barf on early versions of VS
|
2011-03-02 20:55:05 +00:00 |
|
jbeder
|
142a4bca9b
|
Flipped the include guard and the pragma, and don't use the pragma for early versions of gcc (< 3.4)
|
2011-03-02 06:11:41 +00:00 |
|
jbeder
|
6f6e096316
|
Added long long types to the emitter
|
2010-11-15 01:46:33 +00:00 |
|
jbeder
|
24dc58b68d
|
Implemented binary emitting without the binary tag
|
2010-10-28 21:53:54 +00:00 |
|
jbeder
|
cb8eee46f0
|
Added more tests for the newline, and disallowed newlines after implicit block keys
|
2010-10-22 03:53:33 +00:00 |
|
jbeder
|
59745a4cff
|
Added YAML::Newline manipulator for the emitter
|
2010-10-21 22:02:29 +00:00 |
|
jbeder
|
973ce78fe1
|
Merged the other-tags branch into the trunk (this wasn't an rX:Y merge, since the branch wasn't branched directly from the head of the trunk)
|
2010-10-19 06:46:55 +00:00 |
|
jbeder
|
2d3722db85
|
Made emitter noncopyable, which should fix any auto_ptr warnings
|
2010-10-18 07:24:42 +00:00 |
|
jbeder
|
91944e4538
|
Fixed the rest of the includes to explicitly state yaml-cpp/
|
2010-10-18 07:22:53 +00:00 |
|
jbeder
|
2a256f2870
|
Moved all the includes to a subfolder yaml-cpp so they don't interfere with other libraries' includes
|
2010-10-18 07:05:53 +00:00 |
|