- 15 Jun, 2020 12 commits
-
-
Rosen Penev authored
Found with modernize-return-braced-init-list Signed-off-by:Rosen Penev <rosenp@gmail.com>
-
Rosen Penev authored
Found with readability-inconsistent-declaration-parameter-name Signed-off-by:Rosen Penev <rosenp@gmail.com>
-
Rosen Penev authored
Found with modernize-use-bool-literals Signed-off-by:Rosen Penev <rosenp@gmail.com>
-
Rosen Penev authored
Found with modernize-raw-string-literal Signed-off-by:Rosen Penev <rosenp@gmail.com>
-
Rosen Penev authored
Found with modernize-use-emplace Signed-off-by:Rosen Penev <rosenp@gmail.com>
-
Rosen Penev authored
Found with modernize-use-using Signed-off-by:Rosen Penev <rosenp@gmail.com>
-
Rosen Penev authored
Found with modernize-use-override Signed-off-by:Rosen Penev <rosenp@gmail.com>
-
Rosen Penev authored
Found with modernize-use-equals-default Signed-off-by:Rosen Penev <rosenp@gmail.com>
-
Rosen Penev authored
Found with modernize-loop-convert Signed-off-by:Rosen Penev <rosenp@gmail.com>
-
Rosen Penev authored
Signed-off-by:Rosen Penev <rosenp@gmail.com>
-
Rosen Penev authored
Found with readability-else-after-return Signed-off-by:Rosen Penev <rosenp@gmail.com>
-
Chen authored
Fix issue 844/848.
-
- 31 May, 2020 1 commit
-
-
Chen authored
-
- 25 May, 2020 1 commit
-
-
Josh Soref authored
* spelling: differently * spelling: irrelevant * spelling: specified
-
- 24 May, 2020 1 commit
-
-
Hans-Peter Gygax authored
-
- 23 May, 2020 1 commit
-
-
Raúl Gutiérrez Segalés authored
-
- 19 May, 2020 1 commit
-
-
Chen authored
Fixing issue 859.
-
- 12 May, 2020 1 commit
-
-
Chen authored
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.
-
- 07 May, 2020 1 commit
-
-
Ted Lyngmo authored
The BadFile exception which is thrown when failing to open a file now contains the filename.
-
- 29 Apr, 2020 3 commits
-
-
Ian Taylor authored
-
deflinhec authored
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-cpp -
Ian Taylor authored
Fix invocation of clang-format in CMakeLists and apply clang-format.
-
- 26 Apr, 2020 1 commit
-
-
Martin Delille authored
Add Qt wrapper gist to README as a third party contribution
-
- 24 Apr, 2020 2 commits
-
-
Jesse Beder authored
-
Martin Delille authored
This will allow hosting as Github Pages.
-
- 23 Apr, 2020 1 commit
-
-
Martin Delille authored
* 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>
-
- 09 Apr, 2020 2 commits
-
-
Alan Griffiths authored
Fix stack overflow in HandleNode by explicitly limiting the depth of recursion.
-
Tindy X authored
-
- 08 Apr, 2020 2 commits
-
-
Jesse Beder authored
This fixes the linux/gcc error building Google Test with gcc 4.7: https://travis-ci.org/github/jbeder/yaml-cpp/jobs/668233706
-
Ted Lyngmo authored
Add check that a move assigned Node gets the same representation as the moved-from Node had before the move.
-
- 07 Apr, 2020 2 commits
-
-
Maxim Okhotskiy authored
-
Victor Mataré authored
It's clearly related to an existing node, so it can have a mark and give an error location.
-
- 29 Mar, 2020 2 commits
-
-
Romain Deterre authored
-
Romain Deterre authored
This commit updates the version of Google Test from 1.8 to 1.10.
-
- 11 Mar, 2020 1 commit
-
-
Dekken authored
-
- 01 Mar, 2020 1 commit
-
-
Néstor Subirón authored
-
- 15 Feb, 2020 1 commit
-
-
Anton Onishchenko authored
-
- 14 Feb, 2020 1 commit
-
-
JeffWegher authored
-
- 07 Feb, 2020 1 commit
-
-
Ted Lyngmo authored
-
- 04 Feb, 2020 1 commit
-
-
Ted Lyngmo authored
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>
-