aboutsummaryrefslogtreecommitdiff
path: root/libcxx
AgeCommit message (Expand)AuthorFilesLines
2013-12-28Merging r197314:Bill Wendling2-0/+17
2013-12-12Merging r197061:Bill Wendling1-2/+2
2013-12-12Merging r196058:Bill Wendling3-59/+75
2013-12-11Merging r-196058:Bill Wendling3-75/+59
2013-12-02Merging r196058:Bill Wendling3-59/+75
2013-11-26Merging r195693:Bill Wendling2-2/+2
2013-11-25Merging r195136:Bill Wendling4-22/+22
2013-11-20Merging r195143:Bill Wendling1-10/+10
2013-11-18G M suggestion: conditionally include files on _WIN32.Yaron Keren1-0/+2
2013-11-18This patch implements snprintf_l function in a way similar to the other Yaron Keren2-1/+11
2013-11-18Set the permissions for 'experimental' and its context to the correct values.Bill Wendling1-0/+2
2013-11-15Fix-it suggestion for fixing min or max defines on Windows.Yaron Keren1-2/+4
2013-11-15Windows.h is not required.Yaron Keren1-1/+0
2013-11-15Move <optional> into include/experimental, and into the std::experimental nam...Marshall Clow59-409/+523
2013-11-15Add the CMakeLists.txt that was missed in r194825Justin Bogner1-0/+16
2013-11-15Justin Bogner: This makes the headers available in the build directory, makin...Howard Hinnant2-13/+1
2013-11-14This is a followup to r194536, which changed the pair copy constructor to beHoward Hinnant2-2/+12
2013-11-14Fixed bug in quoted strings implementation. Added test to be sure. Thanks to ...Marshall Clow2-1/+15
2013-11-13Move <dynarray> into include/experimental, and into the std::experimental nam...Marshall Clow12-46/+68
2013-11-13This fixes a very subtle ABI problem concerning the copy constructor ofHoward Hinnant5-32/+15
2013-11-11Patch from Bruce Mitchener; fixes two typos in comments. No functionality cha...Marshall Clow2-2/+2
2013-11-07Tell libc++abi whether or not libc++ has declared bad_array_length.Howard Hinnant1-1/+5
2013-11-07More duplicate code removal in <locale>. Hoist common parsing code into two t...Marshall Clow1-236/+54
2013-11-06Fix several tuple bugs that were exposed by clang's implementation of CWG 140...Howard Hinnant1-8/+19
2013-11-06Fix an off-by-one error in basic_string::__grow_by, where it would incorrectl...Marshall Clow2-7/+37
2013-11-05Refactor floating point code for num_get::do_get into a template. No function...Marshall Clow1-89/+23
2013-11-03Better inline marking for __does_policy_contain. Thanks to Chongyu Zhu for th...Marshall Clow1-1/+1
2013-11-03Mark __does_policy_contain as 'inline'. Thanks to Chongyu Zhu for the catchMarshall Clow1-1/+1
2013-11-03Fix LWG Issue 2078. Make std::async(policy,...) try multiple policies until o...Marshall Clow2-7/+19
2013-10-31LWG issue 2341; Make the two variants of basic_ostream::seekp and basic_istre...Marshall Clow4-6/+22
2013-10-31Fixes PR17148Marshall Clow2-2/+8
2013-10-23Update status of issuesMarshall Clow1-5/+5
2013-10-23Mark seed_seq default constructor and size() as noexcept. This is implied, bu...Marshall Clow1-2/+2
2013-10-21Patch by GM: Turn off 'deprecated' warnings when building with MSVC, and add ...Marshall Clow1-0/+6
2013-10-21Patch by GM: apparently '__value' (two underscores) is a special name in Visu...Marshall Clow1-8/+8
2013-10-21Patch from GM: locale.cpp; make implicit conversions to bool explicit, fix so...Marshall Clow1-3/+21
2013-10-21Patch by GM: Making implicit conversion to bool explicit in <ios> and <__locale>Marshall Clow2-4/+4
2013-10-21Patch by GM: Adding MSVC support to __bit_referenceMarshall Clow1-3/+3
2013-10-21Avoid using the name 'bzero' for an enumerator in global scope. <strings.h> m...Richard Smith2-2/+2
2013-10-14r192075 broke the buildbot atHoward Hinnant1-1/+1
2013-10-13Patch from GM to make more implicit bools explicit since we can't stop MSVC w...Marshall Clow3-7/+7
2013-10-12Updated status of issues and featuresMarshall Clow1-12/+12
2013-10-12LWG Issue 2087: iostream_category() and noexceptMarshall Clow2-7/+7
2013-10-12LWG Issue 2097: packaged_task constructors should be constrainedMarshall Clow4-4/+121
2013-10-12LWG issue 2143: ios_base::xalloc should be thread-safeMarshall Clow2-1/+12
2013-10-12Implement national body comment GB9: remove std::getsMarshall Clow3-1/+28
2013-10-09patch by Yaron: Uses rand_s() from stdlib.h (when building for Windows)Marshall Clow2-0/+28
2013-10-07Fix LWG Issue 2141: common_type trait produces reference typesMarshall Clow4-29/+45
2013-10-07Marked issue 2284 as completeMarshall Clow1-2/+2
2013-10-07Apparently, I don't know the difference between 'left' and 'right'. Swap para...Marshall Clow4-8/+8