<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tanya/meta, branch v0.19.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>Merge remote-tracking branch 'n8sh/DMD_2.105'</title>
<updated>2023-09-23T15:22:27+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2023-09-23T15:22:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/tanya/commit/?id=e1fd5286073164f0f2cf63e5225e1b80a245ba07'/>
<id>e1fd5286073164f0f2cf63e5225e1b80a245ba07</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to compile with DMD 2.105</title>
<updated>2023-09-22T19:43:36+00:00</updated>
<author>
<name>Nathan Sashihara</name>
<email>21227491+n8sh@users.noreply.github.com</email>
</author>
<published>2023-09-22T19:42:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/tanya/commit/?id=20ae6465d69ba1c35cb3bb35e98cb10072e2a563'/>
<id>20ae6465d69ba1c35cb3bb35e98cb10072e2a563</id>
<content type='text'>
https://dlang.org/changelog/2.105.0.html#dmd.enum-function

&gt; enum on a function declaration had no effect other than being
&gt; equivalent to the auto storage class when no return type was present.
&gt; That syntax could be confused with enum manifest constants and is now
&gt; an error... Instead, remove enum and use auto where necessary
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://dlang.org/changelog/2.105.0.html#dmd.enum-function

&gt; enum on a function declaration had no effect other than being
&gt; equivalent to the auto storage class when no return type was present.
&gt; That syntax could be confused with enum manifest constants and is now
&gt; an error... Instead, remove enum and use auto where necessary
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove traits depending on deprecated complex</title>
<updated>2023-03-25T14:55:57+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2023-03-25T14:55:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/tanya/commit/?id=728eaf88fb376025bd729b7047a7a73553005dd9'/>
<id>728eaf88fb376025bd729b7047a7a73553005dd9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyrights</title>
<updated>2020-05-05T05:46:10+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2020-05-05T05:46:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/tanya/commit/?id=3ce5e8153ca7f46f2211cde700d4bef9e2256695'/>
<id>3ce5e8153ca7f46f2211cde700d4bef9e2256695</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update compiler, remove deprecated modules</title>
<updated>2020-05-04T04:03:45+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2020-05-04T04:03:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/tanya/commit/?id=c68b8d1bddd61b06135324cdaed5eb8d7c74ea60'/>
<id>c68b8d1bddd61b06135324cdaed5eb8d7c74ea60</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add algorithm.iteration.foldl</title>
<updated>2019-04-16T05:20:52+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2019-04-16T05:20:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/tanya/commit/?id=f214f3baa2f3b613f39ded5ac615a887603aa05c'/>
<id>f214f3baa2f3b613f39ded5ac615a887603aa05c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Build with -dip1000. Fix #85</title>
<updated>2019-04-15T05:05:56+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2019-04-15T04:42:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/tanya/commit/?id=f66935f40d58e33c2882f5899186dce743bc91ad'/>
<id>f66935f40d58e33c2882f5899186dce743bc91ad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor allSatisfy, anySatisfy, staticIndexOf</title>
<updated>2019-04-03T16:34:39+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2019-04-03T16:34:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/tanya/commit/?id=d55eac3bace62774e730921f4544681f00db4fc2'/>
<id>d55eac3bace62774e730921f4544681f00db4fc2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add meta.trait.hasFunctionAttributes</title>
<updated>2019-03-24T20:59:29+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2019-03-24T20:59:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/tanya/commit/?id=2b8471fe34b07c4f1ae4aed479d6d1f631881435'/>
<id>2b8471fe34b07c4f1ae4aed479d6d1f631881435</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Separate non-documentation tests from the code</title>
<updated>2019-03-19T06:45:52+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2019-03-18T12:03:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/tanya/commit/?id=484cb13317921c78468dc3f9c16a0fc786b119c0'/>
<id>484cb13317921c78468dc3f9c16a0fc786b119c0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
