[Pkg-protobuf-devel] [pkg-protobuf] annotated tag v3.0.0-beta-2 created (now 1913b94)

Dmitry Smirnov onlyjob at moszumanska.debian.org
Sun Aug 21 08:54:33 UTC 2016


This is an automated email from the git hooks/post-receive script.

onlyjob pushed a change to annotated tag v3.0.0-beta-2
in repository pkg-protobuf.

        at  1913b94   (tag)
   tagging  d5fb408ddc281ffcadeb08699e65bb694656d0bd (commit)
  replaces  v3.0.0-alpha-4
 tagged by  Feng Xiao
        on  Wed Dec 30 13:35:10 2015 -0800

- Log -----------------------------------------------------------------
Protocol Buffers v3.0.0-beta-2

0xAAE (1):
      Add GOOGLE_ATTRIBUTE_NOINLINE to GetArena() and GetMaybeArenaPointer() methods. This is to avoid "unresolved link" errors in MSVC 2015 during Release build

Andrew Harp (1):
      Build protoc for host platform to enable cross-compilation.

Austin Schuh (1):
      Handled blocks being too small in arena.cc

Benjamin Barenblat (1):
      Correct spelling

Benjamin Bennett (1):
      MSVC MP flag to build with multiple processes in visual studio.

Bo Yang (2):
      Down-integrate internal bug fixing changes.
      Use angle bracket for well known type proto header.

Brian Silverman (2):
      Use TEST_TMPDIR for writing temporary files if it's set.
      Don't assume char is signed.

Bruce Dawson (1):
      Get VS 2015 to use const int definitions

Craig Donner (1):
      Adds support for buliding protobuf with emscripten; we just needed the proper platform define used in the right place.

Damien Martin-Guillerez (1):
      Fix headers for gmock.BUILD

Dan O'Reilly (1):
      Fix Python 3.4 cpp implementation

Dave Hughes (1):
      Fix typo in LazyField javadoc

Doug Kwan (1):
      Add support for POWER Linux

Feng Xiao (63):
      Fix javadoc errors.
      Merge pull request #765 from xfxyjwf/javadoc
      Merge pull request #767 from pkasting/port
      Merge pull request #746 from zmodem/fix_predict_macros2
      Merge pull request #768 from pkasting/time
      Merge pull request #569 from redivo/master
      Merge pull request #771 from pkasting/static_init_1
      Merge pull request #770 from pkasting/string_space
      Merge remote-tracking branch 'origin/master' into beta-1
      Merge pull request #793 from kbinani/fix_redefinition_BYTE_SIZE_macro
      Merge pull request #802 from bsilver8192/master
      Merge pull request #766 from pkasting/hash
      Merge pull request #769 from pkasting/metadata
      Merge pull request #813 from 0xAAE/master
      Merge pull request #727 from AustinSchuh/arena_bounds_fix
      Merge pull request #866 from Sahloul/patch-1
      Merge pull request #822 from podsvirov/topic-cmake-readme
      Merge pull request #876 from tkarls/use_correct_int_type_in_set_function
      Merge pull request #878 from matthewvalimaki/autogen-options
      Merge pull request #875 from tkarls/return_correct_bool_type_from_map
      Merge pull request #783 from podsvirov/topic-cmake-project
      Merge pull request #889 from leif81/patch-1
      Merge pull request #922 from randomascii/master
      Merge pull request #924 from bbarenblat/master
      Fix compilation errors when built internally.
      Merge pull request #931 from xfxyjwf/fix_compile
      Merge pull request #939 from dougkwan/master
      Merge pull request #936 from andrewharp/patch-1
      Merge pull request #950 from jhump/jh/plugin-proto-in-java-runtime
      Merge pull request #1005 from oon3m0oo/emscripten
      Merge pull request #1007 from dlh3/patch-1
      Merge pull request #1011 from c0nk/wip-implicit-cast-fix
      Merge pull request #998 from tswast/goexample
      Merge pull request #1016 from tswast/tutorial-regions
      Merge pull request #1033 from c0nk/wip-implicit-cast-fix
      Merge pull request #1025 from Yangqing/master
      Down-integrate from internal code base.
      Merge pull request #1028 from benbennett/cmake_vs_parallel_build_flag
      Add new files to Makefile.am
      Remove the usage of C++11 override.
      Remove internal options from proto files.
      Make conformance tests build for C++ and Java.
      Merge pull request #1052 from tswast/master
      Merge pull request #1062 from rinatz/master
      Configure conformance tests to build with C++11 (require GCC 4.8)
      Merge branch master into v3.0.0-beta-2
      Fix Java travis tests.
      Only try to install GCC 4.8 on Linux.
      Exclude failing objc conformance tests.
      Build Java conformance tests for JDK7 only.
      Update version numbers.
      Disable conformance tests for csharp and ruby.
      Fix Python 2.6 test failures.
      Disable python conformnace tests as well.
      Merge pull request #1071 from haberman/js-tests
      Add missing files to EXTRA_DIST.
      Fix a compiler warning.
      Add js to post_process_dist.sh.
      Fix a misplaced macro.
      Update BUILD/cmake files.
      Require six>=1.9 for Python.
      Fix for Visual Studio 2008.
      Add changelog for v3.0.0-beta-2.

Gabriel Kliot (2):
      Fixed a bug in CSharp SampleUsage.
      Removed redundant comment.

Geoffrey Irving (1):
      Add srcs_version = "PY2AND3" in BUILD files

George Redivo (1):
      Fix GOOGLE_PROTOBUF_ATOMICOPS_ERROR syntax error

Hamdi Sahloul (2):
      VS2010 compatibility of address initalization
      Use static cast

Hans Wennborg (1):
      Fix the no-op definitions of GOOGLE_PREDICT_{TRUE,FALSE}

Jan Tattermusch (18):
      Merge pull request #794 from jskeet/any
      Merge pull request #785 from jskeet/csharp-directories
      expose GetOutputFile in csharp_names.h
      Merge pull request #845 from jskeet/xmldocs
      Merge pull request #824 from jtattermusch/expose_get_output_file
      Merge pull request #908 from jskeet/oneof-equality
      Merge pull request #905 from jskeet/wrapper-clear
      Merge pull request #929 from jskeet/unsafe-internal
      Merge pull request #942 from jskeet/json-exception
      Merge pull request #941 from jskeet/recursion-limit
      Merge pull request #954 from jskeet/blank-lines-in-comments
      Merge pull request #989 from jskeet/rename-umbrella
      Merge pull request #988 from gabikliot/CSharp-SampleUsage-Big-Fix
      make nuget package support CoreCLR
      Merge pull request #1026 from jskeet/any-conformance
      Merge pull request #1051 from jtattermusch/support_coreclr
      add reference generator dependency
      Merge pull request #1059 from jtattermusch/add_refgen_dependency

Jie Luo (2):
      fix json_format for python2.6:
      Merge pull request #869 from anandolee/master

Jisi Liu (59):
      Update objc script in generate_descriptor_proto.sh
      Merge pull request #786 from pherl/master
      Down-integrate from google internal.
      Merge remote-tracking branch 'origin/master' into fix-author
      Merge pull request #837 from mzhaom/bazel-java
      Adding back three missing export macros.
      fix stringpiece test to use portable hash set.
      make the python json test less strict on expected errors.
      Revert back changes to import unittest2 for py26
      disable py2.6 tests for json_format_test
      disable tests for python-cpp under py26 as well.
      remove extra collection import
      Revert unwanted changes.
      Remove duplicated header file
      Merge pull request #849 from pherl/master
      Generate well known types for python.
      add complete WKT for python.
      Merge pull request #860 from pherl/master
      Merge pull request #856 from mzhaom/bazel-build
      Extract protoc action into .bzl for cc.
      buildifier the file
      Format code.
      make cc_out and py_out internal.
      style/naming fix
      Rename deps/proto_deps to cc_libs/deps
      Change prefix to include, and add docs
      Merge pull request #883 from pherl/cc_bazel
      Allow include to be None.
      Merge pull request #892 from pherl/cc_bazel
      Python bazel support.
      Support python for bazel.
      Change default value of protoc on xx_proto_library rules.
      Change the impl rule include to includes.
      fix sources for python target and add needed dependencies.
      Uncomment objc tests
      Rename copeid_src to internal_copied_filegroup
      avoid name duplication.
      Merge pull request #867 from pherl/master
      Use && for internal_copied_filegroup.
      Rename python and java bazel rules.
      Merge pull request #899 from pherl/cc_bazel
      Merge pull request #900 from pherl/rename
      Add runfiles to make the protobuf_test pass.
      Merge pull request #901 from pherl/bazel_test
      Enable python tests with testdata.
      Add six as an external dep.
      fix six package path.
      Update comments.
      Merge pull request #903 from pherl/bazel_test
      Merge pull request #904 from matthew-wu/master
      add default_runtime attribute to cc|py rules.
      Merge pull request #915 from pherl/master
      add warning notes for cc|py_proto_library rules.
      Merge pull request #930 from pherl/bazel_test
      Make the cc wkt proto target public.
      Merge pull request #982 from pherl/bazel_test
      Merge pull request #977 from lberki/master
      Merge pull request #1014 from damienmg/master
      Merge pull request #1024 from martinmaly/wkt

Jon Skeet (49):
      Remove vestigial reference to MakeFixedTag
      Generate a directory hierarchy based on namespace (C#)
      Specify csharp_namespace in descriptor.proto
      Stop adding a space to the end of lines for descriptor binary data.
      Regenerated code. Most changes are whitespace, removing trailing spaces.
      Pack/Unpack implementation for Any.
      Added documentation to generated code.
      Generated code for previous commit
      Move the summary comments above the attributes.
      Generated code changes for previous commit.
      Fix typo in oneof case enum comment
      Merge pull request #834 from jskeet/docfixes
      First pass at generating XML documentation from .proto comments.
      Generated code from previous commit.
      Support ToString in RepeatedField and MapField.
      Merge pull request #846 from jskeet/tostring
      Include the oneof-case in equality and hash code generated code.
      Generated code for previous commit (oneof case contributing to hash code and equality).
      Fix clearing wrapper type fields with reflection.
      Make BytesString.Unsafe internal (which it should have been all along)
      Implement JSON parsing in C#.
      Merge pull request #923 from jskeet/json-parsing
      Move the creation of the "fields by JSON name" dictionary to the descriptor.
      Add recursion limit handling to JSON parsing.
      Created a new exception for JSON failures.
      Merge pull request #940 from jskeet/json-names
      Reimplement JSON recursion by detecting the depth in the tokenizer.
      Stop removing all blank lines in doc comments.
      Generated code for previous commit.
      Change how the reflection descriptor class is generated.
      Generated code changes and manual changes for previous commit.
      Merge pull request #944 from jskeet/umbrella-classname
      Introduce a Parser property into MessageDescriptor, and populate it from generated types.
      Generated code from previous commit.
      Finished an implementation comment
      Merge pull request #974 from jskeet/parser
      Rename "umbrella" to "reflection" consistently.
      Added the type registry in advance of implementing Any support.
      Merge pull request #994 from jskeet/type-registry
      Tidy up reflection in advance of attempting to implement DynamicMessage.
      Generated code changes for previous commit (basically InternalBuildGeneratedFileFrom => FromGeneratedCode)
      Merge pull request #990 from jskeet/naming
      JSON formatting for Any.
      Handle JSON parsing for Any.
      Merge pull request #1000 from jskeet/any-format
      Make ToString() valid without a type registry
      Generated code changes from previous commit.
      Add JSON parsing to conformance tests.
      Merge pull request #1049 from jskeet/any-format

Jorge Canizales (2):
      Fix podspec by adding missing comma
      Fix Podspec version number

Josh Haberman (15):
      Fix for https://github.com/google/protobuf/issues/758
      Fixed assignment syntax error.
      A very small fix to silence some warnings.
      Removed all warnings from the Python/C++ build.
      Fixed compile errors after rebase.
      Disable some more warnings to be warnings-free.
      Special-case Clang-only warning flags to Clang.
      Pass $CC environment variable through tox.
      Conformance test implementation for Python.
      Added JSON support to Python conformance tests.
      Added Python failure lists, and fixes to make sure failure propagates.
      Remove all bare strings as exceptions.
      Added README and enabled JavaScript tests on Node.js
      Fixed version number and testing command.
      Fixed test command for JS tests.

Joshua Haberman (8):
      Merge pull request #776 from haberman/pyfix
      Merge pull request #772 from dano/fix_scalar_map
      Merge pull request #831 from haberman/ruby-tinyfix
      Merge pull request #861 from haberman/pywarnings
      Merge pull request #978 from thomasvl/conformance_tweaks
      Merge pull request #1023 from girving/py3
      Merge pull request #1022 from haberman/python-conformance2
      Merge pull request #1029 from keveman/master

Joshua Humphries (1):
      include plugin.proto and generated code in protobuf-java

Kal Conley (2):
      Fix some narrowing implicit casts [NFC]
      Fix narrowing implicit cast in generated message [NFC]

Kenichiro IDA (2):
      Alter FileDescriptorTables::kEmpty to GetEmptyInstance()
      Initialize singleton instance by GoogleOnceInit()

Konstantin Podsvirov (13):
      Improved configure.ac parsing
      Using find_package(ZLIB) with MSVC too
      Option for switching static runtime link policy with MSVC
      Using NEW behavior for CMP0022 in CMake project
      Improved testing from CMake project
      Rename CMake option BUILD_TESTING to protobuf_BUILD_TESTS
      Rename CMake option ZLIB to protobuf_WITH_ZLIB
      Rename CMake option BUILD_SHARED_LIBS to protobuf_BUILD_SHARED_LIBS
      Improved testing from CMake project
      Simplify testing from CMake project to "check" target
      Add CMake option protobuf_DEBUG_POSTFIX
      Update cmake/README.md for #783 PR
      Improved SHARED build from CMake project

Leif Gruenwoldt (2):
      Fix typos in cmake README.md
      Change back to "protobuf_BUILD_TESTS" flag

Lukacs T. Berki (1):
      add headers

Manjunath Kudlur (6):
      Enable fast cpp protos in the python interface.
      Updated for c++98 compatibility
      Made building the python extension configurable via --define=use_fast_cpp_protos=true
      Added util/python/BUILD to provide //util/python:python_headers dependency for building use_fast_cpp_protos
      Made targets relative to google/protobuf
      Bringing in internal::shared_ptr into google:protobuf namespace.

Martin Maly (1):
      Making _genproto rules public.

Matthew Valimaki (1):
      Add support for arguments.

Matthew Wu (1):
      Change the #include for any.h to use angle brackets instead of quotes, to be consistent with other protobuf library includes.

Ming Zhao (2):
      Add "java_proto" target in bazel BUILD file to provide Java runtime
      Add missing csharp_doc_comment.cc to protoc_lib.

Osman Cihangir (1):
      Update GPBProtocolBuffers.h

Paul Yang (8):
      Merge pull request #796 from jcanizales/add-missing-comma
      Merge pull request #836 from jcanizales/fix-version-number
      Merge pull request #841 from thomasvl/newer_xcodes
      Merge pull request #843 from thomasvl/objcpp_enum_fwd_decl
      Merge pull request #815 from TeBoring/third-party
      Merge pull request #943 from thomasvl/conformance
      Merge pull request #949 from thomasvl/newer_sims
      Merge pull request #1030 from TeBoring/sandbox

Peter Kasting (10):
      Avoid #including system headers from inside a namespace.
      Delete kNanosPerSecond from time.cc.
      Fix compile failures building protobuf DLLs on MSVC in Chromium's codebase.
      Move StringSpaceUsedIncludingSelf to lite library.
      Change to just not marking the class for export
      Refine check for unordered_{map|set} availability.
      Review comments
      Try modifying check in hopes of passing upstream build
      It helps if you write macros correctly
      Remove a static initializer by removing a global of non-POD type.

Thomas Karlsson (2):
      Changed return type from int32 to bool in function returning a bool
      Changed argument typ to uint32 in set function that sets an uint32 value

Thomas Van Lenten (32):
      Cleanups for newer Xcodes
      Support enum forward decls in Objective C++
      Update the Mac build script to include the conformance tests
      Tweaks to the Mac build script
      Add ObjC build to travis setup
      Merge pull request #959 from thomasvl/travis_mac2
      Switch ObjC Travis testing to using xctool
      Merge pull request #960 from thomasvl/xctool_support
      Cleanups of deps and ignores for conformance
      Reorder the checks so anything in the expected file is an implicit whitelisting.
      Merge pull request #984 from thomasvl/prefix_validation_tweaks
      Add support for the conformance test for objc when run on OS X
      Merge pull request #980 from thomasvl/obj_conformance
      Set the stream limit to the length of the data.
      Merge pull request #1001 from thomasvl/fix_last_objc_conformance_tests
      Merge pull request #1003 from sainaetr/patch-1
      Ensure the conformance build of objc code is using the Mac OS X SDK and
      Check and throw errors for nil values/keys (like NSDictionary).
      Merge pull request #1019 from thomasvl/correct_conformance_compile
      Merge pull request #1020 from thomasvl/block_nil
      Tweak the error message as the generate is in the core binary these days.
      Merge pull request #1021 from thomasvl/fix_err_msg
      Enable CLANG_WARN_NULLABLE_TO_NONNULL_CONVERSION for the projects.
      Merge pull request #1027 from thomasvl/more_nullable_support
      Use compiler provided static assert and avoid tripping unused-local-typedef warnings.
      Merge pull request #1034 from thomasvl/static_assert_fix
      Fix dist_clean and maintainer-clean to get more generated files.
      Merge pull request #1039 from thomasvl/fix_cleans
      Update the min toolchain for iOS/OS X to be Xcode 7
      Merge pull request #1041 from thomasvl/use_xc7
      Drop all use of OSSpinLock
      Merge pull request #1060 from thomasvl/drop_spinlocks

Tim Swast (4):
      Add a Go language example.
      Add region tags for protocol buffers tutorials.
      Add region tags to the Go protobuf examples.
      Improves readability of Go example test.

Yangqing Jia (2):
      Arena type traits standardization.
      Minor changes to match the internal version

kbinani (1):
      Rename 'BYTE_SIZE' macro to 'GOOGLE_PROTOBUF_BYTE_SIZE'

-----------------------------------------------------------------------

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-protobuf/pkg-protobuf.git



More information about the Pkg-protobuf-devel mailing list