Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_system_core_old
/
d28283218e99f9c3b4bd8da88984056316494a93
/
libutils
57e76fb
Merge "Remove TODOs for std::string removal."
by Treehugger Robot
· 8 years ago
6ce7206
Fix misc-macro-parentheses warnings in system/core.
by Chih-Hung Hsieh
· 8 years ago
6545670
Remove TODOs for std::string removal.
by Steven Moreland
· 8 years ago
4bebc0f
Merge "Remove LOCAL_CLANG and clang: true"
by Treehugger Robot
· 8 years ago
ba7d0ed
Merge "Add thread safety analysis annotations."
by Treehugger Robot
· 8 years ago
3a13d91
Remove LOCAL_CLANG and clang: true
by Lennart Wieboldt
· 8 years ago
8d868a6
Add thread safety analysis annotations.
by Siarhei Vishniakou
· 8 years ago
d987430
Merge "Remove ALOGD_IF_SLOW"
by Tom Cherry
· 8 years ago
5595466
Add vendor_available to liblog_headers.
by Steven Moreland
· 8 years ago
0d26e33
Remove ALOGD_IF_SLOW
by Tom Cherry
· 8 years ago
b700e82
libutils: liblog export headers
by Steven Moreland
· 8 years ago
8f99012
Merge "Va_end should be used with va_start"
by Treehugger Robot
· 8 years ago
e0e2dff
Fix uninitialized member variable
by Renaud Paquay
· 8 years ago
f159fac
Merge "added include for unistd.h that was missing"
by Treehugger Robot
· 8 years ago
1277176
libutils_headers: export libcutils_headers
by Jaesoo Lee
· 8 years ago
094e356
libutils: export libbacktrace headers
by Steven Moreland
· 8 years ago
39a290b
libutils: export system_headers
by Steven Moreland
· 8 years ago
42ec14e
added include for unistd.h that was missing
by Jaesoo Lee
· 8 years ago
efecae4
libutils: mark as vendor_available
by Steven Moreland
· 8 years ago
ca77407
logd: ASAN cleansing
by Mark Salyzyn
· 9 years ago
7051658
Va_end should be used with va_start
by Mikhail Lappo
· 8 years ago
e4f2733
libziparchive: fix mac os breakage
by Adam Lesinski
· 8 years ago
1e39666
Add heuristic data race detection to sp<>
by Hans Boehm
· 8 years ago
0639227
Enable more modules on linux_bionic builds
by Dan Willemsen
· 8 years ago
1838db5
libutils: String\d+ make std_string private
by Steven Moreland
· 8 years ago
f49c455
Merge "Clarify that Condition::wait() can spuriously wake up"
by Tom Cherry
· 8 years ago
621a393
Clarify that Condition::wait() can spuriously wake up
by Tom Cherry
· 8 years ago
dd027ff
Add tests for multiton issue
by Colin Cross
· 8 years ago
a201281
Make libutils test compile on the host
by Colin Cross
· 8 years ago
2b34650
Merge "Revert "Make libutils test compile on the host""
by Richard Uhler
· 8 years ago
ec453b2
Revert "Make libutils test compile on the host"
by Richard Uhler
· 8 years ago
8a2887a
Merge changes Icd5f39ae,I2a4e956c
by Treehugger Robot
· 8 years ago
3e5c135
Make libutils test compile on the host
by Colin Cross
· 8 years ago
0ab8252
Fix ODR issue in StrongPointer_test.cpp
by Colin Cross
· 8 years ago
7ebba21
Merge "Fix multiton issue"
by Treehugger Robot
· 8 years ago
5e1389c
Fix multiton issue
by Colin Cross
· 8 years ago
533a1e3
Make Condition use CLOCK_MONOTONIC
by Tom Cherry
· 8 years ago
b8549fc
Merge "Vector.h: remove unused import <new>"
by Treehugger Robot
· 8 years ago
b2f92ca
Vector.h: remove unused import <new>
by Steven Moreland
· 8 years ago
949eaf5
Remove unused primes.py python file.
by Steven Moreland
· 8 years ago
efb0fba
RefBase.cpp remove unused include typeinfo
by Steven Moreland
· 8 years ago
c758312
Make __android_log_assert behave more like libc asserts.
by Elliott Hughes
· 8 years ago
fcceacf
Exporting C++ headers from system/core
by Vijay Venkatraman
· 8 years ago
1d6b610
liblog: use log/log.h when utilizing ALOG macros
by Mark Salyzyn
· 8 years ago
27993bc
Enable libbase/libutils/libziparchive on host bionic
by Dan Willemsen
· 8 years ago
94abded
system/core: preparation to pull back interfaces from android/log.h
by Mark Salyzyn
· 8 years ago
f147cde
Test for _WIN32 in instead of USE_MINGW.
by Elliott Hughes
· 9 years ago
51b1e55
system/core Replace log/log.h with android/log.h
by Mark Salyzyn
· 9 years ago
316adc3
system/core Replace cutils/log.h with android/log.h
by Mark Salyzyn
· 9 years ago
2124a09
Merge "Fix more system/core/include warnings"
by Colin Cross
· 9 years ago
7d19dbc
Use readdir instead of readdir_r.
by Elliott Hughes
· 9 years ago
b6c6144
Fix more system/core/include warnings
by Colin Cross
· 9 years ago
347220f
Fix warnings in libutils headers
by Colin Cross
· 9 years ago
60a12d6
libutils/Unicode.cpp: Correct length computation and add checks for utf16->utf8
by Sergio Giro
· 9 years ago
f495efd
Unicode: specify destination length in utf8_to_utf16 methods
by Sergio Giro
· 9 years ago
d23af55
Merge "Make RefBase more robust and debuggable"
by Hans Boehm
· 9 years ago
7dd72ec
Make RefBase more robust and debuggable
by Hans Boehm
· 9 years ago
c2c378c
Merge "Improve RefBase documentation, especially for clients." am: 0f39fe22ae
by Hans Boehm
· 9 years ago
60906f7
Merge "Improve RefBase documentation, especially for clients."
by Hans Boehm
· 9 years ago
09588d7
Improve RefBase documentation, especially for clients.
by Hans Boehm
· 9 years ago
ef0ed8c
Merge "SharedBuffer: Fix bug in return value of release()" am: c064db48f1
by Greg Kaiser
· 9 years ago
7dce1ce
SharedBuffer: Fix bug in return value of release()
by Greg Kaiser
· 9 years ago
d43e1cb
Merge "Fix race bug in attemptIncStrong" am: 077135b18c
by Hans Boehm
· 9 years ago
06fd899
Merge "Fix race bug in attemptIncStrong"
by Hans Boehm
· 9 years ago
bdf685b
Fix race bug in attemptIncStrong
by Hans Boehm
· 9 years ago
0c03087
Merge \"Fix google-explicit-constructor warnings in system/core.\"
by Chih-Hung Hsieh
· 9 years ago
5db7bc5
Fix google-explicit-constructor warnings in system/core.
by Chih-Hung Hsieh
· 9 years ago
c4527ca
Merge \"LruCache: avoid copying keys in lookup\" am: 896c6b14ae
by Sergio Giro
· 9 years ago
98986a7
LruCache: avoid copying keys in lookup
by Sergio Giro
· 9 years ago
2652dd8
Merge \"Add test for RefBase etc.\" am: dc9fbc3440
by Hans Boehm
· 9 years ago
cadc4bd
Add test for RefBase etc.
by Hans Boehm
· 9 years ago
f85f66b
Merge \"libutils: Limit integer sanitize to target only\" am: fc36f6fab6
by Dan Willemsen
· 9 years ago
f36af52
libutils: Limit integer sanitize to target only
by Dan Willemsen
· 9 years ago
7c4c2e0
resolve merge conflicts of 41e82a3 to stage-aosp-master
by Colin Cross
· 9 years ago
0dd7332
Convert libbacktrace, libutils to Soong
by Dan Willemsen
· 9 years ago
b52f44b
Merge "Fix SharedBuffer. Remove aref." am: 069517574e am: 1e081a8c5f
by Hans Boehm
· 9 years ago
a627d48
Fix SharedBuffer. Remove aref.
by Hans Boehm
· 9 years ago
d640240
Merge "Fix memory order and race bugs in Refbase.h & RefBase.cpp" am: 62212954ef
by Hans Boehm
· 9 years ago
ef1036d
Merge "Fix memory order and race bugs in Refbase.h & RefBase.cpp"
by Hans Boehm
· 9 years ago
c85e76d
Fix memory order and race bugs in Refbase.h & RefBase.cpp
by Hans Boehm
· 9 years ago
e179f5b
Merge "Fix strstr16." into nyc-dev am: a34a383607
by Michael Wright
· 9 years ago
60d6871
Fix strstr16.
by Michael Wright
· 9 years ago
82389a6
Merge "SystemClock: elapsedRealtimeNano() should use clock_gettime() on Linux" am: e3ff256228
by Greg Hackmann
· 9 years ago
74df033
Merge "SystemClock: add test" am: 282e8fb037 am: a91a1a990f
by Greg Hackmann
· 9 years ago
27149e3
Merge "SystemClock: elapsedRealtimeNano() should use clock_gettime() on Linux"
by Treehugger Robot
· 9 years ago
e476b62
Merge "SystemClock: add test"
by Treehugger Robot
· 9 years ago
22c6fff
Merge commit '8b452b876b90dcfff1dab9012b65b5e67c4531a4' into manual_merge_8b452b8
by Michael Wright
· 9 years ago
f4f4501
Add String16#contains and strstr16 methods.
by Michael Wright
· 9 years ago
72ee9c9
SystemClock: elapsedRealtimeNano() should use clock_gettime() on Linux
by Greg Hackmann
· 9 years ago
67edfb5
SystemClock: add test
by Greg Hackmann
· 9 years ago
d4ddcca
Merge "Fix google-explicit-constructor warnings." am: 7bdd6a8b5a am: 427d8d840f
by Chih-hung Hsieh
· 9 years ago
5f9de97
Fix google-explicit-constructor warnings.
by Chih-Hung Hsieh
· 9 years ago
41e2bdc
Merge "Remove debugging code for a fixed 3.6 kernel bug." am: af61acc
by Elliott Hughes
· 9 years ago
1f84d4e
Remove debugging code for a fixed 3.6 kernel bug.
by Elliott Hughes
· 9 years ago
c01a1da
system/core: Make Thread::run threadName argument required am: e71b914775
by Brian Carlstrom
· 9 years ago
fd5ba87
system/core: Make Thread::run threadName argument required
by Brian Carlstrom
· 9 years ago
7c49bec
Merge "Cleanup uses of sprintf so we can deprecate it." am: 2c5b89a64a
by George Burgess IV
· 9 years ago
522cf17
Cleanup uses of sprintf so we can deprecate it.
by George Burgess IV
· 9 years ago
4f08114
Merge "system/core/lib[c]utils: Fix signedness comparison warnings." am: bba2151b29
by James Hawkins
· 9 years ago
126fc15
system/core/lib[c]utils: Fix signedness comparison warnings.
by James Hawkins
· 9 years ago
Next »