aboutsummaryrefslogtreecommitdiff
path: root/generate_cpp_unittest.cpp
AgeCommit message (Expand)Author
2018-03-23Add option for tracing AIDL calls.android-9.0.0_r47android-9.0.0_r46android-9.0.0_r45android-9.0.0_r44android-9.0.0_r43android-9.0.0_r42android-9.0.0_r41android-9.0.0_r40android-9.0.0_r39android-9.0.0_r38android-9.0.0_r37android-9.0.0_r36android-9.0.0_r35android-9.0.0_r34android-9.0.0_r33android-9.0.0_r32android-9.0.0_r31android-9.0.0_r30android-9.0.0_r22android-9.0.0_r21android-9.0.0_r20android-9.0.0_r19android-9.0.0_r16android-9.0.0_r12android-9.0.0_r11pie-qpr3-s1-releasepie-qpr3-releasepie-qpr3-b-releasepie-qpr2-releasepie-qpr1-s3-releasepie-qpr1-s2-releasepie-qpr1-s1-releasepie-qpr1-releasepie-dr1-releasepie-dr1-devpie-devpie-b4s4-releasepie-b4s4-devMartijn Coenen
2016-08-19Write expected length of out arrays to parcelChristopher Wiley
2016-08-19Consolidate array logicChristopher Wiley
2016-04-26Hold file descriptors in unique_fdChristopher Wiley
2016-04-18Allow @nullable on specific binder typesCasey Dahlin
2016-04-18Revert "Hold file descriptors in unique_fd"Christopher Wiley
2016-04-18Hold file descriptors in unique_fdChristopher Wiley
2016-02-24Fix compiler warnings in generated C++Christopher Wiley
2016-02-04Declare interface constants as enum in C++Christopher Wiley
2016-01-05Include full namespacing on asBinder callsCasey Dahlin
2015-12-15Add support for @nullable annotationCasey Dahlin
2015-12-05Always set generated status_t to safe default valueChristopher Wiley
2015-12-05Implement @nullable in grammarCasey Dahlin
2015-12-04Track base/ -> android-base/ change.Elliott Hughes
2015-11-30Introduce integer constantsCasey Dahlin
2015-11-30Proper namespacing in generated C++ codeCasey Dahlin
2015-11-30Add support for file descriptorsCasey Dahlin
2015-11-18Implement error handling for C++ servicesChristopher Wiley
2015-11-13Remove generated code on IO errorsChristopher Wiley
2015-11-10Correct ! placement in C++ conditionalsChristopher Wiley
2015-11-06Respect aidl's -b flag againChristopher Wiley
2015-11-05Support List<IBinder> typeCasey Dahlin
2015-10-31Add support for List<String>Christopher Wiley
2015-10-31Don't call virtual methods in TypeNamespace constructorsChristopher Wiley
2015-10-30Delete primitive C++ generation testChristopher Wiley
2015-10-30Add support for passing binders in C++Casey Dahlin
2015-10-27Emit correct code to return arrays of primitivesChristopher Wiley
2015-10-27Add PrimitiveTypeChristopher Wiley
2015-10-26Emit correct code for oneway interfacesChristopher Wiley
2015-10-22Not all generated code is for IPingResponderChristopher Wiley
2015-10-22Add interface enforcement logic to generated C++Christopher Wiley
2015-10-22Prefix responses with "no exception header"Christopher Wiley
2015-10-22Add IfStatement C++ AST nodeChristopher Wiley
2015-10-21Add Diff helperCasey Dahlin
2015-10-21Implement oneway interfacesCasey Dahlin
2015-10-20Add support for array typesCasey Dahlin
2015-10-20Fix segfault on missing package declarationChristopher Wiley
2015-10-19Generate C++ in namespaces based on packageChristopher Wiley
2015-10-19Change C++ output to match make expectationsChristopher Wiley
2015-10-19Add support for missing basic types to AIDLCasey Dahlin
2015-10-14Mark client constructor as explicitChristopher Wiley
2015-10-14Make server source compileableChristopher Wiley
2015-10-14Fix server header guardChristopher Wiley
2015-10-14Make interface header usable in generated codeChristopher Wiley
2015-10-10Generate client source codeChristopher Wiley
2015-10-10Make BpInterface destructor virtual and defaultChristopher Wiley
2015-10-10Generate server side .cpp fileChristopher Wiley
2015-10-09Convert document item structs to classesCasey Dahlin
2015-10-09Replace import_info struct with AidlInfo classCasey Dahlin
2015-10-07Read all files through IoDelegateChristopher Wiley