<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtdev.git, branch v1.1.7</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://bitmath.se/org/git/mtdev.git/atom?h=v1.1.7</id>
<link rel='self' href='https://bitmath.se/org/git/mtdev.git/atom?h=v1.1.7'/>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/mtdev.git/'/>
<updated>2024-04-04T07:47:16+00:00</updated>
<entry>
<title>Release mtdev-1.1.7</title>
<updated>2024-04-04T07:47:16+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@bitmath.se</email>
</author>
<published>2024-04-04T07:47:16+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/mtdev.git/commit/?id=9035c2225494b80b02e985fc7ee77880e0bd6993'/>
<id>urn:sha1:9035c2225494b80b02e985fc7ee77880e0bd6993</id>
<content type='text'>
Signed-off-by: Henrik Rydberg &lt;rydberg@bitmath.se&gt;
</content>
</entry>
<entry>
<title>test: link using libmtdev.la</title>
<updated>2024-04-04T07:10:06+00:00</updated>
<author>
<name>orbea</name>
<email>orbea@riseup.net</email>
</author>
<published>2024-04-04T03:12:30+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/mtdev.git/commit/?id=b969a91d9c971d4cdfda72c7a7bffe63c826751b'/>
<id>urn:sha1:b969a91d9c971d4cdfda72c7a7bffe63c826751b</id>
<content type='text'>
When linking internal dependencies that were linked using $(LIBTOOL) the
ideal method is to use the generated libtool archive (.la) file. This
fixes the build with slibtool which doesn't find -lmtdev during the
build and explicitly requires the .la file to be used.

Note the build will not fail if libmtdev is already installed to the
system.

Github PR: https://github.com/rydberg/mtdev/pull/2
Gentoo Issue: https://bugs.gentoo.org/928387
Signed-off-by: orbea &lt;orbea@riseup.net&gt;
</content>
</entry>
<entry>
<title>Fix test warnings</title>
<updated>2021-12-07T20:13:54+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@bitmath.se</email>
</author>
<published>2021-12-07T20:13:36+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/mtdev.git/commit/?id=2ed588eccf83728452ce0fc30770e637a7c1374f'/>
<id>urn:sha1:2ed588eccf83728452ce0fc30770e637a7c1374f</id>
<content type='text'>
The unit tests were using stack-allocated memory smaller than
the maximum matrix size, causing compiler warnings. Fixed with
this patch.

Signed-off-by: Henrik Rydberg &lt;rydberg@bitmath.se&gt;
</content>
</entry>
<entry>
<title>Release mtdev-1.1.6</title>
<updated>2020-01-26T14:00:32+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@bitmath.se</email>
</author>
<published>2020-01-26T13:40:46+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/mtdev.git/commit/?id=25d541d2b0b526eba58fee99ceac202acca6d4a2'/>
<id>urn:sha1:25d541d2b0b526eba58fee99ceac202acca6d4a2</id>
<content type='text'>
Signed-off-by: Henrik Rydberg &lt;rydberg@bitmath.se&gt;
</content>
</entry>
<entry>
<title>adjust for 64bit time_t for 32bit architectures</title>
<updated>2020-01-26T14:00:32+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2019-11-24T02:45:32+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/mtdev.git/commit/?id=598e561881c687cea072375637aa08ac9230fabe'/>
<id>urn:sha1:598e561881c687cea072375637aa08ac9230fabe</id>
<content type='text'>
libc that has support for 32 bit applications to use 64 bit
time_t supplies __USE_TIME_BITS64 define [1]

[1] https://sourceware.org/glibc/wiki/Y2038ProofnessDesign

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Signed-off-by: Henrik Rydberg &lt;rydberg@bitmath.se&gt;
</content>
</entry>
<entry>
<title>Use a macro for `nlongs` so it can be used in constant expression</title>
<updated>2020-01-26T14:00:32+00:00</updated>
<author>
<name>Michael Forney</name>
<email>mforney@mforney.org</email>
</author>
<published>2019-06-07T18:29:01+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/mtdev.git/commit/?id=5a260fa95a5e7cebdd8f9da947c8d8eb244efae0'/>
<id>urn:sha1:5a260fa95a5e7cebdd8f9da947c8d8eb244efae0</id>
<content type='text'>
This way, it can be used to specify the `absbits` array size (in
`mtdev_configure`) without making it a VLA.

VLAs are an optional feature in C11, and in this case we can determine
the array size statically.

This also matches the macros used in libevdev and libinput.

Signed-off-by: Michael Forney &lt;mforney@mforney.org&gt;
Signed-off-by: Henrik Rydberg &lt;rydberg@bitmath.se&gt;
</content>
</entry>
<entry>
<title>mtdev-matching.c: declare global variables static</title>
<updated>2017-11-29T21:15:52+00:00</updated>
<author>
<name>Martin Kepplinger</name>
<email>martink@posteo.de</email>
</author>
<published>2017-08-22T09:12:13+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/mtdev.git/commit/?id=5f9caa26b81155feede6ff71c9b14fa0e8980fbd'/>
<id>urn:sha1:5f9caa26b81155feede6ff71c9b14fa0e8980fbd</id>
<content type='text'>
n1 and n2 are only locally used and can thus be static.

Signed-off-by: Martin Kepplinger &lt;martink@posteo.de&gt;
</content>
</entry>
<entry>
<title>mtdev-mapgen.c: declare init_caps() static</title>
<updated>2017-11-29T21:15:52+00:00</updated>
<author>
<name>Martin Kepplinger</name>
<email>martink@posteo.de</email>
</author>
<published>2017-08-22T09:12:12+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/mtdev.git/commit/?id=d9f084c9384f99d3589cf51f8503b7aee4e9666c'/>
<id>urn:sha1:d9f084c9384f99d3589cf51f8503b7aee4e9666c</id>
<content type='text'>
init_caps() is only locally used and can thus be static.

Signed-off-by: Martin Kepplinger &lt;martink@posteo.de&gt;
</content>
</entry>
<entry>
<title>caps.c: declare mtdev_set_slots() static</title>
<updated>2017-11-29T21:15:52+00:00</updated>
<author>
<name>Martin Kepplinger</name>
<email>martink@posteo.de</email>
</author>
<published>2017-08-22T09:12:11+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/mtdev.git/commit/?id=8ba8d359392693f9882ea2d195fc1bebb8b3a29d'/>
<id>urn:sha1:8ba8d359392693f9882ea2d195fc1bebb8b3a29d</id>
<content type='text'>
mtdev_set_slots() is only used internally, so it should be static.

Signed-off-by: Martin Kepplinger &lt;martink@posteo.de&gt;
</content>
</entry>
<entry>
<title>Release mtdev-1.1.5</title>
<updated>2014-02-28T18:57:15+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@euromail.se</email>
</author>
<published>2014-02-28T18:57:15+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/mtdev.git/commit/?id=4381b78fea54de0e775bf54952b2f95e5a06c57d'/>
<id>urn:sha1:4381b78fea54de0e775bf54952b2f95e5a06c57d</id>
<content type='text'>
Signed-off-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
</content>
</entry>
</feed>
