Commit Graph

30 Commits

Author SHA1 Message Date
Jesse Beder
3c62fb982c Renamed the None enumeration vaules to NoType to avoid a collision with X11's macro 2015-01-24 15:58:14 -06:00
Jesse Beder
151110217f Fix warnings on visual studio, including changing unsigned to std::size_t 2015-01-24 14:38:22 -06:00
beder
a11c70679e clang-format 2014-03-23 20:08:54 -05:00
beder
1069bce879 Run clang-format 2014-03-22 12:49:16 -05:00
beder
08938b8e93 Fixed doc start/end 2012-05-22 16:53:40 -05:00
beder
401e19508d Added flow map, simple key/value 2012-05-22 16:36:07 -05:00
beder
18372a2643 Added flow seq 2012-05-22 15:42:45 -05:00
beder
e971c4f549 Split block map simple/long key for both key/value 2012-05-22 14:20:50 -05:00
beder
1b66ba7493 Fixed when we emit the doc start (only if there already is a document in the stream, and we're about to emit a new node) 2012-05-22 12:37:00 -05:00
beder
8728736155 Fixed map/value 2012-05-21 23:47:57 -05:00
beder
eb856b0c66 Renamed begin/end scalar/group to started/ended scalar/group 2012-05-21 23:39:45 -05:00
beder
bfbb5d00c5 Added newlines, fixed map/map 2012-05-21 23:29:59 -05:00
beder
2c7a89a679 Added tags and anchors 2012-05-21 23:19:29 -05:00
beder
72e57aeac2 Structured emitter node handling better 2012-05-21 21:57:25 -05:00
beder
e6f832534b Fixed basic block seq indentation 2012-05-21 21:11:03 -05:00
beder
9e543a9c4f Added block seq indentation 2012-05-21 21:04:10 -05:00
beder
8d10fa4efd Implemented begin/end doc 2012-05-21 16:54:45 -05:00
beder
db8d4a45f9 Removed old emitter state machine 2012-05-21 16:31:07 -05:00
beder
569cea2df4 Switched the emitter state enums to scoped enums 2012-05-21 15:05:17 -05:00
beder
4abe207421 Fixed signed/unsigned mismatch with the new precision code 2012-01-11 16:50:06 -06:00
beder
64b2491a79 Added float/double precision setters 2012-01-11 14:34:04 -06:00
beder
bf3d1f00c8 Switched the 'pragma once' to only happen on MSVC, or gcc >= 3.4 (it was causing trouble on the sun compiler) 2011-09-06 00:16:03 -05:00
jbeder
6ec947f6aa Switched the emitter state's stack of groups to a ptr_stack 2011-03-03 08:11:14 +00:00
jbeder
724a834256 Compressed the sequence-of-maps emitting (got rid of the unnecessary newline) - issue 61 2011-03-03 03:37:54 +00:00
jbeder
e227456982 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
3aafbdac96 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
jbeder
7f0427a8b2 Merged r270:HEAD of the emitting-unicode branch 2009-10-19 23:31:11 +00:00
jbeder
543d9f9730 Added header file inclusion guards 2009-07-29 22:27:20 +00:00
jbeder
b5d7cef103 Fixed warnings to compile on gcc with -Wall -pedantic -Wextra 2009-07-10 03:30:04 +00:00
jbeder
de96fd8c4c Merged emitter branch into trunk, changes r105:r151 2009-05-22 21:52:31 +00:00