<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tanya/source, branch v0.7.7</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>Update dmd to 2.078.0</title>
<updated>2018-01-04T04:36:46+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2018-01-04T04:36:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/tanya/commit/?id=8db1851c5ce4c74676e38c822f8678aaba421a3c'/>
<id>8db1851c5ce4c74676e38c822f8678aaba421a3c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix formatting null class references</title>
<updated>2017-12-16T08:42:57+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2017-12-16T08:42:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/tanya/commit/?id=12de700706c0ef69b4257f91b736b4d1b5aa5151'/>
<id>12de700706c0ef69b4257f91b736b4d1b5aa5151</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Format stringish ranges</title>
<updated>2017-12-15T21:42:18+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2017-12-15T21:42:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/tanya/commit/?id=78a8afdf75404526ea02d6bc80d130e85682dd81'/>
<id>78a8afdf75404526ea02d6bc80d130e85682dd81</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add struct formatting</title>
<updated>2017-12-14T18:47:13+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2017-12-14T18:47:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/tanya/commit/?id=3c996d7c579666f6ce208f921e229b873e818102'/>
<id>3c996d7c579666f6ce208f921e229b873e818102</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Put real formatting code into a separate function</title>
<updated>2017-12-09T09:02:54+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2017-12-09T09:02:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/tanya/commit/?id=2a68048fc18defabb1e887e45a5c19619c8e8da2'/>
<id>2a68048fc18defabb1e887e45a5c19619c8e8da2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>format: Aggregate types</title>
<updated>2017-12-08T09:56:59+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2017-12-08T09:56:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/tanya/commit/?id=7fe69ccc5c4418f23f960d25d3b6e2f6ce775345'/>
<id>7fe69ccc5c4418f23f960d25d3b6e2f6ce775345</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Wrap formatting into printToString</title>
<updated>2017-12-03T18:53:06+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2017-12-03T18:53:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/tanya/commit/?id=26c3532e282f549f5634f131f042c4c13349e69b'/>
<id>26c3532e282f549f5634f131f042c4c13349e69b</id>
<content type='text'>
printToString gets the output string as argument and can be called
recursive with the same output string to format ranges.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
printToString gets the output string as argument and can be called
recursive with the same output string to format ranges.
</pre>
</div>
</content>
</entry>
<entry>
<title>Reintroduce isStruct, isClass and isInterface</title>
<updated>2017-11-29T18:53:28+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2017-11-29T18:53:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/tanya/commit/?id=9e16d84f9e9c6e0c38763ea07b1c5d385100467e'/>
<id>9e16d84f9e9c6e0c38763ea07b1c5d385100467e</id>
<content type='text'>
since they can be useful for generic programming.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
since they can be useful for generic programming.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move remaining to methods to tanya.conv</title>
<updated>2017-11-29T18:09:58+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2017-11-29T18:09:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/tanya/commit/?id=7e7bf40f70b70e1dabc8ade56992ad6436b23b4b'/>
<id>7e7bf40f70b70e1dabc8ade56992ad6436b23b4b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add boolean and null formatting</title>
<updated>2017-11-29T17:44:51+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2017-11-29T17:44:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/tanya/commit/?id=642717883ec9a4bb7f3f92e2af16168935f996da'/>
<id>642717883ec9a4bb7f3f92e2af16168935f996da</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
