You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yaml-cpp/include/yaml-cpp
Daniel Levin 7470c2d871 emitter: Support std::string_view
Accept Emitter::operator<<(std::string_view).

ABI remains C++11 compatible by exposing new method
Emitter::Write(const char*, size_t).

All affected calls optimized to pass std::string values as pointer + size
tuple into appropriate routines.
1 month ago
..
contrib patch: move dragonbox.h from 'include' folder to 'src' folder 3 months ago
node patch: split fp_to_string.h into fptostring.h and fptostring.cpp 3 months ago
anchor.h Modernize: Use "using" instead of "typedef" (#754) 5 years ago
binary.h Static analysis fix: replace 0 and NULL with nullptr (#738) 5 years ago
depthguard.h Fix stack overflow (#807) 5 years ago
dll.h Remove build debug messages 5 months ago
emitfromevents.h Add default destructor to EmitFromEvents 1 year ago
emitter.h emitter: Support std::string_view 1 month ago
emitterdef.h Renamed the None enumeration vaules to NoType to avoid a collision with X11's macro 10 years ago
emittermanip.h Add support for JSON-compatible string escapes (#485) 5 years ago
emitterstyle.h fix compile warning(Pull requests #1305)(Issues #1306) 6 months ago
eventhandler.h Modernize: Use "default" for destructors and copy constructors (#751) 5 years ago
exceptions.h fix(src,include,test): fixed multiple cases where a bad yaml was accepted. 4 months ago
fptostring.h remove reduntant license information 3 months ago
mark.h More useful error messages. 10 years ago
noexcept.h Move the YAML_CPP_NOEXCEPT macro to include/yaml-cpp/noexcept.h (#813) 5 years ago
null.h emitter: Support std::string_view 1 month ago
ostream_wrapper.h Static analysis fix: replace 0 and NULL with nullptr (#738) 5 years ago
parser.h Disallow moving for the Parser. 6 years ago
stlemitter.h Fix compilation for Qt-projects (#918) 5 years ago
traits.h fix: use C locale by default 6 months ago
yaml.h Merge from core 10 years ago