summaryrefslogtreecommitdiffstats
path: root/include/utils
Commit message (Expand)AuthorAgeFilesLines
* BlobCache: implement cache serializationJamie Gennis2011-10-311-12/+84
* BlobCache: remove the mutex lockingJamie Gennis2011-10-311-8/+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
|\ \ \ \ \
| * | | | | Add Thread::joinGlenn Kasten2011-06-231-0/+4
* | | | | | Merge "Thread ID zero for androidSetThreadSchedulingGroup"Glenn Kasten2011-07-051-2/+2
|\ \ \ \ \ \
| * | | | | | Thread ID zero for androidSetThreadSchedulingGroupGlenn Kasten2011-06-221-2/+2
| |/ / / / /
* | | | | | Workaround apps that make assumptions about pointer ids.Jeff Brown2011-07-011-0/+3
* | | | | | Merge "SF transactions are now O(1) wrt IPC instead of O(N)."Mathias Agopian2011-06-292-1/+27
|\ \ \ \ \ \
| * | | | | | SF transactions are now O(1) wrt IPC instead of O(N).Mathias Agopian2011-06-292-1/+27
| |/ / / / /
* | | | | | Add a linear transform library to libutilsJason Simmons2011-06-281-0/+64
|/ / / / /
* | | | | Use rand() for MinGWKenny Root2011-06-151-0/+3
* | | | | may fix build on some version of gccMathias Agopian2011-06-141-0/+1
* | | | | fix RefBase so it retains binary-compatibility with gingerbreadMathias Agopian2011-06-131-7/+13
* | | | | Merge "libutils: add a binary blob cache implementation."Jamie Gennis2011-06-131-0/+181
|\ \ \ \ \
| * | | | | libutils: add a binary blob cache implementation.Jamie Gennis2011-05-171-0/+181
* | | | | | Merge "Remove redundant memory barrier"Glenn Kasten2011-06-131-0/+1
|\ \ \ \ \ \
| * | | | | | Remove redundant memory barrierGlenn Kasten2011-06-101-0/+1