- 23 Jul, 2020 2 commits
-
-
Chen authored
-
Kajetan Świerk authored
- Don't eagerly convert key to std::string - Make const char* keys streamable when exception is thrown - Don't create a temporary string when comparing a const char* key
-
- 19 Jul, 2020 1 commit
-
-
Kajetan Świerk authored
-
- 16 Jul, 2020 3 commits
- 14 Jul, 2020 2 commits
-
-
Pavel Karelin authored
Not use 'emit' as variable name, in Qt Framework it reserved word
-
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).
-
- 08 Jul, 2020 1 commit
-
-
Tom Collins authored
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.
-
- 06 Jul, 2020 1 commit
-
-
Chen authored
-
- 02 Jul, 2020 2 commits
-
-
Chen authored
Fixes #740.
-
Raffaello Bertini authored
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}, ] ```
-
- 29 Jun, 2020 2 commits
- 28 Jun, 2020 1 commit
-
-
Dekken authored
-
- 21 Jun, 2020 1 commit
-
-
Dekken authored
-
- 17 Jun, 2020 2 commits
- 16 Jun, 2020 1 commit
-
-
Rosen Penev authored
Found with modernize-use-auto Signed-off-by:Rosen Penev <rosenp@gmail.com>
-
- 15 Jun, 2020 15 commits
-
-
Rosen Penev authored
Found with performance-unnecessary-value-param Signed-off-by:Rosen Penev <rosenp@gmail.com>
-
Rosen Penev authored
Found with readability-container-size-empty Signed-off-by:Rosen Penev <rosenp@gmail.com>
-
Rosen Penev authored
* 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 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.
-