index
:
system_core
history/14-07-2019
replicant-10
replicant-9
Fork of system/core
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libutils
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Modernize codebase by replacing NULL with nullptr
Yi Kong
2018-07-13
10
-24
/
+24
*
Remove more semicolons at the end of namespaces
Pirama Arumuga Nainar
2018-04-11
22
-31
/
+22
*
Remove extra semicolon at end of namespace
Pirama Arumuga Nainar
2018-04-10
7
-8
/
+8
*
Merge "Usage suggestions."
Treehugger Robot
2017-12-19
15
-3
/
+36
|
\
|
*
Usage suggestions.
Steven Moreland
2017-12-19
15
-3
/
+36
*
|
Remove CompileTimeIfElse.
Steven Moreland
2017-12-18
1
-10
/
+0
|
/
*
libutils: Cleanup unused class declaration
Logan Chien
2017-11-22
2
-3
/
+0
*
Use -Werror in system/core
Chih-Hung Hsieh
2017-11-01
1
-11
/
+8
*
Add "operator bool" overload to android::sp.
Jeff Sharkey
2017-09-13
1
-3
/
+4
*
Merge "Remove TODOs for std::string removal."
Steven Moreland
2017-08-02
2
-2
/
+0
|
\
|
*
Merge "Remove TODOs for std::string removal."
Treehugger Robot
2017-08-02
2
-2
/
+0
|
|
\
|
|
*
Remove TODOs for std::string removal.
Steven Moreland
2017-07-31
2
-2
/
+0
*
|
|
Merge "Fix misc-macro-parentheses warnings in system/core."
Chih-Hung Hsieh
2017-08-01
1
-1
/
+1
|
\
|
|
|
*
|
Fix misc-macro-parentheses warnings in system/core.
Chih-Hung Hsieh
2017-08-01
1
-1
/
+1
|
|
/
*
|
Merge "Add thread safety analysis annotations."
Siarhei Vishniakou
2017-07-25
1
-21
/
+72
|
\
|
|
*
Merge "Add thread safety analysis annotations."
Treehugger Robot
2017-07-25
1
-21
/
+72
|
|
\
|
|
*
Add thread safety analysis annotations.
Siarhei Vishniakou
2017-07-21
1
-21
/
+72
|
*
|
Remove ALOGD_IF_SLOW
Tom Cherry
2017-07-12
1
-69
/
+4
|
|
/
*
|
Remove ALOGD_IF_SLOW
Tom Cherry
2017-07-14
1
-69
/
+4
*
|
libutils: Make LightFlattenablePod safe for unaligned ptr
Chris Forbes
2017-05-04
1
-2
/
+2
*
|
split LightRefBase out of RefBase
Mathias Agopian
2017-03-29
2
-57
/
+90
*
|
Merge changes I96998c4b,I161bf03b am: dd0cd8d88f am: f17500474a
Mark Salyzyn
2017-03-27
1
-12
/
+35
|
\
|
|
*
logd: ASAN cleansing
Mark Salyzyn
2017-03-27
1
-12
/
+35
*
|
Merge "Blacklist some vector functions for CFI."
Vishwath Mohan
2017-03-23
2
-10
/
+24
|
\
\
|
*
|
Blacklist some vector functions for CFI.
Vishwath Mohan
2017-03-23
2
-10
/
+24
*
|
|
Merge "libziparchive: fix mac os breakage" am: 390f3b364c am: 7cfe1d69b0
Adam Lesinski
2017-03-23
1
-0
/
+4
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
libziparchive: fix mac os breakage
Adam Lesinski
2017-03-23
1
-0
/
+4
*
|
Merge "Add heuristic data race detection to sp<>" am: 04abdc6153 am: 12d6afe6f1
Hans Boehm
2017-03-19
1
-20
/
+26
|
\
|
|
*
Add heuristic data race detection to sp<>
Hans Boehm
2017-03-17
1
-20
/
+26
*
|
Merge "Formatting changes for TypeHelpers.h and Vectors.h"
TreeHugger Robot
2017-03-16
2
-23
/
+23
|
\
\
|
*
|
Formatting changes for TypeHelpers.h and Vectors.h
Vishwath Mohan
2017-03-15
2
-23
/
+23
*
|
|
Get rid of LinearTransform
Mathias Agopian
2017-03-15
1
-64
/
+0
|
/
/
*
|
Revert "get rid of LinearTransform"
Ian Pedowitz
2017-03-14
1
-0
/
+64
*
|
get rid of LinearTransform
Mathias Agopian
2017-03-13
1
-64
/
+0
*
|
Merge "libutils: String\d+ make std_string private" am: 76850afa52 am: 2ebb1e...
Steven Moreland
2017-03-11
2
-0
/
+13
|
\
|
|
*
libutils: String\d+ make std_string private
Steven Moreland
2017-03-10
2
-0
/
+13
*
|
Remove BlobCAche from libutils
Mathias Agopian
2017-03-10
1
-247
/
+0
*
|
Merge "Clarify that Condition::wait() can spuriously wake up" am: 514e0aa2e2 ...
Tom Cherry
2017-03-06
1
-12
/
+7
|
\
|
|
*
Clarify that Condition::wait() can spuriously wake up
Tom Cherry
2017-03-02
1
-12
/
+7
*
|
clean-up libutils includes
Mathias Agopian
2017-03-03
6
-32
/
+17
*
|
Merge "Fix multiton issue" am: 78b285b367 am: 6d7751a13b
Colin Cross
2017-02-24
1
-5
/
+13
|
\
|
|
*
Merge "Fix multiton issue"
Treehugger Robot
2017-02-24
1
-5
/
+13
|
|
\
|
|
*
Fix multiton issue
Colin Cross
2017-02-23
1
-5
/
+13
*
|
|
Merge "Make Condition use CLOCK_MONOTONIC" am: 7f932afefc am: 36ba2fbef7
Tom Cherry
2017-02-23
1
-9
/
+12
|
\
|
|
|
*
|
Make Condition use CLOCK_MONOTONIC
Tom Cherry
2017-02-23
1
-9
/
+12
|
|
/
*
|
Merge "Vector.h: remove unused import <new>" am: 1a4e2dfdf5 am: c50fce7dac
Steven Moreland
2017-02-17
1
-2
/
+0
|
\
|
|
*
Vector.h: remove unused import <new>
Steven Moreland
2017-02-17
1
-2
/
+0
*
|
Merge "Exporting C++ headers from system/core" am: 812b7d5d52 am: f484dd3401 ...
Vijay Venkatraman
2017-01-26
1
-18
/
+35
|
/
*
Exporting C++ headers from system/core
Vijay Venkatraman
2017-01-24
47
-0
/
+7637