| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
master branch
|
|\
| |
| |
| |
| |
| |
| | |
Merge commit 'e3baafd85a5fecd1714441455e3f75f26b5c381e'
* commit 'e3baafd85a5fecd1714441455e3f75f26b5c381e':
BUG 2033924: Add AdbWinUsbApi.dll to prebuilt for Windows SDK
|
| | |
|
|\ \
| |/
| |
| |
| |
| |
| | |
Merge commit 'c52c602171cb29c4a4c38005f321cf95d50d3418'
* commit 'c52c602171cb29c4a4c38005f321cf95d50d3418':
DO NOT MERGE adb: Remove adbd from simulator build.
|
| |
| |
| |
| |
| |
| | |
It no longer compiles without recent kernel headers.
Signed-off-by: Mike Lockwood <lockwood@android.com>
|
|\ \
| |/
| |
| |
| |
| |
| | |
Merge commit '704aa833382a73f8e02d49b7e9c2aef9a49c65bd'
* commit '704aa833382a73f8e02d49b7e9c2aef9a49c65bd':
DO NOT MERGE cherry-pick "adb reboot" from master:
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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>
|
| | |
|
| |
| |
| |
| | |
Signed-off-by: Mike Lockwood <lockwood@android.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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>
|
| |
| |
| |
| | |
Signed-off-by: Mike Lockwood <lockwood@android.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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>
|
|\ \
| | |
| | |
| | |
| | | |
* changes:
we actually have to saturate when doing premultilied blending with opengl
|
| | | |
|
|\ \ \
| | |/
| |/|
| | |
| | |
| | |
| | | |
Merge commit 'c5ceeeedeeb1cc3ba3d8b54b04f983ae666755a2'
* commit 'c5ceeeedeeb1cc3ba3d8b54b04f983ae666755a2':
strip comments from event-log-tags on device
|
| |\ \
| | | |
| | | |
| | | |
| | | | |
* changes:
strip comments from event-log-tags on device
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This saves about 8k from the system image.
Bug: 2036961
|
| |_|/
|/| |
| | |
| | | |
Signed-off-by: Mike Lockwood <lockwood@android.com>
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
Merge commit 'ee40fc4e64e1656a16603778bee895ea389ec7d5'
* commit 'ee40fc4e64e1656a16603778bee895ea389ec7d5':
rootdir: init.rc: Bump up background cpu shares to 5.0%
|
| |/
| |
| |
| | |
Signed-off-by: San Mehat <san@google.com>
|
| |
| |
| |
| |
| |
| | |
It no longer compiles without recent kernel headers.
Signed-off-by: Mike Lockwood <lockwood@android.com>
|
|\ \
| | |
| | |
| | |
| | | |
* changes:
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>
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
* changes:
Added defines for <stdint.h> and <stdbool.h>.
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
* changes:
init: /dev/diag, /dev/diag_arm9 now owned by AID_RADIO
|
| |/ /
| | |
| | |
| | | |
Signed-off-by: Iliyan Malchev <malchev@google.com>
|
|/ /
| |
| |
| | |
Signed-off-by: Mike Lockwood <lockwood@android.com>
|
|\ \
| | |
| | |
| | |
| | | |
* changes:
Support 2D arrays.
|
| | | |
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* changes:
Implement arrays.
|
| | |
| | |
| | |
| | |
| | | |
Added check to see that pointer types are compatible when passing function
arguments.
|
|\ \ \
| |/ /
|/| |
| | |
| | | |
* changes:
init: Add hw3d master/client nodes to device list.
|
| | |
| | |
| | |
| | | |
Signed-off-by: Dima Zavin <dima@android.com>
|
|\ \ \
| |/ /
|/| | |
|
| |\ \
| | |/ |
|
| |\ \ |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* changes:
init: add permissions for /dev/diag and /dev/diag_arm9
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Iliyan Malchev <malchev@google.com>
|
|/ / / / |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* changes:
Fix parsing of function declarations that return pointers.
|
| | | | |
| | | | |
| | | | |
| | | | | |
Check that <op>= only evaluates the left-hand-side once.
|
|\ \ \ \ \
| |/ / / /
| | | | |
| | | | |
| | | | | |
* changes:
Support brackets for accessing array values.
|
| | | | |
| | | | |
| | | | |
| | | | | |
Don't yet support allocating arrays.
|
|\ \ \ \ \
| |/ / / /
| | | | |
| | | | |
| | | | | |
* changes:
Clean up the way we handle postfix operators.
|
| | | | |
| | | | |
| | | | |
| | | | | |
Function names are now treated just like any other variable.
|
|\ \ \ \ \
| |/ / / /
| | | | |
| | | | |
| | | | | |
* changes:
Implement pre-increment / pre-decrement
|
| | | | | |
|