<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tanya, branch v0.4.0</title>
<subtitle>GC-free, high-performance D library: Containers, networking, metaprogramming, memory management, utilities.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/tanya/'/>
<entry>
<title>Integer storage optimization</title>
<updated>2017-04-30T14:07:44+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2017-04-30T14:07:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/tanya/commit/?id=65c3ca14ece7aee1199c7dbc26cd031e902946ef'/>
<id>65c3ca14ece7aee1199c7dbc26cd031e902946ef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make Integer representation little endian</title>
<updated>2017-04-25T17:50:06+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2017-04-19T11:49:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/tanya/commit/?id=4fa47153bac8c40311b5c53ad7f333573f18bcb4'/>
<id>4fa47153bac8c40311b5c53ad7f333573f18bcb4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make RefCounted work with dynamic arrays</title>
<updated>2017-04-16T18:14:04+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2017-04-16T18:14:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/tanya/commit/?id=628153e2e88063a9c20b39ec64c05ef0007fb0b9'/>
<id>628153e2e88063a9c20b39ec64c05ef0007fb0b9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add internal finalize method for finalizing an object without deallocating</title>
<updated>2017-04-16T18:13:20+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2017-04-16T18:13:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/tanya/commit/?id=7aa9ac9f4ade415c29c7fc6d17c08433af8d3337'/>
<id>7aa9ac9f4ade415c29c7fc6d17c08433af8d3337</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for dmd 2.074.0, remove 2.070.2</title>
<updated>2017-04-13T14:02:18+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2017-04-13T14:01:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/tanya/commit/?id=8156d0fe3a2da9d27195f38e7d9e005f296c1558'/>
<id>8156d0fe3a2da9d27195f38e7d9e005f296c1558</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove opApply from containers</title>
<updated>2017-04-07T14:00:50+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2017-04-07T14:00:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/tanya/commit/?id=6e2ce5d68618a74fbd9cf39abf2ccb8f9f954783'/>
<id>6e2ce5d68618a74fbd9cf39abf2ccb8f9f954783</id>
<content type='text'>
opApply requires additional overloads for the const containers (with a
const delegate). If using a templated opApply foreach cannot infer the
types for the variables. foreach with one argument still works
(opIndex() is used), for more complex cases slicing should be used.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
opApply requires additional overloads for the const containers (with a
const delegate). If using a templated opApply foreach cannot infer the
types for the variables. foreach with one argument still works
(opIndex() is used), for more complex cases slicing should be used.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make SList range public</title>
<updated>2017-04-07T13:17:14+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2017-04-07T13:17:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/tanya/commit/?id=ba6bf554fb0813c3d358a5c78e74f24966346762'/>
<id>ba6bf554fb0813c3d358a5c78e74f24966346762</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Vector.insertAfter/Before an empty range</title>
<updated>2017-04-04T13:11:14+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2017-04-04T13:11:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/tanya/commit/?id=b1d2b9bd9e37c043ab382e93f8016231233de13c'/>
<id>b1d2b9bd9e37c043ab382e93f8016231233de13c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix network.inet release build</title>
<updated>2017-04-04T06:36:42+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2017-04-04T06:36:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/tanya/commit/?id=9b953198fafabffb2984df8ffff7d89366d909a7'/>
<id>9b953198fafabffb2984df8ffff7d89366d909a7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Swap toHostOrder template parameters</title>
<updated>2017-04-03T13:32:15+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2017-04-03T13:32:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/tanya/commit/?id=bc2a6d2703314214eadec1c8b9714e19eaed434d'/>
<id>bc2a6d2703314214eadec1c8b9714e19eaed434d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
