summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-11-20Merge r286774 - Fixes PR30979release_39Eric Fiselier
2016-08-18Merging r279008:Hans Wennborg
2016-08-18Merging r278904:Hans Wennborg
2016-08-12Merging r278357:Hans Wennborg
2016-08-11Merging r278282:Hans Wennborg
2016-08-11Merging r278387:Hans Wennborg
2016-07-20Merging r276003:Eric Fiselier
2016-07-18Creating release_39 branch off revision 275826Hans Wennborg
2016-07-18Don't use pthread initializers in constexpr constructors. Patch by elram. Rev...Marshall Clow
2016-07-18Change a couple ifdefs from '#if __cplusplus >= 2011xxx' to '#ifndef _LIBCPP_...Marshall Clow
2016-07-18Remove locale tests that depend on enviroment variables.Eric Fiselier
2016-07-18[libcxx][filesystem] Remove setgid from parent before testing permissionsJonas Hahnfeld
2016-07-18Rework libatomic handling in CMake and LIT.Eric Fiselier
2016-07-18Improve ABI tests for std::pair.Eric Fiselier
2016-07-18Add checkpoint diagnostics to help diagnose buildbot failures.Eric Fiselier
2016-07-18Prevent failures by marking Clock::is_steady tests as UNSUPPORTED: asan.Eric Fiselier
2016-07-18Add includes in test. Patch from STL@microsoft.comEric Fiselier
2016-07-18Upgrade arcconfig to use httpsEric Fiselier
2016-07-18Rename and rework `_LIBCPP_TRIVIAL_PAIR_COPY_CTOR`. Move FreeBSD configuratio...Eric Fiselier
2016-07-18Suppress warning in make_from_tuple tests.Eric Fiselier
2016-07-18Implement C++17 tuple bits. Including apply and make_from_tuple.Eric Fiselier
2016-07-17Check for unconstrained hash equality before constrained hash equality.Eric Fiselier
2016-07-17Fix std::experimental::optional tests. Patch from Casey Carter.Eric Fiselier
2016-07-13Constuct a sentry object in istream::readsome, and handle failures appropriat...Marshall Clow
2016-07-12Add more tests for LWG#2582. No code changes needed, just tests.Marshall Clow
2016-07-12libc++: name anonymous structsJF Bastien
2016-07-12Add tests for the meta.unary.props that do not require a complete type. This ...Marshall Clow
2016-07-12mark issue #2422 as complete; this was just a wording clarificationMarshall Clow
2016-07-12mark issue #2181 as complete; this was just a wording clarificationMarshall Clow
2016-07-12Add option to disable __deallocate #warningSaleem Abdulrasool
2016-07-12Put the status in the right columnMarshall Clow
2016-07-12Mark P0067 as 'postponed', because it will be revised before the next meetingMarshall Clow
2016-07-11Don't compute modulus of hash if it is smaller than the bucket count.Eric Fiselier
2016-07-11Always use the allocator to construct/destruct elements of a deque/vector. Fi...Marshall Clow
2016-07-11Allow is_swappable to SFINAE on deleted/ambiguous swap functionsEric Fiselier
2016-07-11Hide some internal symbols for memory resource.Eric Fiselier
2016-07-08Fix typo in #ifdef; leave tests commented out b/c gcc 4.8 harks on them.Marshall Clow
2016-07-08Implement LWG685 (which is from C++11!). Fixes PR#28421. Note: this (subtly)...Marshall Clow
2016-07-08[libc++] Check hash before calling __hash_table key_eq functionKwasi Mensah
2016-07-06Revert r274605 due to bot failure: http://lab.llvm.org:8080/green/job/clang-s...Manman Ren
2016-07-06Fix typo in #ifdef, and re-enable tests now that the green-dragon bots are no...Marshall Clow
2016-07-02Add unordered_map::insert benchmark test and rename fileEric Fiselier
2016-07-02Improve performance of unordered_set<uint32_t>::find by 45%. Add benchmarks.Eric Fiselier
2016-07-02Handle std::get<T>(...) for std::tuple<>Eric Fiselier
2016-07-02Remove workarounds for C++17 inline variable ABI break. It has been fixed in ...Eric Fiselier
2016-07-02Rewrite std::get<Type>(...) helper using constexpr functions.Eric Fiselier
2016-07-02Cleanup SFINAE in tuple, and add tests for reference assignmentEric Fiselier
2016-07-02Make tuple_constructible and family lazy again.Eric Fiselier
2016-07-01Add another workaround for C++17 inline variable ABI breakage.Eric Fiselier
2016-07-01Remove accidental change committed in r274403.Eric Fiselier