1. 27 Jul, 2020 1 commit
  2. 24 Jul, 2020 1 commit
  3. 23 Jul, 2020 1 commit
  4. 16 Jul, 2020 2 commits
  5. 14 Jul, 2020 1 commit
  6. 06 Jul, 2020 1 commit
  7. 02 Jul, 2020 2 commits
  8. 29 Jun, 2020 2 commits
  9. 17 Jun, 2020 2 commits
  10. 16 Jun, 2020 1 commit
  11. 15 Jun, 2020 10 commits
  12. 25 May, 2020 1 commit
    • Josh Soref's avatar
      Spelling (#870) · 6701275f
      Josh Soref authored
      * spelling: differently
      
      * spelling: irrelevant
      
      * spelling: specified
      6701275f
  13. 23 May, 2020 1 commit
  14. 07 May, 2020 1 commit
  15. 29 Apr, 2020 1 commit
  16. 09 Apr, 2020 1 commit
  17. 07 Apr, 2020 2 commits
  18. 04 Feb, 2020 2 commits
    • Ted Lyngmo's avatar
      Make SettingChange and StreamCharSourcemove constructors and assignment operators noexcept (#808) · 9ab22ef4
      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: default avatarTed Lyngmo <ted@lyncon.se>
      9ab22ef4
    • Ted Lyngmo's avatar
      Move the YAML_CPP_NOEXCEPT macro to include/yaml-cpp/noexcept.h (#813) · 1928bca4
      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.
      1928bca4
  19. 21 Jan, 2020 1 commit
  20. 23 Nov, 2019 1 commit
  21. 05 Oct, 2019 1 commit
  22. 02 Oct, 2019 4 commits