<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/qpid-python.git/cpp/bindings/qpid/dotnet/test, branch asyncstore</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-10T20:14:45+00:00</updated>
<author>
<name>Charles E. Rolke</name>
<email>chug@apache.org</email>
</author>
<published>2011-11-10T20:14:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=4c17d975b8cb6d9cc520488cc6cd173acbcc0f54'/>
<id>4c17d975b8cb6d9cc520488cc6cd173acbcc0f54</id>
<content type='text'>
Add the Visual Studio 2010 (msvc10) solution and project files for the .NET Binding.

Work remaining for VS2010 includes cpp/examples/ and wcf/.

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1200522 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add the Visual Studio 2010 (msvc10) solution and project files for the .NET Binding.

Work remaining for VS2010 includes cpp/examples/ and wcf/.

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1200522 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=88a69212d099411cde536085a54bf6a5d956ba6d'/>
<id>88a69212d099411cde536085a54bf6a5d956ba6d</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/qpid@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/qpid@1199441 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>NO-JIRA Clean up some text and formatting in .NET binding.</title>
<updated>2011-08-17T19:12:23+00:00</updated>
<author>
<name>Charles E. Rolke</name>
<email>chug@apache.org</email>
</author>
<published>2011-08-17T19:12: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=4ed58953ddb2f89069edae20da375cc91b7e091f'/>
<id>4ed58953ddb2f89069edae20da375cc91b7e091f</id>
<content type='text'>
1. Delete Microsoft name in some projects.
2. Get rid of ascii codes &gt;= 0x80. The copyright symbol is the main culprit.
3. Change 2010 to 2011.
4. Minor tab and trailing whitespace removal.

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1158873 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
1. Delete Microsoft name in some projects.
2. Get rid of ascii codes &gt;= 0x80. The copyright symbol is the main culprit.
3. Change 2010 to 2011.
4. Minor tab and trailing whitespace removal.

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1158873 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-2953 Qpid Cpp Messaging .NET Binding does not include unit tests.</title>
<updated>2010-11-18T21:41:34+00:00</updated>
<author>
<name>Charles E. Rolke</name>
<email>chug@apache.org</email>
</author>
<published>2010-11-18T21:41: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=b54eae65db8b6c1e59b04dff606f734bc2eaa9ab'/>
<id>b54eae65db8b6c1e59b04dff606f734bc2eaa9ab</id>
<content type='text'>
This checkin converts project test\messaging.test from an EXE to a DLL usable by NUnit. 
Tests for several managed objects are included in new files.

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1036644 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This checkin converts project test\messaging.test from an EXE to a DLL usable by NUnit. 
Tests for several managed objects are included in new files.

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1036644 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=328d20e1bb2187d741c892387e06a559739e9363'/>
<id>328d20e1bb2187d741c892387e06a559739e9363</id>
<content type='text'>
This submission repairs 39 files.

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@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/qpid@1028000 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-2895 Qpid Windows Messaging .NET Binding does not work in release mode.</title>
<updated>2010-10-11T14:11:56+00:00</updated>
<author>
<name>Charles E. Rolke</name>
<email>chug@apache.org</email>
</author>
<published>2010-10-11T14:11:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=0cb8fdbd743438ac13efbe89121e05b15a473600'/>
<id>0cb8fdbd743438ac13efbe89121e05b15a473600</id>
<content type='text'>
The problem is that the Release mode dll is built with links to the MSVC debug runtime libraries.
This fix also gets rid of the AllCPU configuration.

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1021351 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The problem is that the Release mode dll is built with links to the MSVC debug runtime libraries.
This fix also gets rid of the AllCPU configuration.

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1021351 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://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=3a4d8a82ea6e9cd405ac7d480fd8b70b1aaf76ab'/>
<id>3a4d8a82ea6e9cd405ac7d480fd8b70b1aaf76ab</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/qpid@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/qpid@990917 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-2589 - Patch from Chuck Rolke</title>
<updated>2010-07-19T19:51:47+00:00</updated>
<author>
<name>Ted Ross</name>
<email>tross@apache.org</email>
</author>
<published>2010-07-19T19:51:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=56cf23dc21b5787a4b567afe5b83c3e5504071e6'/>
<id>56cf23dc21b5787a4b567afe5b83c3e5504071e6</id>
<content type='text'>
This patch cleans up or adds the copy constructors and the copy assignment operators for the binding classes. 

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@965603 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch cleans up or adds the copy constructors and the copy assignment operators for the binding classes. 

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@965603 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-2589 - Patch from Chuck Rolke</title>
<updated>2010-06-25T17:55:46+00:00</updated>
<author>
<name>Ted Ross</name>
<email>tross@apache.org</email>
</author>
<published>2010-06-25T17:55: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=cff7dc046568b207c9a08dea221427c54706c747'/>
<id>cff7dc046568b207c9a08dea221427c54706c747</id>
<content type='text'>
* Convert c-style Get() functions to c#-style properties. 
* Add powershell helloworld example. 
* Fix message SetContent to accept byte array or byte array slice. 
* Re-code Session GetReceiver and GetSender not to malloc new objects but to create the objects on the stack.

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@958052 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Convert c-style Get() functions to c#-style properties. 
* Add powershell helloworld example. 
* Fix message SetContent to accept byte array or byte array slice. 
* Re-code Session GetReceiver and GetSender not to malloc new objects but to create the objects on the stack.

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@958052 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-2589 - Patch from Chuck Rolke</title>
<updated>2010-06-24T12:40:11+00:00</updated>
<author>
<name>Ted Ross</name>
<email>tross@apache.org</email>
</author>
<published>2010-06-24T12:40: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=8faa1d55ca1507ae4913e5476f21fbcd83e70bfe'/>
<id>8faa1d55ca1507ae4913e5476f21fbcd83e70bfe</id>
<content type='text'>
Visual Basic example added, UUID support added, C# Hello World example added.

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@957531 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Visual Basic example added, UUID support added, C# Hello World example added.

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