<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtdev.git/test, 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:10:06+00:00</updated>
<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>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>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>test: fix out-of-tree builds</title>
<updated>2013-11-16T17:35:41+00:00</updated>
<author>
<name>Ross Burton</name>
<email>ross.burton@intel.com</email>
</author>
<published>2013-11-15T23:41:29+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/mtdev.git/commit/?id=6d698f6dba4a024b5f3ccac2876465c60f780478'/>
<id>urn:sha1:6d698f6dba4a024b5f3ccac2876465c60f780478</id>
<content type='text'>
Some tests do #include  relative to the top-level, so add top_srcdir to the
include path as otherwise out-of-tree builds can't find the files.

Signed-off-by: Ross Burton &lt;ross.burton@intel.com&gt;
Signed-off-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
</content>
</entry>
<entry>
<title>test: silence compiler warning - implicit declaration of function ‘atoi’</title>
<updated>2013-07-31T00:05:49+00:00</updated>
<author>
<name>Peter Hutterer</name>
<email>peter.hutterer@who-t.net</email>
</author>
<published>2013-07-24T04:23:25+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/mtdev.git/commit/?id=0bccf8c5268826bdb0835dd9b7964bcc95bae35f'/>
<id>urn:sha1:0bccf8c5268826bdb0835dd9b7964bcc95bae35f</id>
<content type='text'>
mtdev-kernel.c:130:2: warning: implicit declaration of function ‘atoi’
[-Wimplicit-function-declaration]
  eslot = atoi(argv[1]) + 1;

Signed-off-by: Peter Hutterer &lt;peter.hutterer@who-t.net&gt;
</content>
</entry>
<entry>
<title>Rename INCLUDES to AM_CPPFLAGS</title>
<updated>2013-07-24T02:12:04+00:00</updated>
<author>
<name>Peter Hutterer</name>
<email>peter.hutterer@who-t.net</email>
</author>
<published>2013-07-03T05:49:21+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/mtdev.git/commit/?id=f4fe56973a29265e22f049ceed1e299573f90ec4'/>
<id>urn:sha1:f4fe56973a29265e22f049ceed1e299573f90ec4</id>
<content type='text'>
src/Makefile.am:22: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')

Signed-off-by: Peter Hutterer &lt;peter.hutterer@who-t.net&gt;
</content>
</entry>
<entry>
<title>mtdev-test: output MT event support</title>
<updated>2010-12-22T17:49:41+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@euromail.se</email>
</author>
<published>2010-12-22T17:49:41+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/mtdev.git/commit/?id=ecfc435c3742546e36ec4eefd76f02584fb54192'/>
<id>urn:sha1:ecfc435c3742546e36ec4eefd76f02584fb54192</id>
<content type='text'>
At startup, output the MT events supported by the device.

Signed-off-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
</content>
</entry>
<entry>
<title>Add support for ABS_MT_DISTANCE</title>
<updated>2010-12-22T17:35:53+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@euromail.se</email>
</author>
<published>2010-12-22T17:35:53+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/mtdev.git/commit/?id=cff212dbe28487c14ab040829877d77378a61344'/>
<id>urn:sha1:cff212dbe28487c14ab040829877d77378a61344</id>
<content type='text'>
In the upcoming 2.6.38 kernel, support for hovering is introduced.
Add the ABS_MT_DISTANCE to the extended set of handled ABS_MT events.

The change is binary compatible with existing libraries.

Signed-off-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
</content>
</entry>
</feed>
