summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix clang-tidy performance warnings.Chih-Hung Hsieh2016-07-279-16/+16
* aidl-cpp: Add support for hex values in const intRoshan Pius2016-07-258-3/+99
* Test that @nullable Interface passing works as expectedChristopher Wiley2016-07-194-0/+59
* Refresh test infrastructureChristopher Wiley2016-07-192-2/+2
* Allow Interface types to be marked as nullableChristopher Wiley2016-07-151-0/+1
* Always build absolute paths the same wayChristopher Wiley2016-06-035-20/+110
* Fix google-explicit-constructor warnings in aidl.Chih-Hung Hsieh2016-06-025-34/+34
* Document AIDL constant definitionsChristopher Wiley2016-05-062-18/+35
* Generate code for AIDL defined string constantsChristopher Wiley2016-05-0313-17/+141
* Parse AIDL string constantsChristopher Wiley2016-05-0310-32/+341
* Stop hard coding gtest paths/libs.Dan Albert2016-04-281-4/+3
* Hold file descriptors in unique_fdChristopher Wiley2016-04-265-34/+41
* Fix google-explicit-constructor warnings.Chih-Hung Hsieh2016-04-253-3/+3
* Generate a trivial dep file for parcelablesChristopher Wiley2016-04-213-3/+32
* Include the failed directory name if _mkdir fails.Dan Albert2016-04-191-2/+3
* Allow @nullable on specific binder typesCasey Dahlin2016-04-182-11/+72
* Revert "Hold file descriptors in unique_fd"Christopher Wiley2016-04-185-41/+34
* Hold file descriptors in unique_fdChristopher Wiley2016-04-185-34/+41
* Output correct dependency file with only output dirChristopher Wiley2016-04-123-3/+32
* Add documentation on making changesChristopher Wiley2016-04-061-0/+26
* Fix shift that is out of range.Ian Rogers2016-03-151-1/+1
* Test that Java client reaction to unexpected null BindersChristopher Wiley2016-03-103-20/+93
* Refactor Java test components into separate filesChristopher Wiley2016-03-104-40/+83
* Test that native services reject null bindersChristopher Wiley2016-03-103-0/+88
* Add support @nullable IBinder typeChristopher Wiley2016-03-102-4/+10
* Document runtime dependencies of generated C++ codeCasey Dahlin2016-03-071-0/+8
|\
| * Document runtime dependencies of generated C++ codeCasey Dahlin2016-03-071-0/+8
* | Document annotations and @utf8InCppChristopher Wiley2016-03-071-0/+6
|\|
| * Document annotations and @utf8InCppChristopher Wiley2016-03-071-0/+6
* | Remove obsolete conditionalYing Wang2016-03-041-5/+0
|\|
| * Remove obsolete conditionalYing Wang2016-03-041-5/+0
* | Propagate interface annotations to methodsCasey Dahlin2016-03-045-37/+73
|\|
| * Propagate interface annotations to methodsCasey Dahlin2016-03-035-37/+73
* | Fix problems revealed by static analysisChristopher Wiley2016-03-021-11/+5
|\|
| * Fix problems revealed by static analysisChristopher Wiley2016-03-011-11/+5
* | Allow annotations on interfacesCasey Dahlin2016-03-012-37/+52
|\|
| * Allow annotations on interfacesCasey Dahlin2016-03-012-37/+52
* | enable aidl build in PDKKeun-young Park2016-03-011-1/+1
|\|
| * enable aidl build in PDKKeun-young Park2016-02-291-1/+1
* | Fix compiler warnings in generated C++Christopher Wiley2016-02-256-14/+45
|\|
| * Fix compiler warnings in generated C++Christopher Wiley2016-02-246-14/+45
* | Merge commit 'dc587bf81e82e75bb939098e7d2eb01012fdadb3' into HEADBill Yi2016-02-170-0/+0
|\ \ | |/ |/|
| * Add framworks/native/aidl/binder/ to LOCAL_AIDL_INCLUDESSamuel Tan2016-01-131-2/+4
| |\
| * \ Now the build system generates .cpp only for .ll/.yyYing Wang2016-01-124-5/+5
| |\ \
| * \ \ Move aidl_test_service Run function out of service classCasey Dahlin2016-01-121-30/+32
| |\ \ \
| * \ \ \ aidl_test_service: binder service creation and registration fixupsTodd Poynor2016-01-071-4/+5
| |\ \ \ \
| * \ \ \ \ Include full namespacing on asBinder callsCasey Dahlin2016-01-062-6/+13
| |\ \ \ \ \
| * \ \ \ \ \ Don\'t ignore \n after * in commentsCasey Dahlin2016-01-051-3/+3
| |\ \ \ \ \ \
| * \ \ \ \ \ \ aidl: Support constants with +/- signsEino-Ville Talvala2015-12-184-7/+39
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ aidl: tests: add PersistableBundle integration testsSamuel Tan2015-12-177-42/+255
| |\ \ \ \ \ \ \ \