<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/altosui/libaltos, branch debian/1.0.1</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=debian%2F1.0.1</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=debian%2F1.0.1'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2011-08-23T20:29:23+00:00</updated>
<entry>
<title>libaltos: fix Mac OS X function signatures</title>
<updated>2011-08-23T20:29:23+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-08-23T20:29:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=754b9591574c12ddd6e4ab590c6a5f3806b80213'/>
<id>urn:sha1:754b9591574c12ddd6e4ab590c6a5f3806b80213</id>
<content type='text'>
altos_list_start was declared to take a (int time) parameter for some reason.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Update mac os X library</title>
<updated>2011-08-23T06:35:28+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-08-23T06:35:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=fa6df3fa21e8f09e70371e6c6cc7827a533b4fe6'/>
<id>urn:sha1:fa6df3fa21e8f09e70371e6c6cc7827a533b4fe6</id>
<content type='text'>
This has been tested on 32-bit OS X and it works; dunno about
64-bit.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Add --summary option to dump flight stats to stdout</title>
<updated>2011-08-23T01:25:34+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-08-23T01:25:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=afe6aba9cb91e93234ffee2a22eee40f848ddedd'/>
<id>urn:sha1:afe6aba9cb91e93234ffee2a22eee40f848ddedd</id>
<content type='text'>
useful for quickly capturing sense of a flight.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Attempt to make both 32- and 64-bit windows DLLs</title>
<updated>2011-08-23T00:20:06+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-08-22T05:52:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=393d231b9689cd1c358600ee76e0e808f89670c8'/>
<id>urn:sha1:393d231b9689cd1c358600ee76e0e808f89670c8</id>
<content type='text'>
We'll see if they work...

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui/windows: Fix a bunch of windows compiler warnings.</title>
<updated>2011-08-23T00:20:06+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-08-22T05:12:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=d5bd40847b17c32405dfba864a2a5a3b19aa7e85'/>
<id>urn:sha1:d5bd40847b17c32405dfba864a2a5a3b19aa7e85</id>
<content type='text'>
Some of these may have actually been serious -- a write length was
getting stored in a signed char...

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>libaltos: Mis-allocated device list in libaltos</title>
<updated>2011-08-14T01:44:26+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-08-14T01:33:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=313d740b5284b24f1cc7a1ba5779136b55d49ebe'/>
<id>urn:sha1:313d740b5284b24f1cc7a1ba5779136b55d49ebe</id>
<content type='text'>
Would overrun mis-allocated array, causing chaos.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Don't export product defs from libaltos</title>
<updated>2011-08-10T01:26:07+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-08-10T01:26:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=12bfa6cc42e3689f09abae2bd2584cbacf2aa2e0'/>
<id>urn:sha1:12bfa6cc42e3689f09abae2bd2584cbacf2aa2e0</id>
<content type='text'>
As we add new products, that would change the ABI generated for java,
invaliding old library versions sitting around for windows and mac.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Pull out BlueTooth support</title>
<updated>2011-08-08T19:31:48+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-08-08T19:31:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=a315b200cd0da1a964f5395cd59660be1b49672b'/>
<id>urn:sha1:a315b200cd0da1a964f5395cd59660be1b49672b</id>
<content type='text'>
This leaves the code in place, but commented out so that it isn't used
until we've got a bluetooth device ready for use.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Make flight data download work through TeleBT</title>
<updated>2011-04-19T22:29:39+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-04-19T22:29:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=d41edb3384b6336f3482e61b0c9f9400a8b4f519'/>
<id>urn:sha1:d41edb3384b6336f3482e61b0c9f9400a8b4f519</id>
<content type='text'>
This required flushing input before reading data blocks and adjusting
some delays.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Wait two seconds after bluetooth connect XXX</title>
<updated>2011-04-19T17:41:28+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-04-19T17:41:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=6b5957d5f6f8181da7be98c9bce49a0ec0b4a713'/>
<id>urn:sha1:6b5957d5f6f8181da7be98c9bce49a0ec0b4a713</id>
<content type='text'>
"something" isn't quite ready to communicate right after the device is
connected, so we stick a delay in. There should be a better fix.

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