[jira] [Created] (PROTON-707) Valgrind 'invalid read' errors in proton_tests.message.LoadSaveTest tests

2014-10-01 Thread Ken Giusti (JIRA)
Ken Giusti created PROTON-707: - Summary: Valgrind 'invalid read' errors in proton_tests.message.LoadSaveTest tests Key: PROTON-707 URL: https://issues.apache.org/jira/browse/PROTON-707 Project: Qpid

[jira] [Created] (PROTON-708) C proton driver needs a getter function to access the pn_error so it can be cleared

2014-10-01 Thread Jesse Fugitt (JIRA)
Jesse Fugitt created PROTON-708: --- Summary: C proton driver needs a getter function to access the pn_error so it can be cleared Key: PROTON-708 URL: https://issues.apache.org/jira/browse/PROTON-708

proton callgrind pictures online

2014-10-01 Thread Michael Goulish
...together with the callgrind data that generated the pictures, scripts, licenses, witty illuminating commentary, advice to the lovelorn -- Everything Necessary to the Enjoyment and Success of the Aspiring Proton Programmer.

[jira] [Resolved] (PROTON-706) CMake fails - get_filename_component unknown component DIRECTORY

2014-10-01 Thread Chuck Rolke (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-706?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chuck Rolke resolved PROTON-706. Resolution: Fixed Fix Version/s: 0.8 Resolved by astitcher at r1628503. CMake fails -

[jira] [Created] (PROTON-709) [proton-c] Windows 64-bit transport issue

2014-10-01 Thread Chuck Rolke (JIRA)
Chuck Rolke created PROTON-709: -- Summary: [proton-c] Windows 64-bit transport issue Key: PROTON-709 URL: https://issues.apache.org/jira/browse/PROTON-709 Project: Qpid Proton Issue Type: Bug

how can I get proton-api version 1.0-SNAPSHOT for api-reconciliation?

2014-10-01 Thread Ernest Allen
There is probably a simple solution to this, but I'm trying to run the api-reconciliation tool and I'm getting errors. Here is what I've done: - built proton - did a source config.sh from the build dir - switched to the design/api-reconciliation dir - ran ./generate-c-functions.sh - verified

LTO: link-time optimization effect on proton performance

2014-10-01 Thread Michael Goulish
Link-time optimization can be turned on by adding the -flto flag to the proton library build, in both compilation and linking steps. It offers the possibility of optimizations using deeper knowledge of the whole program than is available before linking. I have also been trying to get some