Android (Google) Code Review
2974d1fb8b
Merge change 6741
...
* changes:
Implement floating point for ARM.
2009-07-09 22:02:45 -07:00
Android (Google) Code Review
c4d1f677d7
Merge change 6740
...
* changes:
Add x86 floating point test.
2009-07-09 22:01:44 -07:00
Jack Palevich
b7718b973c
Implement floating point for ARM.
2009-07-09 22:00:24 -07:00
Mike Lockwood
dd8a23b774
am 7bf68842: adb: Increment ADB_SERVER_VERSION
...
Merge commit '7bf68842d765ad7e6a51426b625d0de6d2331740'
* commit '7bf68842d765ad7e6a51426b625d0de6d2331740':
adb: Increment ADB_SERVER_VERSION
2009-07-09 17:12:06 -07:00
Mike Lockwood
7bf68842d7
adb: Increment ADB_SERVER_VERSION
...
It was pointed out that we should have done this when we added the "adb root" command.
And doing this will also force people to pick up the recent Linux USB serial number fix.
Signed-off-by: Mike Lockwood <lockwood@android.com>
2009-07-09 20:09:10 -04:00
Jack Palevich
bab8064203
Add x86 floating point test.
2009-07-09 13:54:54 -07:00
Android (Google) Code Review
a0c0d8a89e
Merge change 6658
...
* changes:
Finish implementing x86 floating point
2009-07-09 13:36:07 -07:00
Jack Palevich
2a4e1a9f88
Finish implementing x86 floating point
...
Support floating-point if/while statements: if(1.0) { ... }
Support reading values from float and double pointers.
And some additional error checking.
Detect malformed "return" statements
Detect passing the results of "void" functions as arguments.
2009-07-09 13:34:25 -07:00
Jean-Baptiste Queru
5b63399039
Merge branch 'master' of git://android.git.kernel.org/platform/system/core into merge_korg_master
...
* 'master' of git://android.git.kernel.org/platform/system/core:
adb: Use correct language ID when retrieving USB serial number.
Fix typo in adb commandline help
Fix bug where ECONNABORTED would have always occured on asocket_write.
Helper to perform abortable blocking operations on a socket:
2009-07-09 11:34:12 -07:00
Android (Google) Code Review
52dddc6149
Merge change 6597
...
* changes:
Implement x86 floating point operations
2009-07-08 20:42:06 -07:00
Jack Palevich
a39749f641
Implement x86 floating point operations
...
+ unary floating point operation -
+ unary floating point compare: !
+ binary floating point operations +-*/
+ binary floating point comparisons: < <= == != >= >
2009-07-08 20:40:31 -07:00
Android (Google) Code Review
de394b2372
Merge change 6591
...
* changes:
set permissions for capella cm3602 proximity sensor
2009-07-08 20:38:48 -07:00
Iliyan Malchev
3306e0678c
set permissions for capella cm3602 proximity sensor
...
Signed-off-by: Iliyan Malchev <malchev@google.com>
2009-07-08 20:37:43 -07:00
Mike Lockwood
3338e55114
am 48d116ed: init.rc: Fix commands for allowing the system_server to access wpa_supplicant.conf
...
Merge commit '48d116edf9c785ed284626cbe0bbf5c958cf5e67'
* commit '48d116edf9c785ed284626cbe0bbf5c958cf5e67':
init.rc: Fix commands for allowing the system_server to access wpa_supplicant.conf
2009-07-08 18:07:46 -07:00
Mike Lockwood
48d116edf9
init.rc: Fix commands for allowing the system_server to access wpa_supplicant.conf
...
The touch command does not exist, and the chown commands are unnecessary because
the system_server is in the WIFI group.
Signed-off-by: Mike Lockwood <lockwood@android.com>
2009-07-08 20:55:36 -04:00
Marco Nelissen
eea5ae9ceb
Class with virtual methods should have virtual destructors too.
2009-07-08 17:43:17 -07:00
Android (Google) Code Review
023931180c
Merge change 6551
...
* changes:
Implement global, local, and stack based float and double variables.
2009-07-08 16:51:30 -07:00
Android (Google) Code Review
e86161de1a
Merge change 6550
...
* changes:
Implement x86 int <--> float.
2009-07-08 16:51:08 -07:00
Jack Palevich
9cbd226960
Implement global, local, and stack based float and double variables.
2009-07-08 16:48:41 -07:00
Jack Palevich
128ad2d204
Implement x86 int <--> float.
2009-07-08 14:51:31 -07:00
Android (Google) Code Review
d773ff289e
Merge change 6498
...
* changes:
Some x86 floating point code works.
2009-07-08 13:13:40 -07:00
Android (Google) Code Review
f0487502b1
Merge change 6497
...
* changes:
Start tracking types in expressions.
2009-07-08 13:11:01 -07:00
Jack Palevich
1a539db23c
Some x86 floating point code works.
...
We now check the types and number of arguments to a function.
2009-07-08 13:04:41 -07:00
Kenny Root
df3fb65e98
am c989199c: Fix typo in adb commandline help
...
Merge commit 'c989199ccfbe745a7109f57d2aee2577d2f72b8d'
* commit 'c989199ccfbe745a7109f57d2aee2577d2f72b8d':
Fix typo in adb commandline help
2009-07-08 09:07:49 -07:00
Mike Lockwood
dc9d52f35d
adb: Use correct language ID when retrieving USB serial number.
...
Fixes http://code.google.com/p/android/issues/detail?id=2609
Signed-off-by: Mike Lockwood <lockwood@android.com>
2009-07-08 12:07:22 -04:00
Kenny Root
c989199ccf
Fix typo in adb commandline help
...
Android developers are not expected to have PDP-11s.
2009-07-08 12:05:05 -04:00
Mike Lockwood
5089bd0a6e
am 3d9b265b: adb: Use correct language ID when retrieving USB serial number.
...
Merge commit '3d9b265b7d34d886a2f44e486c25e402d7df791b'
* commit '3d9b265b7d34d886a2f44e486c25e402d7df791b':
adb: Use correct language ID when retrieving USB serial number.
2009-07-08 07:30:39 -07:00
Mike Lockwood
3d9b265b7d
adb: Use correct language ID when retrieving USB serial number.
...
Fixes http://code.google.com/p/android/issues/detail?id=2609
Signed-off-by: Mike Lockwood <lockwood@android.com>
2009-07-08 10:28:38 -04:00
Android (Google) Code Review
b77f6a1e0f
Merge change 6004
...
* changes:
Add aggregator test tag to list
2009-07-07 15:10:33 -07:00
Jack Palevich
8df4619e09
Start tracking types in expressions.
2009-07-07 14:48:51 -07:00
Android (Google) Code Review
32db7311bf
Merge change 6323
...
* changes:
Parse floating point (and double) constants.
2009-07-06 18:43:13 -07:00
Android (Google) Code Review
1816655869
Merge change 6322
...
* changes:
Start teaching the code generator about types.
2009-07-06 18:42:51 -07:00
Jack Palevich
1aeb87b52b
Parse floating point (and double) constants.
2009-07-06 18:33:20 -07:00
Jack Palevich
9eed7a2c7b
Start teaching the code generator about types.
...
Remove the concept of "R1" from the code generator API, R1 is used
internally as needed.
2009-07-06 17:24:34 -07:00
Mathias Agopian
73aaaac104
Merge commit 'goog/master_gl' into merge_master_gl
2009-07-06 15:01:05 -07:00
Mathias Agopian
01f6d9397c
Merge commit 'goog/master' into merge_master
2009-07-06 14:16:57 -07:00
San Mehat
192d1d79f7
am b3edd072: vold: Change the disk formatter we use + fix commandline argument creation
...
Merge commit 'b3edd0720ea26ef02763e7446d1bafb85546b38e'
* commit 'b3edd0720ea26ef02763e7446d1bafb85546b38e':
vold: Change the disk formatter we use + fix commandline argument creation
2009-07-06 12:43:21 -07:00
Android (Google) Code Review
151047a800
Merge change 6257
...
* changes:
resolved conflicts for merge of 72eead43
to master
2009-07-06 12:41:54 -07:00
San Mehat
c3109591d4
resolved conflicts for merge of 72eead43
to master
2009-07-06 12:19:19 -07:00
Android (Google) Code Review
32a0056ff2
Merge changes 6249,6250
...
* changes:
Initial support for float, double.
Implement our hard casts using our type system.
2009-07-06 12:18:49 -07:00
Android (Google) Code Review
a5c234ef0c
Merge change 6248
...
* changes:
Clean up expression code.
2009-07-06 12:18:17 -07:00
Jack Palevich
95727a0b05
Initial support for float, double.
2009-07-06 12:07:15 -07:00
San Mehat
b3edd0720e
vold: Change the disk formatter we use + fix commandline argument creation
...
Signed-off-by: San Mehat <san@google.com>
2009-07-06 11:33:45 -07:00
San Mehat
72eead43c7
toolbox: mkdosfs: Imported new 'newfs_msdos' updated disk formatter
...
Signed-off-by: San Mehat <san@google.com>
2009-07-06 11:10:03 -07:00
Amith Yamasani
3bbaec5a7b
am eefef323: Set the permissions of wifi supplicant file so that system can access it.
...
Merge commit 'eefef3234ae1e3b0f2db71415f134c7ec49899fa'
* commit 'eefef3234ae1e3b0f2db71415f134c7ec49899fa':
Set the permissions of wifi supplicant file so that system can access it.
2009-07-06 11:03:02 -07:00
Jack Palevich
3f22649d98
Implement our hard casts using our type system.
...
Doesn't add any new capabilities, but we now generate error
messages if you attempt casts we don't support,
and we also found and fixed some bugs in declaration parsing.
2009-07-02 14:46:19 -07:00
Android (Google) Code Review
91217ca5cb
am 5c49135b: Merge change 5852 into donut
...
Merge commit '5c49135b032235f82560d5e55b0e4c547506516b'
* commit '5c49135b032235f82560d5e55b0e4c547506516b':
rootdir: Modify init.rc to run mtpd/racoon as a non-root user.
2009-07-02 14:24:58 -07:00
Amith Yamasani
eefef3234a
Set the permissions of wifi supplicant file so that system can access it.
...
Create the required directories and set the correct owner and permissions.
2009-07-02 12:08:13 -07:00
San Mehat
79258b8b5a
am 9ad18f05: vold: Kill logspam
...
Merge commit '9ad18f0576f1945419d31b56fea6987210521c35'
* commit '9ad18f0576f1945419d31b56fea6987210521c35':
vold: Kill logspam
2009-07-01 22:44:48 -07:00
Mathias Agopian
bfa833c0b7
Merge commit 'goog/master' into merge_master
2009-07-01 18:33:22 -07:00