1. 27 Jan, 2018 1 commit
    • Adam Cozzette's avatar
      Removed using statements from common.h · 39a789e6
      Adam Cozzette authored
      These statements pulled a bunch of symbols from the std namespace into
      the global namespace. This commit removes all of them except for
      std::string, which is a bit trickier to remove.
      39a789e6
  2. 19 Dec, 2017 1 commit
  3. 13 Dec, 2017 1 commit
  4. 04 Dec, 2017 1 commit
  5. 01 Dec, 2017 1 commit
  6. 13 Nov, 2017 1 commit
  7. 04 Nov, 2017 1 commit
    • Paul Yang's avatar
      Fix php well known type conformance tests (#3828) (#3840) · 2df47269
      Paul Yang authored
      * Fix php well known type conformance tests
      
      * Properly generate code for test.proto
      
      * Provide GPBMetadata files in c extensions for generated files to import.
      
      * Remove unnecessary test
      
      * Clean up code
      
      * Add declaration for initOnce.
      
      * Refactoring
      2df47269
  8. 03 Nov, 2017 1 commit
    • Paul Yang's avatar
      Fix php well known type conformance tests (#3828) · bcda919c
      Paul Yang authored
      * Fix php well known type conformance tests
      
      * Properly generate code for test.proto
      
      * Provide GPBMetadata files in c extensions for generated files to import.
      
      * Remove unnecessary test
      
      * Clean up code
      
      * Add declaration for initOnce.
      
      * Refactoring
      bcda919c
  9. 26 Oct, 2017 1 commit
    • Paul Yang's avatar
      Reserve unknown in Ruby (#3763) · 23adfeb0
      Paul Yang authored
      * Reserve unknown in ruby
      
      * Revert ruby tests. Wait for cpp impl for conformance test
      
      * Add conformance test for preserving unknown
      
      * Add unknown field conformance test to csharp failure list.
      
      * Fix comments
      
      * Fix comment
      
      * Fix comments
      
      * Fix typo
      
      * Use stringsink_string directly
      
      * Mark hd unused
      
      * Remove unused encodeunknown_handlerfunc
      23adfeb0
  10. 18 Oct, 2017 2 commits
  11. 14 Sep, 2017 1 commit
  12. 13 Sep, 2017 1 commit
  13. 12 Sep, 2017 1 commit
  14. 10 Sep, 2017 1 commit
  15. 17 Aug, 2017 1 commit
  16. 11 Aug, 2017 1 commit
    • Jon Skeet's avatar
      Detect invalid tags with a field number of 0 in C# · e0d24cc8
      Jon Skeet authored
      Previously we only rejected the tag if the tag itself was 0, i.e.
      field=0, type=varint. The type doesn't matter: field 0 is always
      invalid.
      
      This removes the last of the C# conformance failures.
      e0d24cc8
  17. 26 Jul, 2017 5 commits
  18. 25 Jul, 2017 4 commits
  19. 19 Jul, 2017 1 commit
  20. 18 Jul, 2017 1 commit
  21. 10 Jul, 2017 1 commit
  22. 05 Jul, 2017 3 commits
  23. 01 Jul, 2017 3 commits
  24. 30 Jun, 2017 1 commit
  25. 29 Jun, 2017 3 commits
  26. 28 Jun, 2017 1 commit