- 15 Jun, 2020 11 commits
-
-
Found with readability-inconsistent-declaration-parameter-name Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev committed -
Found with modernize-use-bool-literals Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev committed -
Found with modernize-raw-string-literal Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev committed -
Found with modernize-use-emplace Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev committed -
Found with modernize-use-using Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev committed -
Found with modernize-use-override Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev committed -
Found with modernize-use-equals-default Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev committed -
Found with modernize-loop-convert Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev committed -
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev committed -
Found with readability-else-after-return Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev committed -
Fix issue 844/848.
Chen committed
-
- 31 May, 2020 1 commit
-
-
Chen committed
-
- 25 May, 2020 1 commit
-
-
* spelling: differently * spelling: irrelevant * spelling: specified
Josh Soref committed
-
- 24 May, 2020 1 commit
-
-
Hans-Peter Gygax committed
-
- 23 May, 2020 1 commit
-
-
Raúl Gutiérrez Segalés committed
-
- 19 May, 2020 1 commit
-
-
Fixing issue 859.
Chen committed
-
- 12 May, 2020 1 commit
-
-
Add test cases for the event handler for schema tags; does not include test cases for Node because specialized tag handling is not implemented yet.
Chen committed
-
- 07 May, 2020 1 commit
-
-
The BadFile exception which is thrown when failing to open a file now contains the filename.
Ted Lyngmo committed
-
- 29 Apr, 2020 3 commits
-
-
Ian Taylor committed
-
Library debug postfix might not be suitable for cross platform project, and usually require extra work of link against prebuilt yaml-cpp. Generally, Xcode project output library to these directories: Debug Release Debug-iphoneos Release-iphoneos Debug-iphonesimulator Release-iphonesimulator Another Xcode project usually configured its build setting as follow, and expects library name to be same between Release and Debug LIBRARY_SEARCH_PATHS=$(CONFIGURATION)$(EFFECT_PLATFORM_NAME) OTHER_LDFLAGS= $(inherited) -lyaml-cppdeflinhec committed -
Fix invocation of clang-format in CMakeLists and apply clang-format.
Ian Taylor committed
-
- 26 Apr, 2020 1 commit
-
-
Add Qt wrapper gist to README as a third party contribution
Martin Delille committed
-
- 24 Apr, 2020 2 commits
-
-
Jesse Beder committed
-
This will allow hosting as Github Pages.
Martin Delille committed
-
- 23 Apr, 2020 1 commit
-
-
* Copied Tutorial from Google Code wiki. * Initial Home page * Copied How To Parse A Document from Google Code wiki * Updated How To Parse A Document (markdown) * Updated How To Parse A Document (markdown) * Updated How To Parse A Document (Old API) (markdown) * Copied How To Emit YAML from Google Code wiki * Copied Breaking Changes from Google Code wiki * Copied Strings from Google Code wiki * Updated Strings (markdown) * Updated Home (markdown) * Fix typo. * Updated Breaking Changes (markdown) * Updated How To Parse A Document (Old API) (markdown) * Updated Breaking Changes (markdown) * Move wiki content to docs/ * Improve markdown and add colored code syntax Co-authored-by: Jesse Beder <jbeder+github@gmail.com>
Martin Delille committed
-
- 09 Apr, 2020 2 commits
-
-
Fix stack overflow in HandleNode by explicitly limiting the depth of recursion.
Alan Griffiths committed -
Tindy X committed
-
- 08 Apr, 2020 2 commits
-
-
This fixes the linux/gcc error building Google Test with gcc 4.7: https://travis-ci.org/github/jbeder/yaml-cpp/jobs/668233706
Jesse Beder committed -
Add check that a move assigned Node gets the same representation as the moved-from Node had before the move.
Ted Lyngmo committed
-
- 07 Apr, 2020 2 commits
-
-
Maxim Okhotskiy committed
-
It's clearly related to an existing node, so it can have a mark and give an error location.
Victor Mataré committed
-
- 29 Mar, 2020 2 commits
-
-
Romain Deterre committed
-
This commit updates the version of Google Test from 1.8 to 1.10.
Romain Deterre committed
-
- 11 Mar, 2020 1 commit
-
-
Dekken committed
-
- 01 Mar, 2020 1 commit
-
-
Néstor Subirón committed
-
- 15 Feb, 2020 1 commit
-
-
Anton Onishchenko committed
-
- 14 Feb, 2020 1 commit
-
-
JeffWegher committed
-
- 07 Feb, 2020 1 commit
-
-
Ted Lyngmo committed
-
- 04 Feb, 2020 2 commits
-
-
The explicitly defaulted or implemented move constructors and assignment operators are made "noexcept". Bugfix: * src/stream.cpp Stream::Stream() char_traits::int_type intro[4] is now aggregate-initialized (to zero) to avoid UB. Minor changes: * Using std::isinf() and std::signbit() instead of comparing for equality with infinity. * src/streamcharsource.h: Added #include "stream.h". * src/stream.h: Forward declaring "class StreamCharSource". * Some implicit casting changed into static_cast's. Signed-off-by: Ted Lyngmo <ted@lyncon.se>
Ted Lyngmo committed -
This is in preparation for other patches that will make use of the macro. The patch also removes #undef:ing the macro after its been used to not make the header inclusion order critical. Otherwise, the new header would always have to be the last of the yaml-cpp headers to be included.
Ted Lyngmo committed
-