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/12/30 07:19:20 UTC

[avro] branch master updated (904a914 -> 8f94f56)

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 904a914  Made use of std::any in case C++17 is used. (#415)
     add 6c1e81c  UTF-8 support for JSON in C++
     add b3d0276  Added more tests for C++ JSON
     new 8f94f56  Merge pull request #417 from thiru-apache/AVRO-1190

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++/api/NodeImpl.hh           |   6 +-
 lang/c++/impl/Compiler.cc          |   8 +-
 lang/c++/impl/DataFile.cc          |   6 +-
 lang/c++/impl/json/JsonDom.cc      |  11 ++-
 lang/c++/impl/json/JsonDom.hh      |   7 +-
 lang/c++/impl/json/JsonIO.cc       | 104 +++++++++++++++++++++----
 lang/c++/impl/json/JsonIO.hh       | 153 ++++++++++++++++++++++++++-----------
 lang/c++/impl/parsing/JsonCodec.cc |   6 +-
 lang/c++/jsonschemas/bigrecord_r   |   2 +-
 lang/c++/test/AvrogencppTests.cc   |   2 +-
 lang/c++/test/JsonTests.cc         |  51 ++++++++-----
 11 files changed, 255 insertions(+), 101 deletions(-)


[avro] 01/01: Merge pull request #417 from thiru-apache/AVRO-1190

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 8f94f5647b6351c219fa105f37cd01f156427f71
Merge: 904a914 b3d0276
Author: Thiruvalluvan M G <th...@apache.org>
AuthorDate: Sun Dec 30 12:49:16 2018 +0530

    Merge pull request #417 from thiru-apache/AVRO-1190
    
    UTF-8 support for JSON in C++

 lang/c++/api/NodeImpl.hh           |   6 +-
 lang/c++/impl/Compiler.cc          |   8 +-
 lang/c++/impl/DataFile.cc          |   6 +-
 lang/c++/impl/json/JsonDom.cc      |  11 ++-
 lang/c++/impl/json/JsonDom.hh      |   7 +-
 lang/c++/impl/json/JsonIO.cc       | 104 +++++++++++++++++++++----
 lang/c++/impl/json/JsonIO.hh       | 153 ++++++++++++++++++++++++++-----------
 lang/c++/impl/parsing/JsonCodec.cc |   6 +-
 lang/c++/jsonschemas/bigrecord_r   |   2 +-
 lang/c++/test/AvrogencppTests.cc   |   2 +-
 lang/c++/test/JsonTests.cc         |  51 ++++++++-----
 11 files changed, 255 insertions(+), 101 deletions(-)