<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/qpid-python.git/qpid/cpp/bindings, branch qpid-530</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-2643 Visual Studio 2010</title>
<updated>2011-11-09T01:11:33+00:00</updated>
<author>
<name>Charles E. Rolke</name>
<email>chug@apache.org</email>
</author>
<published>2011-11-09T01:11: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=960385b344d5ed47ac42c11438abba17f9e8f9a9'/>
<id>960385b344d5ed47ac42c11438abba17f9e8f9a9</id>
<content type='text'>
Fix template source file to refer to new relative path.

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1199581 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix template source file to refer to new relative path.

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1199581 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-2643 Visual Studio 2010</title>
<updated>2011-11-08T22:46:14+00:00</updated>
<author>
<name>Charles E. Rolke</name>
<email>chug@apache.org</email>
</author>
<published>2011-11-08T22:46:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=bd89b9eb0748dfed9893a325922cfd4862c5a203'/>
<id>bd89b9eb0748dfed9893a325922cfd4862c5a203</id>
<content type='text'>
Add msvc9 or msvc10 to path names in generated scripts to accomodate recent changes.
Add more/better info to prompts to improve user experience.

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1199506 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add msvc9 or msvc10 to path names in generated scripts to accomodate recent changes.
Add more/better info to prompts to improve user experience.

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1199506 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-2643 Support Visual Studio 2010</title>
<updated>2011-11-08T20:25:15+00:00</updated>
<author>
<name>Charles E. Rolke</name>
<email>chug@apache.org</email>
</author>
<published>2011-11-08T20:25:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=d4e6d7c6474d4230ba766848497cd9d1fb45c6c3'/>
<id>d4e6d7c6474d4230ba766848497cd9d1fb45c6c3</id>
<content type='text'>
This check in for the dotnet binding separates the Visual Studio
project and solution files from the source files. The projects and solutions
are moved to a VS2008 specific folder named 'msvc9'. The project
and solution files are modified to refer to other source objects.

This check in also deletes the Visual Basic and Powershell examples.
Parties interested in .NET should find no difficulty converting the CSharp
examples to the language of their choice.


git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1199441 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This check in for the dotnet binding separates the Visual Studio
project and solution files from the source files. The projects and solutions
are moved to a VS2008 specific folder named 'msvc9'. The project
and solution files are modified to refer to other source objects.

This check in also deletes the Visual Basic and Powershell examples.
Parties interested in .NET should find no difficulty converting the CSharp
examples to the language of their choice.


git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1199441 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-3586: Changes for QPID-3464 break cmake build in tar.gz distribution</title>
<updated>2011-11-07T20:56:53+00:00</updated>
<author>
<name>Andrew Stitcher</name>
<email>astitcher@apache.org</email>
</author>
<published>2011-11-07T20:56:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=1c90ca7456e04263635ef3d626808bf8a1118ad8'/>
<id>1c90ca7456e04263635ef3d626808bf8a1118ad8</id>
<content type='text'>
- Added in the new CMake files to EXTRA_DIST in the Makefile.am files so
  that they get built into the tarballs
- Added some cluster test files back into the .../tests/cluster.mk file
  as they seem to have been dropped by mistake (and having them missing
  also breaks the cmake build in a similar way)

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1198929 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Added in the new CMake files to EXTRA_DIST in the Makefile.am files so
  that they get built into the tarballs
- Added some cluster test files back into the .../tests/cluster.mk file
  as they seem to have been dropped by mistake (and having them missing
  also breaks the cmake build in a similar way)

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1198929 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-3464: Build Improvements (autotools) [inspired by  Jan-Marek Glogowski]</title>
<updated>2011-11-03T22:11:11+00:00</updated>
<author>
<name>Andrew Stitcher</name>
<email>astitcher@apache.org</email>
</author>
<published>2011-11-03T22:11:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=a402b15351229196e87647fc777b7f2dc1670922'/>
<id>a402b15351229196e87647fc777b7f2dc1670922</id>
<content type='text'>
- Simplified the python binding build
QPID-3458: Install compiled _cqpid.so for SWIG python bindings in site-packages directory
- Put the generated .pyc/.pyo and native .so in the correct place in the
  install tree

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1197326 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Simplified the python binding build
QPID-3458: Install compiled _cqpid.so for SWIG python bindings in site-packages directory
- Put the generated .pyc/.pyo and native .so in the correct place in the
  install tree

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1197326 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-3464: Build Improvements (CMake) [from Jan-Marek Glogowski]</title>
<updated>2011-11-03T14:32:01+00:00</updated>
<author>
<name>Andrew Stitcher</name>
<email>astitcher@apache.org</email>
</author>
<published>2011-11-03T14:32:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=063f1124a86299ac774b11cbcfe455fbe9ec0d55'/>
<id>063f1124a86299ac774b11cbcfe455fbe9ec0d55</id>
<content type='text'>
- Improved CMake build significantly bringing it closer in parity to
  autotools build

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1197146 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Improved CMake build significantly bringing it closer in parity to
  autotools build

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1197146 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-3362 - Creates the Qpid gem file for distribution on RubyGems.org</title>
<updated>2011-09-30T12:32:26+00:00</updated>
<author>
<name>Ted Ross</name>
<email>tross@apache.org</email>
</author>
<published>2011-09-30T12:32:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=3b3551e4c56315f0192ff1de4fb183826fccf954'/>
<id>3b3551e4c56315f0192ff1de4fb183826fccf954</id>
<content type='text'>
Committed patch from Darryl Pierce


git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1177629 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Committed patch from Darryl Pierce


git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1177629 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-3484 - QMF Main-Loop Integration</title>
<updated>2011-09-13T19:34:38+00:00</updated>
<author>
<name>Ted Ross</name>
<email>tross@apache.org</email>
</author>
<published>2011-09-13T19:34:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=5b4907d81effd26d15dd418ff2a3df8bb3dab9e3'/>
<id>5b4907d81effd26d15dd418ff2a3df8bb3dab9e3</id>
<content type='text'>
Applied patch from Darryl Pierce.


git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1170314 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Applied patch from Darryl Pierce.


git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1170314 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-3360 - Ruby implementation of Qpid example applications</title>
<updated>2011-09-12T21:06:44+00:00</updated>
<author>
<name>Ted Ross</name>
<email>tross@apache.org</email>
</author>
<published>2011-09-12T21:06:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=790c9dd7f9ba43a89a6e13f846507382c4f320e6'/>
<id>790c9dd7f9ba43a89a6e13f846507382c4f320e6</id>
<content type='text'>
Committed patch from Darryl Pierce.


git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1169926 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Committed patch from Darryl Pierce.


git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1169926 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-3480 - Directly encodes and decodes message content in Ruby</title>
<updated>2011-09-12T21:04:02+00:00</updated>
<author>
<name>Ted Ross</name>
<email>tross@apache.org</email>
</author>
<published>2011-09-12T21:04: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=0febf936f2205a4d00ecccde9b2ef15ff9e0e764'/>
<id>0febf936f2205a4d00ecccde9b2ef15ff9e0e764</id>
<content type='text'>
Committed patch from Darryl Pierce.


git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1169924 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Committed patch from Darryl Pierce.


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