summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-04-29Remove wcstod stubHEADmastermainDan Albert
2014-04-28Differentiate libcxx's unimplemented stubs from bionic's.Elliott Hughes
2014-04-25Don't build libc++ for unbundled projects.Stephen Hines
2014-04-21Add Darwin-specific fixes for host libc++.Tim Murray
2014-04-18Fix classic_table implementation for bionicDan Albert
2014-04-17Merge "Add a makefile for inclusion by projects using libc++."Ian Rogers
2014-04-16Add a makefile for inclusion by projects using libc++.Ian Rogers
2014-04-16Fixes build on arm64Dan Albert
2014-04-16Disables building of libcxx on mips targetsDan Albert
2014-04-16Fixes libdl link errors on x86 and mips32Dan Albert
2014-04-15Get libc++ building for AndroidDan Albert
2014-04-02Merge remote-tracking branch 'upstream/master' into libcxx4Tim Murray
2014-04-02Initial empty repositoryBill Yi
2014-03-30Use defined(__APPLE__) rather than __APPLE__Tim Northover
2014-03-30ARM64: compare RTTI names as stringsTim Northover
2014-03-30ARM64: use the alternate string layout on Apple platforms.Tim Northover
2014-03-26[libc++] Teach is_integral, is_[un]signed and make_[un]signed about __[u]int1...Stephan Tolksdorf
2014-03-26Implement LWG issue #2135. If something goes wrong in condition_variable::wai...Marshall Clow
2014-03-26Add tests that should fail when lock() throws. THis is part of LWG issue #213...Marshall Clow
2014-03-25Mark LWG issues #2075 and #2142 as complete. 2142 was a change to the standardMarshall Clow
2014-03-24Add a test to make sure we're doing the right thing for throwing exceptions f...Marshall Clow
2014-03-24Mark LWG Issue #2288 as complete. This was wording cleanup, no code changes r...Marshall Clow
2014-03-20Minor cleanup from r204078; remove two empty test directories that were left ...Marshall Clow
2014-03-17Implement N3891: A proposal to rename shared_mutex to shared_timed_mutexDavid Majnemer
2014-03-17Replace a tab with a spaceDavid Majnemer
2014-03-15Remove Issue #2235 from the Chicago section. The resolution was approved in B...Marshall Clow
2014-03-13Exclude .svn (and other "dot" directories) when installing headers.Bob Wilson
2014-03-12build: remove unnecessary modification of CMAKE_REQUIRED_DEFINITIONSSaleem Abdulrasool
2014-03-12build: fix erroneous overwriting of flagsSaleem Abdulrasool
2014-03-12build: fix add_definition abuse in CMakeSaleem Abdulrasool
2014-03-12build: remove an errant commaSaleem Abdulrasool
2014-03-12THIRD TIME. Richard pointed out (again) that I'd switched the order of the in...Marshall Clow
2014-03-11Fix ABI break I made in r203587; thanks to Richard Smith for the catch.Marshall Clow
2014-03-11Fix misguided #elif - it checked the value of _AIX instead of defined(_AIX). ...Marshall Clow
2014-03-11Implement LWG 2360: 'reverse_iterator::operator*() is unimplementable'. Note ...Marshall Clow
2014-03-11Patch from Steve MacKenzie to make the libc++ tests play nicely with MSVC's S...Marshall Clow
2014-03-11Mark LWG #2314. 'apply() should return decltype(auto) and use decay_t before ...Marshall Clow
2014-03-11Final bit for LWG #2263; test different allocator pointer types. Note that li...Marshall Clow
2014-03-10Add tests for LWG issue #2356. Stability of erasure in unordered associative ...Marshall Clow
2014-03-10More tests for LWG Issue #2263; this time to the associative and unordered co...Marshall Clow
2014-03-10Added tests to the sequence containers for for LWG Issue #2263. Comparing ite...Marshall Clow
2014-03-10Mark issues #2357 (wording changes in the standard, no functionality change) ...Marshall Clow
2014-03-10Fix bug I introduced (enabling implicit conversions from compare function to ...Marshall Clow
2014-03-07Update status for LWG 2193 and 2344.Marshall Clow
2014-03-07Implement LWG #2344: quoted()'s interaction with padding is unclear. I think ...Marshall Clow
2014-03-06Fix a couple of -Wabsolute-value warnings in the libc++ testsMarshall Clow
2014-03-06Do not derive __gnu_cxx::hash<T> from std::hash<T>.Peter Collingbourne
2014-03-05Implement LWG 2193. Default constructors for standard library containers are ...Marshall Clow
2014-03-05Mark is_final as a C++14 feature.Marshall Clow
2014-03-05Remove definition of std::fmaf from libc++. Fixes bug #18910. This function s...Marshall Clow