1. 29 Dec, 2015 1 commit
  2. 08 Dec, 2015 2 commits
  3. 07 Dec, 2015 1 commit
  4. 03 Dec, 2015 1 commit
  5. 19 Nov, 2015 1 commit
  6. 17 Nov, 2015 1 commit
  7. 16 Nov, 2015 1 commit
  8. 27 Oct, 2015 1 commit
  9. 22 Oct, 2015 3 commits
  10. 21 Oct, 2015 2 commits
  11. 20 Oct, 2015 7 commits
  12. 16 Oct, 2015 2 commits
  13. 15 Oct, 2015 1 commit
  14. 07 Oct, 2015 1 commit
  15. 29 Sep, 2015 1 commit
  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. 16 Jul, 2015 1 commit
  19. 06 Jul, 2015 1 commit
  20. 18 Jun, 2015 5 commits