1. 14 Aug, 2018 1 commit
  2. 13 Aug, 2018 1 commit
  3. 10 Aug, 2018 1 commit
    • Feng Xiao's avatar
      Fix failing tests. · acd5b05e
      Feng Xiao authored
      1. Fix C++ tests.
        * Add missing files to Makefile.am and fix distcheck in tests.sh
        * Remove BUILT_SOURCES from conformance/Makefile.am.
        * Add some missing override keyword.
        * Add a type cast to int64 because our StrCat() in stubs can't handle size_t.
      2. Fix Java tests.
        * Add missing test dependency on guava in pom.xml.
        * Include newly referenced test data in test resources.
        * Manually fix map_lite_test.proto which is overwritten because it's mapped
          from map_test.proto in google3.
        * Add back "optimize_for = LITE_RUNTIME" which is still needed to keep the
          opensource test passing as it's still running lite tests.
        * Add a type cast in newBuilder() because without it the code doesn't compile
          with openjdk javac 1.8 (the compiler can't figure if it's the right type
          due to complex generic typing).
      3. Fix Python tests.
        * Remove/replace references to <hash_map>.
        * Suppress more warnings in setup.py.
        * Replace incorrect header inclusion for google/protobuf/proto_api.h.
        * Add strings::EndsWith to google/protobuf/stubs/strutil.h because it's
          referenced in the updated python C extension code.
        * Replace proto2 with google::protobuf. The proto2 name is leaked to
          opensource because we removed the subsitition rule for proto2 namespace
          but only fixed C++ source code and forgot to update python C extension code.
      acd5b05e
  4. 09 Aug, 2018 1 commit
  5. 27 Jul, 2018 1 commit
  6. 12 Jul, 2018 1 commit
    • Ben Webb's avatar
      Add Python 3.7 compatibility (#4862) · 0a59054c
      Ben Webb authored
      Compilation of Python wrappers fails with Python 3.7 because
      the Python folks changed their C API such that
      PyUnicode_AsUTF8AndSize() now returns a const char* rather
      than a char*. Add a patch to work around. Relates #4086.
      0a59054c
  7. 03 Jul, 2018 1 commit
  8. 29 Jun, 2018 1 commit
  9. 25 Jun, 2018 1 commit
  10. 30 May, 2018 1 commit
  11. 14 May, 2018 1 commit
  12. 09 Apr, 2018 1 commit
  13. 02 Apr, 2018 1 commit
    • Paul Yang's avatar
      Merge branch (#4466) · c9317434
      Paul Yang authored
      * Fix setup.py for windows build.
      
      * Bump version number to 3.5.2
      
      * Cat the test-suite.log on errors for presubits
      c9317434
  14. 20 Mar, 2018 4 commits
  15. 13 Mar, 2018 1 commit
  16. 06 Mar, 2018 1 commit
  17. 09 Feb, 2018 1 commit
  18. 19 Dec, 2017 1 commit
  19. 14 Dec, 2017 2 commits
  20. 01 Dec, 2017 1 commit
  21. 22 Nov, 2017 2 commits
    • Jisi Liu's avatar
      Update version for 3.5.0.post1 · cf65a794
      Jisi Liu authored
      cf65a794
    • Jie Luo's avatar
      Add _file_desc_by_toplevel_extension back · 45d99a15
      Jie Luo authored
      Add _file_desc_by_toplevel_extension back for compatibility issue with 3.4.1.
      
      _file_desc_by_toplevel_extension is a temporary solution for FieldDescriptor.file.
      FieldDescriptor.file was added in code gen. However, we need to keep it for some time for compatibility reason (with 3.4.1 only). May try to remove it after 2 years.
      45d99a15
  22. 02 Nov, 2017 2 commits
  23. 18 Oct, 2017 1 commit
  24. 11 Oct, 2017 1 commit
  25. 14 Sep, 2017 2 commits
  26. 21 Aug, 2017 1 commit
  27. 18 Aug, 2017 1 commit
  28. 17 Aug, 2017 1 commit
  29. 04 Aug, 2017 2 commits
    • Jie Luo's avatar
      PY26 tests compatibility · f5817b30
      Jie Luo authored
      1, Some tests in reflection_test PY26 raise TypeError but other versions raise ValueError for convert negative long to unsigned
      2, Change compare exception type to compare exception str for testDuplicateExtensionNumber. Original code raise 'Double registration of Extensions' is not an instance of (<type 'exceptions.AssertionError'>, <type 'exceptions.ValueError'>) for PY26 cpp implementation
      
      t
      f5817b30
    • Jie Luo's avatar
  30. 25 Jul, 2017 1 commit
  31. 24 Jul, 2017 2 commits