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 b90278a  Bump System.Reflection.Emit.Lightweight in /lang/csharp
     add 4a3a624  If avrogencpp encounters a schema with reserved words in it, 
it will happily generate a header with fields that are reserved words. (#1071)

No new revisions were added by this update.

Summary of changes:
 lang/c++/CMakeLists.txt                            |   4 +
 lang/c++/impl/avrogencpp.cc                        |  49 +++-
 lang/c++/jsonschemas/cpp_reserved_words            | 270 +++++++++++++++++++++
 ...hemaTests.cc => AvrogencppTestReservedWords.cc} |  54 +++--
 4 files changed, 349 insertions(+), 28 deletions(-)
 create mode 100644 lang/c++/jsonschemas/cpp_reserved_words
 copy lang/c++/test/{LargeSchemaTests.cc => AvrogencppTestReservedWords.cc} 
(54%)

Reply via email to