summaryrefslogtreecommitdiff
path: root/libcxx
Commit message (Expand)AuthorAgeFilesLines
* Merging r201843llvmorg-3.4.2-rc1llvmorg-3.4.2release/3.4.xTom Stellard2014-05-161-0/+5
* Merging r197314:Bill Wendling2013-12-282-0/+17
* Merging r197061:Bill Wendling2013-12-121-2/+2
* Merging r196058:Bill Wendling2013-12-123-59/+75
* Merging r-196058:Bill Wendling2013-12-113-75/+59
* Merging r196058:Bill Wendling2013-12-023-59/+75
* Merging r195693:Bill Wendling2013-11-262-2/+2
* Merging r195136:Bill Wendling2013-11-254-22/+22
* Merging r195143:Bill Wendling2013-11-201-10/+10
* G M suggestion: conditionally include files on _WIN32.Yaron Keren2013-11-181-0/+2
* This patch implements snprintf_l function in a way similar to the other Yaron Keren2013-11-182-1/+11
* Set the permissions for 'experimental' and its context to the correct values.Bill Wendling2013-11-181-0/+2
* Fix-it suggestion for fixing min or max defines on Windows.Yaron Keren2013-11-151-2/+4
* Windows.h is not required.Yaron Keren2013-11-151-1/+0
* Move <optional> into include/experimental, and into the std::experimental nam...Marshall Clow2013-11-1559-409/+523
* Add the CMakeLists.txt that was missed in r194825Justin Bogner2013-11-151-0/+16
* Justin Bogner: This makes the headers available in the build directory, makin...Howard Hinnant2013-11-152-13/+1
* This is a followup to r194536, which changed the pair copy constructor to beHoward Hinnant2013-11-142-2/+12
* Fixed bug in quoted strings implementation. Added test to be sure. Thanks to ...Marshall Clow2013-11-142-1/+15
* Move <dynarray> into include/experimental, and into the std::experimental nam...Marshall Clow2013-11-1312-46/+68
* This fixes a very subtle ABI problem concerning the copy constructor ofHoward Hinnant2013-11-135-32/+15
* Patch from Bruce Mitchener; fixes two typos in comments. No functionality cha...Marshall Clow2013-11-112-2/+2
* Tell libc++abi whether or not libc++ has declared bad_array_length.Howard Hinnant2013-11-071-1/+5
* More duplicate code removal in <locale>. Hoist common parsing code into two t...Marshall Clow2013-11-071-236/+54
* Fix several tuple bugs that were exposed by clang's implementation of CWG 140...Howard Hinnant2013-11-061-8/+19
* Fix an off-by-one error in basic_string::__grow_by, where it would incorrectl...Marshall Clow2013-11-062-7/+37
* Refactor floating point code for num_get::do_get into a template. No function...Marshall Clow2013-11-051-89/+23
* Better inline marking for __does_policy_contain. Thanks to Chongyu Zhu for th...Marshall Clow2013-11-031-1/+1
* Mark __does_policy_contain as 'inline'. Thanks to Chongyu Zhu for the catchMarshall Clow2013-11-031-1/+1
* Fix LWG Issue 2078. Make std::async(policy,...) try multiple policies until o...Marshall Clow2013-11-032-7/+19
* LWG issue 2341; Make the two variants of basic_ostream::seekp and basic_istre...Marshall Clow2013-10-314-6/+22
* Fixes PR17148Marshall Clow2013-10-312-2/+8
* Update status of issuesMarshall Clow2013-10-231-5/+5
* Mark seed_seq default constructor and size() as noexcept. This is implied, bu...Marshall Clow2013-10-231-2/+2
* Patch by GM: Turn off 'deprecated' warnings when building with MSVC, and add ...Marshall Clow2013-10-211-0/+6
* Patch by GM: apparently '__value' (two underscores) is a special name in Visu...Marshall Clow2013-10-211-8/+8
* Patch from GM: locale.cpp; make implicit conversions to bool explicit, fix so...Marshall Clow2013-10-211-3/+21
* Patch by GM: Making implicit conversion to bool explicit in <ios> and <__locale>Marshall Clow2013-10-212-4/+4
* Patch by GM: Adding MSVC support to __bit_referenceMarshall Clow2013-10-211-3/+3
* Avoid using the name 'bzero' for an enumerator in global scope. <strings.h> m...Richard Smith2013-10-212-2/+2
* r192075 broke the buildbot atHoward Hinnant2013-10-141-1/+1
* Patch from GM to make more implicit bools explicit since we can't stop MSVC w...Marshall Clow2013-10-133-7/+7
* Updated status of issues and featuresMarshall Clow2013-10-121-12/+12
* LWG Issue 2087: iostream_category() and noexceptMarshall Clow2013-10-122-7/+7
* LWG Issue 2097: packaged_task constructors should be constrainedMarshall Clow2013-10-124-4/+121
* LWG issue 2143: ios_base::xalloc should be thread-safeMarshall Clow2013-10-122-1/+12
* Implement national body comment GB9: remove std::getsMarshall Clow2013-10-123-1/+28
* patch by Yaron: Uses rand_s() from stdlib.h (when building for Windows)Marshall Clow2013-10-092-0/+28
* Fix LWG Issue 2141: common_type trait produces reference typesMarshall Clow2013-10-074-29/+45
* Marked issue 2284 as completeMarshall Clow2013-10-071-2/+2