summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Allow '//'-style comments in #defines.Jack Palevich2009-08-182-3/+16
|
* Allow parenthesized expressions as the value of definesJack Palevich2009-08-184-15/+53
| | | | | | | | | | | | | | | | | | | | | | For example, this now works: #define A (1 + 2) Note that we still don't support defines with argument lists, so this is still illegal: #define A(X) (X + 2) Also in this change: The compiler test script allows command-line arguments to disable testing on ARM and to disable testing the output of the old OTCC compiler. Disabling testing on ARM is handy for developing front-end code when no device or emulator is available. Disabling testing OTCC output is handy for some 64-bit Linux environments, because the original OTCC needs some tweaking to be fully compatible, and I don't have time to investigate this problem right now.
* do not merge: cherry-picked ecd23c09e87d7088285f8b7c2eeb98815c2e69e0 from ↵Jack Palevich2009-08-171-3/+10
| | | | master branch
* am e3baafd8: BUG 2033924: Add AdbWinUsbApi.dll to prebuilt for Windows SDKRaphael2009-08-121-3/+5
|\ | | | | | | | | | | | | Merge commit 'e3baafd85a5fecd1714441455e3f75f26b5c381e' * commit 'e3baafd85a5fecd1714441455e3f75f26b5c381e': BUG 2033924: Add AdbWinUsbApi.dll to prebuilt for Windows SDK
| * BUG 2033924: Add AdbWinUsbApi.dll to prebuilt for Windows SDKRaphael2009-08-111-3/+5
| |
* | am c52c6021: (-s ours) DO NOT MERGE adb: Remove adbd from simulator build.Mike Lockwood2009-08-110-0/+0
|\ \ | |/ | | | | | | | | | | Merge commit 'c52c602171cb29c4a4c38005f321cf95d50d3418' * commit 'c52c602171cb29c4a4c38005f321cf95d50d3418': DO NOT MERGE adb: Remove adbd from simulator build.
| * DO NOT MERGE adb: Remove adbd from simulator build.Mike Lockwood2009-08-101-3/+3
| | | | | | | | | | | | It no longer compiles without recent kernel headers. Signed-off-by: Mike Lockwood <lockwood@android.com>
* | am 704aa833: (-s ours) DO NOT MERGE cherry-pick "adb reboot" from master:Mike Lockwood2009-08-110-0/+0
|\ \ | |/ | | | | | | | | | | Merge commit '704aa833382a73f8e02d49b7e9c2aef9a49c65bd' * commit '704aa833382a73f8e02d49b7e9c2aef9a49c65bd': DO NOT MERGE cherry-pick "adb reboot" from master:
| * DO NOT MERGE cherry-pick "adb reboot" from master:Mike Lockwood2009-08-104-1/+52
| | | | | | | | | | | | | | | | | | | | adb: add "adb reboot" command. This will allow rebooting the device via adb on any build, including user builds. An optional argument can be provided (for example, "adb reboot bootloader" or adb reboot recovery") Signed-off-by: Mike Lockwood <lockwood@android.com>
* | init: set the correct kgsl device node permissionsDima Zavin2009-08-111-0/+3
| |
* | adb: Fix infinite loop in Linux host device discovery.Mike Lockwood2009-08-111-5/+1
| | | | | | | | Signed-off-by: Mike Lockwood <lockwood@android.com>
* | adb: print better error message when there are insufficient permissions for ↵Mike Lockwood2009-08-081-7/+5
| | | | | | | | | | | | | | | | | | a device. Now, a command like "adb shell" will print "insufficient permissions for device" instead of "device not found" if adb does not have permissions to communicate with the device. Signed-off-by: Mike Lockwood <lockwood@android.com>
* | adb: update call to register_usb_transport in Mac and Windows builds.Mike Lockwood2009-08-082-2/+2
| | | | | | | | Signed-off-by: Mike Lockwood <lockwood@android.com>
* | adb: On Linux, detect USB devices for which adb does not have permissions to ↵Mike Lockwood2009-08-085-121/+159
| | | | | | | | | | | | | | | | | | | | | | communicate with. adb devices will now list devices without adequate file system permissions in /dev/bus/usb as: List of devices attached ???????????? no permissions Signed-off-by: Mike Lockwood <lockwood@android.com>
* | Merge change 20502Android (Google) Code Review2009-08-071-11/+1
|\ \ | | | | | | | | | | | | * changes: we actually have to saturate when doing premultilied blending with opengl
| * | we actually have to saturate when doing premultilied blending with openglMathias Agopian2009-08-071-11/+1
| | |
* | | am c5ceeeed: Merge change 20354 into donutDoug Zongker2009-08-071-0/+1
|\ \ \ | | |/ | |/| | | | | | | | | | | | | Merge commit 'c5ceeeedeeb1cc3ba3d8b54b04f983ae666755a2' * commit 'c5ceeeedeeb1cc3ba3d8b54b04f983ae666755a2': strip comments from event-log-tags on device
| * | Merge change 20354 into donutAndroid (Google) Code Review2009-08-071-0/+1
| |\ \ | | | | | | | | | | | | | | | | * changes: strip comments from event-log-tags on device
| | * | strip comments from event-log-tags on deviceDoug Zongker2009-08-061-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | This saves about 8k from the system image. Bug: 2036961
* | | | adb: Use correct language ID when retrieving USB serial number.Guang Zhu2009-08-071-24/+48
| |_|/ |/| | | | | | | | Signed-off-by: Mike Lockwood <lockwood@android.com>
* | | am ee40fc4e: rootdir: init.rc: Bump up background cpu shares to 5.0%San Mehat2009-08-061-1/+2
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit 'ee40fc4e64e1656a16603778bee895ea389ec7d5' * commit 'ee40fc4e64e1656a16603778bee895ea389ec7d5': rootdir: init.rc: Bump up background cpu shares to 5.0%
| * | rootdir: init.rc: Bump up background cpu shares to 5.0%San Mehat2009-08-061-1/+2
| |/ | | | | | | Signed-off-by: San Mehat <san@google.com>
* | adb: Remove adbd from simulator build.Mike Lockwood2009-08-061-3/+3
| | | | | | | | | | | | It no longer compiles without recent kernel headers. Signed-off-by: Mike Lockwood <lockwood@android.com>
* | Merge change 20039Android (Google) Code Review2009-08-054-1/+52
|\ \ | | | | | | | | | | | | * changes: adb: add "adb reboot" command.
| * | adb: add "adb reboot" command.Mike Lockwood2009-08-054-1/+52
| | | | | | | | | | | | | | | | | | | | | | | | This will allow rebooting the device via adb on any build, including user builds. An optional argument can be provided (for example, "adb reboot bootloader" or adb reboot recovery") Signed-off-by: Mike Lockwood <lockwood@android.com>
* | | Merge change 20154Android (Google) Code Review2009-08-056-3/+61
|\ \ \ | | | | | | | | | | | | | | | | * changes: Added defines for <stdint.h> and <stdbool.h>.
| * | | Added defines for <stdint.h> and <stdbool.h>.Andy McFadden2009-08-056-3/+61
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | This adds HAVE_STDINT_H and HAVE_STDBOOL_H to the configuration. We've been using HAVE_STDINT_H for a while but just never bothered to define it, and we're about to start using HAVE_STDBOOL_H. I enabled them for the linux and darwin targets, and left it undefined for freebsd/windows.
* | | Merge change 20109Android (Google) Code Review2009-08-051-2/+2
|\ \ \ | | | | | | | | | | | | | | | | * changes: init: /dev/diag, /dev/diag_arm9 now owned by AID_RADIO
| * | | init: /dev/diag, /dev/diag_arm9 now owned by AID_RADIOIliyan Malchev2009-08-051-2/+2
| |/ / | | | | | | | | | Signed-off-by: Iliyan Malchev <malchev@google.com>
* | | fastboot: Add support for Motorola USB vendor ID.Mike Lockwood2009-08-051-2/+4
|/ / | | | | | | Signed-off-by: Mike Lockwood <lockwood@android.com>
* | Merge change 20021Android (Google) Code Review2009-08-043-4/+57
|\ \ | | | | | | | | | | | | * changes: Support 2D arrays.
| * | Support 2D arrays.Jack Palevich2009-08-043-4/+57
| | |
* | | Merge change 20014Android (Google) Code Review2009-08-043-36/+262
|\ \ \ | |/ / | | | | | | | | | * changes: Implement arrays.
| * | Implement arrays.Jack Palevich2009-08-043-36/+262
| | | | | | | | | | | | | | | Added check to see that pointer types are compatible when passing function arguments.
* | | Merge change 9647Android (Google) Code Review2009-08-041-1/+4
|\ \ \ | |/ / |/| | | | | | | | * changes: init: Add hw3d master/client nodes to device list.
| * | init: Add hw3d master/client nodes to device list.Dima Zavin2009-08-031-1/+4
| | | | | | | | | | | | Signed-off-by: Dima Zavin <dima@android.com>
* | | merge from open-source masterJean-Baptiste Queru2009-08-040-0/+0
|\ \ \ | |/ / |/| |
| * | merge from donutJean-Baptiste Queru2009-08-034-15/+95
| |\ \ | | |/
| * | merge from donutJean-Baptiste Queru2009-07-2912-66/+94
| |\ \
* | \ \ Merge change 9594Android (Google) Code Review2009-08-031-0/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * changes: init: add permissions for /dev/diag and /dev/diag_arm9
| * | | | init: add permissions for /dev/diag and /dev/diag_arm9Iliyan Malchev2009-08-031-0/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Iliyan Malchev <malchev@google.com>
* | | | | Add support for "short" data type.Jack Palevich2009-08-035-28/+115
|/ / / /
* | | | Merge change 9407Android (Google) Code Review2009-07-313-11/+10
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * changes: Fix parsing of function declarations that return pointers.
| * | | | Fix parsing of function declarations that return pointers.Jack Palevich2009-07-313-11/+10
| | | | | | | | | | | | | | | | | | | | Check that <op>= only evaluates the left-hand-side once.
* | | | | Merge change 9402Android (Google) Code Review2009-07-313-13/+91
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | * changes: Support brackets for accessing array values.
| * | | | Support brackets for accessing array values.Jack Palevich2009-07-313-13/+91
| | | | | | | | | | | | | | | | | | | | Don't yet support allocating arrays.
* | | | | Merge change 9401Android (Google) Code Review2009-07-311-69/+67
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | * changes: Clean up the way we handle postfix operators.
| * | | | Clean up the way we handle postfix operators.Jack Palevich2009-07-311-69/+67
| | | | | | | | | | | | | | | | | | | | Function names are now treated just like any other variable.
* | | | | Merge change 9400Android (Google) Code Review2009-07-313-27/+43
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | * changes: Implement pre-increment / pre-decrement
| * | | | Implement pre-increment / pre-decrementJack Palevich2009-07-313-27/+43
| | | | |