summaryrefslogtreecommitdiffstats
path: root/include/utils
Commit message (Expand)AuthorAgeFilesLines
* Revert "Add header for forward compatibility"Chris Craik2012-05-011-43/+0
* am a6d62b76: am 4f998a1e: am fd862e98: Add header for forward compatibilityChris Craik2012-04-171-0/+43
|\
| * Add header for forward compatibilityChris Craik2012-04-171-0/+43
* | remove files that moved to frameworks/nativeMathias Agopian2012-03-0748-7527/+0
* | Instead of hardcoding OMX component names in our code, supportAndreas Huber2012-03-011-2/+2
* | Merge "libutils: add a system-wide tracing utility"Jamie Gennis2012-02-271-0/+166
|\ \
| * | libutils: add a system-wide tracing utilityJamie Gennis2012-02-261-0/+166
* | | split utils/threads.h into multiple headersMathias Agopian2012-02-277-544/+779
|/ /
* | am 32916f7a: am fc4215ee: am 2d03a93e: Merge "Xcode 4.3 compatibility checkin"Jean-Baptiste Queru2012-02-231-3/+3
|\ \ | |/
| * Xcode 4.3 compatibility checkinAl Sutton2012-02-191-3/+3
| * Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF)Steve Block2012-01-191-5/+5
* | frameworks/base refactoring.Mathias Agopian2012-02-1710-3220/+0
* | Update commentsGlenn Kasten2012-02-141-1/+1
* | Merge "Thread::getTid returns pid_t gettid() after run"Glenn Kasten2012-02-021-2/+10
|\ \
| * | Thread::getTid returns pid_t gettid() after runGlenn Kasten2012-01-171-2/+10
* | | aapt now sorts the strings in the resource string pool.Dianne Hackborn2012-01-311-571/+32
* | | Add xxhdpi; fix ActivityManager.getLauncherLargeIconSize() etc.Dianne Hackborn2012-01-251-0/+2
|/ /
* | Fix compilation with Clang.Evgeniy Stepanov2012-01-131-4/+0
* | Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-1/+1
* | Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-041-5/+5
* | Add a new ui mode for "appliance"Joe Onorato2011-12-151-0/+1
* | GenerationCache::get would return a random value instead of NULLRomain Guy2011-12-081-2/+4
* | Use sized integer typedefs in hash_type specializations.Jeff Brown2011-11-241-8/+8
* | Add a basic hashtable data structure, with tests!Jeff Brown2011-11-222-0/+437
* | Clean up GenerationCache.Jeff Brown2011-11-111-59/+49
* | am 236aea35: Merge changes Ibc99cb1c,Ie1f4f6f8 into ics-mr1Jamie Gennis2011-11-031-20/+87
|\ \ | |/
| * BlobCache: implement cache serializationJamie Gennis2011-10-311-12/+84
| * BlobCache: remove the mutex lockingJamie Gennis2011-10-311-8/+3
* | Use libcorkscrew for stack unwinding.Jeff Brown2011-10-221-5/+3
|/
* Reduce the size of libhwui by 50%Romain Guy2011-10-121-1/+2
* Fix regression in CursorWindow.copyStingToBuffer.Jeff Brown2011-10-071-0/+7
* Add mechanism for Parcel to not allow FDs to be written to it.Dianne Hackborn2011-10-031-0/+1
* A new API "androidGetThreadPriority"Andreas Huber2011-09-161-0/+4
* Merge "Add C++ thread API androidGetThreadSchedulingGroup"Glenn Kasten2011-08-291-0/+7
|\
| * Add C++ thread API androidGetThreadSchedulingGroupGlenn Kasten2011-07-081-0/+7
* | am ddf155b8: am 5dcda1fd: am 88512f59: am a8313e71: Merge "Fix String16 opera...Xavier Ducrohet2011-08-171-1/+1
|\ \
| * \ am 5dcda1fd: am 88512f59: am a8313e71: Merge "Fix String16 operator+ to actua...Xavier Ducrohet2011-08-171-1/+1
| |\ \
| | * \ am 88512f59: am a8313e71: Merge "Fix String16 operator+ to actually work"Xavier Ducrohet2011-08-171-1/+1
| | |\ \
| | | * \ am a8313e71: Merge "Fix String16 operator+ to actually work"Xavier Ducrohet2011-08-171-1/+1
| | | |\ \
| | | | * | Fix String16 operator+ to actually workJosiah Gaskin2011-08-161-1/+1
| | | | * | DO NOT MERGE. may fix build on some version of gccMathias Agopian2011-07-271-0/+1
| | | |/ /
| | * | | am 54146a63: Merge "DO NOT MERGE. may fix build on some version of gcc" into ...Xavier Ducrohet2011-06-281-0/+1
| | |\ \ \ | | | |/ / | | |/| |
| | | * | DO NOT MERGE. may fix build on some version of gccMathias Agopian2011-06-161-0/+1
| | * | | am afffa8fa: fix RefBase so it retains binary-compatibility with gingerbread ...Mathias Agopian2011-06-151-7/+13
| | |\ \ \ | | | |/ /
| | | * | fix RefBase so it retains binary-compatibility with gingerbread (DO NOT MERGE)Mathias Agopian2011-06-131-7/+13
| * | | | am 48294b0d: am e7d3ee9d: Revert "merge various SF fixes from gingerbread to ...Mathias Agopian2011-06-161-1/+1
| |\ \ \ \
| | * | | | Revert "merge various SF fixes from gingerbread to honeycomb-mr2" (DO NOT MERGE)Mathias Agopian2011-06-161-1/+1
| * | | | | am 0887b8c2: am 8e18668d: revert surfaceflinger leak fix as it uncovered a cr...Mathias Agopian2011-06-151-14/+0
| |\ \ \ \ \ | | |/ / / /
| | * | | | revert surfaceflinger leak fix as it uncovered a crasher on xoom (DO NOT MERGE)Mathias Agopian2011-06-151-14/+0
| * | | | | am d5244e0a: am 52a43990: Revert "revert surfaceflinger leak fix as it uncove...Mathias Agopian2011-06-151-0/+14
| |\ \ \ \ \ | | |/ / / /