OSDN Git Service

android-x86/external-srec.git
14 years agoam 7d56aaf9: Fix crash in voice recognizer when it fails to load the acoustic model
Marco Nelissen [Wed, 23 Sep 2009 15:04:56 +0000 (08:04 -0700)]
am 7d56aaf9: Fix crash in voice recognizer when it fails to load the acoustic model

Merge commit '7d56aaf97085593d3aa8080451783fc080731539' into eclair-plus-aosp

* commit '7d56aaf97085593d3aa8080451783fc080731539':
  Fix crash in voice recognizer when it fails to load the acoustic model

14 years agoFix crash in voice recognizer when it fails to load the acoustic model
Marco Nelissen [Tue, 22 Sep 2009 23:48:43 +0000 (16:48 -0700)]
Fix crash in voice recognizer when it fails to load the acoustic model

14 years agomerge from open-source master
Jean-Baptiste Queru [Wed, 16 Sep 2009 23:22:06 +0000 (16:22 -0700)]
merge from open-source master

14 years agoMerge change 10545
Android Code Review [Tue, 15 Sep 2009 22:34:01 +0000 (15:34 -0700)]
Merge change 10545

* changes:
  modified to support SuperH architecture

15 years agomerge from open-source master
Jean-Baptiste Queru [Tue, 1 Sep 2009 15:28:11 +0000 (08:28 -0700)]
merge from open-source master

15 years agoRemoved libdl from libraries to link with when building on FreeBSD
Alexey Tarasov [Sat, 8 Nov 2008 23:58:37 +0000 (09:58 +1000)]
Removed libdl from libraries to link with when building on FreeBSD

15 years agoreconcile korg/master into goog/master
Jean-Baptiste Queru [Sun, 26 Jul 2009 18:43:55 +0000 (11:43 -0700)]
reconcile korg/master into goog/master

15 years agoMerge korg/donut into korg/master
Jean-Baptiste Queru [Sun, 26 Jul 2009 00:48:02 +0000 (17:48 -0700)]
Merge korg/donut into korg/master

15 years agoFix issue 1795088 Improve audio routing code
Eric Laurent [Fri, 17 Jul 2009 18:25:44 +0000 (11:25 -0700)]
Fix issue 1795088       Improve audio routing code

Integrated comments after patch set 1 review.

15 years agomodified to support SuperH architecture
Shin-ichiro KAWASAKI [Wed, 1 Jul 2009 07:07:25 +0000 (16:07 +0900)]
modified to support SuperH architecture

15 years agoam 1bfedbd0: Include cstdio so that this header file can compile with gcc 4.4.
Jack Palevich [Thu, 25 Jun 2009 01:43:22 +0000 (18:43 -0700)]
am 1bfedbd0: Include cstdio so that this header file can compile with gcc 4.4.

Merge commit '1bfedbd04122c0e177caf693423aabad3462d66d'

* commit '1bfedbd04122c0e177caf693423aabad3462d66d':
  Include cstdio so that this header file can compile with gcc 4.4.

15 years agoInclude cstdio so that this header file can compile with gcc 4.4.
Jack Palevich [Thu, 25 Jun 2009 00:43:54 +0000 (17:43 -0700)]
Include cstdio so that this header file can compile with gcc 4.4.

Otherwise printf is undeclared. This code worked with earlier versions
of gcc because either cstdio or stdio.h was being included by some other
header file. But this was not guaranteed behavior, so with GCC 4.4 there
is an error. The fix is backwards compatible with earlier versions of
GCC.

Note, I'm using "GCC" to mean Gnu Compile Collection, as this problem is
specific to the C++ compiler, not the C compiler.

15 years agoam ed4cbb76: Remove SREC tests from tests build
Sriram Raman [Tue, 23 Jun 2009 05:04:51 +0000 (22:04 -0700)]
am ed4cbb76: Remove SREC tests from tests build

Merge commit 'ed4cbb766a2d83f71c03b1b327d696e7b56377a6'

* commit 'ed4cbb766a2d83f71c03b1b327d696e7b56377a6':
  Remove SREC tests from tests build

15 years agoRemove SREC tests from tests build
Sriram Raman [Tue, 23 Jun 2009 00:21:33 +0000 (17:21 -0700)]
Remove SREC tests from tests build

15 years agoDon't build SRecTest and SRecTestAudio with tests build (system.img gets too large)
Sriram Raman [Fri, 29 May 2009 21:06:58 +0000 (14:06 -0700)]
Don't build SRecTest and SRecTestAudio with tests build (system.img gets too large)

15 years agoMerge donut into master
Jean-Baptiste Queru [Thu, 23 Apr 2009 00:12:25 +0000 (17:12 -0700)]
Merge donut into master

15 years agogrxmlcompile: include <cstdio> in files that wants netw_arc.h
Scott Tsai [Fri, 20 Mar 2009 23:28:10 +0000 (07:28 +0800)]
grxmlcompile: include <cstdio> in files that wants netw_arc.h
to make the code build on gcc-4.4.

NUANArc::Print{,Text} in netw_arc.h uses 'printf' which is no longer
implicitly pulled in by <iostream> in gcc >= 4.4.

15 years agoAndroid on Freerunner support
Sean McNeil [Sun, 2 Nov 2008 01:32:11 +0000 (08:32 +0700)]
Android on Freerunner support

15 years agoMerge branch 'open_source_contributions_cherry_picked' into google_internal
The Android Open Source Project [Sun, 29 Mar 2009 15:55:30 +0000 (08:55 -0700)]
Merge branch 'open_source_contributions_cherry_picked' into google_internal

15 years agogrxmlcompile: include <cstdio> in files that wants netw_arc.h
Scott Tsai [Fri, 20 Mar 2009 23:28:10 +0000 (07:28 +0800)]
grxmlcompile: include <cstdio> in files that wants netw_arc.h
to make the code build on gcc-4.4.

NUANArc::Print{,Text} in netw_arc.h uses 'printf' which is no longer
implicitly pulled in by <iostream> in gcc >= 4.4.

15 years agoMerge commit 'remotes/korg/cupcake' into merge
Jean-Baptiste Queru [Tue, 17 Mar 2009 23:08:02 +0000 (16:08 -0700)]
Merge commit 'remotes/korg/cupcake' into merge

15 years agoAndroid on Freerunner support
Sean McNeil [Sun, 2 Nov 2008 01:32:11 +0000 (08:32 +0700)]
Android on Freerunner support

15 years agoauto import from //depot/cupcake/@135843
The Android Open Source Project [Wed, 4 Mar 2009 03:30:40 +0000 (19:30 -0800)]
auto import from //depot/cupcake/@135843

15 years agoauto import from //depot/cupcake/@135843
The Android Open Source Project [Wed, 4 Mar 2009 02:28:37 +0000 (18:28 -0800)]
auto import from //depot/cupcake/@135843

15 years agoauto import from //depot/cupcake/@132589
The Android Open Source Project [Tue, 3 Mar 2009 22:04:17 +0000 (14:04 -0800)]
auto import from //depot/cupcake/@132589

15 years agoauto import from //depot/cupcake/@137055
The Android Open Source Project [Tue, 3 Mar 2009 06:54:31 +0000 (22:54 -0800)]
auto import from //depot/cupcake/@137055

15 years agoauto import from //branches/cupcake/...@132276
The Android Open Source Project [Thu, 19 Feb 2009 18:57:31 +0000 (10:57 -0800)]
auto import from //branches/cupcake/...@132276

15 years agoauto import from //branches/cupcake/...@130745
The Android Open Source Project [Tue, 10 Feb 2009 23:44:00 +0000 (15:44 -0800)]
auto import from //branches/cupcake/...@130745

15 years agoMerge branch 'cupcake'
The Android Open Source Project [Thu, 22 Jan 2009 08:16:03 +0000 (00:16 -0800)]
Merge branch 'cupcake'

15 years agoauto import from //branches/cupcake/...@127436
The Android Open Source Project [Thu, 22 Jan 2009 08:13:42 +0000 (00:13 -0800)]
auto import from //branches/cupcake/...@127436

15 years agoMerge branch 'cupcake'
The Android Open Source Project [Tue, 20 Jan 2009 22:05:31 +0000 (14:05 -0800)]
Merge branch 'cupcake'

15 years agoauto import from //branches/cupcake/...@127101
The Android Open Source Project [Tue, 20 Jan 2009 22:03:57 +0000 (14:03 -0800)]
auto import from //branches/cupcake/...@127101

15 years agoMerge branch 'cupcake'
android-build SharedAccount [Fri, 16 Jan 2009 00:15:55 +0000 (16:15 -0800)]
Merge branch 'cupcake'

15 years agoauto import from //branches/cupcake/...@126645
The Android Open Source Project [Fri, 16 Jan 2009 00:12:09 +0000 (16:12 -0800)]
auto import from //branches/cupcake/...@126645

15 years agoMerge branch 'cupcake'
The Android Open Source Project [Sat, 10 Jan 2009 02:04:18 +0000 (18:04 -0800)]
Merge branch 'cupcake'

15 years agoauto import from //branches/cupcake/...@125939
The Android Open Source Project [Sat, 10 Jan 2009 01:51:23 +0000 (17:51 -0800)]
auto import from //branches/cupcake/...@125939

15 years agoMerge commit 'remotes/korg/cupcake'
Jean-Baptiste Queru [Fri, 19 Dec 2008 15:54:59 +0000 (07:54 -0800)]
Merge commit 'remotes/korg/cupcake'

15 years agoCode drop from //branches/cupcake/...@124589
The Android Open Source Project [Thu, 18 Dec 2008 02:04:57 +0000 (18:04 -0800)]
Code drop from //branches/cupcake/...@124589

15 years agoUpdated makefiles for correct building on FreeBSD
Alexey Tarasov [Fri, 7 Nov 2008 01:33:39 +0000 (11:33 +1000)]
Updated makefiles for correct building on FreeBSD

15 years agoAdd a few missing headers.
Alexey Zaytsev [Tue, 21 Oct 2008 22:04:55 +0000 (02:04 +0400)]
Add a few missing headers.

Fixes build with gcc 4.3.2 on Debian.

Signed-off-by: Alexey Zaytsev <alexey.zaytsev@gmail.com>
15 years agoInitial Contribution
The Android Open Source Project [Tue, 21 Oct 2008 14:00:00 +0000 (07:00 -0700)]
Initial Contribution