<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/qpid-python.git/cpp/bindings/qpid/dotnet, branch asyncstore</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>Update from trunk r1375509 through r1450773</title>
<updated>2013-02-28T16:14:30+00:00</updated>
<author>
<name>Kim van der Riet</name>
<email>kpvdr@apache.org</email>
</author>
<published>2013-02-28T16:14:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=9c73ef7a5ac10acd6a50d5d52bd721fc2faa5919'/>
<id>9c73ef7a5ac10acd6a50d5d52bd721fc2faa5919</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/asyncstore@1451244 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/asyncstore@1451244 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-3858: Updated branch - merged from trunk r.1333987</title>
<updated>2012-05-04T15:39:19+00:00</updated>
<author>
<name>Kim van der Riet</name>
<email>kpvdr@apache.org</email>
</author>
<published>2012-05-04T15:39:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=633c33f224f3196f3f9bd80bd2e418d8143fea06'/>
<id>633c33f224f3196f3f9bd80bd2e418d8143fea06</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/asyncstore@1334037 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/asyncstore@1334037 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-3193 Locking .NET Disposed objects - repair patch r1221824</title>
<updated>2011-12-22T16:51:16+00:00</updated>
<author>
<name>Charles E. Rolke</name>
<email>chug@apache.org</email>
</author>
<published>2011-12-22T16:51:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=3b2ada4286577b6bd12090346ebe2aa69073b38f'/>
<id>3b2ada4286577b6bd12090346ebe2aa69073b38f</id>
<content type='text'>
That code initialized the private lock object instead of locking it.

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1222343 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
That code initialized the private lock object instead of locking it.

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1222343 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-3193 Major update provides locks and checks for disposed objects.</title>
<updated>2011-12-21T17:55:59+00:00</updated>
<author>
<name>Charles E. Rolke</name>
<email>chug@apache.org</email>
</author>
<published>2011-12-21T17:55:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=4f42e5c54f2513e4ea021ac9494d9397dfeec58a'/>
<id>4f42e5c54f2513e4ea021ac9494d9397dfeec58a</id>
<content type='text'>
* White space police: tabs, trailing white, reformat source per Visual Studio ^k ^f.
* Changed native object pointer names to nativeObjPtr for all classes.
* Reviewed at https://reviews.apache.org/r/3239
* No macros - all code expanded in-line.
* msclr::lock scoped locks use per-object private lock and not 'this'.
* References to native functions of disposed (.NET Dispose, C++ delete) objects throws ObjectDisposedException.
* Each object gets an IsDisposed property for diagnostic purposes.
* Unused file Duration.cpp is deleted.

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1221824 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* White space police: tabs, trailing white, reformat source per Visual Studio ^k ^f.
* Changed native object pointer names to nativeObjPtr for all classes.
* Reviewed at https://reviews.apache.org/r/3239
* No macros - all code expanded in-line.
* msclr::lock scoped locks use per-object private lock and not 'this'.
* References to native functions of disposed (.NET Dispose, C++ delete) objects throws ObjectDisposedException.
* Each object gets an IsDisposed property for diagnostic purposes.
* Unused file Duration.cpp is deleted.

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1221824 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-2634 VS2010 - Tidy up the Csharp WinSDK VS2010 project files.</title>
<updated>2011-12-08T20:27:04+00:00</updated>
<author>
<name>Charles E. Rolke</name>
<email>chug@apache.org</email>
</author>
<published>2011-12-08T20:27:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=331628ce8fe9b7cbf132c087eb03917a9dd3ec9c'/>
<id>331628ce8fe9b7cbf132c087eb03917a9dd3ec9c</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1212087 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/qpid@1212087 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-2643 Visual Studio 2010</title>
<updated>2011-12-07T21:45:50+00:00</updated>
<author>
<name>Charles E. Rolke</name>
<email>chug@apache.org</email>
</author>
<published>2011-12-07T21:45:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=1bc09a3209bac1d73fb9c6c81080ad1f112e6db6'/>
<id>1bc09a3209bac1d73fb9c6c81080ad1f112e6db6</id>
<content type='text'>
Modify the VS2008 variants of dotnet_examples to work with new directory
structure.

Restore copying dotnet_example solutions/projects to WinSDK.

TODO: Get VS2010 solutions/projects working.

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1211649 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Modify the VS2008 variants of dotnet_examples to work with new directory
structure.

Restore copying dotnet_example solutions/projects to WinSDK.

TODO: Get VS2010 solutions/projects working.

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1211649 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-2643 Visual Studio 2010</title>
<updated>2011-11-23T18:58:50+00:00</updated>
<author>
<name>Charles E. Rolke</name>
<email>chug@apache.org</email>
</author>
<published>2011-11-23T18:58:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=4c77903c16f4263eacb16418f8c53e2267486dbd'/>
<id>4c77903c16f4263eacb16418f8c53e2267486dbd</id>
<content type='text'>
modify project and script to support refactoring for VS2010.

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1205537 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
modify project and script to support refactoring for VS2010.

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1205537 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-2643 Visual Studio 2010</title>
<updated>2011-11-11T17:41:55+00:00</updated>
<author>
<name>Charles E. Rolke</name>
<email>chug@apache.org</email>
</author>
<published>2011-11-11T17:41:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=a96cc1c44a02e7d438e160c220090dd080fa414c'/>
<id>a96cc1c44a02e7d438e160c220090dd080fa414c</id>
<content type='text'>
For the WinSDK kit: generate VS2010 .NET examples solution and project files.
Organize them into msvc9 and msvc10 directories.
Tidy up the EXTRA_DIST reflection coincidently with the file moves and adds.

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1200986 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For the WinSDK kit: generate VS2010 .NET examples solution and project files.
Organize them into msvc9 and msvc10 directories.
Tidy up the EXTRA_DIST reflection coincidently with the file moves and adds.

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1200986 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-2643 Visual Studio 2010</title>
<updated>2011-11-11T14:09:11+00:00</updated>
<author>
<name>Charles E. Rolke</name>
<email>chug@apache.org</email>
</author>
<published>2011-11-11T14:09:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=5e705946c75da634c5059e6f1bcfd78424791ce5'/>
<id>5e705946c75da634c5059e6f1bcfd78424791ce5</id>
<content type='text'>
Observe new and moved files in the EXTRA_DIST list. (more to come)

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1200893 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Observe new and moved files in the EXTRA_DIST list. (more to come)

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1200893 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-2643 Visual Studio 2010</title>
<updated>2011-11-10T20:31:46+00:00</updated>
<author>
<name>Charles E. Rolke</name>
<email>chug@apache.org</email>
</author>
<published>2011-11-10T20:31:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=697d1f52cb398d0edff754d5b9e67fb796702eab'/>
<id>697d1f52cb398d0edff754d5b9e67fb796702eab</id>
<content type='text'>
Repair a stray file committed in r1200522


git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1200537 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Repair a stray file committed in r1200522


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