Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
system
/
core
/
029b7874695c7173d6f3d7bf80ce4d2fc46f6fb4
/
include
/
utils
5ee915a
Add a couple of useful string functions.
by Jeff Brown
· 11 years ago
881c89c
am 7aa8cdfb: am 21157abc: am 8814bd1d: Merge "include: cleanup for -Wsystem-header"
by Mark Salyzyn
· 11 years ago
7aa8cdf
am 21157abc: am 8814bd1d: Merge "include: cleanup for -Wsystem-header"
by Mark Salyzyn
· 11 years ago
4887842
include: cleanup for -Wsystem-header
by Mark Salyzyn
· 11 years ago
d83186c
Add VirtualLightRefBase
by John Reck
· 11 years ago
8481765
Merge "libutils: Clarify Condition::signal wakes up exactly one thread"
by Igor Murashkin
· 11 years ago
db41938
libutils: Clarify Condition::signal wakes up exactly one thread
by Igor Murashkin
· 11 years ago
8af196c
Merge "Add a peekOldestValue"
by John Reck
· 11 years ago
02c9460
BitSet32 64b compatibility fix
by Andreas Gampe
· 11 years ago
9d8707c
Add a peekOldestValue
by John Reck
· 11 years ago
4854a36
am 1f87d3ab: am 83fd6375: am 31631861: Merge "Add guards to prevent typedefs when C++11 is available."
by Tim Murray
· 11 years ago
1f87d3a
am 83fd6375: am 31631861: Merge "Add guards to prevent typedefs when C++11 is available."
by Tim Murray
· 11 years ago
ae83f84
Add guards to prevent typedefs when C++11 is available.
by Tim Murray
· 11 years ago
a45ff0f
am df33e8b5: Add BitSet64. DO NOT MERGE
by Michael Wright
· 11 years ago
df33e8b
Add BitSet64. DO NOT MERGE
by Michael Wright
· 11 years ago
c4cc584
Clarify ownership for NativeHandle::mHandle
by Wonsik Kim
· 11 years ago
2ec0645
Add static methods to BitSet.
by Michael Wright
· 11 years ago
74e2538
Add traits to BitSet64, not 32.
by Michael Wright
· 11 years ago
bab6ea0
Add BitSet64
by Michael Wright
· 11 years ago
29cc9ce
Add NativeHandle, a refcounted C++ wrapper around a native_handle_t*
by Jesse Hall
· 11 years ago
665b0bb
am bfed1360: am 1ed1d341: am 26fa5cd3: Merge "AArch64: Use negative values in error enumeration"
by Narayan Kamath
· 11 years ago
1ee7570
AArch64: Use negative values in error enumeration
by Ashok Bhat
· 11 years ago
5c40200
Revert "Move to the canonical UniquePtr.h."
by Elliott Hughes
· 11 years ago
2a72c57
Move to the canonical UniquePtr.h.
by Elliott Hughes
· 11 years ago
6c625f6
resolved conflicts for merge of 47fa9064 to master
by Christopher Ferris
· 11 years ago
4675682
Rewrite libbacktrace to be all C++.
by Christopher Ferris
· 11 years ago
bc12d63
Move BACKTRACE_NO_TID to BACKTRACE_CURRENT_THREAD.
by Christopher Ferris
· 11 years ago
038ac69
Move CallStack to libbacktrace.
by Christopher Ferris
· 11 years ago
0e90bb9
am 137ab19a: am b37b53bf: am 87942c9a: am b3bfe881: Merge "Make libutils Looper independent of frameworks/native"
by Brian Carlstrom
· 11 years ago
1693d7e
Make libutils Looper independent of frameworks/native
by Brian Carlstrom
· 11 years ago
242b1a8
Move BACKTRACE_NO_TID to BACKTRACE_CURRENT_THREAD.
by Christopher Ferris
· 11 years ago
9b0e074
Move CallStack to libbacktrace.
by Christopher Ferris
· 11 years ago
de2eae3
am 39f18c9e: am 1b84e0a3: Merge "utils: Add ProcessCallStack to collect stack traces for all threads in a process" into klp-dev
by Igor Murashkin
· 11 years ago
ec79ef2
utils: Add ProcessCallStack to collect stack traces for all threads in a process
by Igor Murashkin
· 11 years ago
d975f37
Remove UniquePtr.h copy
by Kenny Root
· 11 years ago
0ddfe11
Use canonical UniquePtr.h file
by Kenny Root
· 11 years ago
ddff623
minor tweaks to FlattenableUtils
by Mathias Agopian
· 11 years ago
0f10d0a
Add a new utf8-to-utf16 conversion function.
by Dianne Hackborn
· 11 years ago
6d611a8
Make Flattenable not virtual (libutils)
by Mathias Agopian
· 11 years ago
0d8f3d6
libutils: give BasicHashtableImpl a virtual destructor
by Alex Ray
· 11 years ago
567ea47
utils: move thread enums to system/core
by Alex Ray
· 11 years ago
d614ee4
Added bitwise-or and bitwise-and to BitSet
by Michael Wright
· 12 years ago
214c701
Make trace macros slightly more robust
by Tim Murray
· 12 years ago
8db925f
remove unused declarations and reformat
by Mathias Agopian
· 12 years ago
d3d3fce
remove reserved virtual slots
by Mathias Agopian
· 12 years ago
4485d0d
new String8, String16 ctors to initialize empty static strings with static linkage
by Mathias Agopian
· 12 years ago
9eb2a3b
libutils clean-up
by Mathias Agopian
· 12 years ago
19159f9
Add new Looper API to check whether the looper is idle.
by Dianne Hackborn
· 12 years ago
d34a8ca
improved CallStack a bit
by Mathias Agopian
· 12 years ago
6cd548c
Fix a crasher with RefBase debugging and vectors of wp<>
by Mathias Agopian
· 12 years ago
b73559d
Add Vector::resize()
by Jesse Hall
· 12 years ago
31ba37f
Add Thread::isRunning and Condition::signal(WakeUpType)
by Romain Guy
· 12 years ago
6090df8
rename binder services main thread to Binder_*
by Mathias Agopian
· 12 years ago
ca3e2a2
utils: Allow non android namespaces to use ALOGD_IF_SLOW
by Naseer Ahmed
· 12 years ago
551fcf4
Add LinearAllocator
by Chris Craik
· 12 years ago
a27c1e0
utils: fix warnings for unused parameters
by Igor Murashkin
· 12 years ago
fcb349f
utils: clarify scoped tracing functionality
by Alex Ray
· 12 years ago
5b2d36e
utils: Use cutils tracing functionality.
by Alex Ray
· 12 years ago
5ca402a
Add LruCache::Iterator
by Romain Guy
· 12 years ago
bdce9ba
Add another ifndef and a couple of methods to LruCache
by Romain Guy
· 12 years ago
b3176ac
Add #ifndef to prevent multiple definitions
by Romain Guy
· 12 years ago
45ad8f4
Reduce emulator logspam
by Andy McFadden
· 12 years ago
b6ea175
Add an LRU cache plus hashing primitives
by Raph Levien
· 12 years ago
61db166
Ensure that Vector::erase() returns a valid iterator
by Jason Simmons
· 12 years ago
d495552
Revert "Revert "put back the unused virtuals in Vector<>""
by Dave Burke
· 12 years ago
3fc49ad
Add runtime debugging capabilities to OpenGL
by Romain Guy
· 12 years ago
b9fd6f9
Add TEMP_FAILURE_RETRY to ZipUtils
by Kenny Root
· 12 years ago
e79aadd
minor SharedBuffer clean-up
by Mathias Agopian
· 12 years ago
919fa29
Add a way to retrieve a Region as a SharedBuffer
by Mathias Agopian
· 12 years ago
11b9acf
Revert "put back the unused virtuals in Vector<>"
by Mathias Agopian
· 12 years ago
cacf429
Fixed clang build error for libgui
by Tareq A. Siraj
· 12 years ago
8d0c1a0
put back the unused virtuals in Vector<>
by Mathias Agopian
· 12 years ago
156eb98
get rid of mirrorItemAt() which isn't used anywhere
by Mathias Agopian
· 12 years ago
2497a15
improve [un]marshalling of non-binder objects
by Mathias Agopian
· 12 years ago
6454f46
Add a very simple helper function to log slow functions.
by Jeff Brown
· 12 years ago
bdf73c7
improve Vector<> safety checks
by Mathias Agopian
· 12 years ago
5363183
libutils cleanup: remove unused or seldom used code from misc.{cpp|h}
by Mathias Agopian
· 12 years ago
67b5851
We now have a real list of displays.
by Mathias Agopian
· 12 years ago
af1e7b7
Add elapsedRealtimeNano(), and use CLOCK_BOOTTIME where possible.
by Nick Pelly
· 12 years ago
e6bee12
one more step towards multiple display support
by Mathias Agopian
· 12 years ago
dd1b037
Support looper callbacks based on smart pointers.
by Jeff Brown
· 13 years ago
970701f
Add camera as an ATRACE tag
by Eino-Ville Talvala
· 13 years ago
5705e69
Delete unused poll() code.
by Jeff Brown
· 13 years ago
55195d7
Remove unused statistics code.
by Jeff Brown
· 13 years ago
69fc3d4
libutils: add a tracing tag for video
by Jamie Gennis
· 13 years ago
c1309d7
Add callback hack to find out when to reload system properties.
by Dianne Hackborn
· 13 years ago
7e6e7e0
Add audio tag to systrace
by Glenn Kasten
· 13 years ago
90dd9e1
Add System Tracing capability to Sync Manager
by Andy Stadler
· 13 years ago
265743a
Add traces for window manager and activity manager.
by Dianne Hackborn
· 13 years ago
77ed15a
Scheduling group cleanup
by Glenn Kasten
· 13 years ago
2c1627d
Support tokenizing arbitrary content.
by Jeff Brown
· 13 years ago
52d59e2
Add webview tracing bit
by Chris Craik
· 13 years ago
3abdea9
frameworks/native: move Zip* from libandroidfw to libutils
by Colin Cross
· 13 years ago
cd19987
Add UniquePtr.h to frameworks/native
by Kenny Root
· 13 years ago
27e6eaa
Add a simple work queue abstraction.
by Jeff Brown
· 13 years ago
9a0a76d
Add traits to common utils data structures.
by Jeff Brown
· 13 years ago
59322a3
Expose the set of enabled tags.
by Jeff Brown
· 13 years ago
f03fd0a
Instead of hardcoding OMX component names in our code, support
by Andreas Huber
· 13 years ago
2bd9959
split utils/threads.h into multiple headers
by Mathias Agopian
· 13 years ago
2ccfe1a
libutils: add a system-wide tracing utility
by Jamie Gennis
· 13 years ago
Next »