No description
Find a file
Dan Albert 653263a964 Only use <atomic> for C++11 and newer.
Any pre-C++11 clients of stdatomic.h that use libc++ are being forced
over to <atomic>, which they don't have the language support to use.

Bug:17736764

Change-Id: I62445c1f2541410a1569498c09433c7196635537
(cherry picked from commit 3ce0769aa5)
2014-10-30 13:22:34 -07:00
benchmarks Start hiding "private/bionic_time.h". 2014-07-25 15:24:57 -07:00
libc Only use <atomic> for C++11 and newer. 2014-10-30 13:22:34 -07:00
libdl Turn on -Wunused and fix the mistakes it uncovers. 2014-06-03 15:22:34 -07:00
libm Use __GNUC_PREREQ rather than __GNUC_PREREQ__ to match glibc. 2014-08-29 16:10:57 -07:00
libstdc++ Hide C++ stuff in libc. Put it back in libstdc++. 2014-08-18 13:56:07 -07:00
linker Rename library_offset to library_fd_offset 2014-10-22 16:35:04 +00:00
tests Fix mips signed/unsigned signal_test.cpp build breakage. 2014-10-28 14:02:10 -07:00
.gitignore Merge memory checking functionality from sandbox 2010-02-16 11:43:18 -08:00
ABI-bugs.txt PTHREAD_KEYS_MAX cleanup. 2013-12-12 12:51:08 -08:00
Android.mk Remove the simulator target from all makefiles. 2011-07-11 22:11:41 -07:00
CleanSpec.mk Make jemalloc the default choice. 2014-07-11 11:01:30 -07:00
HACKING.txt Rewrite syslog(3) to use Android logging. 2014-07-21 18:55:04 -07:00