1. 24 Oct, 2019 1 commit
  2. 11 Oct, 2019 1 commit
  3. 10 Oct, 2019 1 commit
  4. 25 Sep, 2019 1 commit
  5. 09 Sep, 2019 1 commit
  6. 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
  7. 27 Aug, 2019 1 commit
  8. 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
  9. 23 Aug, 2019 2 commits
  10. 22 Aug, 2019 2 commits
  11. 20 Aug, 2019 1 commit
  12. 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
  13. 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
  14. 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
  15. 23 Jul, 2019 2 commits
  16. 22 Jul, 2019 1 commit
  17. 19 Jul, 2019 1 commit
  18. 26 Jun, 2019 1 commit
  19. 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
  20. 17 Jun, 2019 2 commits
  21. 30 May, 2019 1 commit
  22. 29 May, 2019 1 commit
  23. 10 May, 2019 1 commit
  24. 24 Apr, 2019 1 commit
  25. 17 Apr, 2019 2 commits
  26. 12 Apr, 2019 2 commits
  27. 10 Apr, 2019 3 commits
  28. 09 Apr, 2019 2 commits
  29. 06 Apr, 2019 1 commit
  30. 05 Apr, 2019 2 commits