summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* add Looper.cpp to build for linux host to use in CTS audioKeun young Park2013-07-301-0/+6
* frameworks/native: link host libutils against external/zlibColin Cross2013-07-301-0/+6
* frameworks/native: move Zip* from libandroidfw to libutilsColin Cross2013-07-309-2/+1790
* Add UniquePtr.h to frameworks/nativeKenny Root2013-07-301-0/+239
* Add a simple work queue abstraction.Jeff Brown2013-07-305-0/+295
* Add traits to common utils data structures.Jeff Brown2013-07-308-4/+43
* Added rules to build f/n/libs/utils in 64-bit: lib64utils.aAndrew Hsieh2013-07-301-13/+23
* Expose the set of enabled tags.Jeff Brown2013-07-302-23/+35
* Instead of hardcoding OMX component names in our code, supportAndreas Huber2013-07-301-2/+2
* Fixed several 64-bit porting issuesAndrew Hsieh2013-07-304-7/+11
* split utils/threads.h into multiple headersMathias Agopian2013-07-307-544/+779
* libutils: add a system-wide tracing utilityJamie Gennis2013-07-303-1/+215
* Add the atrace utility.Jamie Gennis2013-07-304-0/+506
* frameworks/base refactoringMathias Agopian2013-07-3015-12610/+0
* Xcode 4.3 compatibility checkinAl Sutton2013-07-301-3/+3
* frameworks/base refactoring.Mathias Agopian2013-07-3023-3250/+32
* libs/utils: replace malloc() + memset() to zero with calloc()Iliyan Malchev2013-07-302-10/+4
* Update commentsGlenn Kasten2013-07-301-1/+1
* DO NOT MERGERamanan Rajeswaran2013-07-301-2/+0
* Add xxhdpi; fix ActivityManager.getLauncherLargeIconSize() etc.Dianne Hackborn2013-07-301-0/+2
* DO NOT MERGERamanan Rajeswaran2013-07-301-2/+0
* aapt now sorts the strings in the resource string pool.Dianne Hackborn2013-07-302-813/+935
* Add xxhdpi; fix ActivityManager.getLauncherLargeIconSize() etc.Dianne Hackborn2013-07-301-0/+2
* Thread::getTid returns pid_t gettid() after runGlenn Kasten2013-07-303-7/+51
* Fix compilation with Clang.Evgeniy Stepanov2013-07-301-4/+0
* Rename LOG_ASSERT to ALOG_ASSERT DO NOT MERGESteve Block2013-07-304-20/+20
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2013-07-3015-66/+66
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2013-07-3013-191/+191
* Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2013-07-309-39/+39
* Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2013-07-3016-69/+69
* Add a new ui mode for "appliance"Joe Onorato2013-07-301-0/+1
* GenerationCache::get would return a random value instead of NULLRomain Guy2013-07-301-2/+4
* Use sized integer typedefs in hash_type specializations.Jeff Brown2013-07-301-8/+8
* Add a basic hashtable data structure, with tests!Jeff Brown2013-07-307-1/+1402
* Use libcorkscrew to format the stack trace.Jeff Brown2013-07-301-22/+10
* Clean up GenerationCache.Jeff Brown2013-07-301-59/+49
* Slight change to the unwinder API.Jeff Brown2013-07-301-2/+2
* BlobCache: implement cache serializationJamie Gennis2013-07-303-14/+386
* BlobCache: remove the mutex lockingJamie Gennis2013-07-302-10/+3
* Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2013-07-3010-69/+69
* Rename (IF_)LOG() to (IF_)ALOG() DO NOT MERGESteve Block2013-07-302-5/+5
* Use libcorkscrew for stack unwinding.Jeff Brown2013-07-303-272/+63
* add -ldl to host executablesIliyan Malchev2013-07-301-0/+4
* Reduce the size of libhwui by 50%Romain Guy2013-07-301-1/+2
* Fix regression in CursorWindow.copyStingToBuffer.Jeff Brown2013-07-302-6/+14
* Add mechanism for Parcel to not allow FDs to be written to it.Dianne Hackborn2013-07-301-0/+1
* may fix the buildMathias Agopian2013-07-301-6/+2
* Fix androidGetThreadPriority for non-pthread configurations.Andreas Huber2013-07-301-0/+4
* A new API "androidGetThreadPriority"Andreas Huber2013-07-302-0/+8
* Resurrect verbose binder loggingAndy McFadden2013-07-301-1/+3