Re: [boinc_dev] addressing some clang warnings

2013-07-09 Thread Gianfranco Costamagna
- Messaggio originale - Da: Alyssa Milburn amilb...@math.leidenuniv.nl A: Gianfranco Costamagna costamagnagianfra...@yahoo.it Cc: boinc_dev@ssl.berkeley.edu boinc_dev@ssl.berkeley.edu Inviato: Lunedì 8 Luglio 2013 21:52 Oggetto: Re: [boinc_dev] addressing some clang warnings man

[boinc_dev] Boinc@android feature request

2013-07-09 Thread Gianfranco Costamagna
Simple feature missing from boinc@android: possibility to use swipe action for changing tabs http://developer.android.com/design/patterns/swipe-views.html is it possible/trivial to implement? (please cc me, I'm not subscribed to boinc-android-testing list) thanks Gianfranco

Re: [boinc_dev] addressing some clang warnings

2013-07-09 Thread Alyssa Milburn
On Tue, Jul 09, 2013 at 08:25:24AM +0100, Gianfranco Costamagna wrote: -        fscanf(f, %2x, n); +        fs = fscanf(f, %2x, n);           key-data[i] = n; +    if (EOF == fs) return ERR_NULL; Shouldn't these check that fscanf's result is 1 (e.g. change these to 'if (1 !=

Re: [boinc_dev] addressing some clang warnings

2013-07-09 Thread Gianfranco Costamagna
- Messaggio originale - Da: Alyssa Milburn amilb...@math.leidenuniv.nl A: Gianfranco Costamagna costamagnagianfra...@yahoo.it Cc: steffen_moel...@gmx.de steffen_moel...@gmx.de; boinc_dev@ssl.berkeley.edu boinc_dev@ssl.berkeley.edu Inviato: Martedì 9 Luglio 2013 11:43 Oggetto: Re:

Re: [boinc_dev] addressing some clang warnings

2013-07-09 Thread Steffen Möller
Gesendet: Dienstag, 09. Juli 2013 um 11:47 Uhr Von: Gianfranco Costamagna costamagnagianfra...@yahoo.it An: Alyssa Milburn amilb...@math.leidenuniv.nl Cc: steffen_moel...@gmx.de steffen_moel...@gmx.de, boinc_dev@ssl.berkeley.edu boinc_dev@ssl.berkeley.edu Betreff: Re: [boinc_dev]

Re: [boinc_dev] boinc libstdc++ linking

2013-07-09 Thread Steffen Möller
Gesendet: Montag, 08. Juli 2013 um 21:46 Uhr Von: David Anderson da...@ssl.berkeley.edu The programs in samples/ are examples of how to build applications that will run on as many Linux machines as possible, including those that have old or missing libstdc++. That's why they statically link

Re: [boinc_dev] addressing some clang warnings

2013-07-09 Thread Steffen Möller
Gesendet: Dienstag, 09. Juli 2013 um 00:36 Uhr Von: David Anderson da...@ssl.berkeley.edu An: Gianfranco Costamagna costamagnagianfra...@yahoo.it Cc: boinc_dev@ssl.berkeley.edu boinc_dev@ssl.berkeley.edu Betreff: Re: [boinc_dev] addressing some clang warnings Are these changes all

Re: [boinc_dev] addressing some clang warnings

2013-07-09 Thread Gianfranco Costamagna
Da: Alyssa Milburn amilb...@math.leidenuniv.nl A: Gianfranco Costamagna costamagnagianfra...@yahoo.it Cc: steffen_moel...@gmx.de steffen_moel...@gmx.de; boinc_dev@ssl.berkeley.edu boinc_dev@ssl.berkeley.edu Inviato: Martedì 9 Luglio 2013 11:43 Oggetto: Re:

Re: [boinc_dev] CPU throttling and GPU apps

2013-07-09 Thread McLeod, John
The only problem is that there is no real standard for determining the temperature of the CPU (every manufacturer seems to have done it differently. Speed fan is keeping up with this, it is probably not something that BOINC developers really should be attempting to do. -Original

Re: [boinc_dev] Suggestions for resolving bug: could not connect to BOINC

2013-07-09 Thread McLeod, John
First place to start is http://boinc.ssl.berkeley.edu/trac/wiki/SoftwareDevelopment# -Original Message- From: boinc_dev [mailto:boinc_dev-boun...@ssl.berkeley.edu] On Behalf Of Caterpillar Sent: Tuesday, July 09, 2013 11:17 AM To: boinc_dev@ssl.berkeley.edu Subject: [boinc_dev]

Re: [boinc_dev] Suggestions for resolving bug: could not connect toBOINC

2013-07-09 Thread Rom Walton
Do you happen to know where the patches are for the fedora package? The dialog box displayed in the image attached to the bug report is a customized dialog. It would be helpful to see what other changes have been made to the software. - Rom -Original Message- From: boinc_dev

Re: [boinc_dev] Suggestions for resolving bug: could not connect toBOINC

2013-07-09 Thread Alyssa Milburn
On Tue, Jul 09, 2013 at 11:25:45AM -0400, Rom Walton wrote: Do you happen to know where the patches are for the fedora package? The dialog box displayed in the image attached to the bug report is a customized dialog. It would be helpful to see what other changes have been made to the

Re: [boinc_dev] addressing some clang warnings

2013-07-09 Thread Alyssa Milburn
On Tue, Jul 09, 2013 at 02:46:31PM +0100, Gianfranco Costamagna wrote: I changed the debian patch based on your suggestions and committed http://anonscm.debian.org/gitweb/?p=pkg-boinc/boinc.git;a=commitdiff;h=2b58a04fa4290ef57ea8b06cfc3c353182ad1f26 The fscanf(f, .) returns 0 on success (since

Re: [boinc_dev] CPU throttling and GPU apps

2013-07-09 Thread David Anderson
Charles: If this program is ready for public use, we could list it here: http://boinc.berkeley.edu/addons.php -- David On 09-Jul-2013 4:15 AM, Charles Elliott wrote: Three of my computers are in a small second floor bedroom with an asphalt roof and a box fan placed in a window close to the

Re: [boinc_dev] boinc libstdc++ linking

2013-07-09 Thread David Anderson
Steffen: You should use apps/uppercase for this purpose. It's the same as samples/example_app/uc2, and is built by configure/make. -- David On 09-Jul-2013 4:08 AM, Steffen Möller wrote: Gesendet: Montag, 08. Juli 2013 um 21:46 Uhr Von: David Anderson da...@ssl.berkeley.edu The programs in