- fdc6426 Reduce <CallStack.h> namespace pollution. by Elliott Hughes · 1 year ago
- 593b19b Check if ALWAYS_INLINE is already defined by Serdar Kocdemir · 1 year ago
- 34a0986 libutils: Looper add 'repoll' by Steven Moreland · 1 year, 1 month ago
- c738370 libutils_binder: isolate headers by Steven Moreland · 1 year, 4 months ago
- 7a1ca59 libutils: split out libutils_binder by Steven Moreland · 1 year, 5 months ago
- 010c37b Revert "Revert "Lock down String8|16.string() usage"" by Tomasz Wasilczyk · 1 year, 5 months ago
- 7210b28 Revert "Lock down String8|16.string() usage" by Devika Krishnadas · 1 year, 5 months ago
- 8b95a12 Lock down String8|16.string() usage by Tomasz Wasilczyk · 1 year, 7 months ago
- 358a982 Merge "Lock down String8.isEmpty() usage" into main by Tomasz Wasilczyk · 1 year, 6 months ago
- 8b5c847 Lock down String8.isEmpty() usage by Tomasz Wasilczyk · 1 year, 7 months ago
- 771bda6 Merge "Implement android::String access methods that avoid C string cast" into main by Tomasz Wasilczyk · 1 year, 6 months ago
- 86c9ea8 Implement android::String access methods that avoid C string cast by Tomasz Wasilczyk · 1 year, 6 months ago
- 8245afd Merge "Revert "Revert "Revert "Revert "Drop all path-related methods from android::String8""""" into main by Tomasz Wasilczyk · 1 year, 6 months ago
- a185351 Revert "Revert "Revert "Revert "Drop all path-related methods from android::String8"""" by Tomasz Wasilczyk · 1 year, 6 months ago
- d395f63 Merge "Revert "Revert "Revert "Drop all path-related methods from android::String8"""" into main by Rhed Jao · 1 year, 6 months ago
- 141255f Revert "Revert "Revert "Drop all path-related methods from android::String8""" by Rhed Jao · 1 year, 6 months ago
- b2b037d Merge "Revert "Revert "Drop all path-related methods from android::String8""" into main by Tomasz Wasilczyk · 1 year, 6 months ago
- 9cbae9d Merge "Drop String8::std_string" into main by Tomasz Wasilczyk · 1 year, 6 months ago
- 4b6a7c3 Revert "Revert "Drop all path-related methods from android::String8"" by Tomasz Wasilczyk · 1 year, 6 months ago
- cff2e40 Revert "Drop all path-related methods from android::String8" by Tomasz Wasilczyk · 1 year, 6 months ago
- adaf330 Drop String8::std_string by Tomasz Wasilczyk · 1 year, 6 months ago
- b9dc1c2 Drop all path-related methods from android::String8 by Tomasz Wasilczyk · 1 year, 6 months ago
- 9578c77 Merge "Implement String8|16::empty and String16::length" into main by Tomasz Wasilczyk · 1 year, 6 months ago
- 92ad0d3 Merge "Lose convertToResPath to aapt." into main by Tomasz Wasilczyk · 1 year, 6 months ago
- 1d98fe0 Lose convertToResPath to aapt. by Elliott Hughes · 3 years, 8 months ago
- 2676893 Implement String8|16::empty and String16::length by Tomasz Wasilczyk · 1 year, 7 months ago
- 6d1b644 Drop String::empty() by Tomasz Wasilczyk · 1 year, 7 months ago
- 90af415 Add String16::c_str and start using it. by Tomasz Wasilczyk · 1 year, 7 months ago
- aab4105 Drop const assignment operator. by Tomasz Wasilczyk · 1 year, 8 months ago
- 2aba0a2 Fix LruCache, allow std:string caching by Fabien Sanglard · 1 year, 9 months ago
- 890f064 libutils: Fix missing definition of shared_ptr and unique_ptr by Biswapriyo Nath · 2 years, 3 months ago
- 4913ca8 Remove unnecessary std::unary_function base classes by Ryan Prichard · 2 years, 6 months ago
- 643d08e Merge "RefBase: test for stack check" am: 5daa3bb90e by Steven Moreland · 2 years, 7 months ago
- cd4ef87 RefBase: test for stack check by Steven Moreland · 2 years, 7 months ago
- de52706 Merge "libutils: RefBase always disallow on stack" am: 51e98b8378 by Steven Moreland · 2 years, 7 months ago
- c340a08 libutils: RefBase always disallow on stack by Steven Moreland · 2 years, 7 months ago
- ebe6598 Merge tm-dev-plus-aosp-without-vendor@8763363 by Xin Li · 2 years, 8 months ago
- 9d8af6a RefBase: disallow make_shared, make_unique by Steven Moreland · 2 years, 9 months ago
- e7da3eb Merge "Doc Thread requirement." am: c545516e2c am: 40ce64b6db by Treehugger Robot · 2 years, 10 months ago
- c545516 Merge "Doc Thread requirement." by Treehugger Robot · 2 years, 10 months ago
- 39819bb Merge "Use the new AndroidUnwinder object." am: af4db6749a am: ce1c33332c by Christopher Ferris · 2 years, 10 months ago
- 90722d2 Doc Thread requirement. by Steven Moreland · 2 years, 10 months ago
- ab63124 Use the new AndroidUnwinder object. by Christopher Ferris · 2 years, 10 months ago
- 8da2dbe Merge "Fix TEMP_FAILURE_RETRY on non-GNU C++ dialects" am: addba34668 am: aae9c4ec53 am: 5c3f7bd328 by Treehugger Robot · 3 years ago
- 1727c0c Merge changes Iee0932b5,I0d77c490 am: f8cd69af8b am: e8c3bd931b am: 4db635bb0a by Treehugger Robot · 3 years ago
- fcbc961 Fix TEMP_FAILURE_RETRY on non-GNU C++ dialects by Andrei Homescu · 3 years ago
- aa4ebf2 Fix Errors.h on systems that define NO_ERROR by Andrei Homescu · 3 years ago
- e76d825 Merge "Fix OkOrFail<status_t> conversion ambiguities" am: 5a1f51b070 am: fb78f6f5e4 am: 7826f9a738 by Treehugger Robot · 3 years ago
- dde6034 Fix OkOrFail<status_t> conversion ambiguities by Atneya Nair · 3 years ago
- 549a4a6 OR_RETURN supports status_t am: 705abe2d30 am: e1bd3f4b34 am: 29f45b2f1f am: 96413ff019 by Jiyong Park · 3 years, 2 months ago
- 705abe2 OR_RETURN supports status_t by Jiyong Park · 3 years, 2 months ago
- e93c1ab Merge "Looper: Use sequence numbers in epoll_event to track requests" am: 663c692a2d am: 7dc38fe273 am: cf90434fe6 am: 6bf0ea23fd am: 32df321051 by Treehugger Robot · 3 years, 6 months ago
- 729057a Looper: Use sequence numbers in epoll_event to track requests by Prabir Pradhan · 3 years, 7 months ago
- a00cc29 Merge "Revert "Revert "Remove unused String8::setPathName.""" am: f9a9ee048c am: e9a9a4f071 am: f34b2446bb am: ecee0f136a by Treehugger Robot · 3 years, 7 months ago
- d03851e Revert "Revert "Remove unused String8::setPathName."" by Greg Kaiser · 3 years, 7 months ago
- cacc47d Merge "Revert "Remove unused String8::setPathName."" am: 615bf4ef14 am: 01f3306b69 am: 2cca5cc992 am: 6fd9460002 by Greg Kaiser · 3 years, 8 months ago
- 70d9fb6 Revert "Remove unused String8::setPathName." by Greg Kaiser · 3 years, 8 months ago
- 5814506 Merge "Remove unused String8::setPathName." am: 40a0664b84 am: 5f7d548dc6 am: 941b1a61b0 am: 5c5854a383 by Elliott Hughes · 3 years, 8 months ago
- c214426 Remove unused String8::setPathName. by Elliott Hughes · 3 years, 8 months ago
- cbd5c0d Merge "libutil: no special copy from StaticString16" am: 7d067aee62 am: ece939ecc9 am: b8e683537f am: 73fcfd0c52 by Treehugger Robot · 3 years, 8 months ago
- 1bdcd5f Merge "String16 is moveable (noexcept)" am: 3551e457ca am: 32ceaa1299 am: dcd1cacbbb am: 131315c51c by Treehugger Robot · 3 years, 8 months ago
- 6f92640 libutil: no special copy from StaticString16 by Jooyung Han · 3 years, 8 months ago
- 98b396e String16 is moveable (noexcept) by Jooyung Han · 3 years, 8 months ago
- eb245bc Merge "Fix implicit cast from ssize_t to size_t in KeyedVector.h" am: a14beb2dbc am: f4d3b9e85f am: 272d5034c2 am: 88f61126e5 by Treehugger Robot · 3 years, 9 months ago
- a14beb2 Merge "Fix implicit cast from ssize_t to size_t in KeyedVector.h" by Treehugger Robot · 3 years, 9 months ago
- 0878f71 Fix implicit cast from ssize_t to size_t in KeyedVector.h by Vishnu Nair · 3 years, 9 months ago
- d64b91a Merge "Remove String16::remove." am: e9c7c5c80c am: 50d6fc417e am: 203cdf89fc am: 1056bd564e by Elliott Hughes · 3 years, 10 months ago
- e9c7c5c Merge "Remove String16::remove." by Elliott Hughes · 3 years, 10 months ago
- db0a816 Merge "libutils: remove the unused StopWatch lap functionality." am: 0839837fa4 am: 5c28af9897 am: 038077c1c5 am: 70673be9dd by Treehugger Robot · 3 years, 10 months ago
- 2cf0411 Remove String16::remove. by Elliott Hughes · 3 years, 10 months ago
- afa6e9f libutils: remove the unused StopWatch lap functionality. by Elliott Hughes · 3 years, 10 months ago
- f59fb81 Merge "libutils: LightRefBase: incStrongRequireStrong" am: 1c65d40154 am: b31a05bb47 am: 77b47c4185 am: 55862852fe by Steven Moreland · 3 years, 10 months ago
- c2dc7cd libutils: LightRefBase: incStrongRequireStrong by Steven Moreland · 3 years, 10 months ago
- a06e68c Reland^2 "libutils: disable implicit ref base construction" by Steven Moreland · 3 years, 10 months ago
- 2cb7593 Revert "Reland "libutils: disable implicit ref base construction"" by Steven Moreland · 3 years, 10 months ago
- 02c4765 Reland "libutils: disable implicit ref base construction" by Steven Moreland · 3 years, 10 months ago
- 8e11f9e Revert "libutils: disable implicit ref base construction" by Steven Moreland · 3 years, 10 months ago
- 9a1bf53 libutils: disable implicit ref base construction by Steven Moreland · 4 years ago
- 4b7b4d6 Remove move dead code. by Elliott Hughes · 3 years, 11 months ago
- 450f66b Merge "Remove String8::toUpper()." by Elliott Hughes · 3 years, 11 months ago
- 4efe03b Merge "libutils: group deprecated RefBase functions" by Steven Moreland · 3 years, 11 months ago
- 8c8d361 libutils: group deprecated RefBase functions by Steven Moreland · 3 years, 11 months ago
- 9434f59 Remove String8::toUpper(). by Elliott Hughes · 3 years, 11 months ago
- 561209e Merge "Remove the weird range variants of String8::toLower() and String8::toUpper()." by Elliott Hughes · 3 years, 11 months ago
- a858395 Remove the weird range variants of String8::toLower() and String8::toUpper(). by Elliott Hughes · 3 years, 11 months ago
- c33f57b Merge "Remove String16::makeLower()." by Treehugger Robot · 3 years, 11 months ago
- dc43fb2 libutils: wp::fromExisting bugfix by Steven Moreland · 3 years, 11 months ago
- 016beb8 Remove String16::makeLower(). by Elliott Hughes · 3 years, 11 months ago
- 1d68548 libutils: add sp::cast method by Steven Moreland · 3 years, 11 months ago
- da75cef ANDROID_UTILS_REF_BASE_DISABLE_IMPLICIT_CONSTRUCTION by Steven Moreland · 4 years ago
- 09b0495 libutils: better docs for sp<>::make by Steven Moreland · 4 years ago
- 45e0dc1 Add docs to SystemClock.h by Zhomart Mukhamejanov · 4 years ago
- 939e43e Remove unused utf8_length(). by Elliott Hughes · 4 years, 4 months ago
- fa02bb9 Revert "Add choice for changing sched policy when setting thread priority" by Rick Yiu · 4 years, 5 months ago
- 290efe3 Revert "Fix API for C compatibility" by Rick Yiu · 4 years, 5 months ago
- 1329696 Move PropertyMap from libutils to libinput by Siarhei Vishniakou · 4 years, 7 months ago
- b473061 Fix API for C compatibility by Greg Kaiser · 4 years, 6 months ago
- 5d0eb66 Merge "Deprecate <utils/Debug.h>." by Elliott Hughes · 4 years, 6 months ago
- 884cedc Don't #include <utils/Debug.h> from <utils/Flattenable.h>. by Elliott Hughes · 4 years, 6 months ago
- 8328151 Deprecate <utils/Debug.h>. by Elliott Hughes · 4 years, 6 months ago