summaryrefslogtreecommitdiffstats
path: root/libcxx
Commit message (Expand)AuthorAgeFilesLines
* libcxx: Fix path.compare.pass expected resultAdhemerval Zanella2016-08-151-6/+10
* Fix new ASAN failuresEric Fiselier2016-08-152-2/+3
* Use -O1 when testing with ASAN and MSAN to prevent Clang OOM errors.Eric Fiselier2016-08-151-0/+2
* Fix PR28506. Re-enable missing math.h C++11 decls on SunOS. Patch from Michal...Eric Fiselier2016-08-152-47/+24
* Check in SFINAE base class for use in optional/variantEric Fiselier2016-08-151-0/+57
* Add private option to change build dialect from C++11Eric Fiselier2016-08-141-3/+5
* Remove test for the sign of a NaN - doesn't work on MIPS, not strictly legal....Marshall Clow2016-08-111-1/+0
* test: relax the FS test a slight bit to be more reliableSaleem Abdulrasool2016-08-111-1/+2
* Add 'inline' attribute to __init to inline the basic_string's constructorSebastian Pop2016-08-111-0/+5
* Unbreak C++03 build.Eric Fiselier2016-08-111-1/+1
* Refactor test archetypes implementation.Eric Fiselier2016-08-118-167/+209
* Add missing REQUIRES for C++14Eric Fiselier2016-08-112-2/+2
* [libcxx] Add std::anyEric Fiselier2016-08-1144-46/+3844
* Implement LWG 2148: Make non-enum default hash specialization well-formedEric Fiselier2016-08-103-9/+54
* std:: quailfy the calls for cend/crend/cbegin/cend. Fixes bug 28927.Marshall Clow2016-08-102-8/+59
* test/hard_link_count(): Fix test on darwinMatthias Braun2016-08-101-8/+17
* Update in-tree Google Benchmark to current ToT.Eric Fiselier2016-08-0933-290/+1102
* Remove *super* old test suite results doc for Linux and Windows.Eric Fiselier2016-08-093-1005/+0
* Allow building both shared and static libraryPetr Hosek2016-08-083-24/+63
* CMakeLists.txt cleanups: synchronize version with rest of LLVM, consistent sp...Eugene Zelenko2016-08-081-7/+6
* Fix copy/move constructor annotation for the uses-allocator test types.Eric Fiselier2016-08-081-9/+19
* [libcxx] Add "flag" default arg: basic_regex ptr_size_flag ctorHubert Tong2016-08-072-2/+41
* Revert r277966. Forgot patch attribution.Hubert Tong2016-08-072-41/+2
* [libcxx] Add "flag" default arg: basic_regex ptr_size_flag ctorHubert Tong2016-08-072-2/+41
* Mark LWG 2726 as complete. No code change needed.Eric Fiselier2016-08-071-1/+1
* Add MSVC specifics to .gitignore. Patch from STL@microsoft.comEric Fiselier2016-08-031-0/+4
* Fix compile error due to mismatched iterator types. Patch from STL@microsoft.comEric Fiselier2016-08-031-1/+1
* Fix an MSVC x64 compiler warning. Patch from STL@microsoft.comEric Fiselier2016-08-033-9/+12
* Silence another occurrence of MSVC's suprious unused warning. Patch from STL@...Eric Fiselier2016-08-031-1/+4
* [libcxx] basic_regex: add traits_type, string_typeHubert Tong2016-08-022-0/+10
* Pass compilers when configuring Google Benchmark.Eric Fiselier2016-08-021-2/+7
* Fixing 'Aquire' typo and libcxx build.Ben Craig2016-08-022-2/+2
* NFC: fix typoJF Bastien2016-08-011-1/+1
* atomics.align: XFAIL GCCJF Bastien2016-08-011-0/+4
* Adding smart_ptr benchmarkBen Craig2016-08-011-0/+42
* libc++: test lock-free atomic alignmentJF Bastien2016-08-011-0/+89
* Improve shared_ptr dtor performanceBen Craig2016-08-011-1/+29
* Add a bunch of noexcepts to char_traits and string_view.Marshall Clow2016-07-282-37/+37
* Implement LCM and GCD for C++17. Same code as for Library Fundamentals TS.Marshall Clow2016-07-269-5/+426
* Implement LCM and GCD for Library Fundamentals. Reviewed as https://reviews.l...Marshall Clow2016-07-269-0/+492
* Remove use of C++1z static assert in C++11 testEric Fiselier2016-07-251-8/+8
* Implement the std::pair parts of "Improving pair and tuple". Completes N4387.Eric Fiselier2016-07-2514-180/+1015
* Recommit r276548 - Make pair/tuples assignment operators SFINAE properly.Eric Fiselier2016-07-257-14/+386
* Make std::is_assignable tolerate references to incomplete types.Eric Fiselier2016-07-252-18/+10
* Revert r276548 - Make pair/tuples assignment operators SFINAE properly.Eric Fiselier2016-07-257-352/+7
* Make dtor_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.comEric Fiselier2016-07-2514-18/+32
* Don't SFINAE pair's copy assignment operator in C++03 mode.Eric Fiselier2016-07-252-0/+40
* Mark bucket_count() assertions as non-portable. Patch from STL@microsoft.comEric Fiselier2016-07-25107-349/+458
* Make move_assign_noexcept.pass.cpp tests more portable. Patch from STL@micros...Eric Fiselier2016-07-2512-18/+30
* Make swap_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.com.Eric Fiselier2016-07-2517-255/+148
OpenPOWER on IntegriCloud