1. 19 Feb, 2021 1 commit
  2. 08 Feb, 2021 1 commit
    • Piotr Pietraszkiewicz's avatar
      Install debug symbols alongside the protobuf-c.lib · f53a8c98
      Piotr Pietraszkiewicz authored
      A user of the protobuf-c library is confronted with MSVC warnings about missing
      PDB if the library happens to be built/configured using the CMAKE_BUILD_TYPE
      "Debug" or "RelWithDebInfo". This commit deals away with the warning by
      installing the "protobuf-c.pdb" alongside the lib. The .pdb is installed only
      if it exists. Configuring "Release" or building under Linux won't produce and
      won't install the PDB.
      f53a8c98
  3. 17 Oct, 2020 1 commit
  4. 16 Oct, 2020 1 commit
  5. 06 Sep, 2020 1 commit
  6. 23 Jul, 2020 2 commits
  7. 20 Jun, 2020 6 commits
  8. 14 May, 2020 1 commit
  9. 13 May, 2020 6 commits
  10. 12 May, 2020 2 commits
  11. 09 May, 2020 6 commits
  12. 13 Feb, 2020 2 commits
  13. 04 Dec, 2019 2 commits
  14. 19 Oct, 2019 4 commits
  15. 18 Oct, 2019 2 commits
  16. 17 Oct, 2019 1 commit
    • Robert Edmonds's avatar
      Makefile.am: Only enable the Issue #330 test case when building against protobuf 3.x · dc3057c8
      Robert Edmonds authored
      Issue #330 is a bug in proto3 behavior and the test case handling it
      needs a 'syntax = "proto3";' line in its .proto file, which is not
      supported by the protobuf 2 implementation.
      
      Since we still support building against protobuf 2, this commit
      conditionalizes the Issue #330 test case so that it is only built when
      protobuf-c is being built against protobuf 3.
      dc3057c8
  17. 27 Aug, 2019 1 commit