<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/qpid-python.git/qpid/cpp/examples/examples.sln, branch linearstore</title>
<subtitle>git.apache.org: qpid.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/qpid-python.git/'/>
<entry>
<title>QPID-4984: WIP - Merge from trunk r.1534385.</title>
<updated>2013-10-21T22:04:51+00:00</updated>
<author>
<name>Kim van der Riet</name>
<email>kpvdr@apache.org</email>
</author>
<published>2013-10-21T22:04:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=888581cb9781259073d190edede25e6253ec7dd9'/>
<id>888581cb9781259073d190edede25e6253ec7dd9</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/linearstore@1534394 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/branches/linearstore@1534394 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Realign Visual Studio projects to match new examples locations; related to QPID-3067.</title>
<updated>2011-03-02T13:30:15+00:00</updated>
<author>
<name>Stephen D. Huston</name>
<email>shuston@apache.org</email>
</author>
<published>2011-03-02T13:30:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=c96f9fa16e589ed853471e9a3dcc2308d96bc172'/>
<id>c96f9fa16e589ed853471e9a3dcc2308d96bc172</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1076215 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@1076215 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-2827 - QPID Cpp WinSDK does not contain 64-bit libraries</title>
<updated>2010-08-30T19:38:31+00:00</updated>
<author>
<name>Ted Ross</name>
<email>tross@apache.org</email>
</author>
<published>2010-08-30T19:38:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=5c8fccfe7be795566e4fa1d7616acdcc6c1997a1'/>
<id>5c8fccfe7be795566e4fa1d7616acdcc6c1997a1</id>
<content type='text'>
Patch from Chuck Rolke

* Adds the x64 platform to the cpp\example solution and six example projects. 
* Adds the x64 platform to the qpid messaging .NET binding dlls and examples. 
* Adds QPID_BUILD_ROOT environment variable to .NET binding projects for locating C++ libraries and headers, and for storing generated output. This is required to compensate for the varying location of cmake-generated directories. For a given build QPID_BUILD_ROOT must be set to the directory in which cmake was run. 
* Reorganize the bld-winsdk.ps1 script to build x86 (Win32) and x64 platforms. 
* Update Readme-winsdk.txt content. Also switch this file to DOS line endings to improve its usability on a Windows system. 
* Add a shadow solution file and shadow project files for the C# examples. The new build process copies the development example source tree to get the example sources organized into a hierarchy and then overlays the copied tree with the shadow .sln and .csproj files. Users then build the examples directly using the customized solution.


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

* Adds the x64 platform to the cpp\example solution and six example projects. 
* Adds the x64 platform to the qpid messaging .NET binding dlls and examples. 
* Adds QPID_BUILD_ROOT environment variable to .NET binding projects for locating C++ libraries and headers, and for storing generated output. This is required to compensate for the varying location of cmake-generated directories. For a given build QPID_BUILD_ROOT must be set to the directory in which cmake was run. 
* Reorganize the bld-winsdk.ps1 script to build x86 (Win32) and x64 platforms. 
* Update Readme-winsdk.txt content. Also switch this file to DOS line endings to improve its usability on a Windows system. 
* Add a shadow solution file and shadow project files for the C# examples. The new build process copies the development example source tree to get the example sources organized into a hierarchy and then overlays the copied tree with the shadow .sln and .csproj files. Users then build the examples directly using the customized solution.


git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@990917 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Windows SDK work:</title>
<updated>2010-06-04T21:11:04+00:00</updated>
<author>
<name>Andrew Stitcher</name>
<email>astitcher@apache.org</email>
</author>
<published>2010-06-04T21:11:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=a3ae0e7ee20d586e512cc2844f89dce0b031cf5e'/>
<id>a3ae0e7ee20d586e512cc2844f89dce0b031cf5e</id>
<content type='text'>
* Added message_drain &amp; message_spout programs back into the SDK examples
* Modified messaging example project files to use qpidmessaging library (instead of old qpidclient lib)
* Removed all x64 configurations from the example messaging projects
  as we don't include the x64 libs in the SDK
* Put import libs in lib directory to separate them from dlls
* Removed use of BOOST_ROOT env var from example projects as no boost headers are needed by the SDK


git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@951572 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Added message_drain &amp; message_spout programs back into the SDK examples
* Modified messaging example project files to use qpidmessaging library (instead of old qpidclient lib)
* Removed all x64 configurations from the example messaging projects
  as we don't include the x64 libs in the SDK
* Put import libs in lib directory to separate them from dlls
* Removed use of BOOST_ROOT env var from example projects as no boost headers are needed by the SDK


git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@951572 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Strip out the Unicode BOM mark</title>
<updated>2010-04-22T17:02:26+00:00</updated>
<author>
<name>Andrew Stitcher</name>
<email>astitcher@apache.org</email>
</author>
<published>2010-04-22T17:02:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=7bdeb4a889a92b89a2f5f910a71d938d273ae2e6'/>
<id>7bdeb4a889a92b89a2f5f910a71d938d273ae2e6</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@936962 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@936962 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed license text in c++ Visual Studio examples solutions files.</title>
<updated>2010-04-21T14:59:50+00:00</updated>
<author>
<name>Andrew Stitcher</name>
<email>astitcher@apache.org</email>
</author>
<published>2010-04-21T14:59:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=fd39e9e9c545017dd1c48ecacde935543be038f9'/>
<id>fd39e9e9c545017dd1c48ecacde935543be038f9</id>
<content type='text'>
- Ensured there were no blank lines so as not to confuse vcbuild
Removed x64 builds as currently we only support win32 builds.

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@936339 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Ensured there were no blank lines so as not to confuse vcbuild
Removed x64 builds as currently we only support win32 builds.

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@936339 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed drain and spout projects from examples as they need boost</title>
<updated>2010-04-15T03:17:38+00:00</updated>
<author>
<name>Andrew Stitcher</name>
<email>astitcher@apache.org</email>
</author>
<published>2010-04-15T03:17:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=8c609a167316ae815606a727e9ccd38cf5f90324'/>
<id>8c609a167316ae815606a727e9ccd38cf5f90324</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@934274 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@934274 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Split example Visual Studio projects into old API and new API solutions</title>
<updated>2010-04-14T21:46:23+00:00</updated>
<author>
<name>Andrew Stitcher</name>
<email>astitcher@apache.org</email>
</author>
<published>2010-04-14T21:46:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=bb106d52529b9ad6d5784cfc0c7d1015f28ab64b'/>
<id>bb106d52529b9ad6d5784cfc0c7d1015f28ab64b</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@934208 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@934208 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Add messaging drain and spout examples.</title>
<updated>2010-03-22T20:57:47+00:00</updated>
<author>
<name>Stephen D. Huston</name>
<email>shuston@apache.org</email>
</author>
<published>2010-03-22T20:57:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=8e8d79f15c162347cb50814bae6b7101993a4d2b'/>
<id>8e8d79f15c162347cb50814bae6b7101993a4d2b</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@926326 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@926326 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Add vcproj files for messaging/drain and messaging/spout; resolves QPID-2299</title>
<updated>2010-01-05T22:06:29+00:00</updated>
<author>
<name>Stephen D. Huston</name>
<email>shuston@apache.org</email>
</author>
<published>2010-01-05T22:06:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=781e0c8468dcebdc2743dcf3011572c3fdc87a6d'/>
<id>781e0c8468dcebdc2743dcf3011572c3fdc87a6d</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@896242 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@896242 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
</feed>
