[jira] [Commented] (QPID-5079) Only export necessary symbols from the supported client API libraries

2013-08-29 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-5079?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13753791#comment-13753791
 ] 

ASF subversion and git services commented on QPID-5079:
---

Commit 1518698 from [~astitcher] in branch 'qpid/trunk'
[ https://svn.apache.org/r1518698 ]

QPID-5079: Avoid unexported destructor symbols on some earlier versions of gcc

> Only export necessary symbols from the supported client API libraries
> -
>
> Key: QPID-5079
> URL: https://issues.apache.org/jira/browse/QPID-5079
> Project: Qpid
>  Issue Type: Improvement
>  Components: C++ Client
> Environment: Linux
>Reporter: Andrew Stitcher
>Assignee: Andrew Stitcher
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-5079) Only export necessary symbols from the supported client API libraries

2013-08-28 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-5079?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13752966#comment-13752966
 ] 

ASF subversion and git services commented on QPID-5079:
---

Commit 1518408 from [~astitcher] in branch 'qpid/trunk'
[ https://svn.apache.org/r1518408 ]

QPID-5079: Deal better with compiling on 32 bit architectures
- The API check now varies the expansion it uses for uint64_t/int64_t/size_t
  by getting the compiler to tell it the actual type.

> Only export necessary symbols from the supported client API libraries
> -
>
> Key: QPID-5079
> URL: https://issues.apache.org/jira/browse/QPID-5079
> Project: Qpid
>  Issue Type: Improvement
>  Components: C++ Client
> Environment: Linux
>Reporter: Andrew Stitcher
>Assignee: Andrew Stitcher
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-5079) Only export necessary symbols from the supported client API libraries

2013-08-22 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-5079?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13747798#comment-13747798
 ] 

ASF subversion and git services commented on QPID-5079:
---

Commit 1516551 from [~astitcher] in branch 'qpid/trunk'
[ https://svn.apache.org/r1516551 ]

QPID-5079: Remove unused and unecessary member of MessagingException class
- Potentially an ABI change but noone can really have used this for anything.

> Only export necessary symbols from the supported client API libraries
> -
>
> Key: QPID-5079
> URL: https://issues.apache.org/jira/browse/QPID-5079
> Project: Qpid
>  Issue Type: Improvement
>  Components: C++ Client
> Environment: Linux
>Reporter: Andrew Stitcher
>Assignee: Andrew Stitcher
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-5079) Only export necessary symbols from the supported client API libraries

2013-08-22 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-5079?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13747799#comment-13747799
 ] 

ASF subversion and git services commented on QPID-5079:
---

Commit 1516552 from [~astitcher] in branch 'qpid/trunk'
[ https://svn.apache.org/r1516552 ]

QPID-5079: Add script to compare symbols exported by library with expected list

> Only export necessary symbols from the supported client API libraries
> -
>
> Key: QPID-5079
> URL: https://issues.apache.org/jira/browse/QPID-5079
> Project: Qpid
>  Issue Type: Improvement
>  Components: C++ Client
> Environment: Linux
>Reporter: Andrew Stitcher
>Assignee: Andrew Stitcher
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-5079) Only export necessary symbols from the supported client API libraries

2013-08-22 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-5079?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13747797#comment-13747797
 ] 

ASF subversion and git services commented on QPID-5079:
---

Commit 1516550 from [~astitcher] in branch 'qpid/trunk'
[ https://svn.apache.org/r1516550 ]

QPID-5079: Added link map file to cut the number of symbols exported even 
further
- It seems that the library import/export mechanism isn't sufficient under the
  gnu tool chain to really limit the exported symbols

> Only export necessary symbols from the supported client API libraries
> -
>
> Key: QPID-5079
> URL: https://issues.apache.org/jira/browse/QPID-5079
> Project: Qpid
>  Issue Type: Improvement
>  Components: C++ Client
> Environment: Linux
>Reporter: Andrew Stitcher
>Assignee: Andrew Stitcher
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-5079) Only export necessary symbols from the supported client API libraries

2013-08-22 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-5079?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13747796#comment-13747796
 ] 

ASF subversion and git services commented on QPID-5079:
---

Commit 1516549 from [~astitcher] in branch 'qpid/trunk'
[ https://svn.apache.org/r1516549 ]

QPID-5079: Get library import/export declarations working for linux
- Only qpidmessaging and qpidtypes libraries are affected

> Only export necessary symbols from the supported client API libraries
> -
>
> Key: QPID-5079
> URL: https://issues.apache.org/jira/browse/QPID-5079
> Project: Qpid
>  Issue Type: Improvement
>  Components: C++ Client
> Environment: Linux
>Reporter: Andrew Stitcher
>Assignee: Andrew Stitcher
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org