summaryrefslogtreecommitdiffstats
path: root/include/utils
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ \ \ \ \ | | |/ / / /
| | * | | | Revert "revert surfaceflinger leak fix as it uncovered a crasher on xoom"Mathias Agopian2011-06-151-0/+14
| * | | | | am 7ecdeb6e: am d20d72d1: Merge "revert surfaceflinger leak fix as it uncover...Mathias Agopian2011-06-151-14/+0
| |\ \ \ \ \ | | |/ / / /
| | * | | | revert surfaceflinger leak fix as it uncovered a crasher on xoomMathias Agopian2011-06-151-14/+0
| * | | | | am a9007fbd: am 69b4587b: DO NOT MERGE. may fix build on some version of gccMathias Agopian2011-06-141-0/+1
| |\ \ \ \ \ | | |/ / / /
| | * | | | DO NOT MERGE. may fix build on some version of gccMathias Agopian2011-06-141-0/+1
| * | | | | am 77079399: am a9c9a4ba: fix RefBase so it retains binary-compatibility with...Mathias Agopian2011-06-131-7/+13
| |\ \ \ \ \ | | |/ / / /
| | * | | | fix RefBase so it retains binary-compatibility with gingerbread (DO NOT MERGE)Mathias Agopian2011-06-131-7/+13
* | | | | | fix a memory leak and memory corruption in RefBaseMathias Agopian2011-08-111-17/+7
* | | | | | Fix typos and use new HAL_PRIORITY_URGENT_DISPLAY constantMathias Agopian2011-08-091-3/+4
* | | | | | Refactor input reader to add stylus support.Jeff Brown2011-07-311-0/+24
* | | | | | Move extract native libraries to JNI codeKenny Root2011-07-261-0/+15
* | | | | | Remove unimplemented memory pool.Jeff Brown2011-07-201-71/+0
| |_|_|_|/ |/| | | |
* | | | | Merge "Add Thread::join"Glenn Kasten2011-07-061-0/+4
|\ \ \ \ \