1. 27 Aug, 2015 1 commit
    • Peter Kasting's avatar
      Avoid #including system headers from inside a namespace. · 2e789bc2
      Peter Kasting authored
      port.h #includes various headers in order to define byteswap functions, but it
      currently does so from inside the google::protobuf namespace.  This can cause
      bizarre symbol conflicts and other build errors as these headers' contents are
      then included inside this namespace.
      
      Instead, #include the relevant headers above the namespace declarations.
      2e789bc2
  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