summaryrefslogtreecommitdiff
path: root/libutils
AgeCommit message (Expand)Author
3 daysDefine String8 and String16 operator<=>Ryan Prichard
2024-04-26Merge "libutils: T* is a trivial type" into mainSteven Moreland
2024-04-26libutils: T* is a trivial typeSteven Moreland
2024-04-11Updated fuzz_config in Android.bp fileAkshata Kadam
2024-03-27Enable weak functions properly.Christopher Ferris
2024-02-23Reduce <CallStack.h> namespace pollution.Elliott Hughes
2024-02-21RefBase: update sp and wp to allow constinitAndy Hung
2024-02-14Check if ALWAYS_INLINE is already definedSerdar Kocdemir
2024-02-09Remove obsolete __STDC_LIMIT_MACROS references.Elliott Hughes
2024-02-07We don't need __STDC_FORMAT_MACROS any more.Elliott Hughes
2024-01-23libutils: Looper add 'repoll'Steven Moreland
2024-01-08Enable header_abi_checker for libutils explicitlyHsin-Yi Chen
2023-12-07Introduce libutils_binder_sdkTomasz Wasilczyk
2023-11-29Looper: Fixed compile error when enabling DEBUG_CALLBACKSKai Sky
2023-11-20Add StrongPointer::release()John Reck
2023-10-27Allow disabling callstackTomasz Wasilczyk
2023-10-24libutils_binder: isolate headersSteven Moreland
2023-10-09libutils: split out libutils_binderSteven Moreland
2023-10-07libutils: remove unused 'CALLSTACKS'Steven Moreland
2023-10-07libutils: use log/log.h internallySteven Moreland
2023-09-27Merge "Revert "Revert "Lock down String8|16.string() usage""" into mainTomasz Wasilczyk
2023-09-22Merge changes I7790dde8,I065907a5,Id2e82024 into mainRyan Prichard
2023-09-21Add missing <functional> and <vector> includesRyan Prichard
2023-09-20Don't depend on String8 cast to C stringTomasz Wasilczyk
2023-09-15Revert "Revert "Lock down String8|16.string() usage""Tomasz Wasilczyk
2023-09-15Revert "Lock down String8|16.string() usage"Devika Krishnadas
2023-09-14Lock down String8|16.string() usageTomasz Wasilczyk
2023-09-14Merge "Lock down String8.isEmpty() usage" into mainTomasz Wasilczyk
2023-09-14Lock down String8.isEmpty() usageTomasz Wasilczyk
2023-09-12Merge "Implement android::String access methods that avoid C string cast" int...Tomasz Wasilczyk
2023-09-12Implement android::String access methods that avoid C string castTomasz Wasilczyk
2023-09-12Merge "Revert "Revert "Revert "Revert "Drop all path-related methods from and...Tomasz Wasilczyk
2023-09-11Revert "Revert "Revert "Revert "Drop all path-related methods from android::S...Tomasz Wasilczyk
2023-09-11Merge "Revert "Revert "Revert "Drop all path-related methods from android::St...Rhed Jao
2023-09-11Revert "Revert "Revert "Drop all path-related methods from android::String8"""Rhed Jao
2023-09-08Merge "Revert "Revert "Drop all path-related methods from android::String8"""...Tomasz Wasilczyk
2023-09-08Merge "Drop String8::std_string" into mainTomasz Wasilczyk
2023-09-08Revert "Revert "Drop all path-related methods from android::String8""Tomasz Wasilczyk
2023-09-08Revert "Drop all path-related methods from android::String8"Tomasz Wasilczyk
2023-09-08Drop String8::std_stringTomasz Wasilczyk
2023-09-08Drop all path-related methods from android::String8Tomasz Wasilczyk
2023-09-04Check the ABI of libutils for vendor and product onlyHsin-Yi Chen
2023-08-25Merge "Migrate from android::String isEmpty to empty" into mainTreehugger Robot
2023-08-24Merge "Implement String8|16::empty and String16::length" into mainTomasz Wasilczyk
2023-08-24Merge "Lose convertToResPath to aapt." into mainTomasz Wasilczyk
2023-08-24Lose convertToResPath to aapt.Elliott Hughes
2023-08-18Migrate from android::String isEmpty to emptyTomasz Wasilczyk
2023-08-18Implement String8|16::empty and String16::lengthTomasz Wasilczyk
2023-08-18Drop String::empty()Tomasz Wasilczyk
2023-08-11Migrate String8/16 from .string() to c_str()Tomasz Wasilczyk