<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/qpid-python.git/qpid/cpp/bindings, branch 0.8</title>
<subtitle>git.apache.org: qpid.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/'/>
<entry>
<title>QPID-2924 Refactor WinSDK to create separate debug and release /bin directories</title>
<updated>2010-11-05T19:07:46+00:00</updated>
<author>
<name>Charles E. Rolke</name>
<email>chug@apache.org</email>
</author>
<published>2010-11-05T19:07:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=10ef9d4a9992c7969c155f770852037440277864'/>
<id>10ef9d4a9992c7969c155f770852037440277864</id>
<content type='text'>
This checkin gets rid of the "d" in the debug version of the .NET Binding org.apache.qpid.messaging.dll. It applies to the project that creates the dll and to twelve CSharp projects that use the dll.

This simple change greatly reduces the burden on customers that QPID-2924 tries to address. Now to switch between debug and release for .NET examples, the customer unpacks the correct DLLs into the \bin directory and relinks the examples. The user does not have to remove and restore project references to the correct DLL for each project.

Note that these name changes have zero effect on a developer's view of the examples. In those .csproj files the DLL reference is resolved by a _project_ reeference and not by a DLL reference.

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1031720 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This checkin gets rid of the "d" in the debug version of the .NET Binding org.apache.qpid.messaging.dll. It applies to the project that creates the dll and to twelve CSharp projects that use the dll.

This simple change greatly reduces the burden on customers that QPID-2924 tries to address. Now to switch between debug and release for .NET examples, the customer unpacks the correct DLLs into the \bin directory and relinks the examples. The user does not have to remove and restore project references to the correct DLL for each project.

Note that these name changes have zero effect on a developer's view of the examples. In those .csproj files the DLL reference is resolved by a _project_ reeference and not by a DLL reference.

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1031720 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-2923 Qpid Messaging .NET Binding fails to translate exceptions from C++ to .NET</title>
<updated>2010-11-02T20:50:54+00:00</updated>
<author>
<name>Charles E. Rolke</name>
<email>chug@apache.org</email>
</author>
<published>2010-11-02T20:50:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=e3b74b16d7d0df9a3a6c5f01b07da3a73e910a3a'/>
<id>e3b74b16d7d0df9a3a6c5f01b07da3a73e910a3a</id>
<content type='text'>
This checkin moves code out of class constructor member initialization and puts it into try-catch blocks. Any SEH Exceptions thrown by the C++ Messaging libraries are caught and re-thrown as .NET exceptions.

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1030209 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This checkin moves code out of class constructor member initialization and puts it into try-catch blocks. Any SEH Exceptions thrown by the C++ Messaging libraries are caught and re-thrown as .NET exceptions.

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1030209 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-2922 Qpid Cpp Messaging .NET Binding does not implement FailoverUpdate class</title>
<updated>2010-11-02T14:29:50+00:00</updated>
<author>
<name>Charles E. Rolke</name>
<email>chug@apache.org</email>
</author>
<published>2010-11-02T14:29:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=975a123ca8fc1b2db6a6c27c6ebc8d654ad246fc'/>
<id>975a123ca8fc1b2db6a6c27c6ebc8d654ad246fc</id>
<content type='text'>
This checkin provides the implemtation.

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1030061 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This checkin provides the implemtation.

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1030061 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-2807 More flexible acknowledgement</title>
<updated>2010-10-29T17:23:49+00:00</updated>
<author>
<name>Charles E. Rolke</name>
<email>chug@apache.org</email>
</author>
<published>2010-10-29T17:23:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=b580c67e6de9fc441616b4da1f76c8ec2b928c21'/>
<id>b580c67e6de9fc441616b4da1f76c8ec2b928c21</id>
<content type='text'>
The message-level Acknowledge in Cpp was not reflected in the .NET Messaging binding.
This commit adds the ack to the code and to the doc book session method mapping table.

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1028859 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The message-level Acknowledge in Cpp was not reflected in the .NET Messaging binding.
This commit adds the ack to the code and to the doc book session method mapping table.

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1028859 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-2916: fix QMF test that was sending a sstr &gt; 255 bytes long.</title>
<updated>2010-10-29T15:51:02+00:00</updated>
<author>
<name>Kenneth Anthony Giusti</name>
<email>kgiusti@apache.org</email>
</author>
<published>2010-10-29T15:51:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=3e594b89e847ae927d116151714f8cd619a60ae2'/>
<id>3e594b89e847ae927d116151714f8cd619a60ae2</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1028812 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1028812 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-2918 Assembly mis-named in csharp.example.declare_queues</title>
<updated>2010-10-28T19:06:25+00:00</updated>
<author>
<name>Charles E. Rolke</name>
<email>chug@apache.org</email>
</author>
<published>2010-10-28T19:06:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=82d953cbf16f5924b7e0ace7fc6ab752b8efe0f5'/>
<id>82d953cbf16f5924b7e0ace7fc6ab752b8efe0f5</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1028433 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1028433 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-2915 Qpid Cpp Messaging .NET Binding does not properly handle Qpid type VAR_VOID</title>
<updated>2010-10-27T21:10:46+00:00</updated>
<author>
<name>Charles E. Rolke</name>
<email>chug@apache.org</email>
</author>
<published>2010-10-27T21:10:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=a813ced95e5b6847cb62980fd793e2fc5cbff80e'/>
<id>a813ced95e5b6847cb62980fd793e2fc5cbff80e</id>
<content type='text'>
* In C# map sender example, send null list and map values.
* In Message ToString() display "" for null list and map values.
* Do not dereference null values when determining their type.
* Properly marshal native Qpid VAR_VOID data type.

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1028099 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* In C# map sender example, send null list and map values.
* In Message ToString() display "" for null list and map values.
* Do not dereference null values when determining their type.
* Properly marshal native Qpid VAR_VOID data type.

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1028099 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>From Robbie's recent 0.8 RAT.txt: Unapproved licenses in cpp/bindings/qpid/dotnet</title>
<updated>2010-10-27T15:20:23+00:00</updated>
<author>
<name>Charles E. Rolke</name>
<email>chug@apache.org</email>
</author>
<published>2010-10-27T15:20:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=76692d910d1197ca3019890e41b97d38c326f6e3'/>
<id>76692d910d1197ca3019890e41b97d38c326f6e3</id>
<content type='text'>
This submission repairs 39 files.

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1028000 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This submission repairs 39 files.

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1028000 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-2913 QPID Cpp Messaging Libraries for WinSDK Are Not Signed</title>
<updated>2010-10-22T18:06:07+00:00</updated>
<author>
<name>Charles E. Rolke</name>
<email>chug@apache.org</email>
</author>
<published>2010-10-22T18:06:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=64200a2b86423f1addd8929f64cc1ec51ca87fb5'/>
<id>64200a2b86423f1addd8929f64cc1ec51ca87fb5</id>
<content type='text'>
* Add the strong key file signature to all variants of org.apache.qpid.messaging.
* Clone the qpid.snk file from messaging to sessionreceiver.
* Add the strong key file signature to all variants of org.apache.qpid.messaging.sessionreceiver.


git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1026436 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add the strong key file signature to all variants of org.apache.qpid.messaging.
* Clone the qpid.snk file from messaging to sessionreceiver.
* Add the strong key file signature to all variants of org.apache.qpid.messaging.sessionreceiver.


git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1026436 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-2907 Developing Qpid Cpp Messaging .NET Binding requires setup help</title>
<updated>2010-10-14T20:55:58+00:00</updated>
<author>
<name>Charles E. Rolke</name>
<email>chug@apache.org</email>
</author>
<published>2010-10-14T20:55:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=eb80ef6cc35a1efdb882b94a404a37380b457302'/>
<id>eb80ef6cc35a1efdb882b94a404a37380b457302</id>
<content type='text'>
This script helps a user set up 32-bit and 64-bit Windows development trees without manually editing CMake answer files.

Theory of operation and use case descriptions are in the script comments.


git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1022704 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This script helps a user set up 32-bit and 64-bit Windows development trees without manually editing CMake answer files.

Theory of operation and use case descriptions are in the script comments.


git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1022704 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
</feed>
