[Pkg-protobuf-devel] [pkg-protobuf] annotated tag upstream/3.0.0_alpha-2 created (now e623d37)

Iustin Pop iustin at moszumanska.debian.org
Sun May 8 07:24:26 UTC 2016


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

iustin pushed a change to annotated tag upstream/3.0.0_alpha-2
in repository pkg-protobuf.

        at  e623d37   (tag)
   tagging  f806b15b81966c1d325559530fc0c6af1ba0829d (commit)
  replaces  upstream/3.0.0_alpha-1
 tagged by  Robert Edmonds
        on  Sat Feb 28 12:19:04 2015 -0500

- Log -----------------------------------------------------------------
Upstream version 3.0.0~alpha-2

Adal Chiriliuc (4):
      Add __version__
      Revert "Add __version__"
      Add __version__
      Updated __version__

Chris Fallin (35):
      Provide a Ruby extension.
      Rename protobuf Ruby module to google/protobuf and rework its build
      Support Ruby code generation only for proto3.
      Support for maps in the MRI C Ruby extension.
      Addressed code-review comments.
      Addressed code-review comments.
      Update upb amalgamation.
      Addressed code-review comments.
      Line-wraps at 80 chars.
      Support oneofs in MRI Ruby C extension.
      Support oneofs in the Ruby code generator.
      Two tests for Ruby code generator:
      Fix golden-file Ruby test to work with out-of-tree builds.
      Addressed code-review comments.
      Ruby extension: added oneof accessor.
      Addressed code-review comments.
      Addressed code-review comments.
      Updated based on code-review comments.
      Updated based on code-review comments.
      Updated to latest upb and added test for JSON map operation.
      Merge pull request #190 from isaiah/to_ary
      README.md update for Ruby gem.
      Merge pull request #197 from nsuke/protoc-export-ruby
      Merge pull request #203 from pherl/gitignore
      Properly support maps in Ruby protoc and another bugfix.
      Addressed code-review comment.
      Merge pull request #211 from isaiah/map_inspect
      Merge pull request #212 from haberman/update-from-google
      Merge pull request #213 from pherl/maps
      Updated CHANGES.txt to mention Ruby extension.
      Updated Ruby README.
      Merge pull request #214 from cfallin/ruby-changelog
      Update Ruby gem version to 3.0.0.alpha.2.0.
      Merge pull request #215 from cfallin/ruby-gem-version
      Updated Ruby README with more details on getting started.

Feng Xiao (19):
      Merge pull request #127 from tseaver/ignore-autogen-artifacts
      Merge branch v3.0.0-alpha-1 into master.
      Update version number to v3.0.0-pre
      Update gtest version to v1.7.0.
      Describe how to get gtest source for Visual Studio users.
      Merge pull request #113 from nsuke/oneof-c++11
      Merge pull request #128 from krishnanm86/master
      Adds Travis Cl support to test the code automatically.
      Update ruby DIST_FILES.
      Add missing header files in src/Makefile.am
      Merge pull request #139 from c0nk/master
      Merge pull request #46 from adalq/version
      Merge pull request #143 from Ivoz/patch-1
      Merge pull request #160 from zhangkun83/master
      Delete unused files.
      Merge pull request #180 from ned14/master
      Remove deleted files from Makefile.am.
      Merge pull request #186 from ennerf/win32-msvc-fix
      Merge pull request #201 from gordana-cmiljanovic-imgtec/mips-atomic-ops-fix

Florian Enner (4):
      added missing ruby generator to msvc project
      fixed MSVC compile error
      replaced type fix with the recommended way
      removed accidental whitespace

Gordana Cmiljanovic (1):
      MIPS: remove immediate constraint within CompareAndSwap.

Isaiah Peng (2):
      add #to_ary to RepeatedField
      Google::Protobuf::Map#inspect should be consistent with Hash#inspect

Jisi Liu (57):
      Initial checkin for maps support in JavaNano.
      Add tests for JavaNano maps.
      Add package for map test for nano.
      Use map generator for maps field; skip entry message.
      MOVE TYPE_XXX constants to InternalNano.
      Add readData(int) to read primitive value.
      Parsing for Maps in JavaNano
      parsing and serialzation for maps in JavaNano.
      Moving internal code to InternalNano and rename MapUtil to MapFactories.
      Basic serialization/parsing test.
      Test keys and values cannot be null.
      Fix the behavior when merging conflicting keys, the new value always
      Add tests merging empty entries in JavaNano map
      Rename readData() to readPrimitiveField() in JavaNano.
      Rename empty bytes in JavaNano.
      Implement Equals for nano.
      implement hashCode() for JavaNano maps.
      Get the map factory per mergeFrom() call for JavaNano.
      Add java compiled targets and several tests target into .gitignore.
      Add java compiled targets and several tests target into .gitignore.
      Merge the javanano map test into the main test target.
      Mark factory setter API as private for alpha release.
      Merge pull request #204 from pherl/master
      Use EMPTY_BYTES in WireFormatNano
      Support maps in NanoPrinter.
      Initial check in for primitive oneof fields.
      Initial check-in for message oneof.
      Oneof message level elements (consts, case getter/clear) and messsage type field oneof support.
      Equals for message oneof field in nano.
      hashcode and equals for oneofs in nano.
      Clear oneofs.
      Uncomment string/bytes fields in oneof nano.
      Add tests for oneof equals and hash.
      fix equal and hash for bytes field for javanano oneof
      partial oneof tests.
      Add tests for oneofs.
      Remove the unused set common oneof variables in helper
      Fix review comments.
      Add test for debug string for oneof
      Use static_cast instead of dynamic_cast in arena unittest so that it can
      Add changelog for 3.0.0-alpha2 release.
      Update version number to 3.0.0-alpha-2
      Include Ruby and JavaNano into dist packages.
      Add shutdown code for several newly introduced leaks;
      Add JavaNano and Ruby protoc files into vs proj
      Fix Java maps reflection to call onChange to populate changes to parent
      Propogate onChange() event when getFooBuilder() is on an oneof message
      Merge alpha branch 'review/v3.0.0-alpha-2'
      Add unix tools instructions for Mac.
      Make maps fields work on installed C++ protobufs.
      Down integrate from Google  internal.
      Update .gitignore so that the newly-added config.h is visible to git.
      Include shared_ptr.h into headers to make maps proto work. It is used
      Merge "Update .gitignore so that the newly-added config.h is visible to git." into v3.0.0-alpha-2
      Merge pull request #221 from google/python_proto3
      Exclude pbconfg.h from dist, otherwise it breaks VS builds.
      Fix the order of BUILT_FILES so that pbconfig.h will be built before

Josh Haberman (5):
      Integrate changes from Google open-source branch.
      Merge branch 'master' of github.com:google/protobuf
      Fixes for Python/C++ implementation in open-source:
      Added release notes about Python changes.
      A few tweaks to CHANGES.txt.

Joshua Haberman (7):
      Merge pull request #121 from cfallin/master
      Merge pull request #134 from cfallin/master
      Merge pull request #136 from cfallin/ruby-proto3-only
      Merge pull request #155 from cfallin/ruby-maps
      Merge pull request #168 from cfallin/ruby-oneof
      Merge pull request #189 from cfallin/update-ruby-upb
      Merge pull request #209 from cfallin/ruby-protoc-maps

Kal Conley (1):
      Improved little endian byte order detection

Krishna (6):
      Source code refactoring. Extracted common functionality in cpp_helpers.cc and python/python_generator.cc
      Fixed bugs
      Reverted changes to cpp_helpers.cc and made code reviews to python_geenerator.cc
      Returned print_indent and print_outdent back to printservicestub and printserviceclass in python generator
      Reverting the space at the end
      Reverting the space at the end for both files changed

Matt Iversen (1):
      Update python version / setuptools instructions

Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) (1):
      Fix illegal C++ use of reinterpret_cast<> to cast between nullptr_t and a pointer.

Nobuaki Sukegawa (4):
      Make test code runnable with C++11
      Display element name in test error log
      Make C++ string oneof field compatible with C++11
      Add missing LIBPROTOC_EXPORT to ruby generator

Robert Edmonds (1):
      Imported Upstream version 3.0.0~alpha-2

Tres Seaver (1):
      Ignore artifacts from autogen.sh

zhangkun83 (2):
      Include names.h as java_names.h in the opensource tree
      Align backslash vertically

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

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