History log of /system/tools/aidl/tests/test_data_example_interface.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
3a9911cc8fd881effadbdf51e8f4cf721a1d9601 19-Jan-2016 Christopher Wiley <wiley@google.com> Write C++ and Java specific dependency files

The dependency file for C++ encodes that generated .cpp and .h files
depend on the source aidl and imported aidl files. This is unlike
Java which only has a single .java file.

Bug: 26409006
Test: Unittests continue to pass

Change-Id: I97f3646cd28803a6dadc7bd0bd35632218dae559
/system/tools/aidl/tests/test_data_example_interface.cpp
d40e2fed2c19850d53f1620322ac5cbca2c0e245 24-Nov-2015 Casey Dahlin <sadmac@google.com> Introduce integer constants

We can now declare a "const int" variable in an AIDL interface, in
addition to methods. These constants will become static members of the
interface/base class in the generated code.

Change-Id: I6b690ecbbe2acae37abb106510e42283f0753f26
Test: Unit and integration tests updated and pass
Bug: 23600061
Signed-off-by: Casey Dahlin <sadmac@google.com>
/system/tools/aidl/tests/test_data_example_interface.cpp
af2d510018c546961e502b61682eaf8a019cc974 18-Oct-2015 Christopher Wiley <wiley@google.com> Add end to end test for C++ generation

Bug: None
Test: Unit tests pass

Change-Id: If3e49a6053d9945f6a6da2a9832e9120d6be5b03
/system/tools/aidl/tests/test_data_example_interface.cpp