- 18 Aug, 2024 1 commit
-
-
Christopher Fore authored
GCC 15 will no longer include it by default, resulting in build failures in projects that do not explicitly include it. Error: src/emitterutils.cpp:221:11: error: 'uint16_t' was not declared in this scope 221 | std::pair<uint16_t, uint16_t> EncodeUTF16SurrogatePair(int codePoint) { | ^~~~~~~~ src/emitterutils.cpp:13:1: note: 'uint16_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>' 12 | #include "yaml-cpp/null.h" +++ |+#include <cstdint> 13 | #include "yaml-cpp/ostream_wrapper.h" Tests pass. Closes: #1307 See-also: https://gcc.gnu.org/pipermail/gcc-cvs/2024-August/407124.html See-also: https://bugs.gentoo.org/937412 Signed-off-by:Christopher Fore <csfore@posteo.net>
-
- 02 May, 2024 1 commit
-
-
Frank Osterfeld authored
These caused issues when used in a wasm project.
-
- 21 Apr, 2022 1 commit
-
-
Dr. Andre Vehreschild authored
-
- 05 Jul, 2021 1 commit
-
-
theamarin authored
-
- 14 Jul, 2020 1 commit
-
-
Oliver Hamlet authored
For completeness I've implemented escaping for characters outside the basic multilingual plane, but it doesn't get used (as there's no EscapeAsAsciiJson emitter option implemented).
-
- 15 Jun, 2020 2 commits
-
-
Rosen Penev authored
Found with modernize-raw-string-literal Signed-off-by:Rosen Penev <rosenp@gmail.com>
-
Rosen Penev authored
Signed-off-by:Rosen Penev <rosenp@gmail.com>
-
- 05 Oct, 2019 1 commit
-
-
Andy Maloney authored
Also run clang-format on these files as requested
-
- 13 Mar, 2019 1 commit
-
-
Ted Lyngmo authored
* Add compilation flags: -Wshadow -Weffc++ -pedantic -pedantic-errors * Delete implicit copy & move constructors & assignment operators in classes with pointer data members. * An exception to the above: Add default copy & move constructors & assignment operators for the Binary class. * Convert boolean RegEx operators to binary operators. * Initialize all members in all classes in ctors. * Let default ctor delegate to the converting ctor in Binary and RegEx * Don't change any tests except regex_test (as a result of the change to binary operators). Note: https://bugzilla.redhat.com/show_bug.cgi?id=1544675 makes -Weffc++ report a false positive in "include/yaml-cpp/node/impl.h".
-
- 23 Nov, 2018 1 commit
-
-
Alexander Anokhin authored
* Removed an expression which is always true * The second expression (ch is space) is removed because the first one contains space 0x20 * nextEmptyLine is always false so it is removed from the expression
-
- 24 Mar, 2018 1 commit
-
-
maek authored
-
- 13 Dec, 2016 1 commit
-
-
Raul Tambre authored
-
- 12 Oct, 2016 1 commit
-
-
Jesse Beder authored
-
- 01 Apr, 2016 1 commit
-
-
TripleWhy authored
-
- 10 Jan, 2016 1 commit
-
-
Jesse Beder authored
-
- 24 Jan, 2015 3 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
- 24 Mar, 2014 1 commit
-
-
Jesse Beder authored
-
- 23 Mar, 2014 1 commit
-
-
Jesse Beder authored
-
- 22 Mar, 2014 1 commit
-
-
Jesse Beder authored
-
- 26 May, 2012 1 commit
-
-
Jesse Beder authored
Switched the stream << for c-strings to take a templated array param (since we never stream user-built c-strings, only string literals). For this, refactored the escape character display
-
- 25 May, 2012 1 commit
-
-
Jesse Beder authored
-
- 22 May, 2012 3 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
- 21 Jan, 2012 2 commits
-
-
Jesse Beder authored
Renamed the base64 methods, and switched the EncodeBase64 one to return a string (to make it easy to use elsewhere)
-
Jesse Beder authored
Refactored the base64 binary to its own space with a unified class that (will) be used for parsing (in addition to emitting)
-
- 14 Nov, 2011 1 commit
-
-
Jesse Beder authored
-
- 06 Sep, 2011 2 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
-
- 04 Aug, 2011 1 commit
-
-
Jesse Beder authored
-
- 28 Oct, 2010 2 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
-
- 19 Oct, 2010 1 commit
-
-
Jesse Beder authored
Merged the other-tags branch into the trunk (this wasn't an rX:Y merge, since the branch wasn't branched directly from the head of the trunk)
-
- 18 Oct, 2010 1 commit
-
-
Jesse Beder authored
Moved all the includes to a subfolder yaml-cpp so they don't interfere with other libraries' includes
-
- 04 Nov, 2009 1 commit
-
-
Jesse Beder authored
-
- 29 Oct, 2009 1 commit
-
-
Jesse Beder authored
-
- 19 Oct, 2009 1 commit
-
-
Jesse Beder authored
-
- 08 Oct, 2009 1 commit
-
-
Jesse Beder authored
-