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