commit | ee03556df93d39f3c3277f4d80e3fe8bc34cfcf4 | [log] [tgz] |
---|---|---|
author | Sebastian Schuberth <[email protected]> | Fri Jan 05 09:35:08 2018 +0100 |
committer | Sebastian Schuberth <[email protected]> | Mon Jun 25 08:17:39 2018 +0200 |
tree | e2c2e8184c279641dbfa01c699f4bc03883b38bc | |
parent | fc243c15fb0a691d3fc0896803939c2a535b6a8c [diff] |
Remove the executable bit from several source code files This potentially avoids compiler warnings.
diff --git a/benchmarks/java/pom.xml b/benchmarks/java/pom.xml old mode 100755 new mode 100644
diff --git a/benchmarks/java/src/main/java/com/google/protobuf/ProtoCaliperBenchmark.java b/benchmarks/java/src/main/java/com/google/protobuf/ProtoCaliperBenchmark.java old mode 100755 new mode 100644
diff --git a/csharp/src/Google.Protobuf.Test/ByteStringTest.cs b/csharp/src/Google.Protobuf.Test/ByteStringTest.cs old mode 100755 new mode 100644
diff --git a/csharp/src/Google.Protobuf.Test/CodedInputStreamTest.cs b/csharp/src/Google.Protobuf.Test/CodedInputStreamTest.cs old mode 100755 new mode 100644
diff --git a/csharp/src/Google.Protobuf.Test/Compatibility/StreamExtensionsTest.cs b/csharp/src/Google.Protobuf.Test/Compatibility/StreamExtensionsTest.cs old mode 100755 new mode 100644
diff --git a/csharp/src/Google.Protobuf.Test/Compatibility/TypeExtensionsTest.cs b/csharp/src/Google.Protobuf.Test/Compatibility/TypeExtensionsTest.cs old mode 100755 new mode 100644
diff --git a/csharp/src/Google.Protobuf.Test/FieldCodecTest.cs b/csharp/src/Google.Protobuf.Test/FieldCodecTest.cs old mode 100755 new mode 100644
diff --git a/csharp/src/Google.Protobuf/ByteString.cs b/csharp/src/Google.Protobuf/ByteString.cs old mode 100755 new mode 100644
diff --git a/csharp/src/Google.Protobuf/Collections/RepeatedField.cs b/csharp/src/Google.Protobuf/Collections/RepeatedField.cs old mode 100755 new mode 100644
diff --git a/csharp/src/Google.Protobuf/Compatibility/PropertyInfoExtensions.cs b/csharp/src/Google.Protobuf/Compatibility/PropertyInfoExtensions.cs old mode 100755 new mode 100644
diff --git a/csharp/src/Google.Protobuf/Compatibility/StreamExtensions.cs b/csharp/src/Google.Protobuf/Compatibility/StreamExtensions.cs old mode 100755 new mode 100644
diff --git a/csharp/src/Google.Protobuf/Compatibility/TypeExtensions.cs b/csharp/src/Google.Protobuf/Compatibility/TypeExtensions.cs old mode 100755 new mode 100644
diff --git a/csharp/src/Google.Protobuf/JsonFormatter.cs b/csharp/src/Google.Protobuf/JsonFormatter.cs old mode 100755 new mode 100644
diff --git a/csharp/src/Google.Protobuf/Reflection/MessageDescriptor.cs b/csharp/src/Google.Protobuf/Reflection/MessageDescriptor.cs old mode 100755 new mode 100644
diff --git a/csharp/src/Google.Protobuf/WellKnownTypes/FieldMaskPartial.cs b/csharp/src/Google.Protobuf/WellKnownTypes/FieldMaskPartial.cs old mode 100755 new mode 100644
diff --git a/src/google/protobuf/arena.cc b/src/google/protobuf/arena.cc old mode 100755 new mode 100644
diff --git a/src/google/protobuf/arenastring.h b/src/google/protobuf/arenastring.h old mode 100755 new mode 100644
diff --git a/src/google/protobuf/compiler/js/js_generator.cc b/src/google/protobuf/compiler/js/js_generator.cc old mode 100755 new mode 100644
diff --git a/src/google/protobuf/compiler/js/js_generator.h b/src/google/protobuf/compiler/js/js_generator.h old mode 100755 new mode 100644
diff --git a/src/google/protobuf/reflection.h b/src/google/protobuf/reflection.h old mode 100755 new mode 100644
diff --git a/src/google/protobuf/stubs/common.cc b/src/google/protobuf/stubs/common.cc old mode 100755 new mode 100644
diff --git a/src/google/protobuf/util/message_differencer_unittest.cc b/src/google/protobuf/util/message_differencer_unittest.cc old mode 100755 new mode 100644