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