You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Scott Banachowski (JIRA)" <ji...@apache.org> on 2010/04/02 19:16:27 UTC

[jira] Created: (AVRO-497) Batch of minor changes for C++

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.


[jira] Updated: (AVRO-497) Batch of minor changes for C++

Posted by "Scott Banachowski (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AVRO-497?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Scott Banachowski updated AVRO-497:
-----------------------------------

    Attachment: AVRO-497.patch

> 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.


[jira] Updated: (AVRO-497) Batch of minor changes for C++

Posted by "Scott Banachowski (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AVRO-497?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Scott Banachowski updated AVRO-497:
-----------------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

Committed revision 930908.

> 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.


[jira] Updated: (AVRO-497) Batch of minor changes for C++

Posted by "Scott Banachowski (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AVRO-497?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Scott Banachowski updated AVRO-497:
-----------------------------------

    Status: Patch Available  (was: Open)

> 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.