1. 03 May, 2019 1 commit
  2. 09 Apr, 2019 1 commit
  3. 06 Apr, 2019 1 commit
  4. 05 Apr, 2019 1 commit
  5. 01 Apr, 2019 1 commit
  6. 22 Feb, 2019 1 commit
  7. 08 Jan, 2019 1 commit
  8. 20 Dec, 2018 1 commit
  9. 15 Dec, 2018 1 commit
  10. 15 Aug, 2018 1 commit
  11. 15 May, 2018 1 commit
  12. 27 Apr, 2018 2 commits
  13. 13 Mar, 2018 1 commit
  14. 01 Feb, 2018 2 commits
  15. 01 Dec, 2017 1 commit
  16. 25 Jul, 2017 2 commits
  17. 11 Jul, 2017 1 commit
  18. 29 May, 2017 1 commit
  19. 14 Oct, 2015 1 commit
  20. 17 Sep, 2015 1 commit
  21. 27 Aug, 2015 2 commits
    • Peter Kasting's avatar
      5d412c47
    • Peter Kasting's avatar
      Fix compile failures building protobuf DLLs on MSVC in Chromium's codebase. · 6e549997
      Peter Kasting authored
      When trying to compile the protobuf code as a DLL, and then compile other DLLs
      with generated .pb.cc/h files that reference
      InternalMetadataWithArena::InternalMetadataWithArena(Arena*), MSVC gives an
      "unresolved external symbol" error.  This seems to be due to the function being
      simultaneously exported and inline.  Moving it out-of-line fixes things.
      
      There are other functions exported and inline as well but de-inlining them
      doesn't seem to be necessary to get the build working, and I'd rather de-inline
      as few functions as possible.
      6e549997
  22. 26 Aug, 2015 2 commits
  23. 21 Aug, 2015 1 commit
  24. 28 Jul, 2015 1 commit
  25. 17 Jun, 2015 1 commit
  26. 16 Jun, 2015 1 commit
  27. 31 May, 2015 1 commit