1. 27 Aug, 2015 1 commit
    • 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
  2. 26 Aug, 2015 5 commits
  3. 25 Aug, 2015 3 commits
  4. 22 Aug, 2015 8 commits
  5. 21 Aug, 2015 5 commits
  6. 20 Aug, 2015 8 commits
  7. 18 Aug, 2015 1 commit
  8. 16 Aug, 2015 1 commit
  9. 15 Aug, 2015 5 commits
  10. 14 Aug, 2015 3 commits