summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [libutils] Modernize codebase by replacing NULL with nullptrYi Kong2018-07-1625-132/+132
* Modernize codebase by replacing NULL with nullptrYi Kong2018-07-1310-24/+24
* Shared libs are supported in recovery modeJiyong Park2018-06-092-3/+8
* Mark as recovery_available: trueJiyong Park2018-05-141-0/+1
* Remove more semicolons at the end of namespacesPirama Arumuga Nainar2018-04-1223-32/+23
* Remove extra semicolon at end of namespacePirama Arumuga Nainar2018-04-107-8/+8
* Revert "libutilscallstack is private VNDK-SP"Jiyong Park2018-03-141-1/+0
* libutils: Remove Static.cpp and darwin hacks.Steven Moreland2018-03-064-103/+16
* libutils: remove subdirsSteven Moreland2018-02-231-2/+0
* bpfmt.Elliott Hughes2018-02-162-6/+18
* libutilscallstack is private VNDK-SPJiyong Park2018-01-241-0/+1
* Remove libziparchive dependency on libutilsDavid Sehr2018-01-181-36/+71
* Merge "Usage suggestions."Treehugger Robot2017-12-1915-3/+36
|\
| * Usage suggestions.Steven Moreland2017-12-1815-3/+36
* | Remove CompileTimeIfElse.Steven Moreland2017-12-181-10/+0
|/
* Merge "Add OWNERS."Elliott Hughes2017-12-071-0/+1
|\
| * Add OWNERS.Elliott Hughes2017-12-071-0/+1
* | Merge "Fix / suppress new unused warnings for mingw+clang"Dan Willemsen2017-11-303-6/+11
|\|
| * Merge "Fix / suppress new unused warnings for mingw+clang"Dan Willemsen2017-11-303-6/+11
| |\
| | * Fix / suppress new unused warnings for mingw+clangDan Willemsen2017-11-293-6/+11
* | | Merge "libutils: Cleanup unused class declaration"Logan Chien2017-11-272-3/+0
|\| |
| * | libutils: Cleanup unused class declarationLogan Chien2017-11-222-3/+0
| |/
* | Merge commit 'a63ccea6abc7ea02e2d98e41c80793ca97237bd3' fromXin Li2017-11-141-3/+20
|\ \ | |/ |/|
| * Merge "Use target.linux for all linux kernel based targets" am: ab62265fa1Dan Willemsen2017-10-182-15/+7
| |\
| * | Add vendor_available to liblog_headers.Steven Moreland2017-10-171-3/+2
| * | libutils: liblog export headersSteven Moreland2017-10-171-1/+7
| * | Merge changes from topic "linux_glibc" am: 7b3d4da91aDan Willemsen2017-10-022-2/+2
| |\ \
| * \ \ Merge "Silence a use-after-free warning from the analyzer" am: 8c853c43ccGeorge Burgess IV2017-10-021-0/+5
| |\ \ \
| * \ \ \ Merge "Remove default libraries" am: 8b7feee38fDan Willemsen2017-09-301-2/+0
| |\ \ \ \
| * \ \ \ \ Merge "Add "operator bool" overload to android::sp." am: 28ebfe18fbJeff Sharkey2017-09-131-3/+4
| |\ \ \ \ \
| * \ \ \ \ \ Fix integer overflow in utf{16,32}_to_utf8_length am: 47efc676c8Adam Vartanian2017-09-111-3/+20
| |\ \ \ \ \ \
| | * \ \ \ \ \ Fix integer overflow in utf{16,32}_to_utf8_lengthAdam Vartanian2017-09-111-3/+20
| | |\ \ \ \ \ \
| | | * | | | | | Fix integer overflow in utf{16,32}_to_utf8_lengthAdam Vartanian2017-09-071-3/+20
* | | | | | | | | Use -Werror in system/coreChih-Hung Hsieh2017-11-015-18/+14
* | | | | | | | | Merge "libutils: Fix bug in strstr16."Treehugger Robot2017-10-242-12/+40
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | libutils: Fix bug in strstr16.Branislav Rankov2017-10-242-12/+40
* | | | | | | | | Merge "Use target.linux for all linux kernel based targets"Dan Willemsen2017-10-182-15/+7
|\| | | | | | | |
| * | | | | | | | Use target.linux for all linux kernel based targetsDan Willemsen2017-10-162-15/+7
* | | | | | | | | Add vendor_available to liblog_headers.Steven Moreland2017-10-161-3/+2
* | | | | | | | | libutils: liblog export headersSteven Moreland2017-10-161-1/+7
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Merge changes from topic "linux_glibc"Dan Willemsen2017-10-022-2/+2
|\| | | | | | | | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Merge changes from topic "linux_glibc"Dan Willemsen2017-10-022-2/+2
| |\ \ \ \ \ \
| | * | | | | | Rename target.linux[_x86[_64]] to target.linux_glibc[_x86[_64]]Dan Willemsen2017-10-022-2/+2
* | | | | | | | Merge "Silence a use-after-free warning from the analyzer"George Burgess IV2017-10-021-0/+5
|\| | | | | | | | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Silence a use-after-free warning from the analyzerGeorge Burgess IV2017-10-021-0/+5
| |/ / / / /
* | | | | / Merge "Remove default libraries"Dan Willemsen2017-09-301-2/+0
|\| | | | | | |_|_|_|/ |/| | | |
| * | | | Remove default librariesDan Willemsen2017-09-291-2/+0
* | | | | Merge "Add "operator bool" overload to android::sp."Jeff Sharkey2017-09-131-3/+4
|\| | | | | |/ / / |/| | |
| * | | Merge "Add "operator bool" overload to android::sp."Treehugger Robot2017-09-131-3/+4
| |\ \ \
| | * | | Add "operator bool" overload to android::sp.Jeff Sharkey2017-09-131-3/+4
| |/ / / |/| | |