aboutsummaryrefslogtreecommitdiff
path: root/libcxx
AgeCommit message (Expand)AuthorFilesLines
2014-07-31[libcxx] Remove use of default function template parameters in type traits. F...Eric Fiselier1-3/+8
2014-07-21make the same change as in 213546 for vector<bool>Marshall Clow1-1/+1
2014-07-21In response to bug #20362, change the order of operations in vector move assi...Marshall Clow1-1/+1
2014-07-17Fix bug #20335 - memory leak when move-constructing a string with unequal all...Marshall Clow2-14/+26
2014-07-17[libcxx] Add <experimental/utility> header for LFTS. Eric Fiselier6-1/+123
2014-07-17Change _LIBCXX_CONSTEXPR_AFTER_CXX11 to check for c++14 constexpr rulesEric Fiselier1-2/+14
2014-07-17Test commit: Reverting whitespace changesEric Fiselier1-1/+0
2014-07-17Test commit: whitespace changeEric Fiselier1-0/+1
2014-07-16Correctly implement LWG 2049; std::is_destructible.Marshall Clow5-36/+112
2014-07-16Change Windows decoration on some base classesSaleem Abdulrasool1-2/+2
2014-07-10Support the built-in type-trait support in gcc 4.7 and later. Thanks to Alber...Marshall Clow1-46/+42
2014-07-10Add support for BIONIC C library (Android). Patch from Dan AlbertMarshall Clow5-12/+217
2014-07-10Fix warning in test - missing exception specifier for overload of operator newMarshall Clow1-1/+1
2014-07-09Add a reset method to the counting predicates in the test suiteMarshall Clow1-1/+3
2014-07-08string_view enhancements. Move to the correct namespace. Better constexpr sup...Marshall Clow3-12/+37
2014-07-08Fix some failing tests for the standard containers. The tests were failing in...Marshall Clow12-111/+135
2014-07-02Minor cleanup for string_view; mostly from suggestions by Richard Smith. Also...Marshall Clow9-45/+46
2014-06-30Fix libc++ bug #20039: 'Constructing std::function from empty compatible std:...Marshall Clow4-5/+46
2014-06-30Fix a typo in the noexcept calculation for __compressed_pair::swap. Thanks to...Marshall Clow1-6/+6
2014-06-30Add checking for the complexity guarantees in the standardMarshall Clow1-0/+16
2014-06-26Patch from Albert J. Wong to make type_traits take advantage of gcc intrinsic...Marshall Clow2-7/+16
2014-06-24eliminate install of duplicate headers (take 2)David Fang3-24/+17
2014-06-24Some calls to get<>() were qualified. Some were not. Qualify them all. Fixes ...Marshall Clow5-25/+25
2014-06-18Formatting improvements in the <string_view> synopsis suggested by RSmith. No...Marshall Clow1-112/+111
2014-06-12Revert "fixes duplicate header installation"David Fang1-1/+5
2014-06-11Implement string_view from the library fundamentals TS (n4023). Also works in...Marshall Clow80-0/+16908
2014-06-10fixes duplicate header installationDavid Fang1-5/+1
2014-06-10Mark assign to be constepr only in c++14; can't have constexpr fns that retur...Marshall Clow1-1/+1
2014-06-10Make the helper routines in string really be constexpr. This required a bit o...Marshall Clow2-48/+60
2014-06-10A bunch of the char.traits tests were using unicode literals. #ifdef those bi...Marshall Clow18-0/+36
2014-06-10Update Arcanist config to point to reviews.llvm.orgDavid Blaikie1-1/+1
2014-06-09Fixed damaged row in issues table; thanks to STL for the catchMarshall Clow1-1/+1
2014-06-06Testing infastructure: A template for char_traits where all the functions are...Marshall Clow2-0/+185
2014-06-06Since we now have a value for __cplusplus for c++14, teach libc++ about itMarshall Clow1-1/+3
2014-06-04Use __builtin_operator_new/__builtin_operator_delete when available. ThisRichard Smith6-26/+55
2014-06-04Handle partial nanosleeps in this_thread::sleep_forDavid Majnemer2-1/+23
2014-06-04Make meta.trans.other/aligned_storage.pass.cpp pass on arm.Nico Weber1-3/+11
2014-06-04Make locales (and transitively, std::endl) work reliably with gcc.Nico Weber2-2/+9
2014-06-04Add a note about debug mode being non-functionalMarshall Clow1-0/+6
2014-06-03[libc++] Don't return uninitialized data from random_device::operator()David Majnemer2-3/+30
2014-06-03[libc++] random_device fails if open returns zeroDavid Majnemer2-1/+12
2014-06-02First cut at a post c++14 status pageMarshall Clow2-0/+91
2014-06-02Remove unused code in a libc++ test.Nico Weber1-17/+0
2014-06-02Preparation for <string_view>. More helper functions that can be shared betwe...Marshall Clow1-62/+109
2014-05-31Fix XFAIL condition from r208840Justin Bogner1-3/+3
2014-05-30Add a _LIBCPP_CONSTEXPR that was missed in r170026.Nico Weber1-1/+1
2014-05-29fix typoNico Weber2-2/+2
2014-05-29Linux: Correctly identify valid error codesDavid Majnemer3-3/+14
2014-05-29Fix a problem exposed by r208825, which caused bind (and other bits of libc++...Marshall Clow2-7/+82
2014-05-23Fix bug 19840, where some tests were not testing what we wanted. Thanks to Er...Marshall Clow2-12/+12