summaryrefslogtreecommitdiffstats
path: root/aidl_language_l.l
Commit message (Expand)AuthorAgeFilesLines
* Put parcelable members behind gettersCasey Dahlin2015-10-121-12/+7
* Put AidlInterface members behind methodsCasey Dahlin2015-10-091-2/+2
* Add ImportResolver classChristopher Wiley2015-10-071-1/+0
* Parse package names in parser not lexerCasey Dahlin2015-10-061-68/+53
* Do generic parsing in parser, not lexerCasey Dahlin2015-10-061-4/+3
* Use parser to find array bracketsCasey Dahlin2015-10-061-3/+3
* Put data in AidlMethod behind getters and settersCasey Dahlin2015-10-061-2/+2
* Replace method_type with AidlMethodCasey Dahlin2015-10-011-2/+3
* Fold in/out/inout differentiation in to parserCasey Dahlin2015-10-011-3/+4
* Remove usage of malloc in favor of newCasey Dahlin2015-09-291-10/+12
* Revert "Remove usage of malloc in favor of new"Christopher Wiley2015-09-291-7/+7
* Remove usage of malloc in favor of newCasey Dahlin2015-09-281-7/+7
* Minor cleanup of aidl.cppChristopher Wiley2015-09-151-3/+4
* Kill psGlobal and g_callbacksCasey Dahlin2015-09-151-15/+0
* Make lexer output proper Bison location infoCasey Dahlin2015-09-141-7/+15
* Remove unused extern declarationCasey Dahlin2015-09-141-2/+0
* Abstract away file IO when writing generated codeChristopher Wiley2015-09-141-4/+1
* Revert change to win32 isatty stubCasey Dahlin2015-09-101-7/+0
* Convert to C++ Bison outputCasey Dahlin2015-09-101-18/+19
* First pass on reentrant C++-ish parserCasey Dahlin2015-09-101-36/+26
* Remove RPC interface TypeCasey Dahlin2015-09-021-2/+0
* Revert "Move frameworks/base/tools/ to frameworks/tools/"Adam Lesinski2014-01-271-0/+214
* Move frameworks/base/tools/ to frameworks/tools/Mike Lockwood2013-08-281-214/+0
* Enhance AIDL to take an explicit id for methodsMaurice Chu2012-10-181-1/+3
* Support custom flattenable types for RPC.Joe Onorato2012-02-101-0/+1
* Checkpoint adding @home RPC support to aidlJoe Onorato2012-02-101-0/+1
* Initial ContributionThe Android Open Source Project2008-10-211-0/+210