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/test
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
..
cmake Make sure CXX_STANDARD can be overridden from outside (#1239) 1 year ago
gtest-1.11.0 Update gtest to 1.11.0 (#1086) 3 years ago
integration emitter: Support std::string_view 1 month ago
node fix: prettier floating point numbers 3 months ago
BUILD.bazel Fix bazel build, and commit module lock file. 1 month ago
CMakeLists.txt Don't install embedded copy of GTest 1 month ago
binary_test.cpp Use static_cast<unsigned char> on DecodeBase64 to prevent SEGV on negative values (#1051) 3 years ago
create-emitter-tests.py Add optional OnAnchor method to EventHandler (#530) 6 years ago
fptostring_test.cpp patch: split fp_to_string.h into fptostring.h and fptostring.cpp 3 months ago
main.cpp Convert node tests to gtest 11 years ago
mock_event_handler.h Small readability improvements in Parser 5 years ago
ostream_wrapper_test.cpp Refactor CMake to use more modern paradigms (#741) 5 years ago
parser_test.cpp Fix stack overflow (#807) 5 years ago
regex_test.cpp Apply formatting/style tweaks to comply with compile time diagnostics for g++ and clang++ (#686) 6 years ago
specexamples.h chore(test): moved infiniteloop test to load_node_test suite. 3 months ago