mailer | 4 Jul 15:15
Favicon

mcuelenaere: r21635 - in trunk/apps: . codecs codecs/lib plugins/lib

Date: 2009-07-04 15:17:58 +0200 (Sat, 04 Jul 2009)
New Revision: 21635

Log Message:
Revert "Consolidate all fixed point math routines in one library (FS#10400) by Jeffrey Goode"

Removed:
   trunk/apps/codecs/lib/fixedpoint.h
   trunk/apps/fixedpoint.c
   trunk/apps/fixedpoint.h
Modified:
   trunk/apps/SOURCES
   trunk/apps/codecs/adx.c
   trunk/apps/codecs/lib/SOURCES
   trunk/apps/codecs/spc.c
   trunk/apps/dsp.c
   trunk/apps/dsp.h
   trunk/apps/eq.c
   trunk/apps/eq.h
   trunk/apps/plugins/lib/SOURCES
   trunk/apps/plugins/lib/fixedpoint.c
   trunk/apps/replaygain.c

Modified: trunk/apps/SOURCES
===================================================================
--- trunk/apps/SOURCES	2009-07-04 12:32:48 UTC (rev 21634)
+++ trunk/apps/SOURCES	2009-07-04 13:17:58 UTC (rev 21635)
 <at>  <at>  -125,7 +125,6  <at>  <at> 
 #if INPUT_SRC_CAPS != 0
 audio_path.c
(Continue reading)

tracker | 4 Jul 14:50
Favicon

Rockbox Blame Game

The builds are now red thanks to these fine hacker(s):

Maurus Cuelenaere (mcuelenaere), 1 commit

The entire thing of course visible here: http://build.rockbox.org/dev.cgi

_______________________________________________
rockbox-cvs mailing list
rockbox-cvs <at> cool.haxx.se
http://cool.haxx.se/cgi-bin/mailman/listinfo/rockbox-cvs

tracker | 4 Jul 14:37
Favicon

Rockbox Blame Game

The builds are now red thanks to these fine hacker(s):

Maurus Cuelenaere (mcuelenaere), 1 commit

The entire thing of course visible here: http://build.rockbox.org/dev.cgi

_______________________________________________
rockbox-cvs mailing list
rockbox-cvs <at> cool.haxx.se
http://cool.haxx.se/cgi-bin/mailman/listinfo/rockbox-cvs

mailer | 4 Jul 14:28
Favicon

mcuelenaere: r21634 - trunk/apps

Date: 2009-07-04 14:32:48 +0200 (Sat, 04 Jul 2009)
New Revision: 21634

Log Message:
Set svn:keywords property

Modified:
   trunk/apps/fixedpoint.c
   trunk/apps/fixedpoint.h

Modified: trunk/apps/fixedpoint.c
===================================================================
--- trunk/apps/fixedpoint.c	2009-07-04 12:26:45 UTC (rev 21633)
+++ trunk/apps/fixedpoint.c	2009-07-04 12:32:48 UTC (rev 21634)
@@ -5,7 +5,7 @@
  *   Jukebox    |    |   (  <_> )  \___|    < | \_\ (  <_> > <  <
  *   Firmware   |____|_  /\____/ \___  >__|_ \|___  /\____/__/\_ \
  *                     \/            \/     \/    \/            \/
- * $Id: fixedpoint.c -1   $
+ * $Id$
  *
  * Copyright (C) 2006 Jens Arnold
  *

Property changes on: trunk/apps/fixedpoint.c
___________________________________________________________________
Added: svn:keywords
   + Author Date Id Revision

Modified: trunk/apps/fixedpoint.h
(Continue reading)

mailer | 4 Jul 14:24
Favicon

mcuelenaere: r21633 - in trunk/apps: . codecs codecs/lib plugins/lib

Date: 2009-07-04 14:26:45 +0200 (Sat, 04 Jul 2009)
New Revision: 21633

Log Message:
Consolidate all fixed point math routines in one library (FS#10400) by Jeffrey Goode

Added:
   trunk/apps/codecs/lib/fixedpoint.h
   trunk/apps/fixedpoint.c
   trunk/apps/fixedpoint.h
Modified:
   trunk/apps/SOURCES
   trunk/apps/codecs/adx.c
   trunk/apps/codecs/lib/SOURCES
   trunk/apps/codecs/spc.c
   trunk/apps/dsp.c
   trunk/apps/dsp.h
   trunk/apps/eq.c
   trunk/apps/eq.h
   trunk/apps/plugins/lib/SOURCES
   trunk/apps/plugins/lib/fixedpoint.c
   trunk/apps/replaygain.c

Modified: trunk/apps/SOURCES
===================================================================
--- trunk/apps/SOURCES	2009-07-04 00:08:15 UTC (rev 21632)
+++ trunk/apps/SOURCES	2009-07-04 12:26:45 UTC (rev 21633)
 <at>  <at>  -125,6 +125,7  <at>  <at> 
 #if INPUT_SRC_CAPS != 0
 audio_path.c
(Continue reading)

mailer | 4 Jul 02:06
Favicon

zagor: r21632 - www/buildserver

Date: 2009-07-04 02:08:15 +0200 (Sat, 04 Jul 2009)
New Revision: 21632

Log Message:
Exit with 22 if HELLO failed.

Modified:
   www/buildserver/rbclient.pl

Modified: www/buildserver/rbclient.pl
===================================================================
--- www/buildserver/rbclient.pl	2009-07-03 23:52:04 UTC (rev 21631)
+++ www/buildserver/rbclient.pl	2009-07-04 00:08:15 UTC (rev 21632)
@@ -340,7 +340,10 @@

 sub _HELLO
 {
-    die @_ if ($_[0] ne "ok");
+    if ($_[0] ne "ok") {
+        print "Server refused connection: @_\n";
+        exit 22;
+    }
 }

 sub _COMPLETED

_______________________________________________
rockbox-cvs mailing list
rockbox-cvs <at> cool.haxx.se
http://cool.haxx.se/cgi-bin/mailman/listinfo/rockbox-cvs
(Continue reading)

mailer | 4 Jul 01:49
Favicon

zagor: r21631 - www/buildserver

Date: 2009-07-04 01:52:04 +0200 (Sat, 04 Jul 2009)
New Revision: 21631

Log Message:
Fixed client dupe check.
Added db pre-insert of builds to be made.

Modified:
   www/buildserver/rbmaster.pl

Modified: www/buildserver/rbmaster.pl
===================================================================
--- www/buildserver/rbmaster.pl	2009-07-03 23:03:07 UTC (rev 21630)
+++ www/buildserver/rbmaster.pl	2009-07-03 23:52:04 UTC (rev 21631)
@@ -310,7 +310,7 @@
         }
         $cli .= "-$user"; # append the user name

-        for my $cl (@build_clients) {
+        for my $cl (&build_clients) {
             if($client{$cl}{'client'} eq "$cli") {
                 print "HELLO dupe name: $cli ($args)\n";
                 $rh->write("_HELLO error duplicate name!\n");
@@ -389,10 +389,8 @@

     # log this build in the database
     # (must be done before handoutbuilds() since it will reset $buildround)
-    if ($rb_dbuser) {
-        &db_submit($buildround, $id, $cli, $took,
-                   $client{$rh->fileno}{'bogomips'});
(Continue reading)

mailer | 4 Jul 01:02
Favicon

mcuelenaere: r21630 - trunk/apps/plugins/lua

Date: 2009-07-04 01:03:07 +0200 (Sat, 04 Jul 2009)
New Revision: 21630

Log Message:
Lua: always expose BUTTON_TOUCHSCREEN and remove BUTTON_ constants from rocklib.c

Modified:
   trunk/apps/plugins/lua/button_helper.pl
   trunk/apps/plugins/lua/rocklib.c

Modified: trunk/apps/plugins/lua/button_helper.pl
===================================================================
--- trunk/apps/plugins/lua/button_helper.pl	2009-07-03 23:02:43 UTC (rev 21629)
+++ trunk/apps/plugins/lua/button_helper.pl	2009-07-03 23:03:07 UTC (rev 21630)
@@ -47,9 +47,7 @@
 print <<EOF
 {"BUTTON_REL", BUTTON_REL},
 {"BUTTON_REPEAT", BUTTON_REPEAT},
-#ifdef HAVE_TOUCHSCREEN
 {"BUTTON_TOUCHSCREEN", BUTTON_TOUCHSCREEN},
-#endif
 };

 int main(void)

Modified: trunk/apps/plugins/lua/rocklib.c
===================================================================
--- trunk/apps/plugins/lua/rocklib.c	2009-07-03 23:02:43 UTC (rev 21629)
+++ trunk/apps/plugins/lua/rocklib.c	2009-07-03 23:03:07 UTC (rev 21630)
@@ -906,9 +906,6 @@
(Continue reading)

mailer | 4 Jul 01:02
Favicon

zagor: r21629 - www/irc

Date: 2009-07-04 01:02:43 +0200 (Sat, 04 Jul 2009)
New Revision: 21629

Log Message:
Identify real Gecko-based browsers (Mozilla).

Modified:
   www/irc/reader.pl

Modified: www/irc/reader.pl
===================================================================
--- www/irc/reader.pl	2009-07-03 22:50:46 UTC (rev 21628)
+++ www/irc/reader.pl	2009-07-03 23:02:43 UTC (rev 21629)
@@ -47,7 +47,7 @@
 }

 my $gecko = 0;
-if ($ENV{'HTTP_USER_AGENT'} =~ /Gecko/) {
+if ($ENV{'HTTP_USER_AGENT'} =~ m|Gecko/2|) {
     $gecko = 1;
 }

_______________________________________________
rockbox-cvs mailing list
rockbox-cvs <at> cool.haxx.se
http://cool.haxx.se/cgi-bin/mailman/listinfo/rockbox-cvs

mailer | 4 Jul 00:49
Favicon

zagor: r21628 - www/irc

Date: 2009-07-04 00:50:46 +0200 (Sat, 04 Jul 2009)
New Revision: 21628

Log Message:
Inverted browser check to only server multipart/mixed to Gecko browsers.
Stripped control chars.

Modified:
   www/irc/reader.pl

Modified: www/irc/reader.pl
===================================================================
--- www/irc/reader.pl	2009-07-03 22:29:32 UTC (rev 21627)
+++ www/irc/reader.pl	2009-07-03 22:50:46 UTC (rev 21628)
@@ -46,12 +46,12 @@
     $title = "#rockbox $1-$2-$3";
 }

-my $msie = 0;
-if ($ENV{'HTTP_USER_AGENT'} =~ /MSIE/) {
-    $msie = 1;
+my $gecko = 0;
+if ($ENV{'HTTP_USER_AGENT'} =~ /Gecko/) {
+    $gecko = 1;
 }

-if ($file eq "current.txt" and not $msie) {
+if ($file eq "current.txt" and $gecko) {
     print "Content-type: multipart/mixed;boundary=Delimiter\n\n";
     print "--Delimiter\n";
(Continue reading)

mailer | 4 Jul 00:28
Favicon

mcuelenaere: r21627 - trunk/firmware/export

Date: 2009-07-04 00:29:32 +0200 (Sat, 04 Jul 2009)
New Revision: 21627

Log Message:
Also enable frequency switching on Onda VX767

Modified:
   trunk/firmware/export/config-ondavx767.h

Modified: trunk/firmware/export/config-ondavx767.h
===================================================================
--- trunk/firmware/export/config-ondavx767.h	2009-07-03 22:16:11 UTC (rev 21626)
+++ trunk/firmware/export/config-ondavx767.h	2009-07-03 22:29:32 UTC (rev 21627)
@@ -160,8 +160,7 @@
 #define FIRMWARE_OFFSET_FILE_DATA 8

 /* Define this if you have adjustable CPU frequency */
-/* #define HAVE_ADJUSTABLE_CPU_FREQ */
-#define CPUFREQ_NORMAL 336000000    /* CPU clock: 336 MHz */
+#define HAVE_ADJUSTABLE_CPU_FREQ

 #define BOOTFILE_EXT "vx767"
 #define BOOTFILE "rockbox." BOOTFILE_EXT

_______________________________________________
rockbox-cvs mailing list
rockbox-cvs <at> cool.haxx.se
http://cool.haxx.se/cgi-bin/mailman/listinfo/rockbox-cvs

(Continue reading)


Gmane