<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/libaltos, branch 1.6.0.3</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=1.6.0.3</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=1.6.0.3'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2015-02-06T09:34:00+00:00</updated>
<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>
<entry>
<title>Ignore 32 and 64 bit cjnitest apps</title>
<updated>2014-01-15T20:42:59+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-01-15T20:42:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=9001d5780a41986017bd3bbc7f8c5556b116c351'/>
<id>urn:sha1:9001d5780a41986017bd3bbc7f8c5556b116c351</id>
<content type='text'>
</content>
</entry>
<entry>
<title>libaltos: Build -m64 and -m32 for fat tarball when possible</title>
<updated>2014-01-02T06:02:56+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-01-02T06:02:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=8bff2822c242d2878b408b9c0d8a7647108ea4b1'/>
<id>urn:sha1:8bff2822c242d2878b408b9c0d8a7647108ea4b1</id>
<content type='text'>
Check to see if we can compile libaltos for both 32 bit and 64 bit
systems, and then use those when generating the linux tarball.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>libaltos: Import newly build libaltos.dylib</title>
<updated>2013-12-18T20:16:55+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-12-18T20:16:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=f2e589c59ed0a4c586c5accca8772df15010c46a'/>
<id>urn:sha1:f2e589c59ed0a4c586c5accca8772df15010c46a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>libaltos: remove usb id filtering from darwin code</title>
<updated>2013-12-18T20:15:59+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-12-18T20:15:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=0484ca97828da0d56be7bf395fa4a4b09c591e02'/>
<id>urn:sha1:0484ca97828da0d56be7bf395fa4a4b09c591e02</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>libaltos: fix test harness main type</title>
<updated>2013-12-18T20:15:22+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-12-18T20:15:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=36197a388a9ba1d1ee4acd96ac0079ad3af9d3d0'/>
<id>urn:sha1:36197a388a9ba1d1ee4acd96ac0079ad3af9d3d0</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
</feed>
