Batch of minor changes for C++ ------------------------------ Key: AVRO-497 URL: https://issues.apache.org/jira/browse/AVRO-497 Project: Avro Issue Type: Improvement Components: c++ Reporter: Scott Banachowski Attachments: AVRO-497.patch
I have a patch of changes, where each is minor (each one is few lines at most), so I batched them together: 1) reduce autoconf version prerequisite from 2.61 to 2.59 2) add Apache license to code-generated headers 3) change the ifndef guard of the header files to include filename 4) fix parser to allow for '.' in names (due to namespaces) 5) allow ValidSchema to be copyable since it is backed by a reference-counted pointer 6) catch compiler warnings and treat them as errors (-Wall -Werror) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.