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