1. 22 Aug, 2015 4 commits
  2. 21 Aug, 2015 4 commits
  3. 20 Aug, 2015 8 commits
  4. 18 Aug, 2015 1 commit
  5. 16 Aug, 2015 1 commit
  6. 15 Aug, 2015 5 commits
  7. 14 Aug, 2015 10 commits
  8. 13 Aug, 2015 7 commits
    • Joshua Haberman's avatar
      Merge pull request #716 from haberman/fixruby · 53435df5
      Joshua Haberman authored
      Fixed several Ruby conformance test cases through upb update.
      53435df5
    • Jan Tattermusch's avatar
      Merge pull request #718 from jskeet/descriptor-descriptor · 2093749c
      Jan Tattermusch authored
      Allow public access to descriptor.proto as a dependency.
      2093749c
    • Jon Skeet's avatar
      Allow public access to descriptor.proto as a dependency. · a39ababb
      Jon Skeet authored
      With this in place, generating APIs on github.com/google/googleapis works - previously annotations.proto failed.
      Currently there's no access to the annotations (stored as extensions) but we could potentially expose those at a later date.
      a39ababb
    • Feng Xiao's avatar
      Merge pull request #673 from podsvirov/topic-cmake-install · f818183f
      Feng Xiao authored
      Install protobuf from cmake project
      f818183f
    • Dan O'Reilly's avatar
      981d6bf2
    • Dan O'Reilly's avatar
      Fixing some tests · 833c046f
      Dan O'Reilly authored
      Signed-off-by: 's avatarDan O'Reilly <oreilldf@gmail.com>
      833c046f
    • Dan O'Reilly's avatar
      Merge remote-tracking branch 'upstream/master' into py2_py3_straddle · e47cdd5a
      Dan O'Reilly authored
      Conflicts:
      	python/google/protobuf/descriptor_pool.py
      	python/google/protobuf/internal/api_implementation_default_test.py
      	python/google/protobuf/internal/cpp_message.py
      	python/google/protobuf/internal/descriptor_database_test.py
      	python/google/protobuf/internal/descriptor_pool_test.py
      	python/google/protobuf/internal/descriptor_python_test.py
      	python/google/protobuf/internal/descriptor_test.py
      	python/google/protobuf/internal/generator_test.py
      	python/google/protobuf/internal/message_factory_python_test.py
      	python/google/protobuf/internal/message_factory_test.py
      	python/google/protobuf/internal/message_test.py
      	python/google/protobuf/internal/proto_builder_test.py
      	python/google/protobuf/internal/python_message.py
      	python/google/protobuf/internal/reflection_test.py
      	python/google/protobuf/internal/service_reflection_test.py
      	python/google/protobuf/internal/symbol_database_test.py
      	python/google/protobuf/internal/text_encoding_test.py
      	python/google/protobuf/internal/text_format_test.py
      	python/google/protobuf/internal/unknown_fields_test.py
      	python/google/protobuf/internal/wire_format_test.py
      	python/google/protobuf/pyext/descriptor_cpp2_test.py
      	python/google/protobuf/pyext/message_factory_cpp2_test.py
      	python/google/protobuf/pyext/reflection_cpp2_generated_test.py
      	python/setup.py
      	ruby/lib/google/protobuf/message_exts.rb
      e47cdd5a