<feed xmlns='http://www.w3.org/2005/Atom'>
<title>memutils.git/Makefile, branch master</title>
<subtitle>Various program memory related utilities
</subtitle>
<id>https://git.cloudef.pw/memutils.git/atom?h=master</id>
<link rel='self' href='https://git.cloudef.pw/memutils.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.cloudef.pw/memutils.git/'/>
<updated>2019-02-25T06:46:01Z</updated>
<entry>
<title>Makefile -&gt; GNUmakefile</title>
<updated>2019-02-25T06:46:01Z</updated>
<author>
<name>Jari Vetoniemi</name>
<email>mailroxas@gmail.com</email>
</author>
<published>2019-02-25T06:46:01Z</published>
<link rel='alternate' type='text/html' href='https://git.cloudef.pw/memutils.git/commit/?id=64084b6be384e3e6338996ac7d27c688861efde8'/>
<id>urn:sha1:64084b6be384e3e6338996ac7d27c688861efde8</id>
<content type='text'>
We rely on GNU make features.
</content>
</entry>
<entry>
<title>make: use private override</title>
<updated>2019-02-25T06:41:35Z</updated>
<author>
<name>Jari Vetoniemi</name>
<email>mailroxas@gmail.com</email>
</author>
<published>2019-02-25T06:41:35Z</published>
<link rel='alternate' type='text/html' href='https://git.cloudef.pw/memutils.git/commit/?id=f43277137b513cd39bebce281df679076f5ba1ee'/>
<id>urn:sha1:f43277137b513cd39bebce281df679076f5ba1ee</id>
<content type='text'>
not really needed as override has already been specified for CPPFLAGS
before, but if those lines were removed/refactored, this would break.
</content>
</entry>
<entry>
<title>Makefile: Change default CPP/CFLAGS</title>
<updated>2019-02-24T13:09:37Z</updated>
<author>
<name>Jari Vetoniemi</name>
<email>mailroxas@gmail.com</email>
</author>
<published>2019-02-24T13:09:37Z</published>
<link rel='alternate' type='text/html' href='https://git.cloudef.pw/memutils.git/commit/?id=bfaa5b5c087d3e3e36991583f326cbef88407ebb'/>
<id>urn:sha1:bfaa5b5c087d3e3e36991583f326cbef88407ebb</id>
<content type='text'>
-D_FORTIFY_SOURCE=2 and -O2 enables some useful diagnosis.
Move WARNINGS into CFLAGS ?= assignment, as they are compiler specific.
The default compilation flags assumes gcc, but can easily be
changed by overriding CFLAGS and CPPFLAGS.
</content>
</entry>
<entry>
<title>Add memview.c</title>
<updated>2018-10-21T23:27:20Z</updated>
<author>
<name>Jari Vetoniemi</name>
<email>mailroxas@gmail.com</email>
</author>
<published>2018-10-21T18:53:58Z</published>
<link rel='alternate' type='text/html' href='https://git.cloudef.pw/memutils.git/commit/?id=ff679ecaf365201f5176b640d2c64d0a8b6b58b0'/>
<id>urn:sha1:ff679ecaf365201f5176b640d2c64d0a8b6b58b0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Nicer makefile</title>
<updated>2018-10-21T18:51:49Z</updated>
<author>
<name>Jari Vetoniemi</name>
<email>mailroxas@gmail.com</email>
</author>
<published>2018-10-21T18:51:49Z</published>
<link rel='alternate' type='text/html' href='https://git.cloudef.pw/memutils.git/commit/?id=304bc20a6489309bfb28feebfa02777b1552334b'/>
<id>urn:sha1:304bc20a6489309bfb28feebfa02777b1552334b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactor io utils, add *-address-rw tools</title>
<updated>2018-10-21T13:23:23Z</updated>
<author>
<name>Jari Vetoniemi</name>
<email>mailroxas@gmail.com</email>
</author>
<published>2018-10-21T13:23:23Z</published>
<link rel='alternate' type='text/html' href='https://git.cloudef.pw/memutils.git/commit/?id=75f9922f6d3c1e5bbbe7b90ca170392cc0f5efbc'/>
<id>urn:sha1:75f9922f6d3c1e5bbbe7b90ca170392cc0f5efbc</id>
<content type='text'>
Namespace io_ stuff into mem_io_ to be less likely to collision with
anything else. Add io-stream utility for working with streams instead of
direct buffers. Add address-rw tools for simple memory read/write, where
regions aren't needed.
</content>
</entry>
<entry>
<title>Refactor project, offer uio variant of region-rw</title>
<updated>2018-10-19T12:13:07Z</updated>
<author>
<name>Jari Vetoniemi</name>
<email>mailroxas@gmail.com</email>
</author>
<published>2018-10-19T11:35:16Z</published>
<link rel='alternate' type='text/html' href='https://git.cloudef.pw/memutils.git/commit/?id=743fb001f3d381b14d48f3fdfc9ee648a7c0644c'/>
<id>urn:sha1:743fb001f3d381b14d48f3fdfc9ee648a7c0644c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add some tools</title>
<updated>2018-10-18T18:37:02Z</updated>
<author>
<name>Jari Vetoniemi</name>
<email>mailroxas@gmail.com</email>
</author>
<published>2018-10-18T18:37:02Z</published>
<link rel='alternate' type='text/html' href='https://git.cloudef.pw/memutils.git/commit/?id=2efc087cd4f70c07523b82941259a5d2597b4460'/>
<id>urn:sha1:2efc087cd4f70c07523b82941259a5d2597b4460</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove cruft from makefile</title>
<updated>2018-10-18T10:27:30Z</updated>
<author>
<name>Jari Vetoniemi</name>
<email>mailroxas@gmail.com</email>
</author>
<published>2018-10-18T10:27:30Z</published>
<link rel='alternate' type='text/html' href='https://git.cloudef.pw/memutils.git/commit/?id=a939c762524f6bc6da41a5ebce0f83617d6267a5'/>
<id>urn:sha1:a939c762524f6bc6da41a5ebce0f83617d6267a5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Initial commit</title>
<updated>2018-10-18T10:25:53Z</updated>
<author>
<name>Jari Vetoniemi</name>
<email>mailroxas@gmail.com</email>
</author>
<published>2018-10-18T10:25:53Z</published>
<link rel='alternate' type='text/html' href='https://git.cloudef.pw/memutils.git/commit/?id=c86ddbbc0eee0e8317d4ed180ee4505f10e8a52c'/>
<id>urn:sha1:c86ddbbc0eee0e8317d4ed180ee4505f10e8a52c</id>
<content type='text'>
</content>
</entry>
</feed>
