- 19 Jul, 2020 1 commit
-
-
Kajetan Świerk committed
-
- 16 Jul, 2020 3 commits
- 14 Jul, 2020 2 commits
-
-
Not use 'emit' as variable name, in Qt Framework it reserved word
Pavel Karelin committed -
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).
Oliver Hamlet committed
-
- 08 Jul, 2020 1 commit
-
-
Per https://cmake.org/cmake/help/latest/policy/CMP0091.html, we need to enable policy CMP0091 if we want to make use of MSVC_RUNTIME_LIBRARY and/or CMAKE_MSVC_RUNTIME_LIBRARY. Fixes issue #912.
Tom Collins committed
-
- 06 Jul, 2020 1 commit
-
-
Chen committed
-
- 02 Jul, 2020 2 commits
-
-
Fixes #740.
Chen committed -
Inside of a sequence or map, `YAML::Newline` wouldn't reset the collection state, which would cause behavior like this: ``` nodeA: k: [{i: 0}, {i:1}, ]NodeB: k: [{i: 0}, {i:1}, ] ```Raffaello Bertini committed
-
- 29 Jun, 2020 2 commits
- 28 Jun, 2020 1 commit
-
-
Dekken committed
-
- 21 Jun, 2020 1 commit
-
-
Dekken committed
-
- 17 Jun, 2020 2 commits
- 16 Jun, 2020 1 commit
-
-
Found with modernize-use-auto Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev committed
-
- 15 Jun, 2020 15 commits
-
-
Found with performance-unnecessary-value-param Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev committed -
Found with readability-container-size-empty Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev committed -
* partially fix clang compilation Missing header and mistaken algorithm usage. Also removed it name from range loops. It's not correct. Signed-off-by: Rosen Penev <rosenp@gmail.com> * run through clang's -Wrange-loop-analysis Some range loops should not use references as they need to copy. Signed-off-by: Rosen Penev <rosenp@gmail.com> * manual range loop conversions Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev committed -
Found with modernize-return-braced-init-list Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev committed -
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 1 commit
-
-
Ian Taylor committed
-