<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cython.git/Cython/Utility/CppConvert.pyx, branch fixed_code_objects</title>
<subtitle>github.com: cython/cython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cython.git/'/>
<entry>
<title>Allow conversion of std::complex to/from Python objects.</title>
<updated>2016-06-19T00:40:15+00:00</updated>
<author>
<name>Robert Bradshaw</name>
<email>robertwb@gmail.com</email>
</author>
<published>2016-06-19T00:40:15+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cython.git/commit/?id=2c3c04b25620c437ce41d7851e7581eb1f0c313c'/>
<id>2c3c04b25620c437ce41d7851e7581eb1f0c313c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove duplicate code</title>
<updated>2014-11-23T19:29:46+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2014-11-23T19:29:46+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cython.git/commit/?id=722d3039f0b65e8fa2df4b549b2e39dcdcc53dfb'/>
<id>722d3039f0b65e8fa2df4b549b2e39dcdcc53dfb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>factor out redundancy in std::string -&gt; Python object helper code</title>
<updated>2014-10-31T13:33:42+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2014-10-31T13:33:42+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cython.git/commit/?id=ea071f257199ec69beb28d9c691344b958a9b31f'/>
<id>ea071f257199ec69beb28d9c691344b958a9b31f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add missing std::string to str convertion helper</title>
<updated>2014-10-31T13:28:46+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2014-10-31T13:28:46+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cython.git/commit/?id=76254d22abdb4e35e1d1061f5680786ed1dff634'/>
<id>76254d22abdb4e35e1d1061f5680786ed1dff634</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>improve safety of cname substring replacements for C++ string conversion functions: only replace first occurrence as there may be a user defined portion following</title>
<updated>2014-09-18T16:38:36+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2014-09-18T16:38:36+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cython.git/commit/?id=718072172946e7a1beb18b1dd286e96407a6db23'/>
<id>718072172946e7a1beb18b1dd286e96407a6db23</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>undo C++ to-py helper functions rewrite as it lost the ability to extend the set of string-ishly convertible types</title>
<updated>2014-09-18T16:33:36+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2014-09-18T16:33:36+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cython.git/commit/?id=1be32e5c4d7e9a3640fa730d7c9f43eb9c3b15e2'/>
<id>1be32e5c4d7e9a3640fa730d7c9f43eb9c3b15e2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>reduce C code overhead for C++ std::string -&gt; PyObject conversion helpers by implementing them directly in C++ and not Cython</title>
<updated>2014-09-17T20:41:01+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2014-09-17T20:41:01+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cython.git/commit/?id=796d16b5e0228152e881df2eda71b08fe771c959'/>
<id>796d16b5e0228152e881df2eda71b08fe771c959</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>minor traceback beautification for string conversion helper functions</title>
<updated>2014-09-17T19:31:26+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2014-09-17T19:31:26+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cython.git/commit/?id=b127aa608d5c15f39e34e8b955d1ede0becfaee2'/>
<id>b127aa608d5c15f39e34e8b955d1ede0becfaee2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix explicit &lt;bytes&gt; etc. casts for C++ std::string when auto-decoding is enabled</title>
<updated>2014-09-17T19:23:12+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2014-09-17T19:23:12+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cython.git/commit/?id=113bdaa0580eb3073e960decb9a04c442ed1c72b'/>
<id>113bdaa0580eb3073e960decb9a04c442ed1c72b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow custom std::string alternatives.</title>
<updated>2014-09-01T16:48:48+00:00</updated>
<author>
<name>Robert Bradshaw</name>
<email>robertwb@gmail.com</email>
</author>
<published>2014-09-01T16:48:48+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cython.git/commit/?id=51a47ebe3ca928a91a55baa1c1b92a403106c93f'/>
<id>51a47ebe3ca928a91a55baa1c1b92a403106c93f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
