Updated protobuf version to 3.5.1
authoroqtvs <oqtvs@users.noreply.github.com>
Mon, 15 Jan 2018 15:51:37 +0000 (13:51 -0200)
committeroqtvs <oqtvs@users.noreply.github.com>
Mon, 15 Jan 2018 15:51:37 +0000 (13:51 -0200)
commitdf0b83332d17f8994ea067ea2d3ed53591ce170a
tree9051e68a1a672c86c461d594fdd488c1841aeba3
parent1255bd8d4bec45f6f6714211380c2cf74617ea7c
Updated protobuf version to 3.5.1
153 files changed:
3rdparty/protobuf/CMakeLists.txt
3rdparty/protobuf/src/google/protobuf/any.cc
3rdparty/protobuf/src/google/protobuf/any.h
3rdparty/protobuf/src/google/protobuf/any.pb.cc
3rdparty/protobuf/src/google/protobuf/any.pb.h
3rdparty/protobuf/src/google/protobuf/api.pb.cc
3rdparty/protobuf/src/google/protobuf/api.pb.h
3rdparty/protobuf/src/google/protobuf/arena.cc [changed mode: 0644->0755]
3rdparty/protobuf/src/google/protobuf/arena.h
3rdparty/protobuf/src/google/protobuf/arena_impl.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/arenastring.cc
3rdparty/protobuf/src/google/protobuf/arenastring.h [changed mode: 0644->0755]
3rdparty/protobuf/src/google/protobuf/descriptor.cc
3rdparty/protobuf/src/google/protobuf/descriptor.h
3rdparty/protobuf/src/google/protobuf/descriptor.pb.cc
3rdparty/protobuf/src/google/protobuf/descriptor.pb.h
3rdparty/protobuf/src/google/protobuf/descriptor_database.cc
3rdparty/protobuf/src/google/protobuf/descriptor_database.h
3rdparty/protobuf/src/google/protobuf/duration.pb.cc
3rdparty/protobuf/src/google/protobuf/duration.pb.h
3rdparty/protobuf/src/google/protobuf/dynamic_message.cc
3rdparty/protobuf/src/google/protobuf/dynamic_message.h
3rdparty/protobuf/src/google/protobuf/empty.pb.cc
3rdparty/protobuf/src/google/protobuf/empty.pb.h
3rdparty/protobuf/src/google/protobuf/extension_set.cc
3rdparty/protobuf/src/google/protobuf/extension_set.h
3rdparty/protobuf/src/google/protobuf/extension_set_heavy.cc
3rdparty/protobuf/src/google/protobuf/field_mask.pb.cc
3rdparty/protobuf/src/google/protobuf/field_mask.pb.h
3rdparty/protobuf/src/google/protobuf/generated_message_reflection.cc
3rdparty/protobuf/src/google/protobuf/generated_message_reflection.h
3rdparty/protobuf/src/google/protobuf/generated_message_table_driven.cc [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/generated_message_table_driven.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/generated_message_table_driven_lite.cc [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/generated_message_table_driven_lite.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/generated_message_util.cc
3rdparty/protobuf/src/google/protobuf/generated_message_util.h
3rdparty/protobuf/src/google/protobuf/has_bits.h
3rdparty/protobuf/src/google/protobuf/io/coded_stream.cc
3rdparty/protobuf/src/google/protobuf/io/coded_stream.h
3rdparty/protobuf/src/google/protobuf/io/gzip_stream.cc
3rdparty/protobuf/src/google/protobuf/io/printer.cc
3rdparty/protobuf/src/google/protobuf/io/printer.h
3rdparty/protobuf/src/google/protobuf/io/tokenizer.cc
3rdparty/protobuf/src/google/protobuf/io/tokenizer.h
3rdparty/protobuf/src/google/protobuf/io/zero_copy_stream.cc
3rdparty/protobuf/src/google/protobuf/io/zero_copy_stream.h
3rdparty/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc
3rdparty/protobuf/src/google/protobuf/io/zero_copy_stream_impl.h
3rdparty/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc
3rdparty/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.h
3rdparty/protobuf/src/google/protobuf/map.h
3rdparty/protobuf/src/google/protobuf/map_entry.h
3rdparty/protobuf/src/google/protobuf/map_entry_lite.h
3rdparty/protobuf/src/google/protobuf/map_field.cc
3rdparty/protobuf/src/google/protobuf/map_field.h
3rdparty/protobuf/src/google/protobuf/map_field_inl.h
3rdparty/protobuf/src/google/protobuf/map_field_lite.h
3rdparty/protobuf/src/google/protobuf/map_type_handler.h
3rdparty/protobuf/src/google/protobuf/message.cc
3rdparty/protobuf/src/google/protobuf/message.h
3rdparty/protobuf/src/google/protobuf/message_lite.cc
3rdparty/protobuf/src/google/protobuf/message_lite.h
3rdparty/protobuf/src/google/protobuf/metadata.h
3rdparty/protobuf/src/google/protobuf/metadata_lite.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/reflection.h [changed mode: 0644->0755]
3rdparty/protobuf/src/google/protobuf/reflection_ops.cc
3rdparty/protobuf/src/google/protobuf/repeated_field.h
3rdparty/protobuf/src/google/protobuf/source_context.pb.cc
3rdparty/protobuf/src/google/protobuf/source_context.pb.h
3rdparty/protobuf/src/google/protobuf/struct.pb.cc
3rdparty/protobuf/src/google/protobuf/struct.pb.h
3rdparty/protobuf/src/google/protobuf/stubs/atomicops.h
3rdparty/protobuf/src/google/protobuf/stubs/atomicops_internals_arm64_gcc.h
3rdparty/protobuf/src/google/protobuf/stubs/atomicops_internals_arm_gcc.h
3rdparty/protobuf/src/google/protobuf/stubs/atomicops_internals_arm_qnx.h
3rdparty/protobuf/src/google/protobuf/stubs/atomicops_internals_atomicword_compat.h [deleted file]
3rdparty/protobuf/src/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h [moved from 3rdparty/protobuf/src/google/protobuf/stubs/atomicops_internals_pnacl.h with 96% similarity]
3rdparty/protobuf/src/google/protobuf/stubs/atomicops_internals_generic_gcc.h
3rdparty/protobuf/src/google/protobuf/stubs/atomicops_internals_macosx.h [deleted file]
3rdparty/protobuf/src/google/protobuf/stubs/atomicops_internals_mips_gcc.h
3rdparty/protobuf/src/google/protobuf/stubs/atomicops_internals_power.h
3rdparty/protobuf/src/google/protobuf/stubs/atomicops_internals_ppc_gcc.h
3rdparty/protobuf/src/google/protobuf/stubs/atomicops_internals_solaris.h
3rdparty/protobuf/src/google/protobuf/stubs/atomicops_internals_tsan.h
3rdparty/protobuf/src/google/protobuf/stubs/atomicops_internals_x86_gcc.h
3rdparty/protobuf/src/google/protobuf/stubs/atomicops_internals_x86_msvc.cc
3rdparty/protobuf/src/google/protobuf/stubs/atomicops_internals_x86_msvc.h
3rdparty/protobuf/src/google/protobuf/stubs/bytestream.h
3rdparty/protobuf/src/google/protobuf/stubs/callback.h
3rdparty/protobuf/src/google/protobuf/stubs/common.cc [changed mode: 0644->0755]
3rdparty/protobuf/src/google/protobuf/stubs/common.h
3rdparty/protobuf/src/google/protobuf/stubs/fastmem.h
3rdparty/protobuf/src/google/protobuf/stubs/hash.h
3rdparty/protobuf/src/google/protobuf/stubs/io_win32.cc [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/stubs/io_win32.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/stubs/mathlimits.h
3rdparty/protobuf/src/google/protobuf/stubs/mathutil.h
3rdparty/protobuf/src/google/protobuf/stubs/mutex.h
3rdparty/protobuf/src/google/protobuf/stubs/platform_macros.h
3rdparty/protobuf/src/google/protobuf/stubs/port.h
3rdparty/protobuf/src/google/protobuf/stubs/shared_ptr.h
3rdparty/protobuf/src/google/protobuf/stubs/stringpiece.h
3rdparty/protobuf/src/google/protobuf/stubs/strutil.cc
3rdparty/protobuf/src/google/protobuf/stubs/substitute.cc
3rdparty/protobuf/src/google/protobuf/stubs/type_traits.h
3rdparty/protobuf/src/google/protobuf/test_util.cc
3rdparty/protobuf/src/google/protobuf/test_util_lite.cc
3rdparty/protobuf/src/google/protobuf/text_format.cc
3rdparty/protobuf/src/google/protobuf/text_format.h
3rdparty/protobuf/src/google/protobuf/timestamp.pb.cc
3rdparty/protobuf/src/google/protobuf/timestamp.pb.h
3rdparty/protobuf/src/google/protobuf/type.pb.cc
3rdparty/protobuf/src/google/protobuf/type.pb.h
3rdparty/protobuf/src/google/protobuf/unknown_field_set.cc
3rdparty/protobuf/src/google/protobuf/unknown_field_set.h
3rdparty/protobuf/src/google/protobuf/util/delimited_message_util.cc [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/util/delimited_message_util.h [new file with mode: 0644]
3rdparty/protobuf/src/google/protobuf/util/field_comparator.h
3rdparty/protobuf/src/google/protobuf/util/field_mask_util.cc
3rdparty/protobuf/src/google/protobuf/util/field_mask_util.h
3rdparty/protobuf/src/google/protobuf/util/internal/constants.h
3rdparty/protobuf/src/google/protobuf/util/internal/datapiece.cc
3rdparty/protobuf/src/google/protobuf/util/internal/default_value_objectwriter.cc
3rdparty/protobuf/src/google/protobuf/util/internal/default_value_objectwriter.h
3rdparty/protobuf/src/google/protobuf/util/internal/field_mask_utility.cc
3rdparty/protobuf/src/google/protobuf/util/internal/json_escaping.cc
3rdparty/protobuf/src/google/protobuf/util/internal/json_escaping.h
3rdparty/protobuf/src/google/protobuf/util/internal/json_stream_parser.cc
3rdparty/protobuf/src/google/protobuf/util/internal/json_stream_parser.h
3rdparty/protobuf/src/google/protobuf/util/internal/proto_writer.cc
3rdparty/protobuf/src/google/protobuf/util/internal/proto_writer.h
3rdparty/protobuf/src/google/protobuf/util/internal/protostream_objectsource.cc
3rdparty/protobuf/src/google/protobuf/util/internal/protostream_objectsource.h
3rdparty/protobuf/src/google/protobuf/util/internal/protostream_objectwriter.cc
3rdparty/protobuf/src/google/protobuf/util/internal/protostream_objectwriter.h
3rdparty/protobuf/src/google/protobuf/util/internal/type_info.cc
3rdparty/protobuf/src/google/protobuf/util/internal/utility.cc
3rdparty/protobuf/src/google/protobuf/util/json_util.cc
3rdparty/protobuf/src/google/protobuf/util/json_util.h
3rdparty/protobuf/src/google/protobuf/util/message_differencer.cc
3rdparty/protobuf/src/google/protobuf/util/message_differencer.h
3rdparty/protobuf/src/google/protobuf/util/time_util.cc
3rdparty/protobuf/src/google/protobuf/util/time_util.h
3rdparty/protobuf/src/google/protobuf/util/type_resolver_util.cc
3rdparty/protobuf/src/google/protobuf/wire_format.cc
3rdparty/protobuf/src/google/protobuf/wire_format.h
3rdparty/protobuf/src/google/protobuf/wire_format_lite.cc
3rdparty/protobuf/src/google/protobuf/wire_format_lite.h
3rdparty/protobuf/src/google/protobuf/wire_format_lite_inl.h
3rdparty/protobuf/src/google/protobuf/wrappers.pb.cc
3rdparty/protobuf/src/google/protobuf/wrappers.pb.h
cmake/OpenCVFindLibProtobuf.cmake