aboutsummaryrefslogtreecommitdiff
path: root/c2hal
AgeCommit message (Expand)Author
2023-09-11Fix sandboxing errors in hidl testsLiz Kammer
2021-02-12[LSC] Add LOCAL_LICENSE_KINDS to system/tools/hidlBob Badour
2020-02-26c2hal: remove warning while compilingSteven Moreland
2019-09-25host tools: also disable leak detectionSteven Moreland
2019-08-23Merge "Change (un)setLinePrefix to push and pop"Neel Mehta
2019-08-22Change (un)setLinePrefix to push and popNeel Mehta
2019-08-13Merge "Make hidl-gen and hidl-lint self-contained"Neel Mehta
2019-08-12Make hidl-gen and hidl-lint self-containedNeel Mehta
2019-07-12Remove libhwbinder/libhidltransport deps.Steven Moreland
2019-03-25Modernize code to use override keywordYi Kong
2018-07-24Modernize codebase by replacing NULL with nullptrYi Kong
2018-07-17Split libhidl-gen-utils to *-host-utilsYifan Hong
2018-05-21hidl-gen: understand doc commentsSteven Moreland
2018-02-20Enable experimental in hidl-gen.Steven Moreland
2017-11-09Remove hidl-gen subdirs.Steven Moreland
2017-10-02Remove irrelevant c2hal TODO.Steven Moreland
2017-09-21Remove #include <sys/dir.h> for bionicDan Willemsen
2017-08-16Fix or suppress misc-macro-parentheses in system/tools/hidl.Chih-Hung Hsieh
2017-08-15Fix clang-tidy performance warnings in system/tools/hidl.Chih-Hung Hsieh
2017-08-07Remove Soong variables from HIDL code.Steven Moreland
2017-06-29Get rid of bt_bdaddr_tJakub Pawlowski
2017-06-07Fix type in c2hal test makefile.Steven Moreland
2017-06-06Fix error on user builds with future compiler.Steven Moreland
2017-05-10remove "// static" commentsSteven Moreland
2017-04-21c2hal_test: fixing several issuesSteven Moreland
2017-04-19Fix c2hal_test.Steven Moreland
2017-02-06Add -Werror.Steven Moreland
2017-01-20c2hal_test: Bp/Bn -> BpHw/BnHwSteven Moreland
2016-12-02Hidlize IBase; use IBase instead of IBinder.Yifan Hong
2016-11-22Proper runtime error handling for _hidl_cb.Steven Moreland
2016-11-18Split libhidl into base and transport.Yifan Hong
2016-11-14Add verbose flag to c2halDiego Wilson
2016-11-09Add compile time test to c2halDiego Wilson
2016-11-02Revert "Add compile time test to c2hal"Diego Wilson
2016-10-31Add compile time test to c2halDiego Wilson
2016-10-26Revert "Add compile time test to c2hal"Diego Wilson
2016-10-25Add compile time test to c2halDiego Wilson
2016-10-25Remove hw_device_t struct from c2hal outputDiego Wilson
2016-10-03c2hal: allow c++11 enum class and enum structYifan Hong
2016-10-03Merge "c2hal: remove some std::reverse."Yifan Hong
2016-10-03c2hal: remove some std::reverse.Yifan Hong
2016-10-03c2hal: allow generation directly in output dirSteven Moreland
2016-10-01c2hal: Improve Type PascalCase hack for primitive types.Yifan Hong
2016-09-30c2hal: replace UNKOWN with UNKNOWNYifan Hong
2016-09-30c2hal: Use better To(Camel|Pascal|Snake)Case functions.Yifan Hong
2016-09-30c2hal: Comment out lone declarations.Yifan Hong
2016-09-30c2hal: Fix note comments that embeds */Yifan Hong
2016-09-30c2hal: fix array sizes got reversed.Yifan Hong
2016-09-30c2hal: map size_t to uint64_tYifan Hong
2016-09-30c2hal: add missing closing parenthesis to function callsYifan Hong