1. 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
  2. 09 Aug, 2018 1 commit
  3. 27 Jul, 2018 1 commit
  4. 20 Jul, 2018 1 commit
  5. 17 Jul, 2018 1 commit
  6. 28 Jun, 2018 1 commit
    • Paul Yang's avatar
      Add -Og to no-warning-test (#4830) · f25e7edf
      Paul Yang authored
      * Add -Og to no-warning-test
      
      * Initialize value
      
      * Implement PrintFieldName in CompactRepeatedFieldPrinter to prevent Woverloaded-virtual
      
      * Update generated code
      f25e7edf
  7. 01 Jun, 2018 1 commit
  8. 14 May, 2018 1 commit
  9. 26 Mar, 2018 2 commits
  10. 22 Mar, 2018 1 commit
  11. 20 Mar, 2018 1 commit
  12. 13 Mar, 2018 1 commit
  13. 02 Mar, 2018 1 commit
  14. 24 Feb, 2018 1 commit
  15. 25 Jan, 2018 1 commit
  16. 19 Dec, 2017 1 commit
  17. 13 Dec, 2017 1 commit
    • Oleg Kolosov's avatar
      Create containing directory before generating well_known_types_embed.cc · edcf15e7
      Oleg Kolosov authored
      This fixes the following build error:
      
      oldpwd=`pwd` && cd .../protobuf/src && \
      $oldpwd/js_embed google/protobuf/compiler/js/well_known_types/any.js google/protobuf/compiler/js/well_known_types/struct.js google/protobuf/compiler/js/well_known_types/timestamp.js > $oldpwd/google/protobuf/compiler/js/well_known_types_embed.cc
      /bin/bash: line 1: .../protobuf/target/src/google/protobuf/compiler/js/well_known_types_embed.cc: No such file or directory
      Makefile:8201: recipe for target 'google/protobuf/compiler/js/well_known_types_embed.cc' failed
      
      which is observed during the cross-compilation since the version 3.2.
      edcf15e7
  18. 01 Dec, 2017 1 commit
  19. 12 Nov, 2017 1 commit
    • Jon Skeet's avatar
      Move C#-only test protos to csharp/protos · aa77eab6
      Jon Skeet authored
      unittest_proto3 had been changed in a very backward-incompatible
      way which was never going to work with C# as it imports proto2 messages.
      
      This is now a copy of the old file, but with a package name change for
      compatibility with the remaining files in src/google/protobuf.
      
      The other moves are for files that are only used by C#.
      aa77eab6
  20. 08 Nov, 2017 1 commit
    • Jisi Liu's avatar
      Fix Atomic32/AtomicWord on some platforms. · 181e284b
      Jisi Liu authored
      - Removed the redefination in the atomicword_compat.h. Now Atomic32 will
      alwyas be intptr_t in 32bit platforms, the bridge is no longer needed.
      - Change NaCl 64bit to use intptr_t instead of int32 for Atomic32,
      otherwise AtmoicWord APIs will miss the definations.
      
      After this change, the AtmoicWord will always be either Atomic32 or
      Atmoic64 depending on the platforms.
      181e284b
  21. 02 Nov, 2017 1 commit
  22. 18 Oct, 2017 1 commit
  23. 14 Sep, 2017 1 commit
  24. 23 Aug, 2017 1 commit
  25. 10 Aug, 2017 1 commit
  26. 09 Aug, 2017 1 commit
  27. 03 Aug, 2017 1 commit
  28. 25 Jul, 2017 3 commits
  29. 24 Jul, 2017 2 commits
  30. 19 Jul, 2017 1 commit
  31. 18 Jul, 2017 1 commit
  32. 11 Jul, 2017 1 commit
  33. 23 Jun, 2017 1 commit
  34. 21 Jun, 2017 1 commit
  35. 08 May, 2017 1 commit
  36. 04 May, 2017 1 commit