yaml-cpp/src
TheVice d8d9419092
Fix shared library tests for Windows (#1074)
Add copying of shared library to the output directory with a test binary.

[binary] removed using of non unsigned char as argument at
'std::isspace' function that was provokes undefined behavior.

[.github/workflows/build.yml] enabled run of test at the
'windows-latest' environment.
2021-12-15 13:38:09 -06:00
..
contrib [clang-tidy] do not use return after else (#892) 2020-06-15 15:09:29 -05:00
binary.cpp Fix shared library tests for Windows (#1074) 2021-12-15 13:38:09 -06:00
collectionstack.h
convert.cpp manual algorithm conversions (#891) 2020-06-15 15:10:09 -05:00
depthguard.cpp Fix clang format (#854) 2020-04-29 09:40:33 -05:00
directives.cpp [clang-tidy] use auto (#888) 2020-06-16 10:22:14 -05:00
directives.h
emit.cpp Fix clang format (#854) 2020-04-29 09:40:33 -05:00
emitfromevents.cpp fix bug from issue298:Emitter stylings settings overridden by node settings. (#915) 2020-07-06 08:16:38 -05:00
emitter.cpp Emit the correct Alias on the key (#908) (#929) 2020-07-27 13:49:04 -05:00
emitterstate.cpp Emit the correct Alias on the key (#908) (#929) 2020-07-27 13:49:04 -05:00
emitterstate.h Emit the correct Alias on the key (#908) (#929) 2020-07-27 13:49:04 -05:00
emitterutils.cpp Prevent trailing spaces when emitting literal strings (#1005) 2021-07-04 22:30:04 -05:00
emitterutils.h Add support for JSON-compatible string escapes (#485) 2020-07-13 21:16:34 -05:00
exceptions.cpp Fix clang format (#854) 2020-04-29 09:40:33 -05:00
exp.cpp [clang-tidy] use raw strings for easier readability (#882) 2020-06-15 15:29:38 -05:00
exp.h Parse colon in plain scalar correctly when in a flow collection 2020-07-02 14:08:14 -05:00
indentation.h
memory.cpp Fix clang format (#854) 2020-04-29 09:40:33 -05:00
node_data.cpp Revert "Revert "Hide most of non-public symbols by default (#984)" (#1038)" (#1045) 2021-10-09 21:48:05 -05:00
node.cpp Fix clang format (#854) 2020-04-29 09:40:33 -05:00
nodebuilder.cpp [clang-tidy] use emplace_back (#880) 2020-06-15 15:28:19 -05:00
nodebuilder.h
nodeevents.cpp [clang-tidy] use auto (#888) 2020-06-16 10:22:14 -05:00
nodeevents.h
null.cpp Fix clang format (#854) 2020-04-29 09:40:33 -05:00
ostream_wrapper.cpp
parse.cpp [clang-tidy] use bool literals (#881) 2020-06-15 15:30:37 -05:00
parser.cpp Fix clang format (#854) 2020-04-29 09:40:33 -05:00
ptr_vector.h
regex_yaml.cpp
regex_yaml.h
regeximpl.h
scanner.cpp [clang-tidy] use bool literals (#881) 2020-06-15 15:30:37 -05:00
scanner.h
scanscalar.cpp Properly allow a trailing tab character on a block scalar (#919) 2020-07-16 10:08:09 -05:00
scanscalar.h [clang-tidy] fix inconsistent declaration (#884) 2020-06-15 15:39:04 -05:00
scantag.cpp Fix clang format (#854) 2020-04-29 09:40:33 -05:00
scantag.h
scantoken.cpp [clang-tidy] use bool literals (#881) 2020-06-15 15:30:37 -05:00
setting.h partially fix clang compilation (#893) 2020-06-15 16:59:27 -05:00
simplekey.cpp Fix clang format (#854) 2020-04-29 09:40:33 -05:00
singledocparser.cpp Include name of anchor in invalid anchor error (#1015) 2021-07-23 14:52:21 -05:00
singledocparser.h
stream.cpp [clang-tidy] do not use return after else (#892) 2020-06-15 15:09:29 -05:00
stream.h
streamcharsource.h
stringsource.h
tag.cpp
tag.h
token.h