summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge "Remove TODOs for std::string removal."Treehugger Robot2017-08-022-2/+0
|\
| * Remove TODOs for std::string removal.Steven Moreland2017-07-312-2/+0
* | Fix misc-macro-parentheses warnings in system/core.Chih-Hung Hsieh2017-08-011-1/+1
|/
* Merge "Remove LOCAL_CLANG and clang: true"Treehugger Robot2017-07-251-2/+0
|\
| * Remove LOCAL_CLANG and clang: trueLennart Wieboldt2017-07-251-2/+0
* | Merge "Add thread safety analysis annotations."Treehugger Robot2017-07-253-21/+106
|\ \ | |/ |/|
| * Add thread safety analysis annotations.Siarhei Vishniakou2017-07-213-21/+106
* | Merge "Remove ALOGD_IF_SLOW"android-o-preview-4Tom Cherry2017-07-183-107/+4
|\ \ | |/ |/|
| * Remove ALOGD_IF_SLOWTom Cherry2017-07-123-107/+4
* | Add vendor_available to liblog_headers.Steven Moreland2017-07-121-3/+2
* | libutils: liblog export headersSteven Moreland2017-07-061-1/+7
|/
* Merge "Va_end should be used with va_start"Treehugger Robot2017-06-141-0/+2
|\
| * Va_end should be used with va_startMikhail Lappo2017-03-231-0/+2
* | Fix uninitialized member variableRenaud Paquay2017-05-111-8/+16
* | Merge "added include for unistd.h that was missing"Treehugger Robot2017-04-271-0/+1
|\ \
| * | added include for unistd.h that was missingJaesoo Lee2017-04-241-0/+1
* | | libutils_headers: export libcutils_headersJaesoo Lee2017-04-271-2/+8
* | | libutils: export libbacktrace headersSteven Moreland2017-04-271-0/+5
* | | libutils: export system_headersSteven Moreland2017-04-271-0/+3
|/ /
* | libutils: mark as vendor_availableSteven Moreland2017-04-121-0/+2
* | logd: ASAN cleansingMark Salyzyn2017-03-271-12/+35
|/
* libziparchive: fix mac os breakageAdam Lesinski2017-03-231-0/+4
* Add heuristic data race detection to sp<>Hans Boehm2017-03-173-20/+51
* Enable more modules on linux_bionic buildsDan Willemsen2017-03-151-2/+5
* libutils: String\d+ make std_string privateSteven Moreland2017-03-112-0/+13
* Merge "Clarify that Condition::wait() can spuriously wake up"Tom Cherry2017-03-061-12/+7
|\
| * Clarify that Condition::wait() can spuriously wake upTom Cherry2017-03-021-12/+7
* | Add tests for multiton issueColin Cross2017-02-285-0/+212
|/
* Make libutils test compile on the hostColin Cross2017-02-241-17/+33
* Merge "Revert "Make libutils test compile on the host""Richard Uhler2017-02-241-25/+15
|\
| * Revert "Make libutils test compile on the host"Richard Uhler2017-02-241-25/+15
* | Merge changes Icd5f39ae,I2a4e956cTreehugger Robot2017-02-242-22/+32
|\|
| * Make libutils test compile on the hostColin Cross2017-02-231-15/+25
| * Fix ODR issue in StrongPointer_test.cppColin Cross2017-02-231-7/+7
* | Merge "Fix multiton issue"Treehugger Robot2017-02-231-5/+13
|\|
| * Fix multiton issueColin Cross2017-02-231-5/+13
* | Make Condition use CLOCK_MONOTONICTom Cherry2017-02-231-9/+12
|/
* Merge "Vector.h: remove unused import <new>"Treehugger Robot2017-02-171-2/+0
|\
| * Vector.h: remove unused import <new>Steven Moreland2017-02-171-2/+0
* | Remove unused primes.py python file.Steven Moreland2017-02-161-47/+0
|/
* RefBase.cpp remove unused include typeinfoSteven Moreland2017-02-151-1/+0
* Make __android_log_assert behave more like libc asserts.Elliott Hughes2017-02-061-18/+4
* Exporting C++ headers from system/coreVijay Venkatraman2017-01-2448-0/+7650
* liblog: use log/log.h when utilizing ALOG macrosMark Salyzyn2017-01-114-4/+4
* Enable libbase/libutils/libziparchive on host bionicDan Willemsen2016-11-291-0/+7
* system/core: preparation to pull back interfaces from android/log.hMark Salyzyn2016-10-202-0/+4
* Test for _WIN32 in instead of USE_MINGW.Elliott Hughes2016-10-051-2/+2
* system/core Replace log/log.h with android/log.hMark Salyzyn2016-09-302-4/+4
* system/core Replace cutils/log.h with android/log.hMark Salyzyn2016-09-305-18/+20
* Merge "Fix more system/core/include warnings"Colin Cross2016-09-291-2/+0
|\