<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/libaltos, branch debian/1.6.4-1</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=debian%2F1.6.4-1</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=debian%2F1.6.4-1'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2016-04-22T01:35:24+00:00</updated>
<entry>
<title>libaltos: Fix for Mac OS X El Capitan</title>
<updated>2016-04-22T01:35:24+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2016-04-21T00:27:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=565d8f22c23c7c6c6817d11ef1ca02e70ba5d2ae'/>
<id>urn:sha1:565d8f22c23c7c6c6817d11ef1ca02e70ba5d2ae</id>
<content type='text'>
USB enumeration for serial devices changed

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>libaltos: Fix warning in linux libaltos code</title>
<updated>2016-03-21T06:11:49+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2016-03-21T06:11:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=2fc47e7052a08de464f08d890e222afd7dec75d8'/>
<id>urn:sha1:2fc47e7052a08de464f08d890e222afd7dec75d8</id>
<content type='text'>
Just returned the wrong name of the value

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>libaltos: Add Windows BT support. Split into separate source files.</title>
<updated>2016-03-21T04:52:53+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2016-03-21T04:52:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=1594691ea88ca84634eea237ac8137a5bdc19f5c'/>
<id>urn:sha1:1594691ea88ca84634eea237ac8137a5bdc19f5c</id>
<content type='text'>
Add Bluetooth support to Windows. Split libaltos into separate files.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>libaltos: Add unistd.h to get defines for various syscalls</title>
<updated>2016-03-06T23:05:51+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2016-03-06T23:05:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=20d9286402b7da74fef9b7c98e79d13671f6c82b'/>
<id>urn:sha1:20d9286402b7da74fef9b7c98e79d13671f6c82b</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>libaltos: jni_md.h moved to linux subdir in Java install</title>
<updated>2016-03-06T23:04:23+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2016-03-06T23:04:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=ad07578d04926cb4b96c40a446c47ad3f9bad7df'/>
<id>urn:sha1:ad07578d04926cb4b96c40a446c47ad3f9bad7df</id>
<content type='text'>
Add the linux subdir to CFLAGS to find it.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>libaltos: Use more SetupDi API to get Windows 7 listing devices</title>
<updated>2015-02-06T09:34:00+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2015-02-06T09:29:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=7a7d60d72e2e742fbc364489721f356806966c03'/>
<id>urn:sha1:7a7d60d72e2e742fbc364489721f356806966c03</id>
<content type='text'>
My Windows 7 box doesn't include 'SymbolicName' in the registry, but
SetupDiGetDeviceInstanceId *does* return something that includes
vid/pid/serial, so use that in preference.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>libaltos: typo in libaltos broke the build</title>
<updated>2014-07-11T04:13:49+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-07-11T04:13:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=405626971b47d4d4031312232bf13ad3d4bace7f'/>
<id>urn:sha1:405626971b47d4d4031312232bf13ad3d4bace7f</id>
<content type='text'>
When converting this to use dlopen, I mis-typed the name hci_read_remote_name

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>libaltos: Bind to libbluetooth at runtime on demand</title>
<updated>2014-07-11T01:42:37+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-07-11T01:42:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=aac3fdce54233993c91d326df3732a7c448ac54a'/>
<id>urn:sha1:aac3fdce54233993c91d326df3732a7c448ac54a</id>
<content type='text'>
This lets us reliably start and run without libbluetooth present.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib/altosui/altosuilib/libaltos: Remove trailing whitespace</title>
<updated>2014-04-11T23:40:06+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-04-11T23:40:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=9e18c524fa2d1f648f265b3c3105f5ceacf06c10'/>
<id>urn:sha1:9e18c524fa2d1f648f265b3c3105f5ceacf06c10</id>
<content type='text'>
Just cleaning up the source code.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>libaltos: Link so with -znoexecstack flag</title>
<updated>2014-02-24T01:43:42+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-02-24T01:42:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=57e5d13c0577e1b0a6e8117e2d04eeda6cf0b045'/>
<id>urn:sha1:57e5d13c0577e1b0a6e8117e2d04eeda6cf0b045</id>
<content type='text'>
This marks the library as not requiring an executable stack, which
openjdk prefers

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
</feed>
