1. 01 Apr, 2022 4 commits
  2. 17 Feb, 2022 1 commit
  3. 08 Feb, 2022 1 commit
  4. 27 Jan, 2022 2 commits
  5. 06 Jan, 2022 1 commit
  6. 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
  7. 10 Dec, 2021 1 commit
  8. 23 Nov, 2021 3 commits
  9. 03 Nov, 2021 1 commit
  10. 31 Oct, 2021 1 commit
  11. 20 Oct, 2021 1 commit
  12. 13 Oct, 2021 1 commit
  13. 10 Oct, 2021 2 commits
  14. 28 Sep, 2021 1 commit
  15. 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
  16. 30 Aug, 2021 1 commit
  17. 23 Jul, 2021 1 commit
  18. 15 Jul, 2021 2 commits
  19. 10 Jul, 2021 2 commits
  20. 05 Jul, 2021 1 commit
  21. 05 Jan, 2021 1 commit
  22. 27 Jul, 2020 1 commit
  23. 24 Jul, 2020 2 commits
  24. 23 Jul, 2020 2 commits
  25. 19 Jul, 2020 1 commit
  26. 16 Jul, 2020 3 commits
  27. 14 Jul, 2020 1 commit