..
contrib
Fix unused arg warnings for EmitterStyle
2015-01-24 14:39:17 -06:00
binary.cpp
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
collectionstack.h
Renamed the None enumeration vaules to NoType to avoid a collision with X11's macro
2015-01-24 15:58:14 -06:00
convert.cpp
Run clang-format
2015-03-29 21:27:20 -05:00
directives.cpp
clang-format
2014-03-23 20:08:54 -05:00
directives.h
Run clang-format
2014-03-22 12:49:16 -05:00
emit.cpp
Update doc, formatting for emit.h.
2016-05-12 23:23:05 -05:00
emitfromevents.cpp
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
emitter.cpp
Renamed the None enumeration vaules to NoType to avoid a collision with X11's macro
2015-01-24 15:58:14 -06:00
emitterstate.cpp
Remove ptr_stack<T>, in favor of vector<unique_ptr<T>>.
2016-05-12 22:44:59 -05:00
emitterstate.h
Remove ptr_stack<T>, in favor of vector<unique_ptr<T>>.
2016-05-12 22:44:59 -05:00
emitterutils.cpp
Make null handling YAML 1.2 compliant.
2016-04-01 17:14:59 -05:00
emitterutils.h
clang-format
2014-03-23 20:08:54 -05:00
exp.cpp
Run IWYU
2014-03-22 22:46:04 -05:00
exp.h
Avoid copying cached RegExes for scalars
2016-01-30 18:32:00 -06:00
indentation.h
Fix warnings on visual studio, including changing unsigned to std::size_t
2015-01-24 14:38:22 -06:00
memory.cpp
Run IWYU
2014-03-22 23:14:48 -05:00
node_data.cpp
Change node_map type from map<ptr,ptr> to vector<pair<ptr,ptr>> ( #386 )
2016-07-18 08:54:10 -05:00
node.cpp
Run clang-format
2014-03-22 13:05:03 -05:00
nodebuilder.cpp
More useful error messages.
2015-04-02 20:50:11 +01:00
nodebuilder.h
More useful error messages.
2015-04-02 20:50:11 +01:00
nodeevents.cpp
Add flow/block style setting on Nodes
2015-01-24 13:11:43 -06:00
nodeevents.h
Run IWYU
2014-03-22 23:14:48 -05:00
null.cpp
Make null handling YAML 1.2 compliant.
2016-04-01 17:14:59 -05:00
ostream_wrapper.cpp
Fix warnings on visual studio, including changing unsigned to std::size_t
2015-01-24 14:38:22 -06:00
parse.cpp
Update doc, formatting for parse.h.
2016-05-12 23:20:03 -05:00
parser.cpp
Update docs, formatting for Parser.
2016-05-12 23:13:55 -05:00
ptr_vector.h
Replace Boost usage with C++11 features
2016-01-10 22:44:15 -05:00
regex_yaml.cpp
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
regex_yaml.h
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
regeximpl.h
clang-format
2014-03-23 20:08:54 -05:00
scanner.cpp
Update documentation for Scanner and AnchorDict, and fix formatting.
2016-05-12 23:05:28 -05:00
scanner.h
Update documentation for Scanner and AnchorDict, and fix formatting.
2016-05-12 23:05:28 -05:00
scanscalar.cpp
Fix scalar parsing when a line starts with a comment.
2016-04-02 16:02:26 -05:00
scanscalar.h
Avoid copying cached RegExes for scalars
2016-01-30 18:32:00 -06:00
scantag.cpp
Run IWYU
2014-03-22 22:46:04 -05:00
scantag.h
Run clang-format
2014-03-22 12:49:16 -05:00
scantoken.cpp
Avoid copying cached RegExes for scalars
2016-01-30 18:32:00 -06:00
setting.h
Replace Boost usage with C++11 features
2016-01-10 22:44:15 -05:00
simplekey.cpp
Fix warnings on visual studio, including changing unsigned to std::size_t
2015-01-24 14:38:22 -06:00
singledocparser.cpp
Make null handling YAML 1.2 compliant.
2016-04-01 17:14:59 -05:00
singledocparser.h
Replace Boost usage with C++11 features
2016-01-10 22:44:15 -05:00
stream.cpp
Run clang-format
2015-03-29 21:27:20 -05:00
stream.h
clang-format
2014-03-23 20:08:54 -05:00
streamcharsource.h
Run clang-format
2014-03-22 12:49:16 -05:00
stringsource.h
Run clang-format
2014-03-22 12:49:16 -05:00
tag.cpp
Run IWYU
2014-03-22 22:46:04 -05:00
tag.h
Run IWYU
2014-03-22 22:46:04 -05:00
token.h
Run clang-format
2015-03-29 21:27:20 -05:00