History log of /frameworks/base/tools/aidl/AST.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
7db766c3fec2795b08d237f29b972f474983684b 16-Sep-2011 Joe Onorato <joeo@google.com> Support custom flattenable types for RPC.
/frameworks/base/tools/aidl/AST.h
05ffbe7c020c59ee4fa7e13e04641c954d591951 03-Sep-2011 Joe Onorato <joeo@google.com> Add the full suite of RpcData types.
/frameworks/base/tools/aidl/AST.h
fdfe2ff8c60c367a4eb7cecb4cbe1d62b41a8c20 31-Aug-2011 Joe Onorato <joeo@google.com> Checkpoint adding @home RPC support to aidl
/frameworks/base/tools/aidl/AST.h
7ea9d79e302b1d71c62802aa514566c9b7f39f67 04-Aug-2009 Xavier Ducrohet <xav@android.com> Make aidl annotate onTransact with @Override

BUG: 1902262
/frameworks/base/tools/aidl/AST.h
c7410f6f9f8f2aeb9368502a4a725b1a7abe1190 25-Jun-2009 Jack Palevich <jackpal@google.com> Add includes to enable host C++ tools to compile with GCC 4.4

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.)
/frameworks/base/tools/aidl/AST.h
9066cfe9886ac131c34d59ed0e2d287b0e3c0087 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/frameworks/base/tools/aidl/AST.h
d83a98f4ce9cfa908f5c54bbd70f03eec07e7553 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/frameworks/base/tools/aidl/AST.h
54b6cfa9a9e5b861a9930af873580d6dc20f773c 21-Oct-2008 The Android Open Source Project <initial-contribution@android.com> Initial Contribution
/frameworks/base/tools/aidl/AST.h