summaryrefslogtreecommitdiff
path: root/edify
AgeCommit message (Expand)Author
2021-02-14[LSC] Add LOCAL_LICENSE_KINDS to bootable/recoveryBob Badour
2020-05-19Add add_slot_suffix function.Yifan Hong
2020-03-07Address the warnings in recovery codeTianjie Xu
2020-01-23Mark libedify library as recovery_available.P.Adarsh Reddy
2020-01-14edify: update for bison 3.5Steven Moreland
2019-10-04Moving recovery resources from /system to /vendorBill Peckham
2019-07-08Add a GetMappedPackageLength to UpdaterRobin Lee
2019-06-24Implement updater runtime for dynamic partitionsTianjie Xu
2019-05-20Add UpdaterRuntime classTianjie Xu
2018-07-10Merge "edify: Rename parse_string to ParseString and let it take std::string."Tao Bao
2018-07-10edify: Rename parse_string to ParseString and let it take std::string.Tao Bao
2018-07-09edify: Remove VAL_INVALID and move ValueType into Value class.Tao Bao
2018-01-29Avoid overwrite of the error message in AbortFnTianjie Xu
2017-10-09edify: Export the header and move to Soong.Tao Bao
2017-10-09Revert "Revert "Move error_code.h into otautil.""Tao Bao
2017-10-09applypatch: Forward declare struct Value.Tao Bao
2017-10-05Don't include "error_code.h" in edify/expr.h.Tao Bao
2017-10-05Revert "Move error_code.h into otautil."Tao Bao
2017-10-04Move error_code.h into otautil.Tao Bao
2017-10-03edify: Remove edify_parser.Tao Bao
2017-08-30Turn on -Wall for libedifyTianjie Xu
2017-07-25Remove LOCAL_CLANGLennart Wieboldt
2017-03-28Suppress the unused variable warning in parser.yyTianjie Xu
2017-03-23Don't fail ReadArgs if length to parse is 0Tianjie Xu
2017-03-22Remove malloc in edify functionsTianjie Xu
2016-11-01Cleanup ReadArgs & ReadValueArgs usageTianjie Xu
2016-10-15Change StringValue to use std::stringTianjie Xu
2016-10-12edify: Some clean-ups to libedify.Tao Bao
2016-10-04edify: Move State.script and State.errmsg to std::string.Tao Bao
2016-10-03edify: Move the testcases to gtest.Tao Bao
2016-09-29Turn on -Werror for recoveryTianjie Xu
2016-06-03resolve merge conflicts of 7ce287d to nyc-dev-plus-aospTianjie Xu
2016-06-03Call ioctl before each write on retryTianjie Xu
2016-05-23resolve merge conflicts of 50f6417 to nyc-dev-plus-aospTianjie Xu
2016-05-20Allow recovery to return error codesTianjie Xu
2016-04-18Fix google-runtime-int warnings.Chih-Hung Hsieh
2016-01-27edify: accept long string literal.Yabin Cui
2016-01-11Rename .l/.y to .ll/.yyYing Wang
2015-08-20edify: Switch to C++.Tao Bao
2015-08-07Use CPPFLAGS instead of CFLAGS.Dan Albert
2015-06-03recovery: Switch to clangTao Bao
2014-12-18Remove an uninitialized value.Dan Albert
2014-11-20Global C++11 compatibility.Dan Albert
2014-02-13clean up some warnings when building recoveryDoug Zongker
2013-07-09recovery: move log output to stdoutDoug Zongker
2012-04-12minor recovery changesDoug Zongker
2010-02-24make StringValue wrapper okay to call on NULLDoug Zongker
2010-02-22refactor applypatch and friendsDoug Zongker
2010-02-19add missing includes to fix mac build (maybe)Doug Zongker
2010-02-18relocate applypatch; add type system and new functions to edifyDoug Zongker