summaryrefslogtreecommitdiffstats
path: root/libcxx/include
Commit message (Expand)AuthorAgeFilesLines
* [libcxx] Fix gcc builds.Asiri Rathnayake2016-09-131-2/+13
* config: Use _LIBCPP_TYPE_VIS_ONLY with enum classShoaib Meenai2016-09-121-1/+1
* config: Fix typo in commentShoaib Meenai2016-09-121-1/+1
* [libcxx] Introduce an externally-threaded libc++ variant.Asiri Rathnayake2016-09-114-46/+85
* support: clean up MSVC supportSaleem Abdulrasool2016-09-081-20/+2
* Added 'inline' attribute to basic_string's destructorAditya Kumar2016-09-081-0/+1
* Fix PR#30303 - no matching function for call to '__ptr_in_range'Marshall Clow2016-09-071-1/+7
* Fix PR30260 - optional<const T> not working.Eric Fiselier2016-09-071-14/+19
* Try 2 - Remove <cstdlib> include from `<exception>`Eric Fiselier2016-09-064-4/+9
* Revert r280743 and r280745. Remove <cstdlib> include from `<exception>`Eric Fiselier2016-09-062-1/+4
* Add missing <cstdlib> include. Sorry about the bot breakageEric Fiselier2016-09-061-0/+1
* Remove unneeded includes in <exception> after removing __libcpp_throwEric Fiselier2016-09-061-4/+0
* Fix Bug 30240 - std::string: append(first, last) error when aliasing. Add te...Marshall Clow2016-09-051-13/+33
* [libcxx] Fix a data race in call_onceKuba Brecka2016-09-042-2/+14
* Fix PR30202 - notify_all_at_thread_exit seg faults if run from a raw pthread ...Eric Fiselier2016-09-031-16/+7
* Define _LIBCPP_SAFE_STATIC __attribute__((require_constant_initialization)),...Eric Fiselier2016-09-031-0/+6
* Avoid narrowing warnings in __bitset constructorDimitry Andric2016-09-021-1/+1
* cstdio: limit gets to CRT versions below 14Saleem Abdulrasool2016-09-011-1/+5
* [CMake] NFC. Fixing spelling from r280400Chris Bieneman2016-09-011-1/+1
* [CMake] Don't copy headers on fully standaloneChris Bieneman2016-09-011-1/+1
* [CMake] Copy headers relative to LLVM_BINARY_DIRChris Bieneman2016-08-301-5/+7
* Fix or suppress GCC warnings during build.Eric Fiselier2016-08-294-2/+17
* Fix pair::operator=(TupleLike&&).Eric Fiselier2016-08-291-1/+1
* Revert r279953 - Fix pair::operator=(TupleLike&&)Eric Fiselier2016-08-291-1/+1
* Fix pair::operator=(TupleLike&&).Eric Fiselier2016-08-291-1/+1
* Implement C++17 std::sample.Eric Fiselier2016-08-282-58/+83
* Mark LWG 2716 as complete - shuffle and sample disallows lvalue URNGs.Eric Fiselier2016-08-281-0/+3
* Implement LWG 2711. Constrain path members.Eric Fiselier2016-08-281-0/+3
* Avoid embedded preprocessor directives in __treeDimitry Andric2016-08-271-5/+8
* Add attribute noreturn to functions that throwAditya Kumar2016-08-272-1/+4
* Followon to r279744. Find the other exception types and make __throw_XXX rout...Marshall Clow2016-08-257-31/+37
* Remove duplicate inlineMarshall Clow2016-08-251-1/+1
* Add an _LIBCPP_NORETURN inline function named __throw_XXX for each exception ...Marshall Clow2016-08-2522-194/+214
* Remove trailing WS [NFC]Aditya Kumar2016-08-251-15/+15
* [CMake] Be more consistent about naming targets and componentsChris Bieneman2016-08-241-6/+9
* make the associative containers do the right thing for propogate_on_container...Marshall Clow2016-08-171-1/+5
* Support allocators with explicit conversion constructors. Fixes bug #29000Marshall Clow2016-08-172-26/+26
* 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 'inline' attribute to __init to inline the basic_string's constructorSebastian Pop2016-08-111-0/+5
* [libcxx] Add std::anyEric Fiselier2016-08-111-0/+658
* Implement LWG 2148: Make non-enum default hash specialization well-formedEric Fiselier2016-08-101-4/+14
* std:: quailfy the calls for cend/crend/cbegin/cend. Fixes bug 28927.Marshall Clow2016-08-101-8/+8
* [libcxx] Add "flag" default arg: basic_regex ptr_size_flag ctorHubert Tong2016-08-071-2/+2
* Revert r277966. Forgot patch attribution.Hubert Tong2016-08-071-2/+2
* [libcxx] Add "flag" default arg: basic_regex ptr_size_flag ctorHubert Tong2016-08-071-2/+2
* [libcxx] basic_regex: add traits_type, string_typeHubert Tong2016-08-021-0/+4
* 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-262-2/+64
* Implement LCM and GCD for Library Fundamentals. Reviewed as https://reviews.l...Marshall Clow2016-07-261-0/+103
OpenPOWER on IntegriCloud