You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by th...@apache.org on 2018/10/04 03:35:21 UTC

[avro] branch master updated (389231e -> 54a7976)

This is an automated email from the ASF dual-hosted git repository.

thiru pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git.


    from 389231e  Merge pull request #301 from wmatthews-google/fix-issue-1635
     add ff1e23f  Allow "integer" defaults dfor double and float
     add dc15bfc  Merge branch 'master' of https://github.com/apache/avro
     add e83caaf  AVRO-2222 Avro C++ documentation is missing code snippets
     add f7f2f82  Address stle issues
     add c83acd5  Fix silly error in handling doubles.
     new 54a7976  Merge pull request #326 from da77a/master

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 lang/c++/impl/Compiler.cc     |  8 ++++++++
 lang/c++/impl/json/JsonDom.hh |  2 +-
 lang/c++/test/SchemaTests.cc  | 14 ++++++++++++++
 3 files changed, 23 insertions(+), 1 deletion(-)


[avro] 01/01: Merge pull request #326 from da77a/master

Posted by th...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

thiru pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git

commit 54a79769987d78384899062b59d413412c577de3
Merge: 389231e c83acd5
Author: Thiruvalluvan M G <th...@apache.org>
AuthorDate: Thu Oct 4 09:05:14 2018 +0530

    Merge pull request #326 from da77a/master
    
    Allow "integer" defaults for double and float

 lang/c++/impl/Compiler.cc     |  8 ++++++++
 lang/c++/impl/json/JsonDom.hh |  2 +-
 lang/c++/test/SchemaTests.cc  | 14 ++++++++++++++
 3 files changed, 23 insertions(+), 1 deletion(-)