summaryrefslogtreecommitdiffstats
path: root/aidl_language.cpp
Commit message (Expand)AuthorAgeFilesLines
* aidl-cpp: Use |ParseInt| util for hex conversionRoshan Pius2016-07-281-9/+5
* Fix clang-tidy performance warnings.Chih-Hung Hsieh2016-07-271-1/+1
* aidl-cpp: Add support for hex values in const intRoshan Pius2016-07-251-1/+23
* Parse AIDL string constantsChristopher Wiley2016-05-031-4/+27
* Now the build system generates .cpp only for .ll/.yyYing Wang2016-01-121-1/+1
* Track base/ -> android-base/ change.Elliott Hughes2015-12-041-1/+1
* Introduce integer constantsCasey Dahlin2015-11-301-3/+20
* Refactor top-level AST nodes v2Casey Dahlin2015-11-301-5/+18
* Revert "Refactor top-level AST nodes"Bart Sears2015-11-241-18/+5
* Refactor top-level AST nodesCasey Dahlin2015-11-231-5/+18
* Add C++ header to AidlParcelableChristopher Wiley2015-11-201-8/+17
* Fix segfault on missing package declarationChristopher Wiley2015-10-201-0/+7
* Introduce GetSplitPackage() for AidlInterface and AidlParcelableChristopher Wiley2015-10-191-4/+22
* Kill buffer_type and extra_text_typeCasey Dahlin2015-10-141-18/+3
* Remove parse_helpers.cpp/h/unit testsCasey Dahlin2015-10-141-9/+23
* Don't include . in IDENTIFIER charactersCasey Dahlin2015-10-131-31/+20
* Put parcelable members behind gettersCasey Dahlin2015-10-121-0/+8
* Generate server side .cpp fileChristopher Wiley2015-10-101-0/+4
* Put AidlInterface members behind methodsCasey Dahlin2015-10-091-2/+16
* Replace import_info struct with AidlInfo classCasey Dahlin2015-10-091-8/+7
* Read all files through IoDelegateChristopher Wiley2015-10-071-36/+48
* Parse package names in parser not lexerCasey Dahlin2015-10-061-41/+28
* Remove buffer_type from signature of AidlArgumentCasey Dahlin2015-10-061-6/+6
* Use parser to find array bracketsCasey Dahlin2015-10-061-16/+3
* Put data in AidlMethod behind getters and settersCasey Dahlin2015-10-061-3/+20
* Kill comments token in AidlMethodCasey Dahlin2015-10-051-2/+16
* Kill AidlType->array_tokenCasey Dahlin2015-10-011-11/+14
* Replace type_type struct with AidlType classCasey Dahlin2015-10-011-8/+8
* Fold in/out/inout differentiation in to parserCasey Dahlin2015-10-011-14/+12
* Don't store AidlArgument name buffer_typeCasey Dahlin2015-09-301-4/+4
* Stop storing the direction bufferCasey Dahlin2015-09-301-3/+41
* Remove usage of malloc in favor of newCasey Dahlin2015-09-291-4/+5
* Turn arg_type into a class called AIDLArgumentCasey Dahlin2015-09-291-0/+5
* Revert "Remove usage of malloc in favor of new"Christopher Wiley2015-09-291-2/+2
* Remove usage of malloc in favor of newCasey Dahlin2015-09-281-2/+2
* Add parsing of in-memory stringsCasey Dahlin2015-09-241-0/+12
* Implement code generation for server headerCasey Dahlin2015-09-221-0/+9
* Make RunParser return consistent/consistently usedCasey Dahlin2015-09-161-4/+1
* Fix segfault on missing package statementChristopher Wiley2015-09-151-1/+1
* Minor cleanup of aidl.cppChristopher Wiley2015-09-151-2/+5
* Kill psGlobal and g_callbacksCasey Dahlin2015-09-151-26/+40
* Abstract away file IO when writing generated codeChristopher Wiley2015-09-141-0/+3
* Revert change to win32 isatty stubCasey Dahlin2015-09-101-0/+7
* Convert to C++ Bison outputCasey Dahlin2015-09-101-1/+2
* First pass on reentrant C++-ish parserCasey Dahlin2015-09-101-12/+78
* Replace HAVE_MS_C_RUNTIME with _WIN32 in frameworks/base/tools.Elliott Hughes2015-08-171-1/+1
* Revert "Move frameworks/base/tools/ to frameworks/tools/"Adam Lesinski2014-01-271-0/+20
* Move frameworks/base/tools/ to frameworks/tools/Mike Lockwood2013-08-281-20/+0
* Initial ContributionThe Android Open Source Project2008-10-211-0/+20