aboutsummaryrefslogtreecommitdiffstats
path: root/emulator
Commit message (Collapse)AuthorAgeFilesLines
...
| * Fix a memory deallocation error that was crashing q2dm.Jack Veenstra2009-04-289-36/+36
| | | | | | | | Also fix a bunch of compile warnings by changing "char *" to "const char *".
| * AI 146315: am: CL 146314 modify GSM emulation to accomodate 1.0 and 1.1 ↵David Turner2009-04-151-3/+17
| | | | | | | | | | | | | | | | | | | | | | system images. without this, networking doesn't work well when using the 1.1 add-on with the cupcake sdk Original author: digit Merged from: //branches/cupcake/... Automated import of CL 146315
| * AI 145778: Manual merge changes 145382-145384 from cupcake.Andy Stadler2009-04-101-7/+6
| | | | | | | | Automated import of CL 145778
| * AI 144596: am: CL 144595 Fix the AVD configuration code to support ↵David Turner2009-04-051-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | "sdcard.path" in config.ini to indicate an explicit SD Card image file (instead of using the one in the content directory) Note that this also fix a bug where the SD Card image was not properly locked in the previous implementation. Allow the http-proxy support code to actually manage to receive chunked encoding data, instead of complaining needlessly. Introduce a new CharBuffer object that is used indirectly by "-radio <hostdevice>" and "-gps <hostdevice>" options Add new documentation for QEMUD and CharDriverState objects Update the Audio documentation with ASCII graphics (because I'm an artist too) Original author: digit Merged from: //branches/cupcake/... Automated import of CL 144596
| * AI 143204: am: CL 142988 Remove emulator support from user builds.Mike Lockwood2009-03-272-0/+2
| | | | | | | | | | | | | | | | | | Saves us 52K in /system partition. BUG=1739507 Original author: lockwood Merged from: //branches/cupcake/... Automated import of CL 143204
* | Merge branch 'readonly-p4-master'David Turner2009-04-181-3/+17
|\ \
| * | AI 146565: am: CL 146315 am: CL 146314 modify GSM emulation to accomodate ↵David Turner2009-04-181-3/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1.0 and 1.1 system images. without this, networking doesn't work well when using the 1.1 add-on with the cupcake sdk Original author: digit Merged from: //branches/cupcake/... Original author: android-build Automated import of CL 146565
* | | Merge branch 'readonly-p4-master'Dianne Hackborn2009-04-131-7/+6
|\ \ \ | |/ /
| * | AI 145994: Integrate #145778 from Donut.Dianne Hackborn2009-04-131-7/+6
| | | | | | | | | | | | Automated import of CL 145994
* | | Merge branch 'readonly-p4-master'David Turner2009-04-051-13/+13
|\ \ \ | |/ /
| * | AI 144597: am: CL 144596 am: CL 144595 Fix the AVD configuration code to ↵David Turner2009-04-051-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | support "sdcard.path" in config.ini to indicate an explicit SD Card image file (instead of using the one in the content directory) Note that this also fix a bug where the SD Card image was not properly locked in the previous implementation. Allow the http-proxy support code to actually manage to receive chunked encoding data, instead of complaining needlessly. Introduce a new CharBuffer object that is used indirectly by "-radio <hostdevice>" and "-gps <hostdevice>" options Add new documentation for QEMUD and CharDriverState objects Update the Audio documentation with ASCII graphics (because I'm an artist too) Original author: digit Merged from: //branches/cupcake/... Original author: android-build Automated import of CL 144597
| * | AI 143355: am: CL 143204 am: CL 142988 Remove emulator support from user builds.Mike Lockwood2009-03-272-0/+2
| |/ | | | | | | | | | | | | | | | | | | | | Saves us 52K in /system partition. BUG=1739507 Original author: lockwood Merged from: //branches/cupcake/... Original author: android-build Merged from: //branches/donutburger/... Automated import of CL 143355
* | Merge commit 'korg/cupcake'The Android Open Source Project2009-03-274-499/+1485
|\ \
| * | Automated import from //branches/cupcake/...@142988,142988Mike Lockwood2009-03-262-0/+2
| |/
| * auto import from //branches/cupcake_rel/...@140373The Android Open Source Project2009-03-183-499/+1483
| |
* | q2dm: correctly expect the return type of strchr(const char*) to beScott Tsai2009-03-211-2/+2
| | | | | | | | | | | | | | | | | | 'const char*' in C++ so that the code builds on gcc-4.4 ISO C++ overloads strchr() so that strchr(const char*) return 'const char*' and strchr(char *) return 'char *'. Since DmTrace::parseAndAddFunction really wants to write to its 'const char *name' argument I just casted a pointer pointing inside of 'name' to 'char*'
* | Correctly expect the return value of rindex(const char*) to be of typeScott Tsai2009-03-211-2/+2
| | | | | | | | | | | | | | | | | | | | 'const char*' to make the code build on gcc-4.4. The C++ spec overloads string fucntions like strtsr and rindex so that rindex(char *) returns 'char*' and rindex(const char*) returns 'const char*'. Without this patch you get an "invalid conversion from ‘const char*’ to ‘char*’" error on gcc-4.4
* | Merge commit 'remotes/korg/cupcake' into cupcake_to_masterJean-Baptiste Queru2009-03-182-0/+12
|\ \ | |/
| * auto import from //branches/cupcake/...@137873The Android Open Source Project2009-03-112-0/+12
| |
| * auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-03138-0/+13073
| |
| * auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-03138-13073/+0
| |
* | Merge branch 'cupcake'android-build SharedAccount2009-01-151-1/+1
|\ \ | |/
| * auto import from //branches/cupcake/...@126645The Android Open Source Project2009-01-151-1/+1
| |
* | auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-091-0/+1
|\ \ | |/
| * auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-091-0/+1
| |
* | Merge commit 'remotes/korg/cupcake'Jean-Baptiste Queru2008-12-191-17/+24
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: build/sdk.atree ide/eclipse/.classpath tools/activitycreator/src/com/android/activitycreator/ActivityCreator.java tools/eclipse/scripts/create_adt_symlinks.sh tools/eclipse/scripts/create_all_symlinks.sh tools/eclipse/scripts/create_bridge_symlinks.sh tools/eclipse/scripts/create_common_symlinks.sh tools/eclipse/scripts/create_ddms_symlinks.sh tools/eclipse/scripts/create_editors_symlinks.sh tools/eclipse/scripts/create_test_symlinks.sh tools/scripts/build.template
| * Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-17/+24
| |
* | Add a few missing headersAlexey Zaytsev2008-10-221-0/+1
|/ | | | | | Fixes build with gcc 4.3.2 on Debian. Signed-off-by: Alexey Zaytsev <alexey.zaytsev@gmail.com>
* Initial ContributionThe Android Open Source Project2008-10-21138-0/+13065