- 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 2 commits
-
-
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>
-
Ted Lyngmo authored
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.
-
- 21 Jan, 2020 1 commit
-
-
Jesse Beder authored
E.g. `!2`.
-
- 20 Jan, 2020 1 commit
-
-
Ted Lyngmo authored
-
- 29 Nov, 2019 1 commit
-
-
Carlos Gomes Martinho authored
Change the namespace from yaml::yaml to yaml-cpp::yaml-cpp.
-
- 23 Nov, 2019 1 commit
-
-
Igor [hyperxor] authored
Also add a test for a parser with no data
-
- 04 Nov, 2019 1 commit
-
-
Igor [hyperxor] authored
-
- 31 Oct, 2019 1 commit
-
-
Mike Egger authored
-
- 23 Oct, 2019 1 commit
-
-
Romain Geissler @ Amadeus authored
This happens whenever in a macro you use some "if" block, and don't use curly braces {}, as the macro is expanded on a single line, not on several lines. So just add the missing curly braces to please gcc. In file included from /remote/users/mlamesch/CloneFromPlatinum/yamlcpp/osp/Yamlcpp/18-0-0-5/include/yaml-cpp/yaml.h:18, from src/TestYaml.cpp:2: /remote/users/mlamesch/CloneFromPlatinum/yamlcpp/osp/Yamlcpp/18-0-0-5/include/yaml-cpp/node/convert.h: In static member function static bool YAML::convert<int>::decode(const YAML::Node&, int&): /remote/users/mlamesch/CloneFromPlatinum/yamlcpp/osp/Yamlcpp/18-0-0-5/include/yaml-cpp/node/convert.h:139:1: error: this if clause does not guard... [-Werror=misleading-indentation] YAML_DEFINE_CONVERT_STREAMABLE_SIGNED(int); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
- 16 Oct, 2019 1 commit
-
-
carmeli-tamir authored
* Showing test output only on failure * Test commit to see the failed test * Now making sure that the tests pass with no output
-
- 13 Oct, 2019 1 commit
-
-
Isabella Muerte authored
🐛 Fixes #748 (#770)
-
- 11 Oct, 2019 1 commit
-
-
Rasmus authored
-
- 05 Oct, 2019 1 commit
-
-
Andy Maloney authored
Also run clang-format on these files as requested
-