3rdparty: protobuf 3.1.0 sources
authorAlexander Alekhin <alexander.alekhin@intel.com>
Thu, 22 Jun 2017 13:37:49 +0000 (16:37 +0300)
committerAlexander Alekhin <alexander.alekhin@intel.com>
Thu, 22 Jun 2017 13:39:18 +0000 (16:39 +0300)
commit63b30554ad2ee36f9bbbdf5886955cf380b5c290
tree910bc9f46cedf21d11cbb1eb85023d44eb962767
parentd27009c775307e18d28da430862665ef1934d400
3rdparty: protobuf 3.1.0 sources

without tests, testdata, .proto files
206 files changed:
3rdparty/protobuf/LICENSE [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/any.cc [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/any.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/any.pb.cc [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/any.pb.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/api.pb.cc [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/api.pb.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/arena.cc [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/arena.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/arenastring.cc [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/arenastring.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/descriptor.cc [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/descriptor.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/descriptor.pb.cc [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/descriptor.pb.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/descriptor_database.cc [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/descriptor_database.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/duration.pb.cc [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/duration.pb.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/dynamic_message.cc [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/dynamic_message.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/empty.pb.cc [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/empty.pb.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/extension_set.cc [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/extension_set.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/extension_set_heavy.cc [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/field_mask.pb.cc [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/field_mask.pb.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/generated_enum_reflection.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/generated_enum_util.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/generated_message_reflection.cc [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/generated_message_reflection.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/generated_message_util.cc [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/generated_message_util.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/has_bits.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/io/coded_stream.cc [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/io/coded_stream.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/io/coded_stream_inl.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/io/gzip_stream.cc [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/io/gzip_stream.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/io/package_info.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/io/printer.cc [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/io/printer.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/io/strtod.cc [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/io/strtod.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/io/tokenizer.cc [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/io/tokenizer.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/io/zero_copy_stream.cc [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/io/zero_copy_stream.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/io/zero_copy_stream_impl.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/map.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/map_entry.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/map_entry_lite.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/map_field.cc [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/map_field.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/map_field_inl.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/map_field_lite.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/map_type_handler.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/message.cc [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/message.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/message_lite.cc [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/message_lite.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/metadata.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/package_info.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/reflection.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/reflection_internal.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/reflection_ops.cc [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/reflection_ops.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/repeated_field.cc [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/repeated_field.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/service.cc [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/service.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/source_context.pb.cc [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/source_context.pb.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/struct.pb.cc [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/struct.pb.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/stubs/atomic_sequence_num.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/stubs/atomicops.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/stubs/atomicops_internals_arm64_gcc.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/stubs/atomicops_internals_arm_gcc.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/stubs/atomicops_internals_arm_qnx.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/stubs/atomicops_internals_atomicword_compat.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/stubs/atomicops_internals_generic_gcc.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/stubs/atomicops_internals_macosx.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/stubs/atomicops_internals_mips_gcc.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/stubs/atomicops_internals_pnacl.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/stubs/atomicops_internals_power.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/stubs/atomicops_internals_ppc_gcc.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/stubs/atomicops_internals_solaris.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/stubs/atomicops_internals_tsan.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/stubs/atomicops_internals_x86_gcc.cc [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/stubs/atomicops_internals_x86_gcc.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/stubs/atomicops_internals_x86_msvc.cc [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/stubs/atomicops_internals_x86_msvc.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/stubs/bytestream.cc [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/stubs/bytestream.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/stubs/callback.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/stubs/casts.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/stubs/common.cc [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/stubs/common.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/stubs/fastmem.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/stubs/hash.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/stubs/int128.cc [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/stubs/int128.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/stubs/logging.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/stubs/macros.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/stubs/map_util.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/stubs/mathlimits.cc [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/stubs/mathlimits.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/stubs/mathutil.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/stubs/mutex.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/stubs/once.cc [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/stubs/once.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/stubs/platform_macros.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/stubs/port.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/stubs/scoped_ptr.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/stubs/shared_ptr.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/stubs/singleton.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/stubs/status.cc [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/stubs/status.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/stubs/status_macros.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/stubs/statusor.cc [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/stubs/statusor.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/stubs/stl_util.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/stubs/stringpiece.cc [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/stubs/stringpiece.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/stubs/stringprintf.cc [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/stubs/stringprintf.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/stubs/structurally_valid.cc [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/stubs/strutil.cc [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/stubs/strutil.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/stubs/substitute.cc [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/stubs/substitute.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/stubs/template_util.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/stubs/time.cc [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/stubs/time.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/stubs/type_traits.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/test_util.cc [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/test_util.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/test_util_lite.cc [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/test_util_lite.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/text_format.cc [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/text_format.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/timestamp.pb.cc [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/timestamp.pb.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/type.pb.cc [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/type.pb.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/unknown_field_set.cc [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/unknown_field_set.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/util/field_comparator.cc [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/util/field_comparator.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/util/field_mask_util.cc [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/util/field_mask_util.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/util/internal/constants.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/util/internal/datapiece.cc [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/util/internal/datapiece.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/util/internal/default_value_objectwriter.cc [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/util/internal/default_value_objectwriter.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/util/internal/error_listener.cc [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/util/internal/error_listener.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/util/internal/expecting_objectwriter.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/util/internal/field_mask_utility.cc [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/util/internal/field_mask_utility.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/util/internal/json_escaping.cc [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/util/internal/json_escaping.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/util/internal/json_objectwriter.cc [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/util/internal/json_objectwriter.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/util/internal/json_stream_parser.cc [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/util/internal/json_stream_parser.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/util/internal/location_tracker.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/util/internal/mock_error_listener.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/util/internal/object_location_tracker.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/util/internal/object_source.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/util/internal/object_writer.cc [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/util/internal/object_writer.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/util/internal/proto_writer.cc [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/util/internal/proto_writer.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/util/internal/protostream_objectsource.cc [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/util/internal/protostream_objectsource.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/util/internal/protostream_objectwriter.cc [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/util/internal/protostream_objectwriter.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/util/internal/structured_objectwriter.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/util/internal/type_info.cc [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/util/internal/type_info.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/util/internal/utility.cc [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/util/internal/utility.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/util/json_util.cc [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/util/json_util.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/util/message_differencer.cc [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/util/message_differencer.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/util/package_info.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/util/time_util.cc [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/util/time_util.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/util/type_resolver.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/util/type_resolver_util.cc [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/util/type_resolver_util.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/wire_format.cc [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/wire_format.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/wire_format_lite.cc [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/wire_format_lite.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/wire_format_lite_inl.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/wrappers.pb.cc [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/wrappers.pb.h [new file with mode: 0644]