Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-12-12Merging r197061:Bill Wendling
2013-12-12Merging r196058:Bill Wendling
2013-12-11Merging r-196058:Bill Wendling
2013-12-02Merging r196058:Bill Wendling
2013-11-26Merging r195693:Bill Wendling
2013-11-25Merging r195136:Bill Wendling
2013-11-19This patch implements snprintf_l function in a way similar to the other Yaron Keren
2013-11-16Fix-it suggestion for fixing min or max defines on Windows.Yaron Keren
2013-11-16Windows.h is not required.Yaron Keren
2013-11-16Move <optional> into include/experimental, and into the std::experimental nam...Marshall Clow
2013-11-15Add the CMakeLists.txt that was missed in r194825Justin Bogner
2013-11-15This is a followup to r194536, which changed the pair copy constructor to beHoward Hinnant
2013-11-15Fixed bug in quoted strings implementation. Added test to be sure. Thanks to ...Marshall Clow
2013-11-14Move <dynarray> into include/experimental, and into the std::experimental nam...Marshall Clow
2013-11-13This fixes a very subtle ABI problem concerning the copy constructor ofHoward Hinnant
2013-11-07Tell libc++abi whether or not libc++ has declared bad_array_length.Howard Hinnant
2013-11-07More duplicate code removal in <locale>. Hoist common parsing code into two t...Marshall Clow
2013-11-06Fix several tuple bugs that were exposed by clang's implementation of CWG 140...Howard Hinnant
2013-11-06Fix an off-by-one error in basic_string::__grow_by, where it would incorrectl...Marshall Clow
2013-11-05Refactor floating point code for num_get::do_get into a template. No function...Marshall Clow
2013-11-04Better inline marking for __does_policy_contain. Thanks to Chongyu Zhu for th...Marshall Clow
2013-11-04Mark __does_policy_contain as 'inline'. Thanks to Chongyu Zhu for the catchMarshall Clow
2013-11-03Fix LWG Issue 2078. Make std::async(policy,...) try multiple policies until o...Marshall Clow
2013-11-01LWG issue 2341; Make the two variants of basic_ostream::seekp and basic_istre...Marshall Clow
2013-10-31Fixes PR17148Marshall Clow
2013-10-23Mark seed_seq default constructor and size() as noexcept. This is implied, bu...Marshall Clow
2013-10-21Patch by GM: apparently '__value' (two underscores) is a special name in Visu...Marshall Clow
2013-10-21Patch by GM: Making implicit conversion to bool explicit in <ios> and <__locale>Marshall Clow
2013-10-21Patch by GM: Adding MSVC support to __bit_referenceMarshall Clow
2013-10-13Patch from GM to make more implicit bools explicit since we can't stop MSVC w...Marshall Clow
2013-10-13LWG Issue 2087: iostream_category() and noexceptMarshall Clow
2013-10-13LWG Issue 2097: packaged_task constructors should be constrainedMarshall Clow
2013-10-12LWG issue 2143: ios_base::xalloc should be thread-safeMarshall Clow
2013-10-12Implement national body comment GB9: remove std::getsMarshall Clow
2013-10-10patch by Yaron: Uses rand_s() from stdlib.h (when building for Windows)Marshall Clow
2013-10-08Fix LWG Issue 2141: common_type trait produces reference typesMarshall Clow
2013-10-07G M: Rename local variable from __except to avoid MSVC keyword clash.Howard Hinnant
2013-10-07Use _LIBCPP_NEW_DELETE_VIS instead of LIBCPP_FUNC_VIS in src/new.cpp.Howard Hinnant
2013-10-06Yaron Keren: Add missing comment.Howard Hinnant
2013-10-06LWG Issue 2247: Implement type trait 'is_null_pointer'Marshall Clow
2013-10-06Implement literal suffixes for compledMarshall Clow
2013-10-06Mark namespaces for user defined literals as 'inline'Marshall Clow
2013-10-05Implement LWG issue 2275 'forward_as_tuple should be constexpr'Marshall Clow
2013-10-05G M: The attached patch is for libcxx's new.cpp and __config files. The patch...Howard Hinnant
2013-10-05G M: Changes all references to "x inline" to "inline x" where x = _libcpp_alw...Howard Hinnant
2013-10-05G M: Fix libcxx's detection of rtti disablement for g++.exe and cl.exe. When ...Howard Hinnant
2013-10-05G M: Provides the _LIBCPP_WARNING macro, to be used for MSVC only, since that...Howard Hinnant
2013-10-01Remove non-printable chars that snuck in back in July; thanks to Yaron Keren ...Marshall Clow
2013-10-01Part 8 of LWG Issue 2210' unordered_set and unordered multiset; this got miss...Marshall Clow
2013-09-30SCARY/N2913 iterator support between the multi and non-multi versions of the ...Howard Hinnant