1. 11 Jan, 2016 1 commit
  2. 29 Dec, 2015 1 commit
  3. 12 Dec, 2015 1 commit
  4. 07 Dec, 2015 1 commit
  5. 19 Nov, 2015 1 commit
  6. 03 Nov, 2015 1 commit
  7. 16 Oct, 2015 2 commits
  8. 14 Oct, 2015 1 commit
  9. 09 Oct, 2015 1 commit
  10. 01 Oct, 2015 1 commit
  11. 17 Sep, 2015 2 commits
  12. 16 Sep, 2015 1 commit
  13. 15 Sep, 2015 4 commits
  14. 01 Sep, 2015 2 commits
  15. 31 Aug, 2015 2 commits
  16. 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
  17. 26 Aug, 2015 2 commits
  18. 24 Aug, 2015 1 commit
  19. 23 Aug, 2015 1 commit
  20. 21 Aug, 2015 1 commit
  21. 12 Aug, 2015 1 commit
  22. 09 Aug, 2015 1 commit
  23. 04 Aug, 2015 1 commit
  24. 03 Aug, 2015 2 commits
  25. 02 Aug, 2015 1 commit
  26. 31 Jul, 2015 2 commits
  27. 28 Jul, 2015 1 commit
  28. 17 Jul, 2015 2 commits