1. 19 Nov, 2019 1 commit
  2. 12 Nov, 2019 4 commits
  3. 24 Oct, 2019 1 commit
  4. 11 Oct, 2019 1 commit
  5. 10 Oct, 2019 1 commit
  6. 25 Sep, 2019 1 commit
  7. 09 Sep, 2019 1 commit
  8. 03 Sep, 2019 1 commit
    • Paul Yang's avatar
      Add binary conformance tests for map fields (#6560) · ce942bca
      Paul Yang authored
      * Add binary conformance tests for map fields
      
      * Update failure list
      
      * Fix php conformance test
      
      * Fix php conformance test
      
      In 32-bit platform, int64 should be string. However, map iterator returns string key as integer.
      
      * Add more test cases for map
      
      * Update failure list
      ce942bca
  9. 27 Aug, 2019 1 commit
  10. 26 Aug, 2019 1 commit
    • Thomas Van Lenten's avatar
      Fix enum writing. · b273cba1
      Thomas Van Lenten authored
      Enums use varint, so if the value is negative it should end up being longer.
      
      This was caught my new conformance test cases.
      b273cba1
  11. 23 Aug, 2019 2 commits
  12. 22 Aug, 2019 2 commits
  13. 20 Aug, 2019 1 commit
  14. 02 Aug, 2019 1 commit
    • Paul Yang's avatar
      Conformance packed (#6447) · 0c4b607e
      Paul Yang authored
      * Add conformance tests for explicit packed/unpacked fields
      
      * Fix typo
      
      * Update failure lists
      
      * Update failure list
      
      * Use enum class to make enum scoped
      0c4b607e
  15. 26 Jul, 2019 1 commit
    • Paul Yang's avatar
      Add binary conformance test for default repeated fields (#6440) · a9bb6564
      Paul Yang authored
      * Add binary conformance test for default repeated fields
      
      1) Both packed and unpacked encoding should be accepted for parsing.
      2) Encode should follow the default way for the syntax.
      
      * Uncomment test
      
      * Remove is_primitive
      
      * Add failed tests to failure lists.
      
      * Add failed test to failure list
      
      * Use binary format to specify expected value
      
      Text format cannot distinguish whether repeated field is packed or not.
      
      * Change method name from ToHexString to ToOctString
      
      * Add failed test to failure list
      
      * Add failed test to php's failure list
      
      * Fix comments
      a9bb6564
  16. 24 Jul, 2019 1 commit
    • Paul Yang's avatar
      Add binary conformance test for message type. (#6435) · 2849a799
      Paul Yang authored
      * Add binary conformance test for message type.
      
      * Add test case for merge repeated scalar message field
      
      * Add failed tests to failure list
      
      * Add failed test to php's failure list
      
      * Remove successful tests from php c's failure list
      2849a799
  17. 23 Jul, 2019 2 commits
  18. 22 Jul, 2019 1 commit
  19. 19 Jul, 2019 1 commit
  20. 26 Jun, 2019 1 commit
  21. 18 Jun, 2019 1 commit
    • Leonard Hecker's avatar
      php: Fix formatting of Duration (#6155) · 43307d4d
      Leonard Hecker authored
      * php: Fixed php notices for unknown enum indices
      
      * php: Fixed formatting of Duration
      
      This fixes:
      * Missing nanoseconds. The nanoseconds where divided as a float and
        implicitly converted to a string before being passed to bcadd.
        This can result in a float formatted in scientific/exponential notation,
        which bcmath doesn't understand.
      * Durations are supposed to be formatted without trailing zeroes.
      43307d4d
  22. 17 Jun, 2019 2 commits
  23. 30 May, 2019 1 commit
  24. 29 May, 2019 1 commit
  25. 10 May, 2019 1 commit
  26. 24 Apr, 2019 1 commit
  27. 17 Apr, 2019 2 commits
  28. 12 Apr, 2019 2 commits
  29. 10 Apr, 2019 3 commits