<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/qpid-python.git/qpid/cpp/bindings, branch rajith_jms_client</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>NO-JIRA - Makefile cleanup for wrapped bindings</title>
<updated>2011-05-25T14:28:41+00:00</updated>
<author>
<name>Ted Ross</name>
<email>tross@apache.org</email>
</author>
<published>2011-05-25T14:28:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=9e3214850a8f8d419660cb42ee8004134f751870'/>
<id>9e3214850a8f8d419660cb42ee8004134f751870</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1127542 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@1127542 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-3186 - Two missing files from the previous commit</title>
<updated>2011-05-18T00:29:29+00:00</updated>
<author>
<name>Ted Ross</name>
<email>tross@apache.org</email>
</author>
<published>2011-05-18T00:29:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=ecf0094069b8436259d0d723ce80700337a1b424'/>
<id>ecf0094069b8436259d0d723ce80700337a1b424</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1104639 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@1104639 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>NO-JIRA - Added -fno-strict-aliasing for swig-generated C++ sources.</title>
<updated>2011-04-28T20:01:43+00:00</updated>
<author>
<name>Ted Ross</name>
<email>tross@apache.org</email>
</author>
<published>2011-04-28T20:01:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=ca65326bddd04992a2be7ae61e3f02871a8670fd'/>
<id>ca65326bddd04992a2be7ae61e3f02871a8670fd</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1097592 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@1097592 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-3226 Define more intuitive equality operators for Duration instances</title>
<updated>2011-04-26T20:38:06+00:00</updated>
<author>
<name>Charles E. Rolke</name>
<email>chug@apache.org</email>
</author>
<published>2011-04-26T20:38:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=3916dc4c7309d7c71123eb7dd08a9f12f30c1727'/>
<id>3916dc4c7309d7c71123eb7dd08a9f12f30c1727</id>
<content type='text'>
Add == and != operators for Duration class.

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1096898 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add == and != operators for Duration class.

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1096898 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-3192 .NET Binding for Messaging classes are missing intrinsic copy constructors.</title>
<updated>2011-04-07T20:40:10+00:00</updated>
<author>
<name>Charles E. Rolke</name>
<email>chug@apache.org</email>
</author>
<published>2011-04-07T20:40:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=f2c8742b00581c787eb937d7484e6086153cb21a'/>
<id>f2c8742b00581c787eb937d7484e6086153cb21a</id>
<content type='text'>
The existing 'T(const T ^)' constructor is useful for C# code but fails for Cpp/clr.
This commit adds the 'T(const T %)' intrinsic copy constructor for Cpp/clr.

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1089995 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The existing 'T(const T ^)' constructor is useful for C# code but fails for Cpp/clr.
This commit adds the 'T(const T %)' intrinsic copy constructor for Cpp/clr.

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1089995 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>NO-JIRA - Fixed two problems in the qmf-interop tests:</title>
<updated>2011-03-22T02:21:07+00:00</updated>
<author>
<name>Ted Ross</name>
<email>tross@apache.org</email>
</author>
<published>2011-03-22T02:21: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=2d0ae1f0231ccb4183e403a710140a2e44984a12'/>
<id>2d0ae1f0231ccb4183e403a710140a2e44984a12</id>
<content type='text'>
  1) Added a 2-second delay on console startup.  This closes the window on a race condition
     that occurs when the console and agent start at exactly the same time.  Note that this
     race has been designed out of the QMFv2 protocol.
  2) Fixed a reference to an incorrect variable name in the assert(cond) message.


git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1084053 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  1) Added a 2-second delay on console startup.  This closes the window on a race condition
     that occurs when the console and agent start at exactly the same time.  Note that this
     race has been designed out of the QMFv2 protocol.
  2) Fixed a reference to an incorrect variable name in the assert(cond) message.


git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1084053 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-3061 Discrepancies between Cmake and Automake</title>
<updated>2011-02-23T02:31:34+00:00</updated>
<author>
<name>Charles E. Rolke</name>
<email>chug@apache.org</email>
</author>
<published>2011-02-23T02:31:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=48591d6c55e4ffa9abde55312a5495d4b2b32349'/>
<id>48591d6c55e4ffa9abde55312a5495d4b2b32349</id>
<content type='text'>
Add four CMakeLists.txt files to automake so that the files
are copied into the qpid-cpp source distribution kit.



git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1073580 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add four CMakeLists.txt files to automake so that the files
are copied into the qpid-cpp source distribution kit.



git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1073580 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-3061 - Consolidated the Swig warning-suppressions into one file.</title>
<updated>2011-02-21T19:22:36+00:00</updated>
<author>
<name>Ted Ross</name>
<email>tross@apache.org</email>
</author>
<published>2011-02-21T19:22:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=85503e9d432236661b9deff68f319b6d7c89a9a3'/>
<id>85503e9d432236661b9deff68f319b6d7c89a9a3</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1073121 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@1073121 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-3009 - Added missing binding for FailoverUpdates.</title>
<updated>2011-02-18T19:24:33+00:00</updated>
<author>
<name>Ted Ross</name>
<email>tross@apache.org</email>
</author>
<published>2011-02-18T19:24:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=21d63762dd4382801fb1c00d4a4644a0c195463d'/>
<id>21d63762dd4382801fb1c00d4a4644a0c195463d</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1072107 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@1072107 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-3061 - Added cmake support for the swig-generated Qpid bindings.</title>
<updated>2011-02-18T19:19:16+00:00</updated>
<author>
<name>Ted Ross</name>
<email>tross@apache.org</email>
</author>
<published>2011-02-18T19:19:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=bab055c352087544d97f4b5234454af566b545dd'/>
<id>bab055c352087544d97f4b5234454af566b545dd</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1072106 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@1072106 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
</feed>
