1. 01 Feb, 2018 2 commits
  2. 01 Dec, 2017 1 commit
  3. 25 Jul, 2017 2 commits
  4. 11 Jul, 2017 1 commit
  5. 29 May, 2017 1 commit
  6. 14 Oct, 2015 1 commit
  7. 17 Sep, 2015 1 commit
  8. 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
  9. 26 Aug, 2015 2 commits
  10. 21 Aug, 2015 1 commit
  11. 28 Jul, 2015 1 commit
  12. 17 Jun, 2015 1 commit
  13. 16 Jun, 2015 1 commit
  14. 31 May, 2015 1 commit