summaryrefslogtreecommitdiffstats
path: root/libs
Commit message (Expand)AuthorAgeFilesLines
...
* Add a simple work queue abstraction.Jeff Brown2013-07-303-0/+174
* 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-301-1/+3
* Fixed several 64-bit porting issuesAndrew Hsieh2013-07-304-7/+11
* libutils: add a system-wide tracing utilityJamie Gennis2013-07-302-1/+49
* frameworks/base refactoringMathias Agopian2013-07-3015-12610/+0
* frameworks/base refactoring.Mathias Agopian2013-07-3013-32/+32
* libs/utils: replace malloc() + memset() to zero with calloc()Iliyan Malchev2013-07-302-10/+4
* aapt now sorts the strings in the resource string pool.Dianne Hackborn2013-07-301-242/+903
* Thread::getTid returns pid_t gettid() after runGlenn Kasten2013-07-302-5/+41
* 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-3014-65/+65
* 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-308-34/+34
* Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2013-07-3016-69/+69
* Add a basic hashtable data structure, with tests!Jeff Brown2013-07-305-1/+965
* Use libcorkscrew to format the stack trace.Jeff Brown2013-07-301-22/+10
* Slight change to the unwinder API.Jeff Brown2013-07-301-2/+2
* BlobCache: implement cache serializationJamie Gennis2013-07-302-2/+302
* BlobCache: remove the mutex lockingJamie Gennis2013-07-301-2/+0
* 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-302-267/+60
* add -ldl to host executablesIliyan Malchev2013-07-301-0/+4
* Fix regression in CursorWindow.copyStingToBuffer.Jeff Brown2013-07-301-6/+7
* 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-301-0/+4
* Resurrect verbose binder loggingAndy McFadden2013-07-301-1/+3
* fix a memory leak and memory corruption in RefBaseMathias Agopian2013-07-301-84/+180
* Move extract native libraries to JNI codeKenny Root2013-07-302-1/+66
* Remove unimplemented memory pool.Jeff Brown2013-07-302-38/+0
* Add a call to pthread_attr_destroy to avoid potential memory leaks.Le-Chun Wu2013-07-301-0/+1
* Minor code cleanups in vector.Jeff Brown2013-07-301-26/+24
* Replace Vector _grow/_shrink checks with assert.Jeff Brown2013-07-301-5/+7
* Compress the backup output streamChristopher Tate2013-07-301-4/+12
* Remove the simulator target from all makefiles.Jeff Brown2013-07-302-8/+0
* Fix typo in an assert's logMathias Agopian2013-07-301-2/+2
* Add C++ thread API androidGetThreadSchedulingGroupGlenn Kasten2013-07-301-0/+35
* Add a linear transform library to libutilsJason Simmons2013-07-302-0/+263
* Fix settings restoreChristopher Tate2013-07-301-1/+2
* Add Thread::joinGlenn Kasten2013-07-301-0/+19
* Thread ID zero for androidSetThreadSchedulingGroupGlenn Kasten2013-07-301-0/+4
* Use rand() for MinGWKenny Root2013-07-301-1/+13
* revert surfaceflinger leak fix as it uncovered a crasher on xoom (DO NOT MERGE)Mathias Agopian2013-07-301-35/+9
* Revert "revert surfaceflinger leak fix as it uncovered a crasher on xoom"Mathias Agopian2013-07-301-9/+35
* revert surfaceflinger leak fix as it uncovered a crasher on xoomMathias Agopian2013-07-301-35/+9
* Bug 4608375Glenn Kasten2013-07-301-2/+9
* fix RefBase so it retains binary-compatibility with gingerbread (DO NOT MERGE)Mathias Agopian2013-07-301-9/+25
* Remove redundant memory barrierGlenn Kasten2013-07-301-8/+5