1. 28 May, 2019 2 commits
  2. 22 May, 2019 1 commit
  3. 21 May, 2019 4 commits
  4. 20 May, 2019 2 commits
  5. 18 May, 2019 1 commit
    • TechProofreader's avatar
      Update performance.md · 5b628d55
      TechProofreader authored
      I corrected a few grammatical mistakes and increased the document's readability by easing the language flow.
      5b628d55
  6. 17 May, 2019 1 commit
  7. 15 May, 2019 2 commits
  8. 14 May, 2019 10 commits
  9. 13 May, 2019 6 commits
  10. 10 May, 2019 5 commits
    • Ruslan Manaev's avatar
    • Seth Girvan's avatar
      Revert "protobuf.pc.in does not reflect CXXFLAGS" · cdf873f2
      Seth Girvan authored
      This reverts commit a7180caf.
      cdf873f2
    • Parnic's avatar
      Don't build io_win32 for Xbox One · 55f89a10
      Parnic authored
      This file contains a lot of code that doesn't compile for Xbox One and doesn't appear to be necessary for usage on that platform. _WIN32 is defined for the Xbox One platform.
      55f89a10
    • Parnic's avatar
      Replaced unavailable include with struct definition for Xbox One · 3691c172
      Parnic authored
      It appears this file was including winsock2.h just to get the timeval struct definition. There are platforms, such as Xbox One, that don't use winsock but do compile with _MSC_VER set, so just drop in the struct definition we needed instead of including all of winsock. This fixes compilation of this file for Xbox One. Without this change, there were numerous `timeval` complaints such as
      ```
      1>c:\dev\protobuf\src\google\protobuf\util\time_util.h(153): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int (compiling source file C:\dev\protobuf\src\google\protobuf\util\time_util.cc)
      1>c:\dev\protobuf\src\google\protobuf\util\time_util.h(153): error C2143: syntax error: missing ',' before '&' (compiling source file C:\dev\protobuf\src\google\protobuf\util\time_util.cc)
      ```
      etc.
      3691c172
    • Per Lundberg's avatar
      Fix typo · 2bb7c278
      Per Lundberg authored
      2bb7c278
  11. 09 May, 2019 1 commit
  12. 06 May, 2019 2 commits
  13. 04 May, 2019 1 commit
  14. 03 May, 2019 2 commits