summaryrefslogtreecommitdiffstats
path: root/libutils
Commit message (Expand)AuthorAgeFilesLines
* "utils/Errors.h": include <stdint.h> for `int32_t`.Elliott Hughes2018-10-161-15/+8
* Move system/core/ off NO_ERROR.Elliott Hughes2018-10-0810-58/+59
* Add noexcept to move constructors and assignment operators.Chih-Hung Hsieh2018-10-053-14/+19
* Suppress implicit-fallthrough warnings.Chih-Hung Hsieh2018-09-173-2/+9
* Move off safe-iop.Elliott Hughes2018-08-282-11/+9
* Merge "Check sp<>::clear() for data races"Hans Boehm2018-08-171-2/+4
|\
| * Check sp<>::clear() for data racesHans Boehm2018-08-171-2/+4
* | libutils: remove unused strzcmp16_h_n.Elliott Hughes2018-08-172-24/+0
|/
* Revert^2 "Prepare to fail in RefBase destructor if count is untouched"Hans Boehm2018-08-083-30/+162
* Merge "Merge Android Pie into master"Xin Li2018-08-071-28/+34
|\
| * Merge "Prepare to fail in RefBase destructor if count is untouched"Hans Boehm2018-08-063-30/+120
| |\
| * \ Merge changes from topic "looper_unique_fd"Josh Gao2018-07-233-29/+30
| |\ \
| * \ \ Merge "[libutils] Modernize codebase by replacing NULL with nullptr"Yi Kong2018-07-1725-132/+132
| |\ \ \
| * \ \ \ Merge "Modernize codebase by replacing NULL with nullptr"Yi Kong2018-07-1310-24/+24
| |\ \ \ \
| * \ \ \ \ Shared libs are supported in recovery modeJiyong Park2018-06-132-3/+8
| |\ \ \ \ \
| * \ \ \ \ \ Merge "Mark as recovery_available: true" am: 9f6f8bf0dcJiyong Park2018-05-211-0/+1
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge "Remove more semicolons at the end of namespaces" am: d652a9e231Pirama Arumuga Nainar2018-04-1223-32/+23
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge "Remove extra semicolon at end of namespace" am: 1d2bf45b55Pirama Arumuga Nainar2018-04-107-8/+8
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge "Revert "libutilscallstack is private VNDK-SP"" am: 7a72d07e40Jiyong Park2018-03-151-1/+0
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge "libutils: Remove Static.cpp and darwin hacks." am: 929112bcd1Steven Moreland2018-03-084-103/+16
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | String16: remove integer overflowsSteven Moreland2018-03-011-28/+34
* | | | | | | | | | | | Revert "Prepare to fail in RefBase destructor if count is untouched"Hans Boehm2018-08-073-120/+30
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Prepare to fail in RefBase destructor if count is untouchedHans Boehm2018-08-033-30/+120
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | libutils: switch Looper's fds to unique_fd.Josh Gao2018-07-183-29/+30
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | [libutils] Modernize codebase by replacing NULL with nullptrYi Kong2018-07-1625-132/+132
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Modernize codebase by replacing NULL with nullptrYi Kong2018-07-1310-24/+24
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Shared libs are supported in recovery modeJiyong Park2018-06-102-3/+8
| |_|_|_|_|/ |/| | | | |
* | | | | | Mark as recovery_available: trueJiyong Park2018-05-151-0/+1
| |_|_|_|/ |/| | | |
* | | | | Remove more semicolons at the end of namespacesPirama Arumuga Nainar2018-04-1123-32/+23
| |_|_|/ |/| | |
* | | | Remove extra semicolon at end of namespacePirama Arumuga Nainar2018-04-107-8/+8
| |_|/ |/| |
* | | Revert "libutilscallstack is private VNDK-SP"Jiyong Park2018-03-141-1/+0
| |/ |/|
* | libutils: Remove Static.cpp and darwin hacks.Steven Moreland2018-03-064-103/+16
|/
* libutils: remove subdirsSteven Moreland2018-02-231-2/+0
* bpfmt.Elliott Hughes2018-02-162-6/+18
* libutilscallstack is private VNDK-SPJiyong Park2018-01-251-0/+1
* Remove libziparchive dependency on libutilsDavid Sehr2018-01-181-36/+71
* Merge "Usage suggestions."Treehugger Robot2017-12-1915-3/+36
|\
| * Usage suggestions.Steven Moreland2017-12-1915-3/+36
* | Remove CompileTimeIfElse.Steven Moreland2017-12-181-10/+0
|/
* Merge "Add OWNERS."Elliott Hughes2017-12-071-0/+1
|\
| * Add OWNERS.Elliott Hughes2017-12-071-0/+1
* | Merge "Fix / suppress new unused warnings for mingw+clang"Dan Willemsen2017-11-303-6/+11
|\|
| * Merge "Fix / suppress new unused warnings for mingw+clang"Dan Willemsen2017-11-303-6/+11
| |\
| | * Fix / suppress new unused warnings for mingw+clangDan Willemsen2017-11-293-6/+11
* | | Merge "libutils: Cleanup unused class declaration"Logan Chien2017-11-282-3/+0
|\| |
| * | libutils: Cleanup unused class declarationLogan Chien2017-11-222-3/+0
| |/
* | Merge commit 'a63ccea6abc7ea02e2d98e41c80793ca97237bd3' fromXin Li2017-11-141-3/+20
|\ \ | |/ |/|
| * Merge "Use target.linux for all linux kernel based targets" am: ab62265fa1Dan Willemsen2017-10-182-15/+7
| |\
| * | Add vendor_available to liblog_headers.Steven Moreland2017-10-171-3/+2
| * | libutils: liblog export headersSteven Moreland2017-10-171-1/+7