<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tanya/dub.json, branch v0.16.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>Add module for network interfaces</title>
<updated>2018-09-01T08:15:23+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2018-09-01T07:56:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/tanya/commit/?id=aa12aa90145c9b6f34198cd453953e4c2b12f576'/>
<id>aa12aa90145c9b6f34198cd453953e4c2b12f576</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add hash table to the "Current status" branches</title>
<updated>2018-03-15T04:46:42+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2018-03-15T04:46:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/tanya/commit/?id=80a177179d271b6d023f51aa3abb69376415b36e'/>
<id>80a177179d271b6d023f51aa3abb69376415b36e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'n8sh/getrandom-syscall'</title>
<updated>2018-02-22T04:25:59+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2018-02-22T04:25:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/tanya/commit/?id=af942116e4acc5424c5e9883eb8173904f0b84df'/>
<id>af942116e4acc5424c5e9883eb8173904f0b84df</id>
<content type='text'>
Fix #18.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix #18.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use correct getrandom linux syscall on non-x86_64</title>
<updated>2018-02-21T09:49:48+00:00</updated>
<author>
<name>Nathan Sashihara</name>
<email>21227491+n8sh@users.noreply.github.com</email>
</author>
<published>2018-02-19T12:32:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/tanya/commit/?id=7ee4af9e79f294033eaa51a2a272606e1630ffcc'/>
<id>7ee4af9e79f294033eaa51a2a272606e1630ffcc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement PlatformEntropySource for macOS, Microsoft Windows, NetBSD, OpenBSD, Solaris</title>
<updated>2018-02-21T08:18:52+00:00</updated>
<author>
<name>Nathan Sashihara</name>
<email>21227491+n8sh@users.noreply.github.com</email>
</author>
<published>2018-02-19T14:21:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/tanya/commit/?id=9876d9245c76056e190a12c9ed471f047e57a37e'/>
<id>9876d9245c76056e190a12c9ed471f047e57a37e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add dynamic library target</title>
<updated>2018-01-13T05:21:42+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2018-01-13T05:21:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/tanya/commit/?id=c1864cf473b4a40aef05b8935d6eb4ef2fc94bfd'/>
<id>c1864cf473b4a40aef05b8935d6eb4ef2fc94bfd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #304</title>
<updated>2017-09-26T06:26:12+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2017-09-26T06:26:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/tanya/commit/?id=faebf3e4d5f6fcdfe1ad9f30c75fb478a7259fd1'/>
<id>faebf3e4d5f6fcdfe1ad9f30c75fb478a7259fd1</id>
<content type='text'>
Replace inline assembly with GAS.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace inline assembly with GAS.
</pre>
</div>
</content>
</entry>
<entry>
<title>math: Add floating point support to abs</title>
<updated>2017-09-13T04:43:49+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2017-09-13T04:43:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/tanya/commit/?id=3e9ca359da0c2fd1987399e59f282374f069872e'/>
<id>3e9ca359da0c2fd1987399e59f282374f069872e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add generic description for 'meta' package</title>
<updated>2017-09-09T09:48:30+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2017-09-09T09:48:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/tanya/commit/?id=3567a6608e928245616ad87dd602af2a3081d197'/>
<id>3567a6608e928245616ad87dd602af2a3081d197</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add "native" configuration and TanyaPhobos version</title>
<updated>2017-08-24T22:29:43+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2017-08-24T22:29:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/tanya/commit/?id=c9a4a2f65176fd4a3f9a74ce07b1be27ad6c793e'/>
<id>c9a4a2f65176fd4a3f9a74ce07b1be27ad6c793e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
