yaml-cpp/src
2018-01-28 10:18:55 -06:00
..
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 Run clang-format. 2016-10-12 00:00:39 -05:00
emitfromevents.cpp Fix input strings with quotes giving "!" tagging artifacts. 2016-12-02 08:58:48 -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 Fix warnings generated by #438 (comparing unsigned value with <0). 2016-12-03 17:55:50 -06:00
emitterstate.h Fix compiler warnings about truncations. 2016-12-03 10:09:22 -06:00
emitterutils.cpp Fix compiler warnings in MSVC, #448 (#453) 2016-12-13 16:37:29 -05:00
emitterutils.h Fix compiler warnings in MSVC, #448 (#453) 2016-12-13 16:37:29 -05:00
exceptions.cpp Replace noexcept with macro compatible with VS (#517) 2017-07-25 07:11:10 -05:00
exp.cpp Run IWYU 2014-03-22 22:46:04 -05:00
exp.h Fix tag parsing with () (#532) 2018-01-28 10:18:55 -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 Run clang-format. 2016-10-12 00:00:39 -05: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 Run clang-format. 2016-10-12 00:00:39 -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 Run clang-format. 2016-10-12 00:00:39 -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 YAML_CPP_API decorator to RegEx class and friend operators. (#407) 2016-08-18 08:47:09 -05:00
regeximpl.h clang-format 2014-03-23 20:08:54 -05:00
scanner.cpp Run clang-format. 2016-10-12 00:00:39 -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