1. 30 Sep, 2019 4 commits
  2. 27 Sep, 2019 1 commit
    • Andrei-Florin BENCSIK's avatar
      Remove unused function and add more UTs · 97b18021
      Andrei-Florin BENCSIK authored
      When browsing around the strutil files I found a function
      that was never referenced inside the code base
      "void StripString(string* s, const char* remove,
      -                                 char replacewith);"
      
      The name was kind of misleading as well and it seems like
      it's a carbon copy of
      "void ReplaceCharacters(string* s, const char* remove,
                                             char replacewith);"
      (even the parameter names are the same, the code is the same..)
      
      Is it intentional? Maybe for compatibility reasons? If so,
      let's make it deprecated and use the ReplaceCharacters method inside
      or the other way around.
      
      Also, noticed there were no tests for "StripString" or "Replace".
      Added some for both and planning on maybe making it more C++ish (?)
      in another commit.
      97b18021
  3. 20 Sep, 2019 1 commit
  4. 18 Sep, 2019 1 commit
    • Jie Luo's avatar
      Update to 3.10.0-rc0 (#6660) · 2a465797
      Jie Luo authored
      * Cherry pick changes on update_version.py #6643
      
      * Update version to 3.10.0-rc-0
      
      * Do not add rc0 to php packages.xml
      2a465797
  5. 16 Sep, 2019 1 commit
  6. 12 Sep, 2019 1 commit
    • Paul Yang's avatar
      Down Integrate Internal Changes (#6634) · 763c3588
      Paul Yang authored
      * Down integrate to GitHub
      
      * Remove unintentional double assign
      
      * Change ByteCountInt64 to int64_t
      
      * Revert changes in binary_conformance_test.cc
      
      * Revert unnecessary changes
      763c3588
  7. 03 Sep, 2019 1 commit
  8. 23 Aug, 2019 13 commits
  9. 16 Aug, 2019 1 commit
  10. 15 Aug, 2019 1 commit
  11. 09 Aug, 2019 4 commits
    • reed-lau's avatar
      c132a4aa
    • reed-lau's avatar
      add movable String interface Reflection · 218df038
      reed-lau authored
      218df038
    • reed-lau's avatar
      6e0a6d1c
    • Jie Luo's avatar
      Merge 3.9.x 201908071359 to master (#6484) · 43156775
      Jie Luo authored
      * Add changelog for 3.9.x
      
      * Revert "Make php message class final to avoid mocking (#6277)" (#6324)
      
      This reverts commit 7f84a943.
      This is just temporary. Eventually, we still want to roll forward this
      change. Some users are complaining they need more time to clean up their
      code.
      
      * Update extract_includes.bat.in
      
      File io_win32.h is not in directory google\protobuf\stubs under directory google\protobuf\io
      
      * Set oneof case in array constructor (#6351)
      
      Forgot to set it previously.
      
      * Update protobuf version (#6366)
      
      * Drop building wheel for python 3.4 (#6406)
      
      https://github.com/matthew-brett/multibuild/pull/240
      
      * Fix binary compatibility in FieldCodec factory methods (#6380) (#6424)
      
      * Fix binary compatibility in FieldCodec factory messages
      
      * Make default value parameter for current factories required
      
      * Route old methods through default value overloads
      
      * Remove ExtensionRegistry.Add(params) overload
      
      * Rename ExtensionRegistry.Add(IEnumerable<Extension>) overload to AddRange
      
      * Edit naming of parameters in Extension classes
      
      * * Fix add API warnings to docs for extension APIs
      * Rename internal ExtensionSet.GetValue to TryGetValue
      
      * Disable javadoc error (#6371)
      
      * Disable javadoc error
      
      Actual fixes of the javadoc will be followed up
      
      * Remove duplicated configuration
      
      * Update javadoc plugin version
      
      * Updated Bazel test script to use most recent Bazel version (#6413) (#6433)
      
      I'm not exactly sure why, but this fixes the failing Bazel presubmit
      test. Using the most recent version seems like a good idea anyway so
      that we can make sure we're compatible with any new Bazel changes.
      
      * [bazel] Add fixes for --incompatible_load_{cc,java,proto}_rules_from_bzl
      
      * No need to update version in generated code (#6471)
      
      generate_descriptor will handle that
      
      * Update protobuf version (#6472)
      43156775
  12. 06 Aug, 2019 1 commit
  13. 02 Aug, 2019 2 commits
  14. 30 Jul, 2019 1 commit
  15. 29 Jul, 2019 1 commit
  16. 28 Jul, 2019 1 commit
  17. 24 Jul, 2019 5 commits