aboutsummaryrefslogtreecommitdiff
path: root/aidl_to_ndk.cpp
AgeCommit message (Expand)Author
2022-08-24Custom NDK ParcelablesSteven Moreland
2022-07-01Remove global AidlTypeSpecifier in aidl_to_ndkJooyung Han
2021-12-16Fix: multidimensional fixed-size arrays (NDK/CPP)Jooyung Han
2021-12-14Support fixed-size arrays in the NDK backendJooyung Han
2021-12-14Use readData/writeData APIs for NDK backend.Jooyung Han
2021-11-30ConstantValueDecorator with stringsJooyung Han
2021-11-25Remove NdkAlignmentOfJooyung Han
2021-11-08fix `byte[]` with negative values (C++/NDK)Jooyung Han
2021-11-03Support array of interfaceJooyung Han
2021-10-18Support nullable types in Rust/NDKJooyung Han
2021-10-15fix NDK List<T>Jooyung Han
2021-10-15Use AidlTypenames::MakeResolvedType() for inline typesJooyung Han
2021-10-14Support IBinder array in the NDK/Rust backends.Jooyung Han
2021-10-07Support nested types in NdkFullClassName()Jooyung Han
2021-08-13Support @nullable(heap) for recursive typesJooyung Han
2021-06-16Refactor: type resolution done in ScopeJooyung Han
2020-12-05using references in constant expressionsJooyung Han
2020-10-21Support ParcelableHolder in NDKJeongik Cha
2020-09-30ndk: Emit aligment values for known types in @FixedSize parcelablesDevin Moore
2020-09-16Use AIDL_* errors over libbase logging.Steven Moreland
2020-09-09Support templated structured parcelablesDevin Moore
2020-05-13Fix abort for nullable parcelable array.Steven Moreland
2020-03-24use vector<uint8_t> for byte[] in AIDLJooyung Han
2020-01-17Remove NDK backend type support TODOs.Steven Moreland
2020-01-16Remove obsolete generics NDK TODO.Steven Moreland
2019-12-20Support for @nullable NDK parcelableSteven Moreland
2019-12-18NDK Parcelable: don't assume non-null w/ write.Steven Moreland
2019-11-27-1 AIDL_FATAL APISteven Moreland
2019-11-22Remove bad/unnecessary uses of 'Base'.Steven Moreland
2019-11-21Support List type in NDKJeongik Cha
2019-11-19Support ParcelFileDescriptor[] in ndkJeongik Cha
2019-10-16Add support for AIDL constant expressionsWill McVicker
2019-10-15Adds support for arrays of enums.Daniel Norman
2019-09-30Adds NDK support for Enums.Daniel Norman
2018-12-19Remove unused using decls.Chih-Hung Hsieh
2018-12-14NDK Backend: parcelable array typesSteven Moreland
2018-11-28Version query mechanism and default impl for NDK backendandroid-n-iot-release-ihome-igv1nougat-iot-releaseJiyong Park
2018-11-19NDK Backend: nullable fdsSteven Moreland
2018-11-19NDK Backend: use wrappers for SpAIBinder parcel'nSteven Moreland
2018-11-16NDK Backend: nullable primitive arraysSteven Moreland
2018-11-16NDK Backend: support nullable String([])Steven Moreland
2018-11-16NDK Backend: support nullable types.Steven Moreland
2018-11-06NDK Backend: read/write string arraySteven Moreland
2018-11-02NDK Backend: read/write ParcelFileDescriptorSteven Moreland
2018-10-26NDK Backend: vector templates -> overloadingSteven Moreland
2018-10-19NDK Backend: complete checks for typesSteven Moreland
2018-10-19NDK Backend: read/write primitive arraysSteven Moreland
2018-10-17NDK Backend: simplify type conversion logicSteven Moreland
2018-10-12NDK Backend: different header locationsandroid-o-mr1-iot-release-smart-display-r3oreo-mr1-1.2-iot-releaseSteven Moreland
2018-10-09NDK Backend: rename things according to conventionSteven Moreland