1. 08 Feb, 2022 1 commit
  2. 27 Jan, 2022 2 commits
  3. 06 Jan, 2022 1 commit
  4. 15 Dec, 2021 1 commit
    • TheVice's avatar
      Fix shared library tests for Windows (#1074) · d8d94190
      TheVice authored
      Add copying of shared library to the output directory with a test binary.
      
      [binary] removed using of non unsigned char as argument at
      'std::isspace' function that was provokes undefined behavior.
      
      [.github/workflows/build.yml] enabled run of test at the
      'windows-latest' environment.
      d8d94190
  5. 10 Dec, 2021 1 commit
  6. 23 Nov, 2021 3 commits
  7. 03 Nov, 2021 1 commit
  8. 31 Oct, 2021 1 commit
  9. 20 Oct, 2021 1 commit
  10. 13 Oct, 2021 1 commit
  11. 10 Oct, 2021 2 commits
  12. 28 Sep, 2021 1 commit
  13. 25 Sep, 2021 1 commit
    • Pino Toscano's avatar
      Hide most of non-public symbols by default (#984) · da1c8d36
      Pino Toscano authored
      * Export YAML::detail::node::m_amount
      
      The internal header node/detail/node.h is included by public headers;
      YAML::detail::node is implemented in the header itself, and thus it gets
      inlined... except for its static m_amount class member, which is
      instantiated in the library only. Right now all the symbols of yaml-cpp
      are exported (nothing is hidden), so the linker will find node::m_amount
      in the yaml-cpp library.
      
      As solution/workaround, explicitly export YAML::detail::node::m_amount.
      
      * CMake: use GenerateExportHeader
      
      Make use of the GenerateExportHeader CMake module to generate the dll.h
      header with export macros.
      
      While the produced dll.h is different, the result should be the same,
      i.e. nothing changes for yaml-cpp or its users.
      
      * CMake: hide all the symbols by default
      
      Hide all the symbols that are not explicitly exported with YAML_CPP_API.
      This way the ABI will be way smaller, and only actually exposing the
      public classes/functions.
      da1c8d36
  14. 30 Aug, 2021 1 commit
  15. 23 Jul, 2021 1 commit
  16. 15 Jul, 2021 2 commits
  17. 10 Jul, 2021 2 commits
  18. 05 Jul, 2021 1 commit
  19. 05 Jan, 2021 1 commit
  20. 27 Jul, 2020 1 commit
  21. 24 Jul, 2020 2 commits
  22. 23 Jul, 2020 2 commits
  23. 19 Jul, 2020 1 commit
  24. 16 Jul, 2020 3 commits
  25. 14 Jul, 2020 2 commits
  26. 08 Jul, 2020 1 commit
  27. 06 Jul, 2020 1 commit
  28. 02 Jul, 2020 2 commits