aboutsummaryrefslogtreecommitdiff
path: root/generateJava.cpp
AgeCommit message (Expand)Author
2020-04-28Deprecate Java non-retry function version.Steven Moreland
2020-04-06Update Java getService docstrings for exceptions.Steven Moreland
2019-12-09Take advantage of moved get*Components result.Steven Moreland
2019-07-23Remove localName from NamedTypeNeel Mehta
2019-06-14Lint to check references in DocCommentsNeel Mehta
2019-06-12Remove Formatter::setNamespaceNeel Mehta
2019-06-06Removes _hidl_is_oneway checks from hidl-gen.Daniel Norman
2019-05-24Generate java method signatures in common codeNeel Mehta
2019-05-09Remove packageComponents from generateJava.Neel Mehta
2019-03-13Add comments to auto-generated methods.Steven Moreland
2019-03-13Move interface comment onto interface.Steven Moreland
2018-08-14Support 'debug' in Java.Steven Moreland
2018-08-09Use ConstantExpression for FLAG_ONE_WAY.Steven Moreland
2018-07-24Modernize codebase by replacing NULL with nullptrYi Kong
2018-05-18hidl-gen: understand doc commentsSteven Moreland
2018-03-19oneway flag: check in JavaSteven Moreland
2018-02-20Do all validation during validation phase.Steven Moreland
2018-02-12hidl-gen knows what files its outputting.Steven Moreland
2018-02-08Coordinator keeps track of output directory.Steven Moreland
2018-02-02Unify Java + C++ flag definitions.Steven Moreland
2017-11-01Allow equality checking and hash for HIDL interface proxies.Yifan Hong
2017-10-31Reland "HIDL Java getService now the same as C++."Steven Moreland
2017-10-25Revert "HIDL Java getService now the same as C++."Steven Moreland
2017-10-24HIDL Java getService now the same as C++.Steven Moreland
2017-09-26Use getFormatter everywhere.Steven Moreland
2017-08-10Merge structures with duplication featuresTimur Iskhakov
2017-07-21Moving hidl-gen parser stack outside of ASTTimur Iskhakov
2017-05-24Add @FunctionalInterface to callbacks.Yifan Hong
2017-05-12Removed "bool AST::isInterface(std::string*)"Steven Moreland
2017-05-11hidl-gen: allow specifying rootSteven Moreland
2017-04-28Java: use _hidl_cb instead of cb for callback nameSteven Moreland
2017-04-05Fix IHwBinder.asInterface(...) to respect the interfaceChain and return nullAndreas Huber
2017-04-03Add Formatter::joinYifan Hong
2017-03-27RemoteException should not be a HIDL keyword.Yifan Hong
2017-03-25s/IMPL_HEADER/IMPL_INTERFACE/gSteven Moreland
2017-03-16Release reply Parcel when transaction is done.Martijn Coenen
2017-03-06Remove interfaceChain from IServiceManager::add()Martijn Coenen
2017-02-24Add toString to Java codeYifan Hong
2017-02-09Adds a debug(...) method to IBase, the base class for all Treble interfacesAndreas Huber
2017-02-08Don't send reply for oneway calls.Martijn Coenen
2017-01-13Add name "default" as default to register serviceChris Phoenix
2017-01-05java: get/register checked exceptions.Steven Moreland
2017-01-05Require non null remote for auto-gen'd Java Proxy constructor.Yifan Hong
2017-01-04Java: Add checked exceptions to methods.Steven Moreland
2016-12-22Add @Override to auto-generated Java code for overriden methods.Yifan Hong
2016-12-22Add (un)linkToDeath to generated interfaces.Martijn Coenen
2016-12-19Use interface for method callbacks.Steven Moreland
2016-12-13Update package path for Java.Yifan Hong
2016-12-13Allow method names, result names and argument names to be the same.Yifan Hong
2016-12-02Hidlize IBase; use IBase instead of IBinder.Yifan Hong