summaryrefslogtreecommitdiffstats
path: root/tools/aidl/AST.h
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Move frameworks/base/tools/ to frameworks/tools/"Adam Lesinski2014-01-271-0/+371
| | | | This reverts commit 9f6a119c8aa276432ece4fe2118bd8a3c9b1067e.
* Move frameworks/base/tools/ to frameworks/tools/Mike Lockwood2013-08-281-371/+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
* Support custom flattenable types for RPC.Joe Onorato2012-02-101-1/+1
|
* Add the full suite of RpcData types.Joe Onorato2012-02-101-0/+7
|
* Checkpoint adding @home RPC support to aidlJoe Onorato2012-02-101-0/+15
|
* Make aidl annotate onTransact with @OverrideXavier Ducrohet2009-08-031-0/+2
| | | | BUG: 1902262
* Add includes to enable host C++ tools to compile with GCC 4.4Jack Palevich2009-06-241-0/+1
| | | | | | | | | | | | | | Otherwise printf is undeclared. These files worked with earlier versions of gcc because either cstdio or stdio.h was being included by some other header file. But this was not guaranteed behavior, so with GCC 4.4 there are errors. The fix is backwards compatible with earlier versions of GCC. This change includes either <cstdio> or <stdio.h> whichever looks more appropriate given the other headers included by the given source file. Note, I'm using "GCC" to mean Gnu Compile Collection, as this problem is specific to C++ source files. (Presumably a C++-specific header file changed to no longer include cstdio.)
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+346
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-346/+0
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+346