<feed xmlns='http://www.w3.org/2005/Atom'>
<title>DMagick, branch ImageMagick_6.9.9</title>
<subtitle>A ImageMagick binding for the D Programing Language</subtitle>
<id>https://git.mikewey.eu/DMagick/atom?h=ImageMagick_6.9.9</id>
<link rel='self' href='https://git.mikewey.eu/DMagick/atom?h=ImageMagick_6.9.9'/>
<link rel='alternate' type='text/html' href='https://git.mikewey.eu/DMagick/'/>
<updated>2018-05-20T18:03:58+00:00</updated>
<entry>
<title>Update the headers for Imagemagick 6.9.9</title>
<updated>2018-05-20T18:03:58+00:00</updated>
<author>
<name>Mike Wey</name>
</author>
<published>2018-05-20T18:03:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.mikewey.eu/DMagick/commit/?id=f00bdd964cc3ef18cf7c16bfe09deeaafe035dce'/>
<id>urn:sha1:f00bdd964cc3ef18cf7c16bfe09deeaafe035dce</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix installing with meson.</title>
<updated>2017-08-12T15:43:00+00:00</updated>
<author>
<name>Mike Wey</name>
</author>
<published>2017-08-12T15:43:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.mikewey.eu/DMagick/commit/?id=39d6a202bf6db2ca7ac080eb76a88d16fc3b7994'/>
<id>urn:sha1:39d6a202bf6db2ca7ac080eb76a88d16fc3b7994</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make the auxiliary script executable.</title>
<updated>2017-06-21T17:49:22+00:00</updated>
<author>
<name>Mike Wey</name>
</author>
<published>2017-06-21T17:49:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.mikewey.eu/DMagick/commit/?id=43e871dbe76e6867f8489bad91574e6870ab5c26'/>
<id>urn:sha1:43e871dbe76e6867f8489bad91574e6870ab5c26</id>
<content type='text'>
Dub removes the executable flag somewhere / somehow.

See Also: #19
</content>
</entry>
<entry>
<title>Wrap dmagick.internal.Windows in a version(Windows).</title>
<updated>2017-06-21T17:28:08+00:00</updated>
<author>
<name>Mike Wey</name>
</author>
<published>2017-06-21T17:27:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.mikewey.eu/DMagick/commit/?id=bcf05572066190e7a8b07dcbc66369bf73d70686'/>
<id>urn:sha1:bcf05572066190e7a8b07dcbc66369bf73d70686</id>
<content type='text'>
See: #19
</content>
</entry>
<entry>
<title>Update dub.json, See #19</title>
<updated>2017-06-20T18:37:19+00:00</updated>
<author>
<name>Mike Wey</name>
</author>
<published>2017-06-20T18:37:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.mikewey.eu/DMagick/commit/?id=7a02d0c27da4fffb797470845f726c87ab886517'/>
<id>urn:sha1:7a02d0c27da4fffb797470845f726c87ab886517</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove text that no longer applies from the README.</title>
<updated>2017-05-25T20:54:07+00:00</updated>
<author>
<name>Mike Wey</name>
</author>
<published>2017-05-25T20:54:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.mikewey.eu/DMagick/commit/?id=4f852759a23135dc8c4c3c61eded64f666fef7e7'/>
<id>urn:sha1:4f852759a23135dc8c4c3c61eded64f666fef7e7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a meson build file.</title>
<updated>2017-05-25T20:44:29+00:00</updated>
<author>
<name>Mike Wey</name>
</author>
<published>2017-05-25T20:44:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.mikewey.eu/DMagick/commit/?id=e59e3e8973c1acb1e4548c17b945eae4d68ef4d5'/>
<id>urn:sha1:e59e3e8973c1acb1e4548c17b945eae4d68ef4d5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add dub support.</title>
<updated>2017-05-25T18:20:06+00:00</updated>
<author>
<name>Mike Wey</name>
</author>
<published>2017-05-25T18:20:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.mikewey.eu/DMagick/commit/?id=4df3136229de711838646a65b6cf040226eeb7cb'/>
<id>urn:sha1:4df3136229de711838646a65b6cf040226eeb7cb</id>
<content type='text'>
dub will generate the import library of 32bit windows (OMF), the other
windows targets might need some more work.

See: #12
</content>
</entry>
<entry>
<title>Swith to using a config file.</title>
<updated>2017-05-19T18:31:44+00:00</updated>
<author>
<name>Mike Wey</name>
</author>
<published>2017-05-19T18:29:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.mikewey.eu/DMagick/commit/?id=87c811161c608f8428ff8e399c60f9672c6cfc7e'/>
<id>urn:sha1:87c811161c608f8428ff8e399c60f9672c6cfc7e</id>
<content type='text'>
This is hopefully a first step to supporting dub. See #12
</content>
</entry>
<entry>
<title>Don't use the ANSI versions of the winapi directly. Fixes #18</title>
<updated>2017-03-26T16:58:39+00:00</updated>
<author>
<name>Mike Wey</name>
</author>
<published>2017-03-26T16:58:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.mikewey.eu/DMagick/commit/?id=1f55c1eaf58bd2bcdb8d11656e816db2e9f05682'/>
<id>urn:sha1:1f55c1eaf58bd2bcdb8d11656e816db2e9f05682</id>
<content type='text'>
</content>
</entry>
</feed>
