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 2019/10/28 07:00:43 UTC

[avro] branch master updated (5bb2cb8 -> eff234d)

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 5bb2cb8  AVRO-2568:Add c compile dependency instructions to BUILD.md (#656)
     new 4db2702  remove trailing whitespaces from avro C++ files
     new 312df98  Merge branch 'master' into remove_whitespace
     new eff234d  Merge pull request #550 from aniket486/remove_whitespace

The 2139 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++/MainPage.dox                              |   8 +-
 lang/c++/README                                    |   2 +-
 lang/c++/api/AvroParse.hh                          |   2 +-
 lang/c++/api/AvroSerialize.hh                      |   2 +-
 lang/c++/api/AvroTraits.hh                         |   2 +-
 lang/c++/api/Compiler.hh                           |   4 +-
 lang/c++/api/DataFile.hh                           |   2 +-
 lang/c++/api/Decoder.hh                            |   4 +-
 lang/c++/api/Encoder.hh                            |   4 +-
 lang/c++/api/Exception.hh                          |   2 +-
 lang/c++/api/Generic.hh                            |   2 +-
 lang/c++/api/GenericDatum.hh                       |   6 +-
 lang/c++/api/Layout.hh                             |   2 +-
 lang/c++/api/NodeConcepts.hh                       |  22 ++--
 lang/c++/api/Parser.hh                             |   6 +-
 lang/c++/api/Reader.hh                             |  14 +--
 lang/c++/api/Resolver.hh                           |   2 +-
 lang/c++/api/ResolverSchema.hh                     |   4 +-
 lang/c++/api/SchemaResolution.hh                   |  14 +--
 lang/c++/api/Specific.hh                           |   2 +-
 lang/c++/api/Stream.hh                             |   4 +-
 lang/c++/api/Types.hh                              |   4 +-
 lang/c++/api/ValidSchema.hh                        |   4 +-
 lang/c++/api/Validator.hh                          |   8 +-
 lang/c++/api/Writer.hh                             |   6 +-
 lang/c++/api/buffer/Buffer.hh                      | 122 ++++++++++-----------
 lang/c++/api/buffer/BufferPrint.hh                 |   8 +-
 lang/c++/api/buffer/BufferReader.hh                |  30 ++---
 lang/c++/api/buffer/BufferStream.hh                |  16 +--
 lang/c++/api/buffer/BufferStreambuf.hh             |  30 ++---
 lang/c++/api/buffer/detail/BufferDetail.hh         |  74 ++++++-------
 lang/c++/api/buffer/detail/BufferDetailIterator.hh |  28 ++---
 lang/c++/examples/cpx.json                         |   4 +-
 lang/c++/examples/imaginary.json                   |   2 +-
 lang/c++/impl/BinaryDecoder.cc                     |   2 +-
 lang/c++/impl/DataFile.cc                          |   2 +-
 lang/c++/impl/FileStream.cc                        |   4 +-
 lang/c++/impl/Resolver.cc                          |  70 ++++++------
 lang/c++/impl/ResolverSchema.cc                    |   6 +-
 lang/c++/impl/Schema.cc                            |   8 +-
 lang/c++/impl/Validator.cc                         |  22 ++--
 lang/c++/impl/Zigzag.cc                            |  16 +--
 lang/c++/impl/json/JsonDom.cc                      |   4 +-
 lang/c++/impl/json/JsonDom.hh                      |  12 +-
 lang/c++/impl/parsing/Symbol.hh                    |   6 +-
 lang/c++/jsonschemas/circulardep                   |   6 +-
 lang/c++/jsonschemas/recinrec                      |   8 +-
 lang/c++/jsonschemas/record                        |   4 +-
 lang/c++/jsonschemas/record2                       |   4 +-
 lang/c++/jsonschemas/tweet                         |   2 +-
 lang/c++/parser/AvroLex.ll                         |  22 ++--
 lang/c++/parser/AvroYacc.yy                        |  46 ++++----
 lang/c++/scripts/gen-cppcode.py                    |  78 ++++++-------
 lang/c++/test/JsonTests.cc                         |   4 +-
 lang/c++/test/LargeSchemaTests.cc                  |   2 +-
 lang/c++/test/SpecificTests.cc                     |  12 +-
 lang/c++/test/StreamTests.cc                       |   4 +-
 lang/c++/test/buffertest.cc                        |  78 ++++++-------
 lang/c++/test/testgentest.cc                       |  26 ++---
 59 files changed, 447 insertions(+), 447 deletions(-)