| OLD | NEW |
| 1 ## Process this file with automake to produce Makefile.in | 1 ## Process this file with automake to produce Makefile.in |
| 2 | 2 |
| 3 ACLOCAL_AMFLAGS = -I m4 | 3 ACLOCAL_AMFLAGS = -I m4 |
| 4 | 4 |
| 5 AUTOMAKE_OPTIONS = foreign | 5 AUTOMAKE_OPTIONS = foreign |
| 6 | 6 |
| 7 # Build . before src so that our all-local and clean-local hooks kicks in at | 7 # Build . before src so that our all-local and clean-local hooks kicks in at |
| 8 # the right time. | 8 # the right time. |
| 9 SUBDIRS = . src | 9 SUBDIRS = . src |
| 10 | 10 |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 44 echo "Cleaning any ObjC pyc files"; \ | 44 echo "Cleaning any ObjC pyc files"; \ |
| 45 rm -f objectivec/DevTools/*.pyc; \ | 45 rm -f objectivec/DevTools/*.pyc; \ |
| 46 fi | 46 fi |
| 47 | 47 |
| 48 pkgconfigdir = $(libdir)/pkgconfig | 48 pkgconfigdir = $(libdir)/pkgconfig |
| 49 pkgconfig_DATA = protobuf.pc protobuf-lite.pc | 49 pkgconfig_DATA = protobuf.pc protobuf-lite.pc |
| 50 | 50 |
| 51 csharp_EXTRA_DIST= \ | 51 csharp_EXTRA_DIST= \ |
| 52 csharp/.gitignore \ | 52 csharp/.gitignore \ |
| 53 csharp/CHANGES.txt \ | 53 csharp/CHANGES.txt \ |
| 54 csharp/Google.Protobuf.Tools.nuspec \ | |
| 55 csharp/README.md \ | 54 csharp/README.md \ |
| 56 csharp/build_packages.bat \ | 55 csharp/build_packages.bat \ |
| 57 csharp/build_tools.sh \ | |
| 58 csharp/buildall.sh \ | 56 csharp/buildall.sh \ |
| 59 csharp/generate_protos.sh \ | 57 csharp/generate_protos.sh \ |
| 60 csharp/keys/Google.Protobuf.public.snk \ | 58 csharp/keys/Google.Protobuf.public.snk \ |
| 61 csharp/keys/Google.Protobuf.snk \ | |
| 62 csharp/keys/README.md \ | 59 csharp/keys/README.md \ |
| 63 csharp/protos/unittest_issues.proto \ | 60 csharp/protos/unittest_issues.proto \ |
| 64 csharp/src/AddressBook/AddPerson.cs \ | 61 csharp/src/AddressBook/AddPerson.cs \ |
| 62 csharp/src/AddressBook/AddressBook.csproj \ |
| 65 csharp/src/AddressBook/Addressbook.cs \ | 63 csharp/src/AddressBook/Addressbook.cs \ |
| 66 csharp/src/AddressBook/AddressBook.xproj \ | |
| 67 csharp/src/AddressBook/ListPeople.cs \ | 64 csharp/src/AddressBook/ListPeople.cs \ |
| 68 csharp/src/AddressBook/Program.cs \ | 65 csharp/src/AddressBook/Program.cs \ |
| 66 csharp/src/AddressBook/Properties/AssemblyInfo.cs \ |
| 69 csharp/src/AddressBook/SampleUsage.cs \ | 67 csharp/src/AddressBook/SampleUsage.cs \ |
| 70 csharp/src/AddressBook/project.json \ | 68 csharp/src/AddressBook/app.config \ |
| 69 csharp/src/Google.Protobuf.Conformance/App.config \ |
| 71 csharp/src/Google.Protobuf.Conformance/Conformance.cs \ | 70 csharp/src/Google.Protobuf.Conformance/Conformance.cs \ |
| 72 csharp/src/Google.Protobuf.Conformance/Google.Protobuf.Conformance.xproj \ | 71 csharp/src/Google.Protobuf.Conformance/Google.Protobuf.Conformance.csproj \ |
| 73 csharp/src/Google.Protobuf.Conformance/Program.cs \ | 72 csharp/src/Google.Protobuf.Conformance/Program.cs \ |
| 74 csharp/src/Google.Protobuf.Conformance/project.json \ | 73 csharp/src/Google.Protobuf.Conformance/Properties/AssemblyInfo.cs \ |
| 75 csharp/src/Google.Protobuf.JsonDump/Google.Protobuf.JsonDump.xproj \ | 74 csharp/src/Google.Protobuf.JsonDump/Google.Protobuf.JsonDump.csproj \ |
| 76 csharp/src/Google.Protobuf.JsonDump/Program.cs \ | 75 csharp/src/Google.Protobuf.JsonDump/Program.cs \ |
| 77 csharp/src/Google.Protobuf.JsonDump/project.json \ | 76 csharp/src/Google.Protobuf.JsonDump/Properties/AssemblyInfo.cs \ |
| 77 csharp/src/Google.Protobuf.JsonDump/app.config \ |
| 78 csharp/src/Google.Protobuf.Test/ByteStringTest.cs \ | 78 csharp/src/Google.Protobuf.Test/ByteStringTest.cs \ |
| 79 csharp/src/Google.Protobuf.Test/CodedInputStreamExtensions.cs \ | 79 csharp/src/Google.Protobuf.Test/CodedInputStreamExtensions.cs \ |
| 80 csharp/src/Google.Protobuf.Test/CodedInputStreamTest.cs \ | 80 csharp/src/Google.Protobuf.Test/CodedInputStreamTest.cs \ |
| 81 csharp/src/Google.Protobuf.Test/CodedOutputStreamTest.cs \ | 81 csharp/src/Google.Protobuf.Test/CodedOutputStreamTest.cs \ |
| 82 csharp/src/Google.Protobuf.Test/Collections/MapFieldTest.cs \ | 82 csharp/src/Google.Protobuf.Test/Collections/MapFieldTest.cs \ |
| 83 csharp/src/Google.Protobuf.Test/Collections/RepeatedFieldTest.cs \ | 83 csharp/src/Google.Protobuf.Test/Collections/RepeatedFieldTest.cs \ |
| 84 csharp/src/Google.Protobuf.Test/Compatibility/PropertyInfoExtensionsTest.cs \ | 84 csharp/src/Google.Protobuf.Test/Compatibility/PropertyInfoExtensionsTest.cs \ |
| 85 csharp/src/Google.Protobuf.Test/Compatibility/TypeExtensionsTest.cs \ | 85 csharp/src/Google.Protobuf.Test/Compatibility/TypeExtensionsTest.cs \ |
| 86 csharp/src/Google.Protobuf.Test/DeprecatedMemberTest.cs \ | 86 csharp/src/Google.Protobuf.Test/DeprecatedMemberTest.cs \ |
| 87 csharp/src/Google.Protobuf.Test/EqualityTester.cs \ | 87 csharp/src/Google.Protobuf.Test/EqualityTester.cs \ |
| 88 csharp/src/Google.Protobuf.Test/FieldCodecTest.cs \ | 88 csharp/src/Google.Protobuf.Test/FieldCodecTest.cs \ |
| 89 csharp/src/Google.Protobuf.Test/GeneratedMessageTest.cs \ | 89 csharp/src/Google.Protobuf.Test/GeneratedMessageTest.cs \ |
| 90 csharp/src/Google.Protobuf.Test/Google.Protobuf.Test.xproj \ | 90 csharp/src/Google.Protobuf.Test/Google.Protobuf.Test.csproj \ |
| 91 csharp/src/Google.Protobuf.Test/IssuesTest.cs \ | 91 csharp/src/Google.Protobuf.Test/IssuesTest.cs \ |
| 92 csharp/src/Google.Protobuf.Test/JsonFormatterTest.cs \ | 92 csharp/src/Google.Protobuf.Test/JsonFormatterTest.cs \ |
| 93 csharp/src/Google.Protobuf.Test/JsonParserTest.cs \ | 93 csharp/src/Google.Protobuf.Test/JsonParserTest.cs \ |
| 94 csharp/src/Google.Protobuf.Test/JsonTokenizerTest.cs \ | 94 csharp/src/Google.Protobuf.Test/JsonTokenizerTest.cs \ |
| 95 csharp/src/Google.Protobuf.Test/Properties/AppManifest.xml \ |
| 96 csharp/src/Google.Protobuf.Test/Properties/AssemblyInfo.cs \ |
| 95 csharp/src/Google.Protobuf.Test/Reflection/DescriptorsTest.cs \ | 97 csharp/src/Google.Protobuf.Test/Reflection/DescriptorsTest.cs \ |
| 96 csharp/src/Google.Protobuf.Test/Reflection/FieldAccessTest.cs \ | 98 csharp/src/Google.Protobuf.Test/Reflection/FieldAccessTest.cs \ |
| 97 csharp/src/Google.Protobuf.Test/Reflection/TypeRegistryTest.cs \ | 99 csharp/src/Google.Protobuf.Test/Reflection/TypeRegistryTest.cs \ |
| 98 csharp/src/Google.Protobuf.Test/SampleEnum.cs \ | 100 csharp/src/Google.Protobuf.Test/SampleEnum.cs \ |
| 99 csharp/src/Google.Protobuf.Test/SampleMessages.cs \ | 101 csharp/src/Google.Protobuf.Test/SampleMessages.cs \ |
| 100 csharp/src/Google.Protobuf.Test/TestCornerCases.cs \ | 102 csharp/src/Google.Protobuf.Test/TestCornerCases.cs \ |
| 101 csharp/src/Google.Protobuf.Test/TestProtos/ForeignMessagePartial.cs \ | |
| 102 csharp/src/Google.Protobuf.Test/TestProtos/MapUnittestProto3.cs \ | 103 csharp/src/Google.Protobuf.Test/TestProtos/MapUnittestProto3.cs \ |
| 103 csharp/src/Google.Protobuf.Test/TestProtos/TestMessagesProto3.cs \ | |
| 104 csharp/src/Google.Protobuf.Test/TestProtos/UnittestImportProto3.cs \ | 104 csharp/src/Google.Protobuf.Test/TestProtos/UnittestImportProto3.cs \ |
| 105 csharp/src/Google.Protobuf.Test/TestProtos/UnittestImportPublicProto3.cs \ | 105 csharp/src/Google.Protobuf.Test/TestProtos/UnittestImportPublicProto3.cs \ |
| 106 csharp/src/Google.Protobuf.Test/TestProtos/UnittestIssues.cs \ | 106 csharp/src/Google.Protobuf.Test/TestProtos/UnittestIssues.cs \ |
| 107 csharp/src/Google.Protobuf.Test/TestProtos/UnittestProto3.cs \ | 107 csharp/src/Google.Protobuf.Test/TestProtos/UnittestProto3.cs \ |
| 108 csharp/src/Google.Protobuf.Test/TestProtos/UnittestWellKnownTypes.cs \ | 108 csharp/src/Google.Protobuf.Test/TestProtos/UnittestWellKnownTypes.cs \ |
| 109 csharp/src/Google.Protobuf.Test/WellKnownTypes/AnyTest.cs \ | 109 csharp/src/Google.Protobuf.Test/WellKnownTypes/AnyTest.cs \ |
| 110 csharp/src/Google.Protobuf.Test/WellKnownTypes/DurationTest.cs \ | 110 csharp/src/Google.Protobuf.Test/WellKnownTypes/DurationTest.cs \ |
| 111 csharp/src/Google.Protobuf.Test/WellKnownTypes/FieldMaskTest.cs \ | |
| 112 csharp/src/Google.Protobuf.Test/WellKnownTypes/TimestampTest.cs \ | 111 csharp/src/Google.Protobuf.Test/WellKnownTypes/TimestampTest.cs \ |
| 113 csharp/src/Google.Protobuf.Test/WellKnownTypes/WrappersTest.cs \ | 112 csharp/src/Google.Protobuf.Test/WellKnownTypes/WrappersTest.cs \ |
| 114 csharp/src/Google.Protobuf.Test/project.json \ | 113 csharp/src/Google.Protobuf.Test/packages.config \ |
| 115 csharp/src/Google.Protobuf.sln \ | 114 csharp/src/Google.Protobuf.sln \ |
| 116 csharp/src/Google.Protobuf/ByteArray.cs \ | 115 csharp/src/Google.Protobuf/ByteArray.cs \ |
| 117 csharp/src/Google.Protobuf/ByteString.cs \ | 116 csharp/src/Google.Protobuf/ByteString.cs \ |
| 118 csharp/src/Google.Protobuf/CodedInputStream.cs \ | 117 csharp/src/Google.Protobuf/CodedInputStream.cs \ |
| 119 csharp/src/Google.Protobuf/CodedOutputStream.ComputeSize.cs \ | 118 csharp/src/Google.Protobuf/CodedOutputStream.ComputeSize.cs \ |
| 120 csharp/src/Google.Protobuf/CodedOutputStream.cs \ | 119 csharp/src/Google.Protobuf/CodedOutputStream.cs \ |
| 121 csharp/src/Google.Protobuf/Collections/MapField.cs \ | 120 csharp/src/Google.Protobuf/Collections/MapField.cs \ |
| 122 csharp/src/Google.Protobuf/Collections/ReadOnlyDictionary.cs \ | 121 csharp/src/Google.Protobuf/Collections/ReadOnlyDictionary.cs \ |
| 123 csharp/src/Google.Protobuf/Collections/RepeatedField.cs \ | 122 csharp/src/Google.Protobuf/Collections/RepeatedField.cs \ |
| 124 csharp/src/Google.Protobuf/Compatibility/PropertyInfoExtensions.cs \ | 123 csharp/src/Google.Protobuf/Compatibility/PropertyInfoExtensions.cs \ |
| 125 csharp/src/Google.Protobuf/Compatibility/TypeExtensions.cs \ | 124 csharp/src/Google.Protobuf/Compatibility/TypeExtensions.cs \ |
| 126 csharp/src/Google.Protobuf/FieldCodec.cs \ | 125 csharp/src/Google.Protobuf/FieldCodec.cs \ |
| 127 csharp/src/Google.Protobuf/FrameworkPortability.cs \ | 126 csharp/src/Google.Protobuf/FrameworkPortability.cs \ |
| 128 csharp/src/Google.Protobuf/Google.Protobuf.xproj \ | 127 csharp/src/Google.Protobuf/Google.Protobuf.csproj \ |
| 129 csharp/src/Google.Protobuf/ICustomDiagnosticMessage.cs \ | 128 csharp/src/Google.Protobuf/Google.Protobuf.nuspec \ |
| 130 csharp/src/Google.Protobuf/IDeepCloneable.cs \ | 129 csharp/src/Google.Protobuf/IDeepCloneable.cs \ |
| 131 csharp/src/Google.Protobuf/IMessage.cs \ | 130 csharp/src/Google.Protobuf/IMessage.cs \ |
| 132 csharp/src/Google.Protobuf/InvalidJsonException.cs \ | 131 csharp/src/Google.Protobuf/InvalidJsonException.cs \ |
| 133 csharp/src/Google.Protobuf/InvalidProtocolBufferException.cs \ | 132 csharp/src/Google.Protobuf/InvalidProtocolBufferException.cs \ |
| 134 csharp/src/Google.Protobuf/JsonFormatter.cs \ | 133 csharp/src/Google.Protobuf/JsonFormatter.cs \ |
| 135 csharp/src/Google.Protobuf/JsonParser.cs \ | 134 csharp/src/Google.Protobuf/JsonParser.cs \ |
| 136 csharp/src/Google.Protobuf/JsonToken.cs \ | 135 csharp/src/Google.Protobuf/JsonToken.cs \ |
| 137 csharp/src/Google.Protobuf/JsonTokenizer.cs \ | 136 csharp/src/Google.Protobuf/JsonTokenizer.cs \ |
| 138 csharp/src/Google.Protobuf/LimitedInputStream.cs \ | 137 csharp/src/Google.Protobuf/LimitedInputStream.cs \ |
| 139 csharp/src/Google.Protobuf/MessageExtensions.cs \ | 138 csharp/src/Google.Protobuf/MessageExtensions.cs \ |
| (...skipping 27 matching lines...) Expand all Loading... |
| 167 csharp/src/Google.Protobuf/Reflection/ServiceDescriptor.cs \ | 166 csharp/src/Google.Protobuf/Reflection/ServiceDescriptor.cs \ |
| 168 csharp/src/Google.Protobuf/Reflection/SingleFieldAccessor.cs \ | 167 csharp/src/Google.Protobuf/Reflection/SingleFieldAccessor.cs \ |
| 169 csharp/src/Google.Protobuf/Reflection/TypeRegistry.cs \ | 168 csharp/src/Google.Protobuf/Reflection/TypeRegistry.cs \ |
| 170 csharp/src/Google.Protobuf/WellKnownTypes/Any.cs \ | 169 csharp/src/Google.Protobuf/WellKnownTypes/Any.cs \ |
| 171 csharp/src/Google.Protobuf/WellKnownTypes/AnyPartial.cs \ | 170 csharp/src/Google.Protobuf/WellKnownTypes/AnyPartial.cs \ |
| 172 csharp/src/Google.Protobuf/WellKnownTypes/Api.cs \ | 171 csharp/src/Google.Protobuf/WellKnownTypes/Api.cs \ |
| 173 csharp/src/Google.Protobuf/WellKnownTypes/Duration.cs \ | 172 csharp/src/Google.Protobuf/WellKnownTypes/Duration.cs \ |
| 174 csharp/src/Google.Protobuf/WellKnownTypes/DurationPartial.cs \ | 173 csharp/src/Google.Protobuf/WellKnownTypes/DurationPartial.cs \ |
| 175 csharp/src/Google.Protobuf/WellKnownTypes/Empty.cs \ | 174 csharp/src/Google.Protobuf/WellKnownTypes/Empty.cs \ |
| 176 csharp/src/Google.Protobuf/WellKnownTypes/FieldMask.cs \ | 175 csharp/src/Google.Protobuf/WellKnownTypes/FieldMask.cs \ |
| 177 csharp/src/Google.Protobuf/WellKnownTypes/FieldMaskPartial.cs \ | |
| 178 csharp/src/Google.Protobuf/WellKnownTypes/SourceContext.cs \ | 176 csharp/src/Google.Protobuf/WellKnownTypes/SourceContext.cs \ |
| 179 csharp/src/Google.Protobuf/WellKnownTypes/Struct.cs \ | 177 csharp/src/Google.Protobuf/WellKnownTypes/Struct.cs \ |
| 180 csharp/src/Google.Protobuf/WellKnownTypes/TimeExtensions.cs \ | 178 csharp/src/Google.Protobuf/WellKnownTypes/TimeExtensions.cs \ |
| 181 csharp/src/Google.Protobuf/WellKnownTypes/Timestamp.cs \ | 179 csharp/src/Google.Protobuf/WellKnownTypes/Timestamp.cs \ |
| 182 csharp/src/Google.Protobuf/WellKnownTypes/TimestampPartial.cs \ | 180 csharp/src/Google.Protobuf/WellKnownTypes/TimestampPartial.cs \ |
| 183 csharp/src/Google.Protobuf/WellKnownTypes/Type.cs \ | 181 csharp/src/Google.Protobuf/WellKnownTypes/Type.cs \ |
| 184 csharp/src/Google.Protobuf/WellKnownTypes/ValuePartial.cs \ | 182 csharp/src/Google.Protobuf/WellKnownTypes/ValuePartial.cs \ |
| 185 csharp/src/Google.Protobuf/WellKnownTypes/Wrappers.cs \ | 183 csharp/src/Google.Protobuf/WellKnownTypes/Wrappers.cs \ |
| 186 csharp/src/Google.Protobuf/WellKnownTypes/WrappersPartial.cs \ | 184 csharp/src/Google.Protobuf/WellKnownTypes/WrappersPartial.cs \ |
| 187 csharp/src/Google.Protobuf/WireFormat.cs \ | 185 csharp/src/Google.Protobuf/WireFormat.cs \ |
| 188 csharp/src/Google.Protobuf/project.json \ | 186 csharp/src/Google.Protobuf/packages.config \ |
| 189 csharp/src/packages/repositories.config | 187 csharp/src/packages/repositories.config |
| 190 | 188 |
| 191 java_EXTRA_DIST=
\ | 189 java_EXTRA_DIST=
\ |
| 192 java/README.md
\ | 190 java/README.md
\ |
| 193 java/core/generate-sources-build.xml
\ | 191 java/core/generate-sources-build.xml
\ |
| 194 java/core/generate-test-sources-build.xml
\ | 192 java/core/generate-test-sources-build.xml
\ |
| 195 java/core/pom.xml
\ | 193 java/core/pom.xml
\ |
| 196 java/core/src/main/java/com/google/protobuf/AbstractMessage.java
\ | 194 java/core/src/main/java/com/google/protobuf/AbstractMessage.java
\ |
| 197 java/core/src/main/java/com/google/protobuf/AbstractMessageLite.java
\ | 195 java/core/src/main/java/com/google/protobuf/AbstractMessageLite.java
\ |
| 198 java/core/src/main/java/com/google/protobuf/AbstractParser.java
\ | 196 java/core/src/main/java/com/google/protobuf/AbstractParser.java
\ |
| 199 java/core/src/main/java/com/google/protobuf/AbstractProtobufList.java
\ | 197 java/core/src/main/java/com/google/protobuf/AbstractProtobufList.java
\ |
| 200 java/core/src/main/java/com/google/protobuf/BlockingRpcChannel.java
\ | 198 java/core/src/main/java/com/google/protobuf/BlockingRpcChannel.java
\ |
| 201 java/core/src/main/java/com/google/protobuf/BlockingService.java
\ | 199 java/core/src/main/java/com/google/protobuf/BlockingService.java
\ |
| 202 java/core/src/main/java/com/google/protobuf/BooleanArrayList.java
\ | 200 java/core/src/main/java/com/google/protobuf/BooleanArrayList.java
\ |
| 203 java/core/src/main/java/com/google/protobuf/ByteBufferWriter.java
\ | 201 java/core/src/main/java/com/google/protobuf/ByteBufferWriter.java
\ |
| 204 java/core/src/main/java/com/google/protobuf/ByteOutput.java
\ | 202 java/core/src/main/java/com/google/protobuf/ByteOutput.java
\ |
| 205 java/core/src/main/java/com/google/protobuf/ByteString.java
\ | 203 java/core/src/main/java/com/google/protobuf/ByteString.java
\ |
| 206 java/core/src/main/java/com/google/protobuf/CodedInputStream.java
\ | 204 java/core/src/main/java/com/google/protobuf/CodedInputStream.java
\ |
| 207 java/core/src/main/java/com/google/protobuf/CodedOutputStream.java
\ | 205 java/core/src/main/java/com/google/protobuf/CodedOutputStream.java
\ |
| 208 java/core/src/main/java/com/google/protobuf/Descriptors.java
\ | 206 java/core/src/main/java/com/google/protobuf/Descriptors.java
\ |
| 209 java/core/src/main/java/com/google/protobuf/DoubleArrayList.java
\ | 207 java/core/src/main/java/com/google/protobuf/DoubleArrayList.java
\ |
| 210 java/core/src/main/java/com/google/protobuf/DynamicMessage.java
\ | 208 java/core/src/main/java/com/google/protobuf/DynamicMessage.java
\ |
| 211 java/core/src/main/java/com/google/protobuf/ExperimentalApi.java
\ | |
| 212 java/core/src/main/java/com/google/protobuf/Extension.java
\ | 209 java/core/src/main/java/com/google/protobuf/Extension.java
\ |
| 213 java/core/src/main/java/com/google/protobuf/ExtensionLite.java
\ | 210 java/core/src/main/java/com/google/protobuf/ExtensionLite.java
\ |
| 214 java/core/src/main/java/com/google/protobuf/ExtensionRegistry.java
\ | 211 java/core/src/main/java/com/google/protobuf/ExtensionRegistry.java
\ |
| 215 java/core/src/main/java/com/google/protobuf/ExtensionRegistryFactory.java
\ | |
| 216 java/core/src/main/java/com/google/protobuf/ExtensionRegistryLite.java
\ | 212 java/core/src/main/java/com/google/protobuf/ExtensionRegistryLite.java
\ |
| 217 java/core/src/main/java/com/google/protobuf/FieldSet.java
\ | 213 java/core/src/main/java/com/google/protobuf/FieldSet.java
\ |
| 218 java/core/src/main/java/com/google/protobuf/FloatArrayList.java
\ | 214 java/core/src/main/java/com/google/protobuf/FloatArrayList.java
\ |
| 219 java/core/src/main/java/com/google/protobuf/GeneratedMessage.java
\ | 215 java/core/src/main/java/com/google/protobuf/GeneratedMessage.java
\ |
| 220 java/core/src/main/java/com/google/protobuf/GeneratedMessageLite.java
\ | 216 java/core/src/main/java/com/google/protobuf/GeneratedMessageLite.java
\ |
| 221 java/core/src/main/java/com/google/protobuf/GeneratedMessageV3.java
\ | |
| 222 java/core/src/main/java/com/google/protobuf/IntArrayList.java
\ | 217 java/core/src/main/java/com/google/protobuf/IntArrayList.java
\ |
| 223 java/core/src/main/java/com/google/protobuf/Internal.java
\ | 218 java/core/src/main/java/com/google/protobuf/Internal.java
\ |
| 224 java/core/src/main/java/com/google/protobuf/InvalidProtocolBufferException.jav
a \ | 219 java/core/src/main/java/com/google/protobuf/InvalidProtocolBufferException.jav
a \ |
| 225 java/core/src/main/java/com/google/protobuf/LazyField.java
\ | 220 java/core/src/main/java/com/google/protobuf/LazyField.java
\ |
| 226 java/core/src/main/java/com/google/protobuf/LazyFieldLite.java
\ | 221 java/core/src/main/java/com/google/protobuf/LazyFieldLite.java
\ |
| 227 java/core/src/main/java/com/google/protobuf/LazyStringArrayList.java
\ | 222 java/core/src/main/java/com/google/protobuf/LazyStringArrayList.java
\ |
| 228 java/core/src/main/java/com/google/protobuf/LazyStringList.java
\ | 223 java/core/src/main/java/com/google/protobuf/LazyStringList.java
\ |
| 229 java/core/src/main/java/com/google/protobuf/LongArrayList.java
\ | 224 java/core/src/main/java/com/google/protobuf/LongArrayList.java
\ |
| 230 java/core/src/main/java/com/google/protobuf/MapEntry.java
\ | 225 java/core/src/main/java/com/google/protobuf/MapEntry.java
\ |
| 231 java/core/src/main/java/com/google/protobuf/MapEntryLite.java
\ | 226 java/core/src/main/java/com/google/protobuf/MapEntryLite.java
\ |
| 232 java/core/src/main/java/com/google/protobuf/MapField.java
\ | 227 java/core/src/main/java/com/google/protobuf/MapField.java
\ |
| 233 java/core/src/main/java/com/google/protobuf/MapFieldLite.java
\ | 228 java/core/src/main/java/com/google/protobuf/MapFieldLite.java
\ |
| 234 java/core/src/main/java/com/google/protobuf/Message.java
\ | 229 java/core/src/main/java/com/google/protobuf/Message.java
\ |
| 235 java/core/src/main/java/com/google/protobuf/MessageLite.java
\ | 230 java/core/src/main/java/com/google/protobuf/MessageLite.java
\ |
| 236 java/core/src/main/java/com/google/protobuf/MessageLiteOrBuilder.java
\ | 231 java/core/src/main/java/com/google/protobuf/MessageLiteOrBuilder.java
\ |
| 237 java/core/src/main/java/com/google/protobuf/MessageLiteToString.java
\ | 232 java/core/src/main/java/com/google/protobuf/MessageLiteToString.java
\ |
| 238 java/core/src/main/java/com/google/protobuf/MessageOrBuilder.java
\ | 233 java/core/src/main/java/com/google/protobuf/MessageOrBuilder.java
\ |
| 239 java/core/src/main/java/com/google/protobuf/MessageReflection.java
\ | 234 java/core/src/main/java/com/google/protobuf/MessageReflection.java
\ |
| 240 java/core/src/main/java/com/google/protobuf/MutabilityOracle.java
\ | 235 java/core/src/main/java/com/google/protobuf/MutabilityOracle.java
\ |
| 241 java/core/src/main/java/com/google/protobuf/NioByteString.java
\ | 236 java/core/src/main/java/com/google/protobuf/NioByteString.java
\ |
| 242 java/core/src/main/java/com/google/protobuf/Parser.java
\ | 237 java/core/src/main/java/com/google/protobuf/Parser.java
\ |
| 243 java/core/src/main/java/com/google/protobuf/ProtobufArrayList.java
\ | 238 java/core/src/main/java/com/google/protobuf/ProtobufArrayList.java
\ |
| 244 java/core/src/main/java/com/google/protobuf/ProtocolMessageEnum.java
\ | 239 java/core/src/main/java/com/google/protobuf/ProtocolMessageEnum.java
\ |
| 245 java/core/src/main/java/com/google/protobuf/ProtocolStringList.java
\ | 240 java/core/src/main/java/com/google/protobuf/ProtocolStringList.java
\ |
| 246 java/core/src/main/java/com/google/protobuf/RepeatedFieldBuilder.java
\ | 241 java/core/src/main/java/com/google/protobuf/RepeatedFieldBuilder.java
\ |
| 247 java/core/src/main/java/com/google/protobuf/RepeatedFieldBuilderV3.java
\ | |
| 248 java/core/src/main/java/com/google/protobuf/RopeByteString.java
\ | 242 java/core/src/main/java/com/google/protobuf/RopeByteString.java
\ |
| 249 java/core/src/main/java/com/google/protobuf/RpcCallback.java
\ | 243 java/core/src/main/java/com/google/protobuf/RpcCallback.java
\ |
| 250 java/core/src/main/java/com/google/protobuf/RpcChannel.java
\ | 244 java/core/src/main/java/com/google/protobuf/RpcChannel.java
\ |
| 251 java/core/src/main/java/com/google/protobuf/RpcController.java
\ | 245 java/core/src/main/java/com/google/protobuf/RpcController.java
\ |
| 252 java/core/src/main/java/com/google/protobuf/RpcUtil.java
\ | 246 java/core/src/main/java/com/google/protobuf/RpcUtil.java
\ |
| 253 java/core/src/main/java/com/google/protobuf/Service.java
\ | 247 java/core/src/main/java/com/google/protobuf/Service.java
\ |
| 254 java/core/src/main/java/com/google/protobuf/ServiceException.java
\ | 248 java/core/src/main/java/com/google/protobuf/ServiceException.java
\ |
| 255 java/core/src/main/java/com/google/protobuf/SingleFieldBuilder.java
\ | 249 java/core/src/main/java/com/google/protobuf/SingleFieldBuilder.java
\ |
| 256 java/core/src/main/java/com/google/protobuf/SingleFieldBuilderV3.java
\ | |
| 257 java/core/src/main/java/com/google/protobuf/SmallSortedMap.java
\ | 250 java/core/src/main/java/com/google/protobuf/SmallSortedMap.java
\ |
| 258 java/core/src/main/java/com/google/protobuf/TextFormat.java
\ | 251 java/core/src/main/java/com/google/protobuf/TextFormat.java
\ |
| 259 java/core/src/main/java/com/google/protobuf/TextFormatEscaper.java
\ | 252 java/core/src/main/java/com/google/protobuf/TextFormatEscaper.java
\ |
| 260 java/core/src/main/java/com/google/protobuf/TextFormatParseInfoTree.java
\ | 253 java/core/src/main/java/com/google/protobuf/TextFormatParseInfoTree.java
\ |
| 261 java/core/src/main/java/com/google/protobuf/TextFormatParseLocation.java
\ | 254 java/core/src/main/java/com/google/protobuf/TextFormatParseLocation.java
\ |
| 262 java/core/src/main/java/com/google/protobuf/UninitializedMessageException.java
\ | 255 java/core/src/main/java/com/google/protobuf/UninitializedMessageException.java
\ |
| 263 java/core/src/main/java/com/google/protobuf/UnknownFieldSet.java
\ | 256 java/core/src/main/java/com/google/protobuf/UnknownFieldSet.java
\ |
| 264 java/core/src/main/java/com/google/protobuf/UnknownFieldSetLite.java
\ | 257 java/core/src/main/java/com/google/protobuf/UnknownFieldSetLite.java
\ |
| 265 java/core/src/main/java/com/google/protobuf/UnmodifiableLazyStringList.java
\ | 258 java/core/src/main/java/com/google/protobuf/UnmodifiableLazyStringList.java
\ |
| 266 java/core/src/main/java/com/google/protobuf/UnsafeByteOperations.java
\ | 259 java/core/src/main/java/com/google/protobuf/UnsafeByteOperations.java
\ |
| 267 java/core/src/main/java/com/google/protobuf/UnsafeUtil.java
\ | |
| 268 java/core/src/main/java/com/google/protobuf/Utf8.java
\ | 260 java/core/src/main/java/com/google/protobuf/Utf8.java
\ |
| 269 java/core/src/main/java/com/google/protobuf/WireFormat.java
\ | 261 java/core/src/main/java/com/google/protobuf/WireFormat.java
\ |
| 270 java/core/src/test/java/com/google/protobuf/AbstractMessageTest.java
\ | 262 java/core/src/test/java/com/google/protobuf/AbstractMessageTest.java
\ |
| 271 java/core/src/test/java/com/google/protobuf/AnyTest.java
\ | 263 java/core/src/test/java/com/google/protobuf/AnyTest.java
\ |
| 272 java/core/src/test/java/com/google/protobuf/BooleanArrayListTest.java
\ | 264 java/core/src/test/java/com/google/protobuf/BooleanArrayListTest.java
\ |
| 273 java/core/src/test/java/com/google/protobuf/BoundedByteStringTest.java
\ | 265 java/core/src/test/java/com/google/protobuf/BoundedByteStringTest.java
\ |
| 274 java/core/src/test/java/com/google/protobuf/ByteBufferWriterTest.java
\ | 266 java/core/src/test/java/com/google/protobuf/ByteBufferWriterTest.java
\ |
| 275 java/core/src/test/java/com/google/protobuf/ByteStringTest.java
\ | 267 java/core/src/test/java/com/google/protobuf/ByteStringTest.java
\ |
| 276 java/core/src/test/java/com/google/protobuf/CheckUtf8Test.java
\ | 268 java/core/src/test/java/com/google/protobuf/CheckUtf8Test.java
\ |
| 277 java/core/src/test/java/com/google/protobuf/CodedInputStreamTest.java
\ | 269 java/core/src/test/java/com/google/protobuf/CodedInputStreamTest.java
\ |
| 278 java/core/src/test/java/com/google/protobuf/CodedOutputStreamTest.java
\ | 270 java/core/src/test/java/com/google/protobuf/CodedOutputStreamTest.java
\ |
| 279 java/core/src/test/java/com/google/protobuf/DeprecatedFieldTest.java
\ | 271 java/core/src/test/java/com/google/protobuf/DeprecatedFieldTest.java
\ |
| 280 java/core/src/test/java/com/google/protobuf/DescriptorsTest.java
\ | 272 java/core/src/test/java/com/google/protobuf/DescriptorsTest.java
\ |
| 281 java/core/src/test/java/com/google/protobuf/DoubleArrayListTest.java
\ | 273 java/core/src/test/java/com/google/protobuf/DoubleArrayListTest.java
\ |
| 282 java/core/src/test/java/com/google/protobuf/DynamicMessageTest.java
\ | 274 java/core/src/test/java/com/google/protobuf/DynamicMessageTest.java
\ |
| 283 java/core/src/test/java/com/google/protobuf/EnumTest.java
\ | 275 java/core/src/test/java/com/google/protobuf/EnumTest.java
\ |
| 284 java/core/src/test/java/com/google/protobuf/ExtensionRegistryFactoryTest.java
\ | |
| 285 java/core/src/test/java/com/google/protobuf/FieldPresenceTest.java
\ | 276 java/core/src/test/java/com/google/protobuf/FieldPresenceTest.java
\ |
| 286 java/core/src/test/java/com/google/protobuf/FloatArrayListTest.java
\ | 277 java/core/src/test/java/com/google/protobuf/FloatArrayListTest.java
\ |
| 287 java/core/src/test/java/com/google/protobuf/ForceFieldBuildersPreRun.java
\ | 278 java/core/src/test/java/com/google/protobuf/ForceFieldBuildersPreRun.java
\ |
| 288 java/core/src/test/java/com/google/protobuf/GeneratedMessageTest.java
\ | 279 java/core/src/test/java/com/google/protobuf/GeneratedMessageTest.java
\ |
| 289 java/core/src/test/java/com/google/protobuf/IntArrayListTest.java
\ | 280 java/core/src/test/java/com/google/protobuf/IntArrayListTest.java
\ |
| 290 java/core/src/test/java/com/google/protobuf/IsValidUtf8Test.java
\ | 281 java/core/src/test/java/com/google/protobuf/IsValidUtf8Test.java
\ |
| 291 java/core/src/test/java/com/google/protobuf/IsValidUtf8TestUtil.java
\ | 282 java/core/src/test/java/com/google/protobuf/IsValidUtf8TestUtil.java
\ |
| 292 java/core/src/test/java/com/google/protobuf/LazyFieldLiteTest.java
\ | 283 java/core/src/test/java/com/google/protobuf/LazyFieldLiteTest.java
\ |
| 293 java/core/src/test/java/com/google/protobuf/LazyFieldTest.java
\ | 284 java/core/src/test/java/com/google/protobuf/LazyFieldTest.java
\ |
| 294 java/core/src/test/java/com/google/protobuf/LazyMessageLiteTest.java
\ | 285 java/core/src/test/java/com/google/protobuf/LazyMessageLiteTest.java
\ |
| 295 java/core/src/test/java/com/google/protobuf/LazyStringArrayListTest.java
\ | 286 java/core/src/test/java/com/google/protobuf/LazyStringArrayListTest.java
\ |
| 296 java/core/src/test/java/com/google/protobuf/LazyStringEndToEndTest.java
\ | 287 java/core/src/test/java/com/google/protobuf/LazyStringEndToEndTest.java
\ |
| 297 java/core/src/test/java/com/google/protobuf/LiteEqualsAndHashTest.java
\ | 288 java/core/src/test/java/com/google/protobuf/LiteEqualsAndHashTest.java
\ |
| 298 java/core/src/test/java/com/google/protobuf/LiteTest.java
\ | 289 java/core/src/test/java/com/google/protobuf/LiteTest.java
\ |
| 299 java/core/src/test/java/com/google/protobuf/LiteralByteStringTest.java
\ | 290 java/core/src/test/java/com/google/protobuf/LiteralByteStringTest.java
\ |
| 300 java/core/src/test/java/com/google/protobuf/LongArrayListTest.java
\ | 291 java/core/src/test/java/com/google/protobuf/LongArrayListTest.java
\ |
| 301 java/core/src/test/java/com/google/protobuf/MapForProto2LiteTest.java
\ | 292 java/core/src/test/java/com/google/protobuf/MapForProto2LiteTest.java
\ |
| 302 java/core/src/test/java/com/google/protobuf/MapForProto2Test.java
\ | 293 java/core/src/test/java/com/google/protobuf/MapForProto2Test.java
\ |
| 303 java/core/src/test/java/com/google/protobuf/MapTest.java
\ | 294 java/core/src/test/java/com/google/protobuf/MapTest.java
\ |
| 304 java/core/src/test/java/com/google/protobuf/MessageTest.java
\ | 295 java/core/src/test/java/com/google/protobuf/MessageTest.java
\ |
| 305 java/core/src/test/java/com/google/protobuf/NestedBuildersTest.java
\ | 296 java/core/src/test/java/com/google/protobuf/NestedBuildersTest.java
\ |
| 306 java/core/src/test/java/com/google/protobuf/NioByteStringTest.java
\ | 297 java/core/src/test/java/com/google/protobuf/NioByteStringTest.java
\ |
| 307 java/core/src/test/java/com/google/protobuf/ParseExceptionsTest.java
\ | |
| 308 java/core/src/test/java/com/google/protobuf/ParserTest.java
\ | 298 java/core/src/test/java/com/google/protobuf/ParserTest.java
\ |
| 309 java/core/src/test/java/com/google/protobuf/ProtobufArrayListTest.java
\ | 299 java/core/src/test/java/com/google/protobuf/ProtobufArrayListTest.java
\ |
| 310 java/core/src/test/java/com/google/protobuf/RepeatedFieldBuilderV3Test.java
\ | 300 java/core/src/test/java/com/google/protobuf/RepeatedFieldBuilderTest.java
\ |
| 311 java/core/src/test/java/com/google/protobuf/RopeByteStringSubstringTest.java
\ | 301 java/core/src/test/java/com/google/protobuf/RopeByteStringSubstringTest.java
\ |
| 312 java/core/src/test/java/com/google/protobuf/RopeByteStringTest.java
\ | 302 java/core/src/test/java/com/google/protobuf/RopeByteStringTest.java
\ |
| 313 java/core/src/test/java/com/google/protobuf/ServiceTest.java
\ | 303 java/core/src/test/java/com/google/protobuf/ServiceTest.java
\ |
| 314 java/core/src/test/java/com/google/protobuf/SingleFieldBuilderV3Test.java
\ | 304 java/core/src/test/java/com/google/protobuf/SingleFieldBuilderTest.java
\ |
| 315 java/core/src/test/java/com/google/protobuf/SmallSortedMapTest.java
\ | 305 java/core/src/test/java/com/google/protobuf/SmallSortedMapTest.java
\ |
| 316 java/core/src/test/java/com/google/protobuf/TestBadIdentifiers.java
\ | 306 java/core/src/test/java/com/google/protobuf/TestBadIdentifiers.java
\ |
| 317 java/core/src/test/java/com/google/protobuf/TestUtil.java
\ | 307 java/core/src/test/java/com/google/protobuf/TestUtil.java
\ |
| 318 java/core/src/test/java/com/google/protobuf/TestUtilLite.java
\ | |
| 319 java/core/src/test/java/com/google/protobuf/TextFormatParseInfoTreeTest.java
\ | 308 java/core/src/test/java/com/google/protobuf/TextFormatParseInfoTreeTest.java
\ |
| 320 java/core/src/test/java/com/google/protobuf/TextFormatParseLocationTest.java
\ | 309 java/core/src/test/java/com/google/protobuf/TextFormatParseLocationTest.java
\ |
| 321 java/core/src/test/java/com/google/protobuf/TextFormatTest.java
\ | 310 java/core/src/test/java/com/google/protobuf/TextFormatTest.java
\ |
| 322 java/core/src/test/java/com/google/protobuf/UnknownEnumValueTest.java
\ | 311 java/core/src/test/java/com/google/protobuf/UnknownEnumValueTest.java
\ |
| 323 java/core/src/test/java/com/google/protobuf/UnknownFieldSetLiteTest.java
\ | 312 java/core/src/test/java/com/google/protobuf/UnknownFieldSetLiteTest.java
\ |
| 324 java/core/src/test/java/com/google/protobuf/UnknownFieldSetTest.java
\ | 313 java/core/src/test/java/com/google/protobuf/UnknownFieldSetTest.java
\ |
| 325 java/core/src/test/java/com/google/protobuf/UnmodifiableLazyStringListTest.jav
a \ | 314 java/core/src/test/java/com/google/protobuf/UnmodifiableLazyStringListTest.jav
a \ |
| 326 java/core/src/test/java/com/google/protobuf/WellKnownTypesTest.java
\ | 315 java/core/src/test/java/com/google/protobuf/WellKnownTypesTest.java
\ |
| 327 java/core/src/test/java/com/google/protobuf/WireFormatTest.java
\ | 316 java/core/src/test/java/com/google/protobuf/WireFormatTest.java
\ |
| 328 java/core/src/test/proto/com/google/protobuf/any_test.proto
\ | 317 java/core/src/test/proto/com/google/protobuf/any_test.proto
\ |
| (...skipping 11 matching lines...) Expand all Loading... |
| 340 java/core/src/test/proto/com/google/protobuf/non_nested_extension.proto
\ | 329 java/core/src/test/proto/com/google/protobuf/non_nested_extension.proto
\ |
| 341 java/core/src/test/proto/com/google/protobuf/non_nested_extension_lite.proto
\ | 330 java/core/src/test/proto/com/google/protobuf/non_nested_extension_lite.proto
\ |
| 342 java/core/src/test/proto/com/google/protobuf/outer_class_name_test.proto
\ | 331 java/core/src/test/proto/com/google/protobuf/outer_class_name_test.proto
\ |
| 343 java/core/src/test/proto/com/google/protobuf/outer_class_name_test2.proto
\ | 332 java/core/src/test/proto/com/google/protobuf/outer_class_name_test2.proto
\ |
| 344 java/core/src/test/proto/com/google/protobuf/outer_class_name_test3.proto
\ | 333 java/core/src/test/proto/com/google/protobuf/outer_class_name_test3.proto
\ |
| 345 java/core/src/test/proto/com/google/protobuf/test_bad_identifiers.proto
\ | 334 java/core/src/test/proto/com/google/protobuf/test_bad_identifiers.proto
\ |
| 346 java/core/src/test/proto/com/google/protobuf/test_check_utf8.proto
\ | 335 java/core/src/test/proto/com/google/protobuf/test_check_utf8.proto
\ |
| 347 java/core/src/test/proto/com/google/protobuf/test_check_utf8_size.proto
\ | 336 java/core/src/test/proto/com/google/protobuf/test_check_utf8_size.proto
\ |
| 348 java/core/src/test/proto/com/google/protobuf/test_custom_options.proto
\ | 337 java/core/src/test/proto/com/google/protobuf/test_custom_options.proto
\ |
| 349 java/core/src/test/proto/com/google/protobuf/test_extra_interfaces.proto
\ | 338 java/core/src/test/proto/com/google/protobuf/test_extra_interfaces.proto
\ |
| 350 java/lite/generate-sources-build.xml
\ | |
| 351 java/lite/generate-test-sources-build.xml
\ | |
| 352 java/lite/pom.xml
\ | 339 java/lite/pom.xml
\ |
| 353 java/pom.xml
\ | 340 java/pom.xml
\ |
| 354 java/util/pom.xml
\ | 341 java/util/pom.xml
\ |
| 355 java/util/src/main/java/com/google/protobuf/util/Durations.java
\ | |
| 356 java/util/src/main/java/com/google/protobuf/util/FieldMaskTree.java
\ | 342 java/util/src/main/java/com/google/protobuf/util/FieldMaskTree.java
\ |
| 357 java/util/src/main/java/com/google/protobuf/util/FieldMaskUtil.java
\ | 343 java/util/src/main/java/com/google/protobuf/util/FieldMaskUtil.java
\ |
| 358 java/util/src/main/java/com/google/protobuf/util/JsonFormat.java
\ | 344 java/util/src/main/java/com/google/protobuf/util/JsonFormat.java
\ |
| 359 java/util/src/main/java/com/google/protobuf/util/TimeUtil.java
\ | 345 java/util/src/main/java/com/google/protobuf/util/TimeUtil.java
\ |
| 360 java/util/src/main/java/com/google/protobuf/util/Timestamps.java
\ | |
| 361 java/util/src/test/java/com/google/protobuf/util/FieldMaskTreeTest.java
\ | 346 java/util/src/test/java/com/google/protobuf/util/FieldMaskTreeTest.java
\ |
| 362 java/util/src/test/java/com/google/protobuf/util/FieldMaskUtilTest.java
\ | 347 java/util/src/test/java/com/google/protobuf/util/FieldMaskUtilTest.java
\ |
| 363 java/util/src/test/java/com/google/protobuf/util/JsonFormatTest.java
\ | 348 java/util/src/test/java/com/google/protobuf/util/JsonFormatTest.java
\ |
| 364 java/util/src/test/java/com/google/protobuf/util/TimeUtilTest.java
\ | 349 java/util/src/test/java/com/google/protobuf/util/TimeUtilTest.java
\ |
| 365 java/util/src/test/proto/com/google/protobuf/util/json_test.proto | 350 java/util/src/test/proto/com/google/protobuf/util/json_test.proto |
| 366 | 351 |
| 367 javanano_EXTRA_DIST=
\ | 352 javanano_EXTRA_DIST=
\ |
| 368 javanano/src/main/java/com/google/protobuf/nano/CodedOutputByteBufferNano.java
\ | 353 javanano/src/main/java/com/google/protobuf/nano/CodedOutputByteBufferNano.java
\ |
| 369 javanano/src/main/java/com/google/protobuf/nano/FieldData.java
\ | 354 javanano/src/main/java/com/google/protobuf/nano/FieldData.java
\ |
| 370 javanano/src/main/java/com/google/protobuf/nano/FieldArray.java
\ | 355 javanano/src/main/java/com/google/protobuf/nano/FieldArray.java
\ |
| (...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 469 objectivec/GPBUtilities.h \ | 454 objectivec/GPBUtilities.h \ |
| 470 objectivec/GPBUtilities.m \ | 455 objectivec/GPBUtilities.m \ |
| 471 objectivec/GPBUtilities_PackagePrivate.h \ | 456 objectivec/GPBUtilities_PackagePrivate.h \ |
| 472 objectivec/GPBWellKnownTypes.h \ | 457 objectivec/GPBWellKnownTypes.h \ |
| 473 objectivec/GPBWellKnownTypes.m \ | 458 objectivec/GPBWellKnownTypes.m \ |
| 474 objectivec/GPBWireFormat.h \ | 459 objectivec/GPBWireFormat.h \ |
| 475 objectivec/GPBWireFormat.m \ | 460 objectivec/GPBWireFormat.m \ |
| 476 objectivec/ProtocolBuffers_iOS.xcodeproj/project.pbxproj \ | 461 objectivec/ProtocolBuffers_iOS.xcodeproj/project.pbxproj \ |
| 477 objectivec/ProtocolBuffers_iOS.xcodeproj/project.xcworkspace/contents.xcworksp
acedata \ | 462 objectivec/ProtocolBuffers_iOS.xcodeproj/project.xcworkspace/contents.xcworksp
acedata \ |
| 478 objectivec/ProtocolBuffers_iOS.xcodeproj/project.xcworkspace/xcshareddata/Work
spaceSettings.xcsettings \ | 463 objectivec/ProtocolBuffers_iOS.xcodeproj/project.xcworkspace/xcshareddata/Work
spaceSettings.xcsettings \ |
| 464 objectivec/ProtocolBuffers_iOS.xcodeproj/xcshareddata/xcbaselines/8BBEA4A5147C
727100C4ADB7.xcbaseline/FFE465CA-0E74-40E8-9F09-500B66B7DCB2.plist \ |
| 465 objectivec/ProtocolBuffers_iOS.xcodeproj/xcshareddata/xcbaselines/8BBEA4A5147C
727100C4ADB7.xcbaseline/Info.plist \ |
| 479 objectivec/ProtocolBuffers_iOS.xcodeproj/xcshareddata/xcschemes/PerformanceTes
ts.xcscheme \ | 466 objectivec/ProtocolBuffers_iOS.xcodeproj/xcshareddata/xcschemes/PerformanceTes
ts.xcscheme \ |
| 480 objectivec/ProtocolBuffers_iOS.xcodeproj/xcshareddata/xcschemes/ProtocolBuffer
s.xcscheme \ | 467 objectivec/ProtocolBuffers_iOS.xcodeproj/xcshareddata/xcschemes/ProtocolBuffer
s.xcscheme \ |
| 481 objectivec/ProtocolBuffers_OSX.xcodeproj/project.pbxproj \ | 468 objectivec/ProtocolBuffers_OSX.xcodeproj/project.pbxproj \ |
| 482 objectivec/ProtocolBuffers_OSX.xcodeproj/project.xcworkspace/contents.xcworksp
acedata \ | 469 objectivec/ProtocolBuffers_OSX.xcodeproj/project.xcworkspace/contents.xcworksp
acedata \ |
| 483 objectivec/ProtocolBuffers_OSX.xcodeproj/project.xcworkspace/xcshareddata/Work
spaceSettings.xcsettings \ | 470 objectivec/ProtocolBuffers_OSX.xcodeproj/project.xcworkspace/xcshareddata/Work
spaceSettings.xcsettings \ |
| 484 objectivec/ProtocolBuffers_OSX.xcodeproj/xcshareddata/xcschemes/PerformanceTes
ts.xcscheme \ | 471 objectivec/ProtocolBuffers_OSX.xcodeproj/xcshareddata/xcschemes/PerformanceTes
ts.xcscheme \ |
| 485 objectivec/ProtocolBuffers_OSX.xcodeproj/xcshareddata/xcschemes/ProtocolBuffer
s.xcscheme \ | 472 objectivec/ProtocolBuffers_OSX.xcodeproj/xcshareddata/xcschemes/ProtocolBuffer
s.xcscheme \ |
| 486 objectivec/README.md \ | 473 objectivec/README.md \ |
| 487 objectivec/Tests/CocoaPods/OSXCocoaPodsTester/OSXCocoaPodsTester.xcodeproj/pro
ject.pbxproj \ | |
| 488 objectivec/Tests/CocoaPods/OSXCocoaPodsTester/OSXCocoaPodsTester.xcodeproj/pro
ject.xcworkspace/contents.xcworkspacedata \ | |
| 489 objectivec/Tests/CocoaPods/OSXCocoaPodsTester/OSXCocoaPodsTester.xcodeproj/xcs
hareddata/xcschemes/OSXCocoaPodsTester.xcscheme \ | |
| 490 objectivec/Tests/CocoaPods/OSXCocoaPodsTester/OSXCocoaPodsTester/AppDelegate.h
\ | |
| 491 objectivec/Tests/CocoaPods/OSXCocoaPodsTester/OSXCocoaPodsTester/AppDelegate.m
\ | |
| 492 objectivec/Tests/CocoaPods/OSXCocoaPodsTester/OSXCocoaPodsTester/Assets.xcasse
ts/AppIcon.appiconset/Contents.json \ | |
| 493 objectivec/Tests/CocoaPods/OSXCocoaPodsTester/OSXCocoaPodsTester/Base.lproj/Ma
inMenu.xib \ | |
| 494 objectivec/Tests/CocoaPods/OSXCocoaPodsTester/OSXCocoaPodsTester/Info.plist \ | |
| 495 objectivec/Tests/CocoaPods/OSXCocoaPodsTester/OSXCocoaPodsTester/main.m \ | |
| 496 objectivec/Tests/CocoaPods/OSXCocoaPodsTester/Podfile-framework \ | |
| 497 objectivec/Tests/CocoaPods/OSXCocoaPodsTester/Podfile-static \ | |
| 498 objectivec/Tests/CocoaPods/README.md \ | |
| 499 objectivec/Tests/CocoaPods/iOSCocoaPodsTester/Podfile-framework \ | |
| 500 objectivec/Tests/CocoaPods/iOSCocoaPodsTester/Podfile-static \ | |
| 501 objectivec/Tests/CocoaPods/iOSCocoaPodsTester/iOSCocoaPodsTester.xcodeproj/pro
ject.pbxproj \ | |
| 502 objectivec/Tests/CocoaPods/iOSCocoaPodsTester/iOSCocoaPodsTester.xcodeproj/pro
ject.xcworkspace/contents.xcworkspacedata \ | |
| 503 objectivec/Tests/CocoaPods/iOSCocoaPodsTester/iOSCocoaPodsTester.xcodeproj/xcs
hareddata/xcschemes/iOSCocoaPodsTester.xcscheme \ | |
| 504 objectivec/Tests/CocoaPods/iOSCocoaPodsTester/iOSCocoaPodsTester/AppDelegate.h
\ | |
| 505 objectivec/Tests/CocoaPods/iOSCocoaPodsTester/iOSCocoaPodsTester/AppDelegate.m
\ | |
| 506 objectivec/Tests/CocoaPods/iOSCocoaPodsTester/iOSCocoaPodsTester/Assets.xcasse
ts/AppIcon.appiconset/Contents.json \ | |
| 507 objectivec/Tests/CocoaPods/iOSCocoaPodsTester/iOSCocoaPodsTester/Base.lproj/La
unchScreen.storyboard \ | |
| 508 objectivec/Tests/CocoaPods/iOSCocoaPodsTester/iOSCocoaPodsTester/Base.lproj/Ma
in.storyboard \ | |
| 509 objectivec/Tests/CocoaPods/iOSCocoaPodsTester/iOSCocoaPodsTester/Info.plist \ | |
| 510 objectivec/Tests/CocoaPods/iOSCocoaPodsTester/iOSCocoaPodsTester/ViewControlle
r.h \ | |
| 511 objectivec/Tests/CocoaPods/iOSCocoaPodsTester/iOSCocoaPodsTester/ViewControlle
r.m \ | |
| 512 objectivec/Tests/CocoaPods/iOSCocoaPodsTester/iOSCocoaPodsTester/main.m \ | |
| 513 objectivec/Tests/CocoaPods/run_tests.sh \ | |
| 514 objectivec/Tests/golden_message \ | 474 objectivec/Tests/golden_message \ |
| 515 objectivec/Tests/golden_packed_fields_message \ | 475 objectivec/Tests/golden_packed_fields_message \ |
| 516 objectivec/Tests/GPBARCUnittestProtos.m \ | 476 objectivec/Tests/GPBARCUnittestProtos.m \ |
| 517 objectivec/Tests/GPBArrayTests.m \ | 477 objectivec/Tests/GPBArrayTests.m \ |
| 518 objectivec/Tests/GPBCodedInputStreamTests.m \ | 478 objectivec/Tests/GPBCodedInputStreamTests.m \ |
| 519 objectivec/Tests/GPBCodedOuputStreamTests.m \ | 479 objectivec/Tests/GPBCodedOuputStreamTests.m \ |
| 520 objectivec/Tests/GPBConcurrencyTests.m \ | 480 objectivec/Tests/GPBConcurrencyTests.m \ |
| 521 objectivec/Tests/GPBDescriptorTests.m \ | 481 objectivec/Tests/GPBDescriptorTests.m \ |
| 522 objectivec/Tests/GPBDictionaryTests+Bool.m \ | 482 objectivec/Tests/GPBDictionaryTests+Bool.m \ |
| 523 objectivec/Tests/GPBDictionaryTests+Int32.m \ | 483 objectivec/Tests/GPBDictionaryTests+Int32.m \ |
| 524 objectivec/Tests/GPBDictionaryTests+Int64.m \ | 484 objectivec/Tests/GPBDictionaryTests+Int64.m \ |
| 525 objectivec/Tests/GPBDictionaryTests+String.m \ | 485 objectivec/Tests/GPBDictionaryTests+String.m \ |
| 526 objectivec/Tests/GPBDictionaryTests+UInt32.m \ | 486 objectivec/Tests/GPBDictionaryTests+UInt32.m \ |
| 527 objectivec/Tests/GPBDictionaryTests+UInt64.m \ | 487 objectivec/Tests/GPBDictionaryTests+UInt64.m \ |
| 528 objectivec/Tests/GPBDictionaryTests.pddm \ | 488 objectivec/Tests/GPBDictionaryTests.pddm \ |
| 529 objectivec/Tests/GPBMessageTests+Merge.m \ | 489 objectivec/Tests/GPBMessageTests+Merge.m \ |
| 530 objectivec/Tests/GPBMessageTests+Runtime.m \ | 490 objectivec/Tests/GPBMessageTests+Runtime.m \ |
| 531 objectivec/Tests/GPBMessageTests+Serialization.m \ | 491 objectivec/Tests/GPBMessageTests+Serialization.m \ |
| 532 objectivec/Tests/GPBMessageTests.m \ | 492 objectivec/Tests/GPBMessageTests.m \ |
| 533 objectivec/Tests/GPBObjectiveCPlusPlusTest.mm \ | 493 objectivec/Tests/GPBObjectiveCPlusPlusTest.mm \ |
| 534 objectivec/Tests/GPBPerfTests.m \ | 494 objectivec/Tests/GPBPerfTests.m \ |
| 535 objectivec/Tests/GPBSwiftTests.swift \ | 495 objectivec/Tests/GPBSwiftTests.swift \ |
| 536 objectivec/Tests/GPBTestUtilities.h \ | 496 objectivec/Tests/GPBTestUtilities.h \ |
| 537 objectivec/Tests/GPBTestUtilities.m \ | 497 objectivec/Tests/GPBTestUtilities.m \ |
| 538 objectivec/Tests/GPBUnittestProtos.m \ | 498 objectivec/Tests/GPBUnittestProtos.m \ |
| 539 objectivec/Tests/GPBUnittestProtos2.m \ | |
| 540 objectivec/Tests/GPBUnknownFieldSetTest.m \ | 499 objectivec/Tests/GPBUnknownFieldSetTest.m \ |
| 541 objectivec/Tests/GPBUtilitiesTests.m \ | 500 objectivec/Tests/GPBUtilitiesTests.m \ |
| 542 objectivec/Tests/GPBWellKnownTypesTest.m \ | 501 objectivec/Tests/GPBWellKnownTypesTest.m \ |
| 543 objectivec/Tests/GPBWireFormatTests.m \ | 502 objectivec/Tests/GPBWireFormatTests.m \ |
| 544 objectivec/Tests/iOSTestHarness/AppDelegate.m \ | 503 objectivec/Tests/iOSTestHarness/AppDelegate.m \ |
| 545 objectivec/Tests/iOSTestHarness/en.lproj/InfoPlist.strings \ | 504 objectivec/Tests/iOSTestHarness/en.lproj/InfoPlist.strings \ |
| 546 objectivec/Tests/iOSTestHarness/Images.xcassets/AppIcon.appiconset/Contents.js
on \ | 505 objectivec/Tests/iOSTestHarness/Images.xcassets/AppIcon.appiconset/Contents.js
on \ |
| 547 objectivec/Tests/iOSTestHarness/Images.xcassets/AppIcon.appiconset/iPad6.png
\ | 506 objectivec/Tests/iOSTestHarness/Images.xcassets/AppIcon.appiconset/iPad6.png
\ |
| 548 objectivec/Tests/iOSTestHarness/Images.xcassets/AppIcon.appiconset/iPad6_2x.pn
g \ | 507 objectivec/Tests/iOSTestHarness/Images.xcassets/AppIcon.appiconset/iPad6_2x.pn
g \ |
| 549 objectivec/Tests/iOSTestHarness/Images.xcassets/AppIcon.appiconset/iPad7.png
\ | 508 objectivec/Tests/iOSTestHarness/Images.xcassets/AppIcon.appiconset/iPad7.png
\ |
| 550 objectivec/Tests/iOSTestHarness/Images.xcassets/AppIcon.appiconset/iPad7_2x.pn
g \ | 509 objectivec/Tests/iOSTestHarness/Images.xcassets/AppIcon.appiconset/iPad7_2x.pn
g \ |
| 551 objectivec/Tests/iOSTestHarness/Images.xcassets/AppIcon.appiconset/iPhone6.png
\ | 510 objectivec/Tests/iOSTestHarness/Images.xcassets/AppIcon.appiconset/iPhone6.png
\ |
| 552 objectivec/Tests/iOSTestHarness/Images.xcassets/AppIcon.appiconset/iPhone6_2x.
png \ | 511 objectivec/Tests/iOSTestHarness/Images.xcassets/AppIcon.appiconset/iPhone6_2x.
png \ |
| 553 objectivec/Tests/iOSTestHarness/Images.xcassets/AppIcon.appiconset/iPhone7_2x.
png \ | 512 objectivec/Tests/iOSTestHarness/Images.xcassets/AppIcon.appiconset/iPhone7_2x.
png \ |
| 554 objectivec/Tests/iOSTestHarness/Images.xcassets/AppIcon.appiconset/iPhone7_3x.
png \ | 513 objectivec/Tests/iOSTestHarness/Images.xcassets/AppIcon.appiconset/iPhone7_3x.
png \ |
| 555 objectivec/Tests/iOSTestHarness/Images.xcassets/LaunchImage.launchimage/Conten
ts.json \ | 514 objectivec/Tests/iOSTestHarness/Images.xcassets/LaunchImage.launchimage/Conten
ts.json \ |
| 556 objectivec/Tests/iOSTestHarness/Info.plist \ | 515 objectivec/Tests/iOSTestHarness/Info.plist \ |
| 557 objectivec/Tests/iOSTestHarness/LaunchScreen.xib \ | 516 objectivec/Tests/iOSTestHarness/LaunchScreen.xib \ |
| 558 objectivec/Tests/text_format_map_unittest_data.txt \ | 517 objectivec/Tests/text_format_map_unittest_data.txt \ |
| 559 objectivec/Tests/text_format_unittest_data.txt \ | 518 objectivec/Tests/text_format_unittest_data.txt \ |
| 560 objectivec/Tests/unittest_cycle.proto \ | 519 objectivec/Tests/unittest_cycle.proto \ |
| 561 objectivec/Tests/unittest_deprecated.proto \ | |
| 562 objectivec/Tests/unittest_deprecated_file.proto \ | |
| 563 objectivec/Tests/unittest_extension_chain_a.proto \ | |
| 564 objectivec/Tests/unittest_extension_chain_b.proto \ | |
| 565 objectivec/Tests/unittest_extension_chain_c.proto \ | |
| 566 objectivec/Tests/unittest_extension_chain_d.proto \ | |
| 567 objectivec/Tests/unittest_extension_chain_e.proto \ | |
| 568 objectivec/Tests/unittest_extension_chain_f.proto \ | |
| 569 objectivec/Tests/unittest_extension_chain_g.proto \ | |
| 570 objectivec/Tests/unittest_objc.proto \ | 520 objectivec/Tests/unittest_objc.proto \ |
| 571 objectivec/Tests/unittest_objc_startup.proto \ | 521 objectivec/Tests/unittest_objc_startup.proto \ |
| 572 objectivec/Tests/unittest_runtime_proto2.proto \ | 522 objectivec/Tests/unittest_runtime_proto2.proto \ |
| 573 objectivec/Tests/unittest_runtime_proto3.proto \ | 523 objectivec/Tests/unittest_runtime_proto3.proto \ |
| 574 objectivec/Tests/UnitTests-Bridging-Header.h \ | 524 objectivec/Tests/UnitTests-Bridging-Header.h \ |
| 575 objectivec/Tests/UnitTests-Info.plist \ | 525 objectivec/Tests/UnitTests-Info.plist \ |
| 576 Protobuf.podspec | 526 Protobuf.podspec |
| 577 | 527 |
| 578 php_EXTRA_DIST= \ | |
| 579 php/src/phpdoc.dist.xml \ | |
| 580 php/src/Google/Protobuf/Internal/DescriptorPool.php \ | |
| 581 php/src/Google/Protobuf/Internal/GeneratedCodeInfo.php \ | |
| 582 php/src/Google/Protobuf/Internal/OneofField.php \ | |
| 583 php/src/Google/Protobuf/Internal/MessageOptions.php \ | |
| 584 php/src/Google/Protobuf/Internal/FileDescriptorProto.php \ | |
| 585 php/src/Google/Protobuf/Internal/MapEntry.php \ | |
| 586 php/src/Google/Protobuf/Internal/FieldDescriptorProto.php \ | |
| 587 php/src/Google/Protobuf/Internal/InputStream.php \ | |
| 588 php/src/Google/Protobuf/Internal/UninterpretedOption.php \ | |
| 589 php/src/Google/Protobuf/Internal/ServiceOptions.php \ | |
| 590 php/src/Google/Protobuf/Internal/MethodOptions_IdempotencyLevel.php \ | |
| 591 php/src/Google/Protobuf/Internal/ServiceDescriptorProto.php \ | |
| 592 php/src/Google/Protobuf/Internal/OneofDescriptorProto.php \ | |
| 593 php/src/Google/Protobuf/Internal/UninterpretedOption_NamePart.php \ | |
| 594 php/src/Google/Protobuf/Internal/OutputStream.php \ | |
| 595 php/src/Google/Protobuf/Internal/MessageBuilderContext.php \ | |
| 596 php/src/Google/Protobuf/Internal/EnumValueDescriptorProto.php \ | |
| 597 php/src/Google/Protobuf/Internal/FileOptions_OptimizeMode.php \ | |
| 598 php/src/Google/Protobuf/Internal/DescriptorProto.php \ | |
| 599 php/src/Google/Protobuf/Internal/MapField.php \ | |
| 600 php/src/Google/Protobuf/Internal/MethodDescriptorProto.php \ | |
| 601 php/src/Google/Protobuf/Internal/DescriptorProto_ExtensionRange.php \ | |
| 602 php/src/Google/Protobuf/Internal/DescriptorProto_ReservedRange.php \ | |
| 603 php/src/Google/Protobuf/Internal/RepeatedField.php \ | |
| 604 php/src/Google/Protobuf/Internal/EnumValueOptions.php \ | |
| 605 php/src/Google/Protobuf/Internal/MethodOptions.php \ | |
| 606 php/src/Google/Protobuf/Internal/OneofOptions.php \ | |
| 607 php/src/Google/Protobuf/Internal/Message.php \ | |
| 608 php/src/Google/Protobuf/Internal/FileOptions.php \ | |
| 609 php/src/Google/Protobuf/Internal/FileDescriptorSet.php \ | |
| 610 php/src/Google/Protobuf/Internal/EnumDescriptorProto.php \ | |
| 611 php/src/Google/Protobuf/Internal/GPBWire.php \ | |
| 612 php/src/Google/Protobuf/Internal/FieldDescriptorProto_Label.php \ | |
| 613 php/src/Google/Protobuf/Internal/FieldOptions.php \ | |
| 614 php/src/Google/Protobuf/Internal/GeneratedCodeInfo_Annotation.php \ | |
| 615 php/src/Google/Protobuf/Internal/FieldDescriptorProto_Type.php \ | |
| 616 php/src/Google/Protobuf/Internal/GPBType.php \ | |
| 617 php/src/Google/Protobuf/Internal/FieldOptions_JSType.php \ | |
| 618 php/src/Google/Protobuf/Internal/SourceCodeInfo_Location.php \ | |
| 619 php/src/Google/Protobuf/Internal/SourceCodeInfo.php \ | |
| 620 php/src/Google/Protobuf/Internal/EnumOptions.php \ | |
| 621 php/src/Google/Protobuf/Internal/GPBLabel.php \ | |
| 622 php/src/Google/Protobuf/Internal/EnumBuilderContext.php \ | |
| 623 php/src/Google/Protobuf/Internal/GPBUtil.php \ | |
| 624 php/src/Google/Protobuf/Internal/FieldOptions_CType.php \ | |
| 625 php/src/Google/Protobuf/descriptor.php \ | |
| 626 php/src/GPBMetadata/Google/Protobuf/Internal/Descriptor.php \ | |
| 627 php/tests/autoload.php \ | |
| 628 php/tests/encode_decode_test.php \ | |
| 629 php/tests/test.sh \ | |
| 630 php/tests/gdb_test.sh \ | |
| 631 php/tests/generated_class_test.php \ | |
| 632 php/tests/array_test.php \ | |
| 633 php/tests/php_implementation_test.php \ | |
| 634 php/tests/proto/test_include.proto \ | |
| 635 php/tests/map_field_test.php \ | |
| 636 php/tests/test_base.php \ | |
| 637 php/tests/proto/test_no_namespace.proto \ | |
| 638 php/tests/test_util.php \ | |
| 639 php/tests/proto/test.proto \ | |
| 640 php/tests/memory_leak_test.php \ | |
| 641 php/tests/well_known_test.php \ | |
| 642 php/README.md \ | |
| 643 php/ext/google/protobuf/utf8.h \ | |
| 644 php/ext/google/protobuf/message.c \ | |
| 645 php/ext/google/protobuf/utf8.c \ | |
| 646 php/ext/google/protobuf/package.xml \ | |
| 647 php/ext/google/protobuf/upb.h \ | |
| 648 php/ext/google/protobuf/array.c \ | |
| 649 php/ext/google/protobuf/encode_decode.c \ | |
| 650 php/ext/google/protobuf/protobuf.h \ | |
| 651 php/ext/google/protobuf/type_check.c \ | |
| 652 php/ext/google/protobuf/def.c \ | |
| 653 php/ext/google/protobuf/storage.c \ | |
| 654 php/ext/google/protobuf/map.c \ | |
| 655 php/ext/google/protobuf/config.m4 \ | |
| 656 php/ext/google/protobuf/upb.c \ | |
| 657 php/ext/google/protobuf/protobuf.c \ | |
| 658 php/phpunit.xml \ | |
| 659 php/composer.json \ | |
| 660 composer.json | |
| 661 | |
| 662 python_EXTRA_DIST= \ | 528 python_EXTRA_DIST= \ |
| 663 python/MANIFEST.in \ | 529 python/MANIFEST.in \ |
| 664 python/google/__init__.py \ | 530 python/google/__init__.py \ |
| 665 python/google/protobuf/__init__.py \ | 531 python/google/protobuf/__init__.py \ |
| 666 python/google/protobuf/descriptor.py \ | 532 python/google/protobuf/descriptor.py \ |
| 667 python/google/protobuf/descriptor_database.py \ | 533 python/google/protobuf/descriptor_database.py \ |
| 668 python/google/protobuf/descriptor_pool.py \ | 534 python/google/protobuf/descriptor_pool.py \ |
| 669 python/google/protobuf/internal/__init__.py \ | 535 python/google/protobuf/internal/__init__.py \ |
| 670 python/google/protobuf/internal/_parameterized.py \ | 536 python/google/protobuf/internal/_parameterized.py \ |
| 671 python/google/protobuf/internal/any_test.proto \ | 537 python/google/protobuf/internal/any_test.proto \ |
| 672 python/google/protobuf/internal/any_test.proto \ | 538 python/google/protobuf/internal/any_test.proto \ |
| 673 python/google/protobuf/internal/api_implementation.cc \ | 539 python/google/protobuf/internal/api_implementation.cc \ |
| 674 python/google/protobuf/internal/api_implementation.py \ | 540 python/google/protobuf/internal/api_implementation.py \ |
| 675 python/google/protobuf/internal/containers.py \ | 541 python/google/protobuf/internal/containers.py \ |
| 676 python/google/protobuf/internal/decoder.py \ | 542 python/google/protobuf/internal/decoder.py \ |
| 677 python/google/protobuf/internal/descriptor_database_test.py \ | 543 python/google/protobuf/internal/descriptor_database_test.py \ |
| 678 python/google/protobuf/internal/descriptor_pool_test.py \ | 544 python/google/protobuf/internal/descriptor_pool_test.py \ |
| 679 python/google/protobuf/internal/descriptor_pool_test1.proto \ | 545 python/google/protobuf/internal/descriptor_pool_test1.proto \ |
| 680 python/google/protobuf/internal/descriptor_pool_test2.proto \ | 546 python/google/protobuf/internal/descriptor_pool_test2.proto \ |
| 681 python/google/protobuf/internal/descriptor_test.py \ | 547 python/google/protobuf/internal/descriptor_test.py \ |
| 682 python/google/protobuf/internal/encoder.py \ | 548 python/google/protobuf/internal/encoder.py \ |
| 683 python/google/protobuf/internal/enum_type_wrapper.py \ | 549 python/google/protobuf/internal/enum_type_wrapper.py \ |
| 684 python/google/protobuf/internal/factory_test1.proto \ | 550 python/google/protobuf/internal/factory_test1.proto \ |
| 685 python/google/protobuf/internal/factory_test2.proto \ | 551 python/google/protobuf/internal/factory_test2.proto \ |
| 686 python/google/protobuf/internal/file_options_test.proto \ | |
| 687 python/google/protobuf/internal/generator_test.py \ | 552 python/google/protobuf/internal/generator_test.py \ |
| 688 python/google/protobuf/internal/import_test_package/__init__.py \ | 553 python/google/protobuf/internal/import_test_package/__init__.py \ |
| 689 python/google/protobuf/internal/import_test_package/inner.proto \ | 554 python/google/protobuf/internal/import_test_package/inner.proto \ |
| 690 python/google/protobuf/internal/import_test_package/outer.proto \ | 555 python/google/protobuf/internal/import_test_package/outer.proto \ |
| 691 python/google/protobuf/internal/json_format_test.py \ | 556 python/google/protobuf/internal/json_format_test.py \ |
| 692 python/google/protobuf/internal/message_factory_test.py \ | 557 python/google/protobuf/internal/message_factory_test.py \ |
| 693 python/google/protobuf/internal/message_listener.py \ | 558 python/google/protobuf/internal/message_listener.py \ |
| 694 python/google/protobuf/internal/message_set_extensions.proto \ | 559 python/google/protobuf/internal/message_set_extensions.proto \ |
| 695 python/google/protobuf/internal/message_test.py \ | 560 python/google/protobuf/internal/message_test.py \ |
| 696 python/google/protobuf/internal/missing_enum_values.proto \ | 561 python/google/protobuf/internal/missing_enum_values.proto \ |
| 697 python/google/protobuf/internal/more_extensions.proto \ | 562 python/google/protobuf/internal/more_extensions.proto \ |
| 698 python/google/protobuf/internal/more_extensions_dynamic.proto \ | 563 python/google/protobuf/internal/more_extensions_dynamic.proto \ |
| 699 python/google/protobuf/internal/more_messages.proto \ | 564 python/google/protobuf/internal/more_messages.proto \ |
| 700 python/google/protobuf/internal/packed_field_test.proto \ | 565 python/google/protobuf/internal/packed_field_test.proto \ |
| 701 python/google/protobuf/internal/proto_builder_test.py \ | 566 python/google/protobuf/internal/proto_builder_test.py \ |
| 702 python/google/protobuf/internal/python_message.py \ | 567 python/google/protobuf/internal/python_message.py \ |
| 703 python/google/protobuf/internal/reflection_test.py \ | 568 python/google/protobuf/internal/reflection_test.py \ |
| 704 python/google/protobuf/internal/service_reflection_test.py \ | 569 python/google/protobuf/internal/service_reflection_test.py \ |
| 705 python/google/protobuf/internal/symbol_database_test.py \ | 570 python/google/protobuf/internal/symbol_database_test.py \ |
| 706 python/google/protobuf/internal/test_bad_identifiers.proto \ | 571 python/google/protobuf/internal/test_bad_identifiers.proto \ |
| 707 python/google/protobuf/internal/test_util.py \ | 572 python/google/protobuf/internal/test_util.py \ |
| 708 python/google/protobuf/internal/testing_refleaks.py \ | |
| 709 python/google/protobuf/internal/text_encoding_test.py \ | 573 python/google/protobuf/internal/text_encoding_test.py \ |
| 710 python/google/protobuf/internal/text_format_test.py \ | 574 python/google/protobuf/internal/text_format_test.py \ |
| 711 python/google/protobuf/internal/type_checkers.py \ | 575 python/google/protobuf/internal/type_checkers.py \ |
| 712 python/google/protobuf/internal/unknown_fields_test.py \ | 576 python/google/protobuf/internal/unknown_fields_test.py \ |
| 713 python/google/protobuf/internal/well_known_types.py \ | 577 python/google/protobuf/internal/well_known_types.py \ |
| 714 python/google/protobuf/internal/well_known_types.py \ | 578 python/google/protobuf/internal/well_known_types.py \ |
| 715 python/google/protobuf/internal/well_known_types_test.py \ | 579 python/google/protobuf/internal/well_known_types_test.py \ |
| 716 python/google/protobuf/internal/well_known_types_test.py \ | 580 python/google/protobuf/internal/well_known_types_test.py \ |
| 717 python/google/protobuf/internal/wire_format.py \ | 581 python/google/protobuf/internal/wire_format.py \ |
| 718 python/google/protobuf/internal/wire_format_test.py \ | 582 python/google/protobuf/internal/wire_format_test.py \ |
| (...skipping 11 matching lines...) Expand all Loading... |
| 730 python/google/protobuf/pyext/descriptor_database.cc \ | 594 python/google/protobuf/pyext/descriptor_database.cc \ |
| 731 python/google/protobuf/pyext/descriptor_database.h \ | 595 python/google/protobuf/pyext/descriptor_database.h \ |
| 732 python/google/protobuf/pyext/descriptor_pool.cc \ | 596 python/google/protobuf/pyext/descriptor_pool.cc \ |
| 733 python/google/protobuf/pyext/descriptor_pool.h \ | 597 python/google/protobuf/pyext/descriptor_pool.h \ |
| 734 python/google/protobuf/pyext/extension_dict.cc \ | 598 python/google/protobuf/pyext/extension_dict.cc \ |
| 735 python/google/protobuf/pyext/extension_dict.h \ | 599 python/google/protobuf/pyext/extension_dict.h \ |
| 736 python/google/protobuf/pyext/map_container.cc \ | 600 python/google/protobuf/pyext/map_container.cc \ |
| 737 python/google/protobuf/pyext/map_container.h \ | 601 python/google/protobuf/pyext/map_container.h \ |
| 738 python/google/protobuf/pyext/message.cc \ | 602 python/google/protobuf/pyext/message.cc \ |
| 739 python/google/protobuf/pyext/message.h \ | 603 python/google/protobuf/pyext/message.h \ |
| 740 python/google/protobuf/pyext/message_factory.cc \ | |
| 741 python/google/protobuf/pyext/message_factory.h \ | |
| 742 python/google/protobuf/pyext/message_module.cc \ | |
| 743 python/google/protobuf/pyext/proto2_api_test.proto \ | 604 python/google/protobuf/pyext/proto2_api_test.proto \ |
| 744 python/google/protobuf/pyext/python.proto \ | 605 python/google/protobuf/pyext/python.proto \ |
| 745 python/google/protobuf/pyext/python_protobuf.h \ | 606 python/google/protobuf/pyext/python_protobuf.h \ |
| 746 python/google/protobuf/pyext/repeated_composite_container.cc \ | 607 python/google/protobuf/pyext/repeated_composite_container.cc \ |
| 747 python/google/protobuf/pyext/repeated_composite_container.h \ | 608 python/google/protobuf/pyext/repeated_composite_container.h \ |
| 748 python/google/protobuf/pyext/repeated_scalar_container.cc \ | 609 python/google/protobuf/pyext/repeated_scalar_container.cc \ |
| 749 python/google/protobuf/pyext/repeated_scalar_container.h \ | 610 python/google/protobuf/pyext/repeated_scalar_container.h \ |
| 750 python/google/protobuf/pyext/safe_numerics.h \ | |
| 751 python/google/protobuf/pyext/scoped_pyobject_ptr.h \ | 611 python/google/protobuf/pyext/scoped_pyobject_ptr.h \ |
| 752 python/google/protobuf/reflection.py \ | 612 python/google/protobuf/reflection.py \ |
| 753 python/google/protobuf/service.py \ | 613 python/google/protobuf/service.py \ |
| 754 python/google/protobuf/service_reflection.py \ | 614 python/google/protobuf/service_reflection.py \ |
| 755 python/google/protobuf/symbol_database.py \ | 615 python/google/protobuf/symbol_database.py \ |
| 756 python/google/protobuf/text_encoding.py \ | 616 python/google/protobuf/text_encoding.py \ |
| 757 python/google/protobuf/text_format.py \ | 617 python/google/protobuf/text_format.py \ |
| 758 python/mox.py \ | 618 python/mox.py \ |
| 759 python/setup.cfg \ | |
| 760 python/setup.py \ | 619 python/setup.py \ |
| 761 python/stubout.py \ | 620 python/stubout.py \ |
| 762 python/tox.ini \ | 621 python/tox.ini \ |
| 763 python/README.md | 622 python/README.md |
| 764 | 623 |
| 765 ruby_EXTRA_DIST= \ | 624 ruby_EXTRA_DIST= \ |
| 766 ruby/Gemfile \ | 625 ruby/Gemfile \ |
| 626 ruby/Gemfile.lock \ |
| 767 ruby/.gitignore \ | 627 ruby/.gitignore \ |
| 768 ruby/README.md \ | 628 ruby/README.md \ |
| 769 ruby/Rakefile \ | 629 ruby/Rakefile \ |
| 770 ruby/ext/google/protobuf_c/defs.c \ | 630 ruby/ext/google/protobuf_c/defs.c \ |
| 771 ruby/ext/google/protobuf_c/encode_decode.c \ | 631 ruby/ext/google/protobuf_c/encode_decode.c \ |
| 772 ruby/ext/google/protobuf_c/extconf.rb \ | 632 ruby/ext/google/protobuf_c/extconf.rb \ |
| 773 ruby/ext/google/protobuf_c/map.c \ | 633 ruby/ext/google/protobuf_c/map.c \ |
| 774 ruby/ext/google/protobuf_c/message.c \ | 634 ruby/ext/google/protobuf_c/message.c \ |
| 775 ruby/ext/google/protobuf_c/protobuf.c \ | 635 ruby/ext/google/protobuf_c/protobuf.c \ |
| 776 ruby/ext/google/protobuf_c/protobuf.h \ | 636 ruby/ext/google/protobuf_c/protobuf.h \ |
| 777 ruby/ext/google/protobuf_c/repeated_field.c \ | 637 ruby/ext/google/protobuf_c/repeated_field.c \ |
| 778 ruby/ext/google/protobuf_c/storage.c \ | 638 ruby/ext/google/protobuf_c/storage.c \ |
| 779 ruby/ext/google/protobuf_c/upb.c \ | 639 ruby/ext/google/protobuf_c/upb.c \ |
| 780 ruby/ext/google/protobuf_c/upb.h \ | 640 ruby/ext/google/protobuf_c/upb.h \ |
| 781 ruby/google-protobuf.gemspec \ | 641 ruby/google-protobuf.gemspec \ |
| 782 ruby/lib/google/protobuf/message_exts.rb \ | 642 ruby/lib/google/protobuf/message_exts.rb \ |
| 783 ruby/lib/google/protobuf/repeated_field.rb \ | 643 ruby/lib/google/protobuf/repeated_field.rb \ |
| 784 ruby/lib/google/protobuf/well_known_types.rb \ | |
| 785 ruby/lib/google/protobuf.rb \ | 644 ruby/lib/google/protobuf.rb \ |
| 786 ruby/pom.xml \ | 645 ruby/pom.xml \ |
| 787 ruby/src/main/java/com/google/protobuf/jruby/RubyBuilder.java \ | 646 ruby/src/main/java/com/google/protobuf/jruby/RubyBuilder.java \ |
| 788 ruby/src/main/java/com/google/protobuf/jruby/RubyDescriptor.java \ | 647 ruby/src/main/java/com/google/protobuf/jruby/RubyDescriptor.java \ |
| 789 ruby/src/main/java/com/google/protobuf/jruby/RubyDescriptorPool.java \ | 648 ruby/src/main/java/com/google/protobuf/jruby/RubyDescriptorPool.java \ |
| 790 ruby/src/main/java/com/google/protobuf/jruby/RubyEnumBuilderContext.java \ | 649 ruby/src/main/java/com/google/protobuf/jruby/RubyEnumBuilderContext.java \ |
| 791 ruby/src/main/java/com/google/protobuf/jruby/RubyEnumDescriptor.java \ | 650 ruby/src/main/java/com/google/protobuf/jruby/RubyEnumDescriptor.java \ |
| 792 ruby/src/main/java/com/google/protobuf/jruby/RubyEnum.java \ | 651 ruby/src/main/java/com/google/protobuf/jruby/RubyEnum.java \ |
| 793 ruby/src/main/java/com/google/protobuf/jruby/RubyFieldDescriptor.java \ | 652 ruby/src/main/java/com/google/protobuf/jruby/RubyFieldDescriptor.java \ |
| 794 ruby/src/main/java/com/google/protobuf/jruby/RubyMap.java \ | 653 ruby/src/main/java/com/google/protobuf/jruby/RubyMap.java \ |
| 795 ruby/src/main/java/com/google/protobuf/jruby/RubyMessageBuilderContext.java \ | 654 ruby/src/main/java/com/google/protobuf/jruby/RubyMessageBuilderContext.java \ |
| 796 ruby/src/main/java/com/google/protobuf/jruby/RubyMessage.java \ | 655 ruby/src/main/java/com/google/protobuf/jruby/RubyMessage.java \ |
| 797 ruby/src/main/java/com/google/protobuf/jruby/RubyOneofBuilderContext.java \ | 656 ruby/src/main/java/com/google/protobuf/jruby/RubyOneofBuilderContext.java \ |
| 798 ruby/src/main/java/com/google/protobuf/jruby/RubyOneofDescriptor.java \ | 657 ruby/src/main/java/com/google/protobuf/jruby/RubyOneofDescriptor.java \ |
| 799 ruby/src/main/java/com/google/protobuf/jruby/RubyProtobuf.java \ | 658 ruby/src/main/java/com/google/protobuf/jruby/RubyProtobuf.java \ |
| 800 ruby/src/main/java/com/google/protobuf/jruby/RubyRepeatedField.java \ | 659 ruby/src/main/java/com/google/protobuf/jruby/RubyRepeatedField.java \ |
| 801 ruby/src/main/java/com/google/protobuf/jruby/SentinelOuterClass.java \ | 660 ruby/src/main/java/com/google/protobuf/jruby/SentinelOuterClass.java \ |
| 802 ruby/src/main/java/com/google/protobuf/jruby/Utils.java \ | 661 ruby/src/main/java/com/google/protobuf/jruby/Utils.java \ |
| 803 ruby/src/main/java/google/ProtobufJavaService.java \ | 662 ruby/src/main/java/google/ProtobufJavaService.java \ |
| 804 ruby/src/main/sentinel.proto \ | 663 ruby/src/main/sentinel.proto \ |
| 805 ruby/tests/basic.rb \ | 664 ruby/tests/basic.rb \ |
| 806 ruby/tests/repeated_field_test.rb \ | 665 ruby/tests/repeated_field_test.rb \ |
| 807 ruby/tests/stress.rb \ | 666 ruby/tests/stress.rb \ |
| 808 ruby/tests/generated_code.proto \ | 667 ruby/tests/generated_code.proto \ |
| 809 ruby/tests/test_import.proto \ | |
| 810 ruby/tests/generated_code_test.rb \ | 668 ruby/tests/generated_code_test.rb \ |
| 811 ruby/tests/well_known_types_test.rb \ | |
| 812 ruby/travis-test.sh | 669 ruby/travis-test.sh |
| 813 | 670 |
| 814 js_EXTRA_DIST= \ | 671 js_EXTRA_DIST= \ |
| 815 js/README.md \ | 672 js/README.md \ |
| 816 js/binary/arith.js \ | 673 js/binary/arith.js \ |
| 817 js/binary/arith_test.js \ | 674 js/binary/arith_test.js \ |
| 818 js/binary/constants.js \ | 675 js/binary/constants.js \ |
| 819 js/binary/decoder.js \ | 676 js/binary/decoder.js \ |
| 820 js/binary/decoder_test.js \ | 677 js/binary/decoder_test.js \ |
| 821 js/binary/encoder.js \ | 678 js/binary/proto_test.js \ |
| 822 js/binary/proto_test.js \ | 679 js/binary/reader.js \ |
| 823 js/binary/reader.js \ | 680 js/binary/reader_test.js \ |
| 824 js/binary/reader_test.js \ | 681 js/binary/utils.js \ |
| 825 js/binary/utils.js \ | 682 js/binary/utils_test.js \ |
| 826 js/binary/utils_test.js \ | 683 js/binary/writer.js \ |
| 827 js/binary/writer.js \ | 684 js/binary/writer_test.js \ |
| 828 js/binary/writer_test.js \ | 685 js/data.proto \ |
| 829 js/commonjs/export.js \ | 686 js/debug.js \ |
| 830 js/commonjs/export_asserts.js \ | 687 js/debug_test.js \ |
| 831 js/commonjs/export_testdeps.js \ | 688 js/gulpfile.js \ |
| 832 js/commonjs/import_test.js \ | 689 js/jasmine.json \ |
| 833 js/commonjs/jasmine.json \ | 690 js/message.js \ |
| 834 js/commonjs/rewrite_tests_for_commonjs.js \ | 691 js/message_test.js \ |
| 835 js/commonjs/test6/test6.proto \ | 692 js/node_loader.js \ |
| 836 js/commonjs/test7/test7.proto \ | 693 js/package.json \ |
| 837 js/data.proto \ | 694 js/proto3_test.js \ |
| 838 js/debug.js \ | 695 js/proto3_test.proto \ |
| 839 js/debug_test.js \ | 696 js/test.proto \ |
| 840 js/gulpfile.js \ | 697 js/test2.proto \ |
| 841 js/jasmine.json \ | 698 js/test3.proto \ |
| 842 js/map.js \ | 699 js/test4.proto \ |
| 843 js/maps_test.js \ | 700 js/test5.proto \ |
| 844 js/message.js \ | 701 js/test_bootstrap.js \ |
| 845 js/message_test.js \ | 702 js/testbinary.proto \ |
| 846 js/node_loader.js \ | |
| 847 js/package.json \ | |
| 848 js/proto3_test.js \ | |
| 849 js/proto3_test.proto \ | |
| 850 js/test.proto \ | |
| 851 js/test2.proto \ | |
| 852 js/test3.proto \ | |
| 853 js/test4.proto \ | |
| 854 js/test5.proto \ | |
| 855 js/test_bootstrap.js \ | |
| 856 js/testbinary.proto \ | |
| 857 js/testempty.proto | 703 js/testempty.proto |
| 858 | 704 |
| 859 all_EXTRA_DIST=$(csharp_EXTRA_DIST) $(java_EXTRA_DIST) $(javanano_EXTRA_DIST) $(
objectivec_EXTRA_DIST) $(php_EXTRA_DIST) $(python_EXTRA_DIST) $(ruby_EXTRA_DIST)
$(js_EXTRA_DIST) | 705 all_EXTRA_DIST=$(csharp_EXTRA_DIST) $(java_EXTRA_DIST) $(javanano_EXTRA_DIST) $(
objectivec_EXTRA_DIST) $(python_EXTRA_DIST) $(ruby_EXTRA_DIST) $(js_EXTRA_DIST) |
| 860 | 706 |
| 861 EXTRA_DIST = $(@DIST_LANG@_EXTRA_DIST) \ | 707 EXTRA_DIST = $(@DIST_LANG@_EXTRA_DIST) \ |
| 862 autogen.sh \ | 708 autogen.sh \ |
| 863 generate_descriptor_proto.sh \ | 709 generate_descriptor_proto.sh \ |
| 864 README.md \ | 710 README.md \ |
| 865 LICENSE \ | 711 LICENSE \ |
| 866 CONTRIBUTORS.txt \ | 712 CONTRIBUTORS.txt \ |
| 867 CHANGES.txt \ | 713 CHANGES.txt \ |
| 868 update_file_lists.sh \ | 714 update_file_lists.sh \ |
| 869 BUILD \ | 715 BUILD \ |
| 870 gmock.BUILD \ | 716 gmock.BUILD \ |
| 871 WORKSPACE \ | 717 WORKSPACE \ |
| 872 cmake/CMakeLists.txt \ | 718 cmake/CMakeLists.txt \ |
| 873 cmake/README.md \ | 719 cmake/README.md \ |
| 874 cmake/examples.cmake \ | |
| 875 cmake/extract_includes.bat.in \ | 720 cmake/extract_includes.bat.in \ |
| 876 cmake/install.cmake \ | 721 cmake/install.cmake \ |
| 877 cmake/libprotobuf.cmake \ | 722 cmake/libprotobuf.cmake \ |
| 878 cmake/libprotobuf-lite.cmake \ | 723 cmake/libprotobuf-lite.cmake \ |
| 879 cmake/libprotoc.cmake \ | 724 cmake/libprotoc.cmake \ |
| 880 cmake/protobuf-config-version.cmake.in \ | 725 cmake/protobuf-config-version.cmake.in \ |
| 881 cmake/protobuf-config.cmake.in \ | 726 cmake/protobuf-config.cmake.in \ |
| 882 cmake/protobuf-module.cmake.in \ | 727 cmake/protobuf-module.cmake.in \ |
| 883 cmake/protobuf-options.cmake \ | |
| 884 cmake/protoc.cmake \ | 728 cmake/protoc.cmake \ |
| 885 cmake/tests.cmake \ | 729 cmake/tests.cmake \ |
| 886 editors/README.txt \ | 730 editors/README.txt \ |
| 887 editors/proto.vim \ | 731 editors/proto.vim \ |
| 888 editors/protobuf-mode.el \ | 732 editors/protobuf-mode.el \ |
| 889 examples/CMakeLists.txt \ | |
| 890 examples/README.txt \ | 733 examples/README.txt \ |
| 891 examples/Makefile \ | 734 examples/Makefile \ |
| 892 examples/addressbook.proto \ | 735 examples/addressbook.proto \ |
| 893 examples/add_person.cc \ | 736 examples/add_person.cc \ |
| 894 examples/add_person.go \ | 737 examples/add_person.go \ |
| 895 examples/add_person_test.go \ | 738 examples/add_person_test.go \ |
| 896 examples/list_people.cc \ | 739 examples/list_people.cc \ |
| 897 examples/list_people.go \ | 740 examples/list_people.go \ |
| 898 examples/AddPerson.java \ | 741 examples/AddPerson.java \ |
| 899 examples/CMakeLists.txt \ | |
| 900 examples/ListPeople.java \ | 742 examples/ListPeople.java \ |
| 901 examples/add_person.py \ | 743 examples/add_person.py \ |
| 902 examples/list_people.py \ | 744 examples/list_people.py \ |
| 903 examples/list_people_test.go \ | 745 examples/list_people_test.go \ |
| 904 protobuf.bzl \ | 746 protobuf.bzl \ |
| 905 six.BUILD \ | 747 six.BUILD \ |
| 906 util/python/BUILD | 748 util/python/BUILD |
| 907 | 749 |
| 908 # Deletes all the files generated by autogen.sh. | 750 # Deletes all the files generated by autogen.sh. |
| 909 MAINTAINERCLEANFILES = \ | 751 MAINTAINERCLEANFILES = \ |
| 910 aclocal.m4 \ | 752 aclocal.m4 \ |
| 911 ar-lib \ | 753 ar-lib \ |
| 912 config.guess \ | 754 config.guess \ |
| 913 config.sub \ | 755 config.sub \ |
| 914 configure \ | 756 configure \ |
| 915 depcomp \ | 757 depcomp \ |
| 916 install-sh \ | 758 install-sh \ |
| 917 ltmain.sh \ | 759 ltmain.sh \ |
| 918 Makefile.in \ | 760 Makefile.in \ |
| 919 missing \ | 761 missing \ |
| 920 mkinstalldirs \ | 762 mkinstalldirs \ |
| 921 config.h.in \ | 763 config.h.in \ |
| 922 stamp.h.in \ | 764 stamp.h.in \ |
| 923 m4/ltsugar.m4 \ | 765 m4/ltsugar.m4 \ |
| 924 m4/libtool.m4 \ | 766 m4/libtool.m4 \ |
| 925 m4/ltversion.m4 \ | 767 m4/ltversion.m4 \ |
| 926 m4/lt~obsolete.m4 \ | 768 m4/lt~obsolete.m4 \ |
| 927 m4/ltoptions.m4 | 769 m4/ltoptions.m4 |
| OLD | NEW |