summaryrefslogtreecommitdiffstats
path: root/libcutils/Android.mk
Commit message (Expand)AuthorAgeFilesLines
* add cpuset support to libcutilsTim Murray2015-06-111-0/+6
* [MIPS] Fast android_memset for Mips64, Mipsr6Duane Sand2015-04-161-2/+3
* libcutils: add fs_configMark Salyzyn2015-04-061-0/+1
* Be more intention-revealing with libcutils' strlcpy.Elliott Hughes2015-04-021-1/+1
* Move all libcutils tests into the gtests.Elliott Hughes2015-04-021-26/+0
* Move mips/mips64 android_memset16/android_memset32 into libcutils.Elliott Hughes2015-04-021-22/+4
* Fix shared version of libcutils on the host to include strlcpyBrian Carlstrom2015-04-021-1/+1
* Define atrace_* functions for both target and host.Richard Uhler2015-03-271-2/+3
* Add make target for shared libcutils on host.Richard Uhler2015-03-241-1/+11
* Remove unused cruft from libcutils.Elliott Hughes2015-01-151-1/+0
* Remove the error-prone TARGET_CPU_SMP from system/core.Elliott Hughes2014-11-171-10/+2
* Add -no-integrated-as at local level.Chih-Hung Hsieh2014-10-061-0/+3
* Clean up memset[16,32] routines: unify files names, remove redundant wrapperVarvara Rainchik2014-09-171-2/+2
* Fix some clang compilation issues.Dan Albert2014-09-111-1/+1
* [MIPSR6] Skip pixelflinger, memset assembler code on mips32r6Duane Sand2014-07-311-1/+9
* Remove invalid 64-bit host objects.Stephen Hines2014-07-221-13/+0
* Add android_memset16/android_memset32 for aarch64.Christopher Ferris2014-06-231-0/+4
* Port libcutils memset16/32 to x86_64.Henrik Smiding2014-06-051-16/+27
* Host multilib build of both 32-bit and 64-bit libraries.Ian Rogers2014-06-051-0/+1
* Fix build.Mathieu Chartier2014-06-031-1/+3
* Fix build.Mathieu Chartier2014-06-031-10/+8
* Fix win32 undefined reference to `_socket_network_client_timeout'.Elliott Hughes2014-05-201-8/+9
* Remove unused LOCAL_LDLIBS.Ying Wang2014-05-071-2/+0
* libcutils: win_sdk build issuesMark Salyzyn2014-05-051-3/+12
* libcutils: turn on -WerrorMark Salyzyn2014-05-011-6/+6
* Handle errno properly to avoid corrupt str_parmsJens Gulin2014-04-031-0/+10
* libcutils: Move list.c to inlines on list.hMark Salyzyn2014-01-271-1/+0
* system/core: remove $(KERNEL_HEADERS) from includesColin Cross2014-01-221-1/+1
* am 45ddf184: am 9b8a929d: Merge "libcutils doesn\'t need to be looking at bio...Elliott Hughes2013-10-101-5/+0
|\
| * libcutils doesn't need to be looking at bionic's privates.Elliott Hughes2013-10-101-5/+0
* | am 5baecee3: am be18538d: Merge "Cleanup x86 flags and memset versions"Elliott Hughes2013-10-101-6/+2
|\ \ | |/
| * Cleanup x86 flags and memset versionsPavel Chupin2013-10-101-6/+2
* | am 1690a5a6: am aa62be65: Merge "Use SSE2 enhanced memset for capable x86 pro...Ying Wang2013-09-261-11/+15
|\ \ | |/
| * Use SSE2 enhanced memset for capable x86 processorsDaniel Leung2013-09-241-11/+15
* | Fix Mac builds, for realz.Jeff Sharkey2013-09-201-2/+6
* | Fix Mac builds.Jeff Sharkey2013-09-201-6/+2
* | Move liblog headers to system/core/include/logColin Cross2013-07-241-4/+1
* | HACK: cutils: restore record_stream temporarilyDima Zavin2013-06-041-0/+1
* | libcutils: Don't build host property supportNick Kralevich2013-05-231-1/+1
* | cutils: first pass at cleaning up legacy/obsolete code in cutilsDima Zavin2013-05-071-9/+1
|/
* am c796ed97: We need libcutils to include liblogYing Wang2013-04-111-1/+3
|\
| * We need libcutils to include liblogYing Wang2013-04-101-1/+3
* | am 9b32f87a: Merge "Add Mips memset speedup"Keun-young Park2013-03-291-0/+4
|\ \ | |/ |/|
| * Merge "Add Mips memset speedup"Keun-young Park2013-03-291-0/+4
| |\
| | * Add Mips memset speedupDuane Sand2012-08-291-0/+4
* | | am 4b9bdd33: am 90dd1402: am 241194ca: Merge "[MIPS] Benchmark test for MIPS ...Jeffrey Brown2013-02-061-0/+2
|\ \ \ | |/ /
| * | Merge "[MIPS] Benchmark test for MIPS memset16/memset32"Jeffrey Brown2013-02-071-0/+2
| |\ \
| | * | [MIPS] Benchmark test for MIPS memset16/memset32Duane Sand2012-12-271-0/+2
| * | | The localtime_tz and mktime_tz extensions are now in bionic.Elliott Hughes2013-01-151-4/+0
| |/ /
* | | cutils: Add tracing supportAlex Ray2012-11-281-0/+1