1. 29 Jul, 2019 3 commits
  2. 28 Jul, 2019 1 commit
  3. 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
  4. 25 Jul, 2019 2 commits
  5. 24 Jul, 2019 9 commits
  6. 23 Jul, 2019 4 commits
  7. 22 Jul, 2019 4 commits
  8. 19 Jul, 2019 7 commits
  9. 18 Jul, 2019 3 commits
  10. 17 Jul, 2019 3 commits
    • Adam Cozzette's avatar
      Updated cmake path to io_win32.h (#6397) · 582640ef
      Adam Cozzette authored
      Fixes #6382.
      582640ef
    • Adam Liddell's avatar
      Remove zlib copts flags when on Windows · 19ca196e
      Adam Liddell authored
      19ca196e
    • Po-Chuan Hsieh's avatar
      Fix test on FreeBSD · 640b932c
      Po-Chuan Hsieh authored
      google/protobuf/testing/zcgzip.cc:61:25: error: unknown type name 'STDOUT_FILENO'
        FileOutputStream fout(STDOUT_FILENO);
                              ^
      google/protobuf/testing/zcgzip.cc:61:24: warning: parentheses were disambiguated as a function declaration [-Wvexing-parse]
        FileOutputStream fout(STDOUT_FILENO);
                             ^~~~~~~~~~~~~~~
      google/protobuf/testing/zcgzip.cc:61:25: note: add a pair of parentheses to declare a variable
        FileOutputStream fout(STDOUT_FILENO);
                              ^
                              (
      google/protobuf/testing/zcgzip.cc:75:20: error: use of undeclared identifier 'STDIN_FILENO'
          readlen = read(STDIN_FILENO, outptr, outlen);
                         ^
      1 warning and 2 errors generated.
      gmake[3]: *** [Makefile:4009: google/protobuf/testing/zcgzip.o] Error 1
      
      google/protobuf/testing/zcgunzip.cc:62:23: error: unknown type name 'STDIN_FILENO'
        FileInputStream fin(STDIN_FILENO);
                            ^
      google/protobuf/testing/zcgunzip.cc:62:22: warning: parentheses were disambiguated as a function declaration [-Wvexing-parse]
        FileInputStream fin(STDIN_FILENO);
                           ^~~~~~~~~~~~~~
      google/protobuf/testing/zcgunzip.cc:62:23: note: add a pair of parentheses to declare a variable
        FileInputStream fin(STDIN_FILENO);
                            ^
                            (
      google/protobuf/testing/zcgunzip.cc:74:23: error: use of undeclared identifier 'STDOUT_FILENO'
            int err = write(STDOUT_FILENO, inptr, inlen);
                            ^
      1 warning and 2 errors generated.
      gmake[3]: *** [Makefile:4009: google/protobuf/testing/zcgunzip.o] Error 1
      
      Reference:	https://bugs.FreeBSD.org/bugzilla/show_bug.cgi?id=215346
      		https://svnweb.FreeBSD.org/changeset/ports/428734
      640b932c
  11. 15 Jul, 2019 3 commits