summaryrefslogtreecommitdiff
path: root/tools/aidl/aidl.cpp
AgeCommit message (Expand)Author
2015-09-11Remove the aidl tool Christopher Wiley
2015-09-10First pass on reentrant C++-ish parser Casey Dahlin
2015-09-02Remove RPC interface Type Casey Dahlin
2015-08-31Tighten up compiler flags for aidl Christopher Wiley
2015-08-31Merge "Revert "Tighten up compiler flags for aidl"" Christopher Wiley
2015-08-31Revert "Tighten up compiler flags for aidl" Christopher Wiley
2015-08-31aidl: Pull main() into dedicated file Christopher Wiley
2015-08-30Tighten up compiler flags for aidl Christopher Wiley
2015-08-24Do not merge namespaces Christopher Wiley
2015-08-17Replace HAVE_MS_C_RUNTIME with _WIN32 in frameworks/base/tools. Elliott Hughes
2015-07-29Move frameworks/base/tools/ off AndroidConfig.h. Elliott Hughes
2015-07-29Use _WIN32 rather than HAVE_WINDOWS_PATHS. Elliott Hughes
2015-07-22Add phony source target in the generated dependency file of aidl. Ying Wang
2014-11-10kill OS_CASE_SENSITIVE Yabin Cui
2014-09-30include direct.h for _mkdir Andrew Hsieh
2014-01-27Re-apply several tools fixes lost by the directory rearrangement. Elliott Hughes
2014-01-27Revert "Move frameworks/base/tools/ to frameworks/tools/" Adam Lesinski
2013-08-28Move frameworks/base/tools/ to frameworks/tools/ Mike Lockwood
2013-08-23Better aidl generated dependency Ying Wang
2012-10-18Enhance AIDL to take an explicit id for methods Maurice Chu
2012-08-16Allow multiple 'parcelable' declarations in aidl files Adam Powell
2012-02-10For events, require that the parameters be marked in. Joe Onorato
2012-02-10aidl: All flattenable types now must also be parcelable. Joe Onorato
2012-02-10add presenters to aidl. Joe Onorato
2012-02-10Support custom flattenable types for RPC. Joe Onorato
2012-02-10Checkpoint adding @home RPC support to aidl Joe Onorato
2011-09-01Add new dependency generation option to aidl. Xavier Ducrohet
2011-07-13Fix aidl to cope with multiple collection types per method. Elliott Hughes
2010-01-14long modifier was on the wrong argument. Scott Turner
2009-03-13auto import from //branches/cupcake_rel/...@138607 The Android Open Source Project
2009-03-05auto import from //depot/cupcake/@136594 The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843 The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843 The Android Open Source Project
2009-01-09auto import from //branches/cupcake/...@125939 The Android Open Source Project
2008-10-21Initial Contribution The Android Open Source Project