summaryrefslogtreecommitdiffstats
path: root/include/utils
Commit message (Expand)AuthorAgeFilesLines
* Teach sp<> how to std::moveJohn Reck2015-10-291-0/+34
* system/core: fix iterator for LruCacheSergio Giro2015-10-121-3/+16
* am c6c6ab50: Merge "Implement C++11 move semantics for android::FileMap"Adam Lesinski2015-10-021-0/+3
|\
| * Implement C++11 move semantics for android::FileMapAdam Lesinski2015-10-011-0/+3
* | resolved conflicts for 70808827 to stage-aosp-masterSergio Giro2015-10-011-395/+0
|\|
| * system/core: remove BasicHashtableSergio Giro2015-10-011-395/+0
* | am e0453334: Merge "system/core: remove methods returning SharedBuffer in Str...Sergio Giro2015-09-302-4/+0
|\|
| * Merge "system/core: remove methods returning SharedBuffer in String8, String16"Sergio Giro2015-09-302-4/+0
| |\
| | * system/core: remove methods returning SharedBuffer in String8, String16Sergio Giro2015-09-302-4/+0
* | | am 730fdbb1: Merge "system/core: change LruCache to use unordered_set instead...Sergio Giro2015-09-301-71/+82
|\| |
| * | Merge "system/core: change LruCache to use unordered_set instead of BasicHash...Sergio Giro2015-09-301-71/+82
| |\ \
| | * | system/core: change LruCache to use unordered_set instead of BasicHashTableSergio Giro2015-09-301-71/+82
| | |/
* | | am eccf0a45: Merge "utils: add pwrite64 to Compat.h for Mac"Sami Tolvanen2015-09-281-0/+4
|\| |
| * | utils: add pwrite64 to Compat.h for MacSami Tolvanen2015-09-281-0/+4
| |/
* | resolved conflicts for 6ee734cf to stage-aosp-masterSergio Giro2015-09-234-172/+8
|\|
| * libutils: hide SharedBuffer by moving SharedBuffer.h to the implementation di...Sergio Giro2015-09-234-172/+8
* | am 4f0a7cb8: am 786e5e26: Merge "libutils: cleanups for -fsanitize=integer"Nick Kralevich2015-08-241-0/+3
|\|
| * libutils: cleanups for -fsanitize=integerNick Kralevich2015-08-241-0/+3
* | am 8c86e4e2: am d0cae5b9: Merge "Remove a HAVE_MS_C_RUNTIME I missed."Elliott Hughes2015-08-191-1/+1
|\|
| * Remove a HAVE_MS_C_RUNTIME I missed.Elliott Hughes2015-08-181-1/+1
* | am 8025096e: am 28595721: Merge "Replace HAVE_MS_C_RUNTIME with _WIN32 in sys...Elliott Hughes2015-08-171-1/+1
|\|
| * Replace HAVE_MS_C_RUNTIME with _WIN32 in system/core.Elliott Hughes2015-08-171-1/+1
* | am 802c6fd0: am ff52e23f: Merge "Stop being silly."Elliott Hughes2015-08-061-1/+0
|\|
| * Stop being silly.Elliott Hughes2015-08-061-1/+0
* | am fb1ecbc5: am e6e71608: Merge "Use __ANDROID__ instead of HAVE_ANDROID_OS."Elliott Hughes2015-07-304-8/+8
|\|
| * Merge "Use __ANDROID__ instead of HAVE_ANDROID_OS."Elliott Hughes2015-07-304-8/+8
| |\
| | * Use __ANDROID__ instead of HAVE_ANDROID_OS.Elliott Hughes2015-07-304-8/+8
* | | am 42dbc4b1: am 44443bea: Merge "Use _WIN32 rather than HAVE_WINSOCK."Elliott Hughes2015-07-302-2/+2
|\| |
| * | Use _WIN32 rather than HAVE_WINSOCK.Elliott Hughes2015-07-292-2/+2
| |/
* | am 34c92f46: am fc2f1e61: Merge "Move libutils off AndroidConfig.h."Elliott Hughes2015-07-301-0/+6
|\|
| * Move libutils off AndroidConfig.h.Elliott Hughes2015-07-291-0/+6
* | am cb2d0c5a: am 7015b3be: Merge "TypeHelpers.h: Don\'t underflow unsigned int"Nick Kralevich2015-06-151-7/+14
|\|
| * TypeHelpers.h: Don't underflow unsigned intNick Kralevich2015-06-131-7/+14
* | Adding a build id check to blob cache.Michael Lentine2015-05-181-0/+6
* | Move LinearAlloc to libhwuiJohn Reck2015-04-231-97/+0
* | am 97147ef2: am a7d47092: am a75b3de2: Merge "Mark time conversion functions ...Michael Wright2015-04-211-15/+17
|\|
| * Mark time conversion functions as constexprMichael Wright2015-04-201-15/+17
* | am 6c7c6d04: am 7c194525: am ea975880: Merge "Only Windows doesn\'t have %zd."Elliott Hughes2015-04-031-5/+5
|\|
| * Only Windows doesn't have %zd.Elliott Hughes2015-04-031-5/+5
* | Use eventfd instead of pipe in Looper.Tim Kilbourn2015-03-271-2/+1
* | am 1188a4d8: am a596623f: am 6ccfabcf: Merge "O_CLOEXEC is O_NOINHERIT on Win...Dan Albert2015-03-271-1/+1
|\|
| * O_CLOEXEC is O_NOINHERIT on Windows.Dan Albert2015-03-261-1/+1
| * Revert "Revert "Create libbase.""Dan Albert2015-03-162-76/+0
* | Revert "Revert "Create libbase.""Dan Albert2015-03-162-76/+0
* | am 90a968f0: am dd581695: Merge "Revert "Create libbase.""Nicolas Geoffray2015-03-162-0/+76
|\|
| * Revert "Create libbase."Nicolas Geoffray2015-03-162-0/+76
* | am 517f65da: am a68c8148: Merge "Create libbase."Dan Albert2015-03-152-76/+0
|\|
| * Create libbase.Dan Albert2015-03-142-76/+0
* | Fix issues related to removing Looper callbacks after close.Jeff Brown2015-03-121-1/+8
* | Fixed subtle bugs related to file descriptor recycling.Jeff Brown2015-03-111-0/+3