Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
system
/
core
/
66d8a52ba6d6faf08cdecc9803f15b4b97b88a5c
/
libutils
/
Android.mk
1165cf4
am 928821bd: am 72d77449: am 4ca26ce8: Merge "Host multilib build of both 32-bit and 64-bit libraries."
by Ian Rogers
· 10 years ago
59ec765
Host multilib build of both 32-bit and 64-bit libraries.
by Ian Rogers
· 10 years ago
c9573e1
am b2a9129e: am bf0ed824: am 60ca7a22: Merge "libutils: turn on -Werror"
by Mark Salyzyn
· 10 years ago
5bed803
libutils: turn on -Werror
by Mark Salyzyn
· 11 years ago
70b53c4
am 4b126c46: am e8f90ca6: am 570cd46d: Merge "Revert "Move libutils to libc++""
by Dan Albert
· 10 years ago
7bc49a1
Revert "Move libutils to libc++"
by Dan Albert
· 10 years ago
6f8030c
am 58f4a09b: am 36f536fc: am 9f69e028: Merge "Move libutils to libc++"
by Dan Albert
· 10 years ago
dc13372
Move libutils to libc++
by Dan Albert
· 10 years ago
da6a0aa
am b18da571: am 1e6cd741: am 803fb62b: Merge "Remove unused LOCAL_LDLIBS."
by Ying Wang
· 10 years ago
9f437d7
Remove unused LOCAL_LDLIBS.
by Ying Wang
· 10 years ago
29cc9ce
Add NativeHandle, a refcounted C++ wrapper around a native_handle_t*
by Jesse Hall
· 11 years ago
038ac69
Move CallStack to libbacktrace.
by Christopher Ferris
· 11 years ago
9b0e074
Move CallStack to libbacktrace.
by Christopher Ferris
· 11 years ago
ec79ef2
utils: Add ProcessCallStack to collect stack traces for all threads in a process
by Igor Murashkin
· 11 years ago
d98e07f
move libs/utils to libutils
by Alex Ray
· 11 years ago
[Renamed from libs/utils/Android.mk]
6d611a8
Make Flattenable not virtual (libutils)
by Mathias Agopian
· 11 years ago
946003a
add static dependency on liblog
by Colin Cross
· 11 years ago
9eb2a3b
libutils clean-up
by Mathias Agopian
· 12 years ago
00c14b4
Build a static device libutils
by Bjorn Bringert
· 12 years ago
551fcf4
Add LinearAllocator
by Chris Craik
· 12 years ago
b6ea175
Add an LRU cache plus hashing primitives
by Raph Levien
· 12 years ago
6454f46
Add a very simple helper function to log slow functions.
by Jeff Brown
· 12 years ago
4e371ce
add Looper.cpp to build for linux host to use in CTS audio
by Keun young Park
· 13 years ago
e29b5c3
frameworks/native: link host libutils against external/zlib
by Colin Cross
· 13 years ago
3abdea9
frameworks/native: move Zip* from libandroidfw to libutils
by Colin Cross
· 13 years ago
27e6eaa
Add a simple work queue abstraction.
by Jeff Brown
· 13 years ago
a19d2c7
Added rules to build f/n/libs/utils in 64-bit: lib64utils.a
by Andrew Hsieh
· 13 years ago
2ccfe1a
libutils: add a system-wide tracing utility
by Jamie Gennis
· 13 years ago
eb63cf2
frameworks/base refactoring
by Mathias Agopian
· 13 years ago
d731f07
Thread::getTid returns pid_t gettid() after run
by Glenn Kasten
· 13 years ago
e735f23
Add a basic hashtable data structure, with tests!
by Jeff Brown
· 13 years ago
ea45b01
Use libcorkscrew for stack unwinding.
by Jeff Brown
· 13 years ago
26ad345
add -ldl to host executables
by Iliyan Malchev
· 13 years ago
9c63a80
may fix the build
by Mathias Agopian
· 13 years ago
7e01e60
Remove unimplemented memory pool.
by Jeff Brown
· 13 years ago
37ba34b
Remove the simulator target from all makefiles. Bug: 5010576
by Jeff Brown
· 13 years ago
b86c8e4
Add a linear transform library to libutils
by Jason Simmons
· 13 years ago
1a20993
libutils: add a binary blob cache implementation.
by Jamie Gennis
· 14 years ago
e2fa7dc
Change assets to use 64-bit API
by Kenny Root
· 14 years ago
04cbbc1
Support non-orientation aware keyboards and other devices.
by Jeff Brown
· 14 years ago
647925d
Added support for full PC-style keyboards.
by Jeff Brown
· 14 years ago
ba0165b
Split UTF functions from String8/16
by Kenny Root
· 14 years ago
7901eb2
Replace epoll() with poll() and rename PollLoop to Looper.
by Jeff Brown
· 14 years ago
c28f214
Support streaming of compressed assets > 1 megabyte
by Christopher Tate
· 14 years ago
7aba231
Add initial gamepad support.
by Jeff Brown
· 14 years ago
1d2aeb6
Add OBB file helper class
by Kenny Root
· 14 years ago
ea5c46b
Remove PollLoop from host build.
by Jeff Brown
· 14 years ago
66db689
Native input dispatch rewrite work in progress.
by Jeff Brown
· 15 years ago
88753ae
Make static versions of libutils and libbinder.
by Dan Egnor
· 15 years ago
a580e68
remove a dependency of GraphicBuffer (libui) on Parcel (libbinder).
by Mathias Agopian
· 15 years ago
e816354
Totally remove Unicode.cpp and rely on ICU
by Kenny Root
· 15 years ago
1555436
implement Mutex and Condition with pthread instead of calling futex directly.
by Mathias Agopian
· 15 years ago
14d978d
get rid of LogSocket which wasn't even implemented (enabled)
by Mathias Agopian
· 15 years ago
09e2b14
break dependency on utils/ZipEntry.h and utils/ZipFile.h, get rid of inet_address.h and Socket.h which were not used
by Mathias Agopian
· 15 years ago
254406e
rename string_array.h to StringArray.h and move the implementation from the header file to a new cpp file.
by Mathias Agopian
· 15 years ago
7c88914
rename a few files to camel-case, add copyright notices
by Mathias Agopian
· 15 years ago
861db31
get rid of TimerProbe which is never used
by Mathias Agopian
· 15 years ago
d12529a
get rid of sleepForInterval() which didn't seem to be used anywhere in the source tree. Also get rid of ported.h which seem to be used only (possibly) in the sim. moved the implementation there.
by Mathias Agopian
· 15 years ago
69197b6
Sim-only files move, part 2/2.
by Andy McFadden
· 15 years ago
b8db306
checkpoint: split libutils into libutils + libbinder
by Mathias Agopian
· 15 years ago
62a381b
Implement the C++ class to write the backed up file data.
by Joe Onorato
· 15 years ago
aaead20
Add some C++ code to do raw files for backup
by Joe Onorato
· 16 years ago
cbb1011
auto import from //depot/cupcake/@135843
by The Android Open Source Project
· 16 years ago
cf59fa8
auto import from //depot/cupcake/@135843
by The Android Open Source Project
· 16 years ago
7810449
Code drop from //branches/cupcake/...@124589
by The Android Open Source Project
· 16 years ago
d245d1d
Initial Contribution
by The Android Open Source Project
· 16 years ago