summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* minor tweaks to FlattenableUtilsMathias Agopian2013-08-011-5/+8
* Add a new utf8-to-utf16 conversion function.Dianne Hackborn2013-07-312-0/+37
* Merge remote-tracking branch 'goog/libutils-import' into HEADAlex Ray2013-07-3190-0/+18082
|\
| * Fix BlobCache_testBrian Carlstrom2013-07-311-12/+12
| * Make Flattenable not virtual (libutils)Mathias Agopian2013-07-315-82/+94
| * libutils: give BasicHashtableImpl a virtual destructorAlex Ray2013-07-302-0/+5
| * add static dependency on liblogColin Cross2013-07-302-0/+53
| * utils: move thread enums to system/coreAlex Ray2013-07-301-47/+1
| * Added bitwise-or and bitwise-and to BitSetMichael Wright2013-07-303-0/+102
| * Make trace macros slightly more robustTim Murray2013-07-301-0/+9
| * Remove unnecessary header file.Nick Kralevich2013-07-301-1/+0
| * remove unused declarations and reformatMathias Agopian2013-07-301-47/+44
| * remove reserved virtual slotsMathias Agopian2013-07-302-39/+0
| * new String8, String16 ctors to initialize empty static strings with static li...Mathias Agopian2013-07-304-4/+44
| * libutils clean-upMathias Agopian2013-07-3034-3892/+26
| * Add new Looper API to check whether the looper is idle.Dianne Hackborn2013-07-302-0/+23
| * String8: ensure static init done prior to empty string referenceTodd Poynor2013-07-301-0/+4
| * Build a static device libutilsBjorn Bringert2013-07-301-5/+20
| * improved CallStack a bitMathias Agopian2013-07-303-12/+17
| * disable RefBase consistency checks (NDEBUG)Mathias Agopian2013-07-301-1/+1
| * Fix a crasher with RefBase debugging and vectors of wp<>Mathias Agopian2013-07-302-48/+71
| * A few tweaks to RefBase debuggingMathias Agopian2013-07-301-17/+11
| * Add Vector::resize()Jesse Hall2013-07-303-1/+18
| * fix a couple race-conditions in RefBase::promote()Dianne Hackborn2013-07-301-26/+67
| * temporary: enable ASSERTs in RefBaseMathias Agopian2013-07-301-0/+1
| * Add Thread::isRunning and Condition::signal(WakeUpType)Romain Guy2013-07-303-0/+21
| * rename binder services main thread to Binder_*Mathias Agopian2013-07-302-18/+25
| * Fix RefBase debugging. O_CREAT must specify the mode.Mathias Agopian2013-07-301-1/+1
| * utils: Allow non android namespaces to use ALOGD_IF_SLOWNaseer Ahmed2013-07-301-1/+1
| * Revert "try to fix win_sdk build."Nick Kralevich2013-07-301-1/+1
| * try to fix win_sdk build.Nick Kralevich2013-07-301-1/+1
| * Add NULL check to CallStack::toStringMarco Nelissen2013-07-301-1/+3
| * Add LinearAllocatorChris Craik2013-07-303-0/+329
| * utils: fix warnings for unused parametersIgor Murashkin2013-07-303-6/+6
| * utils: clarify scoped tracing functionalityAlex Ray2013-07-302-9/+6
| * Remove copy of atrace imported to wrong locationChad Jones2013-07-304-506/+0
| * utils: Use cutils tracing functionality.Alex Ray2013-07-302-186/+14
| * Add LruCache::IteratorRomain Guy2013-07-301-24/+26
| * Add another ifndef and a couple of methods to LruCacheRomain Guy2013-07-302-0/+28
| * Add #ifndef to prevent multiple definitionsRomain Guy2013-07-301-0/+5
| * Reduce emulator logspamAndy McFadden2013-07-302-2/+4
| * Add an LRU cache plus hashing primitivesRaph Levien2013-07-309-2/+610
| * Continue removing property debug.sys.noschedgroupsGlenn Kasten2013-07-301-37/+8
| * Ensure that Vector::erase() returns a valid iteratorJason Simmons2013-07-301-1/+2
| * Revert "Revert "put back the unused virtuals in Vector<>""Dave Burke2013-07-302-0/+39
| * Add runtime debugging capabilities to OpenGLRomain Guy2013-07-301-0/+5
| * Add TEMP_FAILURE_RETRY to ZipUtilsKenny Root2013-07-303-27/+30
| * Add TEMP_FAILURE_RETRY around open and write callsKenny Root2013-07-301-5/+8
| * Update tests for new build targetKenny Root2013-07-301-27/+15
| * Disable the use of clock_gettime for now.Ben Cheng2013-07-301-1/+9