- 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
-
- 07 Oct, 2009 1 commit
-
-
Jesse Beder authored
-
- 07 Sep, 2009 1 commit
-
-
Jesse Beder authored
-
- 19 Aug, 2009 1 commit
-
-
Jesse Beder authored
Converted indexing to std::size_t, and fixed the Node templated overloads to properly index any index type (determining what is an index type is a bit of a hack - it should be is_convertible<T, std::size_t> (I think), but I just explicitly wrote down a list)
-
- 26 Jul, 2009 1 commit
-
-
Jesse Beder authored
-