Source release 17.1.0
This commit is contained in:
165
third_party/protobuf/Makefile.am
vendored
165
third_party/protobuf/Makefile.am
vendored
@@ -78,6 +78,7 @@ csharp_EXTRA_DIST= \
|
||||
csharp/protos/unittest_import.proto \
|
||||
csharp/protos/unittest_issues.proto \
|
||||
csharp/protos/unittest_proto3.proto \
|
||||
csharp/protos/unittest_selfreferential_options.proto \
|
||||
csharp/protos/unittest.proto \
|
||||
csharp/src/AddressBook/AddPerson.cs \
|
||||
csharp/src/AddressBook/Addressbook.cs \
|
||||
@@ -88,18 +89,22 @@ csharp_EXTRA_DIST= \
|
||||
csharp/src/Google.Protobuf.Benchmarks/BenchmarkDatasetConfig.cs \
|
||||
csharp/src/Google.Protobuf.Benchmarks/BenchmarkMessage1Proto3.cs \
|
||||
csharp/src/Google.Protobuf.Benchmarks/Benchmarks.cs \
|
||||
csharp/src/Google.Protobuf.Benchmarks/ByteStringBenchmark.cs \
|
||||
csharp/src/Google.Protobuf.Benchmarks/Google.Protobuf.Benchmarks.csproj \
|
||||
csharp/src/Google.Protobuf.Benchmarks/GoogleMessageBenchmark.cs \
|
||||
csharp/src/Google.Protobuf.Benchmarks/ParseRawPrimitivesBenchmark.cs \
|
||||
csharp/src/Google.Protobuf.Benchmarks/ParseMessagesBenchmark.cs \
|
||||
csharp/src/Google.Protobuf.Benchmarks/ParseRawPrimitivesBenchmark.cs \
|
||||
csharp/src/Google.Protobuf.Benchmarks/Program.cs \
|
||||
csharp/src/Google.Protobuf.Benchmarks/wrapper_benchmark_messages.proto \
|
||||
csharp/src/Google.Protobuf.Benchmarks/WrapperBenchmarkMessages.cs \
|
||||
csharp/src/Google.Protobuf.Benchmarks/WriteMessagesBenchmark.cs \
|
||||
csharp/src/Google.Protobuf.Benchmarks/WriteRawPrimitivesBenchmark.cs \
|
||||
csharp/src/Google.Protobuf.Conformance/Conformance.cs \
|
||||
csharp/src/Google.Protobuf.Conformance/Google.Protobuf.Conformance.csproj \
|
||||
csharp/src/Google.Protobuf.Conformance/Program.cs \
|
||||
csharp/src/Google.Protobuf.JsonDump/Google.Protobuf.JsonDump.csproj \
|
||||
csharp/src/Google.Protobuf.JsonDump/Program.cs \
|
||||
csharp/src/Google.Protobuf.Test/Buffers/ArrayBufferWriter.cs \
|
||||
csharp/src/Google.Protobuf.Test/ByteStringTest.cs \
|
||||
csharp/src/Google.Protobuf.Test/CodedInputStreamExtensions.cs \
|
||||
csharp/src/Google.Protobuf.Test/CodedInputStreamTest.cs \
|
||||
@@ -122,7 +127,11 @@ csharp_EXTRA_DIST= \
|
||||
csharp/src/Google.Protobuf.Test/JsonFormatterTest.cs \
|
||||
csharp/src/Google.Protobuf.Test/JsonParserTest.cs \
|
||||
csharp/src/Google.Protobuf.Test/JsonTokenizerTest.cs \
|
||||
csharp/src/Google.Protobuf.Test/LegacyGeneratedCodeTest.cs \
|
||||
csharp/src/Google.Protobuf.Test/MessageParsingHelpers.cs \
|
||||
csharp/src/Google.Protobuf.Test/Proto3OptionalTest.cs \
|
||||
csharp/src/Google.Protobuf.Test/ReadOnlySequenceFactory.cs \
|
||||
csharp/src/Google.Protobuf.Test/RefStructCompatibilityTest.cs \
|
||||
csharp/src/Google.Protobuf.Test/Reflection/CustomOptionsTest.cs \
|
||||
csharp/src/Google.Protobuf.Test/Reflection/DescriptorDeclarationTest.cs \
|
||||
csharp/src/Google.Protobuf.Test/Reflection/DescriptorsTest.cs \
|
||||
@@ -150,6 +159,7 @@ csharp_EXTRA_DIST= \
|
||||
csharp/src/Google.Protobuf.Test.TestProtos/UnittestIssues.cs \
|
||||
csharp/src/Google.Protobuf.Test.TestProtos/UnittestProto3.cs \
|
||||
csharp/src/Google.Protobuf.Test.TestProtos/UnittestProto3Optional.cs \
|
||||
csharp/src/Google.Protobuf.Test.TestProtos/UnittestSelfreferentialOptions.cs \
|
||||
csharp/src/Google.Protobuf.Test.TestProtos/UnittestWellKnownTypes.cs \
|
||||
csharp/src/Google.Protobuf.Test.TestProtos/Unittest.cs \
|
||||
csharp/src/Google.Protobuf.Test/WellKnownTypes/AnyTest.cs \
|
||||
@@ -162,6 +172,7 @@ csharp_EXTRA_DIST= \
|
||||
csharp/src/Google.Protobuf.sln \
|
||||
csharp/src/Google.Protobuf/ByteArray.cs \
|
||||
csharp/src/Google.Protobuf/ByteString.cs \
|
||||
csharp/src/Google.Protobuf/ByteStringAsync.cs \
|
||||
csharp/src/Google.Protobuf/CodedInputStream.cs \
|
||||
csharp/src/Google.Protobuf/CodedOutputStream.ComputeSize.cs \
|
||||
csharp/src/Google.Protobuf/CodedOutputStream.cs \
|
||||
@@ -182,6 +193,7 @@ csharp_EXTRA_DIST= \
|
||||
csharp/src/Google.Protobuf/FieldMaskTree.cs \
|
||||
csharp/src/Google.Protobuf/FrameworkPortability.cs \
|
||||
csharp/src/Google.Protobuf/Google.Protobuf.csproj \
|
||||
csharp/src/Google.Protobuf/IBufferMessage.cs \
|
||||
csharp/src/Google.Protobuf/ICustomDiagnosticMessage.cs \
|
||||
csharp/src/Google.Protobuf/IDeepCloneable.cs \
|
||||
csharp/src/Google.Protobuf/IExtendableMessage.cs \
|
||||
@@ -196,7 +208,13 @@ csharp_EXTRA_DIST= \
|
||||
csharp/src/Google.Protobuf/MessageExtensions.cs \
|
||||
csharp/src/Google.Protobuf/MessageParser.cs \
|
||||
csharp/src/Google.Protobuf/ObjectIntPair.cs \
|
||||
csharp/src/Google.Protobuf/ParseContext.cs \
|
||||
csharp/src/Google.Protobuf/ParserInternalState.cs \
|
||||
csharp/src/Google.Protobuf/ParsingPrimitives.cs \
|
||||
csharp/src/Google.Protobuf/ParsingPrimitivesMessages.cs \
|
||||
csharp/src/Google.Protobuf/ParsingPrimitivesWrappers.cs \
|
||||
csharp/src/Google.Protobuf/ProtoPreconditions.cs \
|
||||
csharp/src/Google.Protobuf/SegmentedBufferHelper.cs \
|
||||
csharp/src/Google.Protobuf/Properties/AssemblyInfo.cs \
|
||||
csharp/src/Google.Protobuf/Reflection/CustomOptions.cs \
|
||||
csharp/src/Google.Protobuf/Reflection/Descriptor.cs \
|
||||
@@ -246,17 +264,23 @@ csharp_EXTRA_DIST= \
|
||||
csharp/src/Google.Protobuf/WellKnownTypes/Wrappers.cs \
|
||||
csharp/src/Google.Protobuf/WellKnownTypes/WrappersPartial.cs \
|
||||
csharp/src/Google.Protobuf/WireFormat.cs \
|
||||
csharp/src/Google.Protobuf/WritingPrimitivesMessages.cs \
|
||||
csharp/src/Google.Protobuf/WritingPrimitives.cs \
|
||||
csharp/src/Google.Protobuf/WriterInternalState.cs \
|
||||
csharp/src/Google.Protobuf/WriteContext.cs \
|
||||
csharp/src/Google.Protobuf/WriteBufferHelper.cs \
|
||||
csharp/src/Google.Protobuf/UnknownField.cs \
|
||||
csharp/src/Google.Protobuf/UnknownFieldSet.cs
|
||||
csharp/src/Google.Protobuf/UnknownFieldSet.cs \
|
||||
csharp/src/Google.Protobuf/UnsafeByteOperations.cs
|
||||
|
||||
java_EXTRA_DIST= \
|
||||
java/BUILD \
|
||||
java/README.md \
|
||||
java/bom/pom.xml \
|
||||
java/core/BUILD \
|
||||
java/core/generate-sources-build.xml \
|
||||
java/core/generate-test-sources-build.xml \
|
||||
java/core/pom.xml \
|
||||
java/core/pom_template.xml \
|
||||
java/core/src/main/java/com/google/protobuf/AbstractMessage.java \
|
||||
java/core/src/main/java/com/google/protobuf/AbstractMessageLite.java \
|
||||
java/core/src/main/java/com/google/protobuf/AbstractParser.java \
|
||||
@@ -273,6 +297,8 @@ java_EXTRA_DIST=
|
||||
java/core/src/main/java/com/google/protobuf/ByteBufferWriter.java \
|
||||
java/core/src/main/java/com/google/protobuf/ByteOutput.java \
|
||||
java/core/src/main/java/com/google/protobuf/ByteString.java \
|
||||
java/core/src/main/java/com/google/protobuf/CanIgnoreReturnValue.java \
|
||||
java/core/src/main/java/com/google/protobuf/CheckReturnValue.java \
|
||||
java/core/src/main/java/com/google/protobuf/CodedInputStream.java \
|
||||
java/core/src/main/java/com/google/protobuf/CodedInputStreamReader.java \
|
||||
java/core/src/main/java/com/google/protobuf/CodedOutputStream.java \
|
||||
@@ -506,38 +532,72 @@ java_EXTRA_DIST=
|
||||
java/core/src/test/proto/com/google/protobuf/test_check_utf8.proto \
|
||||
java/core/src/test/proto/com/google/protobuf/test_check_utf8_size.proto \
|
||||
java/core/src/test/proto/com/google/protobuf/test_custom_options.proto \
|
||||
java/core/src/test/proto/com/google/protobuf/test_extra_interfaces.proto \
|
||||
java/core/src/test/proto/com/google/protobuf/wrappers_test.proto \
|
||||
java/internal/BUILD \
|
||||
java/internal/testing.bzl \
|
||||
java/kotlin/generate-sources-build.xml \
|
||||
java/kotlin/generate-test-sources-build.xml \
|
||||
java/kotlin/pom.xml \
|
||||
java/kotlin/src/main/kotlin/com/google/protobuf/ByteStrings.kt \
|
||||
java/kotlin/src/main/kotlin/com/google/protobuf/DslList.kt \
|
||||
java/kotlin/src/main/kotlin/com/google/protobuf/DslMap.kt \
|
||||
java/kotlin/src/main/kotlin/com/google/protobuf/DslProxy.kt \
|
||||
java/kotlin/src/main/kotlin/com/google/protobuf/ExtendableMessageExtensions.kt \
|
||||
java/kotlin/src/main/kotlin/com/google/protobuf/ExtendableMessageLiteExtensions.kt\
|
||||
java/kotlin/src/main/kotlin/com/google/protobuf/ExtensionList.kt \
|
||||
java/kotlin/src/main/kotlin/com/google/protobuf/OnlyForUseByGeneratedProtoCode.kt\
|
||||
java/kotlin/src/main/kotlin/com/google/protobuf/ProtoDslMarker.kt \
|
||||
java/kotlin/src/main/kotlin/com/google/protobuf/UnmodifiableCollections.kt \
|
||||
java/kotlin/src/test/kotlin/com/google/protobuf/ByteStringsTest.kt \
|
||||
java/kotlin/src/test/kotlin/com/google/protobuf/DslListTest.kt \
|
||||
java/kotlin/src/test/kotlin/com/google/protobuf/DslMapTest.kt \
|
||||
java/kotlin/src/test/kotlin/com/google/protobuf/ExtendableMessageExtensionsTest.kt\
|
||||
java/kotlin/src/test/kotlin/com/google/protobuf/ExtensionListTest.kt \
|
||||
java/kotlin/src/test/kotlin/com/google/protobuf/Proto2Test.kt \
|
||||
java/kotlin/src/test/kotlin/com/google/protobuf/Proto3Test.kt \
|
||||
java/kotlin/src/test/proto/com/google/protobuf/evil_names_proto2.proto \
|
||||
java/kotlin/src/test/proto/com/google/protobuf/evil_names_proto3.proto \
|
||||
java/kotlin/src/test/proto/com/google/protobuf/example_extensible_message.proto \
|
||||
java/kotlin/src/test/proto/com/google/protobuf/multiple_files_proto3.proto \
|
||||
java/kotlin-lite/generate-sources-build.xml \
|
||||
java/kotlin-lite/generate-test-sources-build.xml \
|
||||
java/kotlin-lite/lite.awk \
|
||||
java/kotlin-lite/pom.xml \
|
||||
java/kotlin-lite/process-lite-sources-build.xml \
|
||||
java/kotlin-lite/src/test/kotlin/com/google/protobuf/ExtendableMessageLiteExtensionsTest.kt\
|
||||
java/kotlin-lite/src/test/kotlin/com/google/protobuf/Proto2LiteTest.kt \
|
||||
java/lite.md \
|
||||
java/lite/BUILD \
|
||||
java/lite/generate-sources-build.xml \
|
||||
java/lite/generate-test-sources-build.xml \
|
||||
java/lite/lite.awk \
|
||||
java/lite/pom.xml \
|
||||
java/lite/pom_template.xml \
|
||||
java/lite/process-lite-sources-build.xml \
|
||||
java/lite/src/test/java/com/google/protobuf/LiteTest.java \
|
||||
java/lite/src/test/java/com/google/protobuf/Proto2MessageLiteInfoFactory.java \
|
||||
java/BUILD \
|
||||
java/pom.xml \
|
||||
java/util/BUILD \
|
||||
java/util/pom.xml \
|
||||
java/util/pom_template.xml \
|
||||
java/util/src/main/java/com/google/protobuf/util/Durations.java \
|
||||
java/util/src/main/java/com/google/protobuf/util/FieldMaskTree.java \
|
||||
java/util/src/main/java/com/google/protobuf/util/FieldMaskUtil.java \
|
||||
java/util/src/main/java/com/google/protobuf/util/JsonFormat.java \
|
||||
java/util/src/main/java/com/google/protobuf/util/TimeUtil.java \
|
||||
java/util/src/main/java/com/google/protobuf/util/Structs.java \
|
||||
java/util/src/main/java/com/google/protobuf/util/Timestamps.java \
|
||||
java/util/src/main/java/com/google/protobuf/util/Values.java \
|
||||
java/util/src/test/java/com/google/protobuf/util/FieldMaskTreeTest.java \
|
||||
java/util/src/test/java/com/google/protobuf/util/FieldMaskUtilTest.java \
|
||||
java/util/src/test/java/com/google/protobuf/util/JsonFormatTest.java \
|
||||
java/util/src/test/java/com/google/protobuf/util/StructsTest.java \
|
||||
java/util/src/test/java/com/google/protobuf/util/TimeUtilTest.java \
|
||||
java/util/src/test/java/com/google/protobuf/util/StructsTest.java \
|
||||
java/util/src/test/java/com/google/protobuf/util/ValuesTest.java \
|
||||
java/util/src/test/proto/com/google/protobuf/util/json_test.proto
|
||||
|
||||
objectivec_EXTRA_DIST= \
|
||||
objectivec/.clang-format \
|
||||
objectivec/BUILD \
|
||||
objectivec/DevTools/check_version_stamps.sh \
|
||||
objectivec/DevTools/compile_testing_protos.sh \
|
||||
objectivec/DevTools/full_mac_build.sh \
|
||||
@@ -746,25 +806,31 @@ objectivec_EXTRA_DIST= \
|
||||
php_EXTRA_DIST= \
|
||||
composer.json \
|
||||
php/README.md \
|
||||
php/REFCOUNTING.md \
|
||||
php/composer.json \
|
||||
php/ext/google/protobuf/arena.c \
|
||||
php/ext/google/protobuf/arena.h \
|
||||
php/ext/google/protobuf/array.c \
|
||||
php/ext/google/protobuf/builtin_descriptors.inc \
|
||||
php/ext/google/protobuf/array.h \
|
||||
php/ext/google/protobuf/config.m4 \
|
||||
php/ext/google/protobuf/convert.c \
|
||||
php/ext/google/protobuf/convert.h \
|
||||
php/ext/google/protobuf/def.c \
|
||||
php/ext/google/protobuf/encode_decode.c \
|
||||
php/ext/google/protobuf/def.h \
|
||||
php/ext/google/protobuf/map.c \
|
||||
php/ext/google/protobuf/map.h \
|
||||
php/ext/google/protobuf/message.c \
|
||||
php/ext/google/protobuf/message.h \
|
||||
php/ext/google/protobuf/names.c \
|
||||
php/ext/google/protobuf/names.h \
|
||||
php/ext/google/protobuf/package.xml \
|
||||
php/ext/google/protobuf/php-upb.c \
|
||||
php/ext/google/protobuf/php-upb.h \
|
||||
php/ext/google/protobuf/protobuf.c \
|
||||
php/ext/google/protobuf/protobuf.h \
|
||||
php/ext/google/protobuf/storage.c \
|
||||
php/ext/google/protobuf/type_check.c \
|
||||
php/ext/google/protobuf/upb.c \
|
||||
php/ext/google/protobuf/upb.h \
|
||||
php/ext/google/protobuf/utf8.c \
|
||||
php/ext/google/protobuf/utf8.h \
|
||||
php/ext/google/protobuf/wkt.inc \
|
||||
php/generate_descriptor_protos.sh \
|
||||
php/phpunit.xml \
|
||||
php/generate_test_protos.sh \
|
||||
php/release.sh \
|
||||
php/src/GPBMetadata/Google/Protobuf/Any.php \
|
||||
php/src/GPBMetadata/Google/Protobuf/Api.php \
|
||||
@@ -800,6 +866,7 @@ php_EXTRA_DIST= \
|
||||
php/src/Google/Protobuf/GPBEmpty.php \
|
||||
php/src/Google/Protobuf/Int32Value.php \
|
||||
php/src/Google/Protobuf/Int64Value.php \
|
||||
php/src/Google/Protobuf/Internal/AnyBase.php \
|
||||
php/src/Google/Protobuf/Internal/CodedInputStream.php \
|
||||
php/src/Google/Protobuf/Internal/CodedOutputStream.php \
|
||||
php/src/Google/Protobuf/Internal/Descriptor.php \
|
||||
@@ -859,6 +926,7 @@ php_EXTRA_DIST= \
|
||||
php/src/Google/Protobuf/Internal/ServiceOptions.php \
|
||||
php/src/Google/Protobuf/Internal/SourceCodeInfo.php \
|
||||
php/src/Google/Protobuf/Internal/SourceCodeInfo/Location.php \
|
||||
php/src/Google/Protobuf/Internal/TimestampBase.php \
|
||||
php/src/Google/Protobuf/Internal/UninterpretedOption.php \
|
||||
php/src/Google/Protobuf/Internal/UninterpretedOption/NamePart.php \
|
||||
php/src/Google/Protobuf/Internal/DescriptorProto_ExtensionRange.php \
|
||||
@@ -889,22 +957,22 @@ php_EXTRA_DIST= \
|
||||
php/src/Google/Protobuf/UInt64Value.php \
|
||||
php/src/Google/Protobuf/Value.php \
|
||||
php/src/phpdoc.dist.xml \
|
||||
php/tests/array_test.php \
|
||||
php/tests/autoload.php \
|
||||
php/tests/bootstrap_phpunit.php \
|
||||
php/tests/ArrayTest.php \
|
||||
php/tests/compatibility_test.sh \
|
||||
php/tests/compile_extension.sh \
|
||||
php/tests/descriptors_test.php \
|
||||
php/tests/encode_decode_test.php \
|
||||
php/tests/DescriptorsTest.php \
|
||||
php/tests/EncodeDecodeTest.php \
|
||||
php/tests/force_c_ext.php \
|
||||
php/tests/gdb_test.sh \
|
||||
php/tests/generated_class_test.php \
|
||||
php/tests/generated_phpdoc_test.php \
|
||||
php/tests/generated_service_test.php \
|
||||
php/tests/map_field_test.php \
|
||||
php/tests/GeneratedClassTest.php \
|
||||
php/tests/GeneratedPhpdocTest.php \
|
||||
php/tests/GeneratedServiceTest.php \
|
||||
php/tests/MapFieldTest.php \
|
||||
php/tests/memory_leak_test.php \
|
||||
php/tests/memory_leak_test.sh \
|
||||
php/tests/multirequest.php \
|
||||
php/tests/multirequest.sh \
|
||||
php/tests/php_implementation_test.php \
|
||||
php/tests/PhpImplementationTest.php \
|
||||
php/tests/proto/empty/echo.proto \
|
||||
php/tests/proto/test.proto \
|
||||
php/tests/proto/test_descriptors.proto \
|
||||
@@ -923,12 +991,11 @@ php_EXTRA_DIST= \
|
||||
php/tests/proto/test_service.proto \
|
||||
php/tests/proto/test_service_namespace.proto \
|
||||
php/tests/proto/test_wrapper_type_setters.proto \
|
||||
php/tests/test.sh \
|
||||
php/tests/test_base.php \
|
||||
php/tests/test_util.php \
|
||||
php/tests/undefined_test.php \
|
||||
php/tests/well_known_test.php \
|
||||
php/tests/wrapper_type_setters_test.php
|
||||
php/tests/valgrind.supp \
|
||||
php/tests/WellKnownTest.php \
|
||||
php/tests/WrapperTypeSettersTest.php
|
||||
|
||||
python_EXTRA_DIST= \
|
||||
python/MANIFEST.in \
|
||||
@@ -996,7 +1063,6 @@ python_EXTRA_DIST= \
|
||||
python/google/protobuf/json_format.py \
|
||||
python/google/protobuf/message.py \
|
||||
python/google/protobuf/message_factory.py \
|
||||
python/google/protobuf/python_protobuf.h \
|
||||
python/google/protobuf/proto_api.h \
|
||||
python/google/protobuf/proto_builder.py \
|
||||
python/google/protobuf/pyext/README \
|
||||
@@ -1031,6 +1097,7 @@ python_EXTRA_DIST= \
|
||||
python/google/protobuf/pyext/repeated_scalar_container.h \
|
||||
python/google/protobuf/pyext/safe_numerics.h \
|
||||
python/google/protobuf/pyext/scoped_pyobject_ptr.h \
|
||||
python/google/protobuf/python_protobuf.h \
|
||||
python/google/protobuf/reflection.py \
|
||||
python/google/protobuf/service.py \
|
||||
python/google/protobuf/service_reflection.py \
|
||||
@@ -1060,35 +1127,37 @@ ruby_EXTRA_DIST= \
|
||||
ruby/compatibility_tests/v3.0.0/test.sh \
|
||||
ruby/compatibility_tests/v3.0.0/Rakefile \
|
||||
ruby/compatibility_tests/v3.0.0/README.md \
|
||||
ruby/ext/google/protobuf_c/convert.c \
|
||||
ruby/ext/google/protobuf_c/convert.h \
|
||||
ruby/ext/google/protobuf_c/defs.c \
|
||||
ruby/ext/google/protobuf_c/encode_decode.c \
|
||||
ruby/ext/google/protobuf_c/defs.h \
|
||||
ruby/ext/google/protobuf_c/extconf.rb \
|
||||
ruby/ext/google/protobuf_c/map.c \
|
||||
ruby/ext/google/protobuf_c/map.h \
|
||||
ruby/ext/google/protobuf_c/message.c \
|
||||
ruby/ext/google/protobuf_c/message.h \
|
||||
ruby/ext/google/protobuf_c/protobuf.c \
|
||||
ruby/ext/google/protobuf_c/protobuf.h \
|
||||
ruby/ext/google/protobuf_c/repeated_field.c \
|
||||
ruby/ext/google/protobuf_c/storage.c \
|
||||
ruby/ext/google/protobuf_c/upb.c \
|
||||
ruby/ext/google/protobuf_c/upb.h \
|
||||
ruby/ext/google/protobuf_c/repeated_field.h \
|
||||
ruby/ext/google/protobuf_c/ruby-upb.c \
|
||||
ruby/ext/google/protobuf_c/ruby-upb.h \
|
||||
ruby/ext/google/protobuf_c/wrap_memcpy.c \
|
||||
ruby/google-protobuf.gemspec \
|
||||
ruby/lib/google/protobuf/descriptor_dsl.rb \
|
||||
ruby/lib/google/protobuf/message_exts.rb \
|
||||
ruby/lib/google/protobuf/repeated_field.rb \
|
||||
ruby/lib/google/protobuf/well_known_types.rb \
|
||||
ruby/lib/google/protobuf.rb \
|
||||
ruby/pom.xml \
|
||||
ruby/src/main/java/com/google/protobuf/jruby/RubyBuilder.java \
|
||||
ruby/src/main/java/com/google/protobuf/jruby/RubyDescriptor.java \
|
||||
ruby/src/main/java/com/google/protobuf/jruby/RubyDescriptorPool.java \
|
||||
ruby/src/main/java/com/google/protobuf/jruby/RubyEnumBuilderContext.java \
|
||||
ruby/src/main/java/com/google/protobuf/jruby/RubyEnumDescriptor.java \
|
||||
ruby/src/main/java/com/google/protobuf/jruby/RubyEnum.java \
|
||||
ruby/src/main/java/com/google/protobuf/jruby/RubyEnumDescriptor.java \
|
||||
ruby/src/main/java/com/google/protobuf/jruby/RubyFieldDescriptor.java \
|
||||
ruby/src/main/java/com/google/protobuf/jruby/RubyFileDescriptor.java \
|
||||
ruby/src/main/java/com/google/protobuf/jruby/RubyMap.java \
|
||||
ruby/src/main/java/com/google/protobuf/jruby/RubyMessageBuilderContext.java \
|
||||
ruby/src/main/java/com/google/protobuf/jruby/RubyMessage.java \
|
||||
ruby/src/main/java/com/google/protobuf/jruby/RubyOneofBuilderContext.java \
|
||||
ruby/src/main/java/com/google/protobuf/jruby/RubyOneofDescriptor.java \
|
||||
ruby/src/main/java/com/google/protobuf/jruby/RubyProtobuf.java \
|
||||
ruby/src/main/java/com/google/protobuf/jruby/RubyRepeatedField.java \
|
||||
@@ -1108,6 +1177,8 @@ ruby_EXTRA_DIST= \
|
||||
ruby/tests/generated_code_proto2_test.rb \
|
||||
ruby/tests/generated_code_proto2.proto \
|
||||
ruby/tests/generated_code.proto \
|
||||
ruby/tests/multi_level_nesting_test.proto \
|
||||
ruby/tests/multi_level_nesting_test.rb \
|
||||
ruby/tests/test_import_proto2.proto \
|
||||
ruby/tests/test_import.proto \
|
||||
ruby/tests/test_ruby_package_proto2.proto \
|
||||
@@ -1195,6 +1266,10 @@ js_EXTRA_DIST= \
|
||||
js/data.proto \
|
||||
js/debug.js \
|
||||
js/debug_test.js \
|
||||
js/experimental/runtime/kernel/message_set.js \
|
||||
js/experimental/runtime/kernel/message_set_test.js \
|
||||
js/experimental/runtime/kernel/tag.js \
|
||||
js/experimental/runtime/kernel/tag_test.js \
|
||||
js/gulpfile.js \
|
||||
js/jasmine.json \
|
||||
js/map.js \
|
||||
@@ -1349,15 +1424,13 @@ EXTRA_DIST = $(@DIST_LANG@_EXTRA_DIST) \
|
||||
examples/list_people.py \
|
||||
examples/list_people_test.go \
|
||||
examples/pubspec.yaml \
|
||||
maven_install.json \
|
||||
protobuf.bzl \
|
||||
protobuf_deps.bzl \
|
||||
python/release/wheel/build_wheel_manylinux.sh \
|
||||
python/release/wheel/Dockerfile \
|
||||
python/release/wheel/protobuf_optimized_pip.sh \
|
||||
python/release/wheel/README.md \
|
||||
third_party/six.BUILD \
|
||||
protobuf_version.bzl \
|
||||
third_party/zlib.BUILD \
|
||||
util/python/BUILD
|
||||
util/python/BUILD \
|
||||
internal.bzl
|
||||
|
||||
|
||||
# Deletes all the files generated by autogen.sh.
|
||||
|
||||
Reference in New Issue
Block a user