summaryrefslogtreecommitdiffstats
path: root/tools/aidl/AST.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Move frameworks/base/tools/ to frameworks/tools/"Adam Lesinski2014-01-271-0/+912
| | | | This reverts commit 9f6a119c8aa276432ece4fe2118bd8a3c9b1067e.
* Move frameworks/base/tools/ to frameworks/tools/Mike Lockwood2013-08-281-912/+0
| | | | Change-Id: I3ffafdab27cc4aca256c3a5806b630795b75d5c8
* Correct executable bit for source filesKenny Root2012-11-071-0/+0
| | | | | | | | | Many media files and source code files were marked as executable in Git. Remove those. Also a shell script and python script were not marked as executable. Change-Id: Ieb51bafb46c895a21d2e83696f5a901ba752b2c5
* Add the full suite of RpcData types.Joe Onorato2012-02-101-0/+14
|
* Checkpoint adding @home RPC support to aidlJoe Onorato2012-02-101-1/+45
|
* am 747cb3b5: Merge change 9670 into donutAndroid (Google) Code Review2009-08-041-2/+6
|\ | | | | | | | | | | | | Merge commit '747cb3b515e1b01f6b61ec911b693d88d480eaaf' * commit '747cb3b515e1b01f6b61ec911b693d88d480eaaf': Make aidl annotate onTransact with @Override
| * Make aidl annotate onTransact with @OverrideXavier Ducrohet2009-08-031-2/+6
| | | | | | | | BUG: 1902262
| * auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+867
| |
| * auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-867/+0
| |
* | Removing "import" statements from AIDL-generated .java files.Adrian Taylor2009-02-131-17/+0
|/ | | | | | | | | | | | | | | | | | | | | | | | AIDL generates unnecessary "import" statements. These cause warnings within Eclipse when the default Eclipse warnings settings are used. This is inconvenient since the generated .java files are not editable. Some pesky organisations have a zero-warnings policy too, so there's no option but to fiddle with the Eclipse settings. This patch ensures that all usages of class names within the generated code are fully-qualified. In practice, they were nearly all fully-qualified already. And this patch also removes the generation of the import statements, since they are redundant if we're using fully-qualified names everywhere. This should fix issue 43 in the Google Code Android issues tracker. http://code.google.com/p/android/issues/detail?id=43 I would appreciate if somebody who knows exactly how 'aidl' works could confirm that there's no reason 'import' statements would have been necessary except for the bits I've fixed. (I think unqualified names were used much more frequently in early versions of aidl, which might explain why import statements are generated so eagerly).
* Initial ContributionThe Android Open Source Project2008-10-211-0/+867