[GitHub] avro pull request #142: AVRO-1936: C++: adds new include guards

2016-10-24 Thread moriarty
GitHub user moriarty opened a pull request: https://github.com/apache/avro/pull/142 AVRO-1936: C++: adds new include guards This change adds additional include guards in a different format. https://issues.apache.org/jira/browse/AVRO-1936 Removes the random numbers from

[GitHub] avro pull request #145: Avro 1940/cpp namespace scoped enums/dev

2016-10-24 Thread moriarty
GitHub user moriarty opened a pull request: https://github.com/apache/avro/pull/145 Avro 1940/cpp namespace scoped enums/dev Sorry I should rebased this to only include 14e0aa2. But as this is now, it is a breaking change, so I will leave it open here for comments and

[GitHub] avro pull request #142: AVRO-1936: C++: adds new include guards

2016-10-24 Thread moriarty
Github user moriarty closed the pull request at: https://github.com/apache/avro/pull/142 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] avro pull request #142: AVRO-1936: C++: adds new include guards

2016-10-24 Thread moriarty
GitHub user moriarty reopened a pull request: https://github.com/apache/avro/pull/142 AVRO-1936: C++: adds new include guards This change adds additional include guards in a different format. https://issues.apache.org/jira/browse/AVRO-1936 Removes the random numbers

[GitHub] avro pull request #145: AVRO-1940: C++: namespace scoped enums/dev

2016-10-24 Thread moriarty
Github user moriarty closed the pull request at: https://github.com/apache/avro/pull/145 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] avro pull request #146: AVRO-1940: C++: scope enums into own namespaces

2016-10-24 Thread moriarty
GitHub user moriarty opened a pull request: https://github.com/apache/avro/pull/146 AVRO-1940: C++: scope enums into own namespaces Adds option to add namespace around all enums with the same name as the enum. https://issues.apache.org/jira/browse/AVRO-1940 There are

[GitHub] avro pull request #147: AVRO-1941: C++: adds __SCHEMA__ in generated code

2016-10-25 Thread moriarty
GitHub user moriarty opened a pull request: https://github.com/apache/avro/pull/147 AVRO-1941: C++: adds __SCHEMA__ in generated code This adds an ```avro::ValidSchema __SCHEMA__``` to each generated struct. ```__SCHEMA__``` is initialized in constructor using ```avro

[GitHub] avro pull request #147: AVRO-1941: C++: adds __SCHEMA__ in generated code

2016-11-02 Thread moriarty
Github user moriarty closed the pull request at: https://github.com/apache/avro/pull/147 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] avro pull request #147: AVRO-1941: C++: adds __SCHEMA__ in generated code

2016-11-02 Thread moriarty
GitHub user moriarty reopened a pull request: https://github.com/apache/avro/pull/147 AVRO-1941: C++: adds __SCHEMA__ in generated code This adds an `avro::ValidSchema __SCHEMA__` to each generated struct. `__SCHEMA__` is initialized in constructor using `avro

[GitHub] avro pull request #147: AVRO-1941: C++: adds __SCHEMA__ in generated code

2016-11-03 Thread moriarty
Github user moriarty closed the pull request at: https://github.com/apache/avro/pull/147 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[jira] [Created] (AVRO-1936) avrogencpp, includes should have more gaurds or generate more headers

2016-10-21 Thread Alexander Moriarty (JIRA)
Alexander Moriarty created AVRO-1936: Summary: avrogencpp, includes should have more gaurds or generate more headers Key: AVRO-1936 URL: https://issues.apache.org/jira/browse/AVRO-1936 Project

[jira] [Commented] (AVRO-1936) avrogencpp, includes should have more gaurds or generate more headers

2016-10-21 Thread Alexander Moriarty (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1936?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15595425#comment-15595425 ] Alexander Moriarty commented on AVRO-1936: -- sorry, I started talking about

[jira] [Created] (AVRO-1940) avrogencpp, scoped enums or c++11 enum class

2016-10-24 Thread Alexander Moriarty (JIRA)
Alexander Moriarty created AVRO-1940: Summary: avrogencpp, scoped enums or c++11 enum class Key: AVRO-1940 URL: https://issues.apache.org/jira/browse/AVRO-1940 Project: Avro Issue Type

[jira] [Commented] (AVRO-1940) avrogencpp, scoped enums or c++11 enum class

2016-10-24 Thread Alexander Moriarty (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15602461#comment-15602461 ] Alexander Moriarty commented on AVRO-1940: -- Proposal: https://github.com/ap

[jira] [Created] (AVRO-1941) avrogencpp: unlike java, c++ generated code doesn't include own schema

2016-10-25 Thread Alexander Moriarty (JIRA)
Alexander Moriarty created AVRO-1941: Summary: avrogencpp: unlike java, c++ generated code doesn't include own schema Key: AVRO-1941 URL: https://issues.apache.org/jira/browse/AVRO-1941 Pr

[jira] [Updated] (AVRO-1941) avrogencpp: unlike java, c++ generated code doesn't include own schema

2016-10-25 Thread Alexander Moriarty (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1941?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexander Moriarty updated AVRO-1941: - Issue Type: Improvement (was: Bug) > avrogencpp: unlike java, c++ generated code does