| Commit message (Expand) | Author | Age | Files | Lines |
* | Found six (nmostly) identical files named 'test_allocator.h' in the libcxx te... | Marshall Clow | 2013-12-03 | 324 | -719/+366 |
* | Found two identical files named 'allocators.h' in the libcxx test suite. Move... | Marshall Clow | 2013-12-02 | 30 | -202/+28 |
* | Found two identical files named 'DefaultOnly.h' in the libcxx test suite. Mov... | Marshall Clow | 2013-12-02 | 25 | -49/+23 |
* | Fix for PRPR17934; based on a fix suggested by Peter Sommerlad | Marshall Clow | 2013-12-02 | 3 | -59/+75 |
* | Remove executable permissions on a text file | Sylvestre Ledru | 2013-12-01 | 1 | -0/+0 |
* | Remove _LIBCPP_TRIVIAL_PAIR_COPY_CTOR=0 for __APPLE__, no longer needed. | Howard Hinnant | 2013-11-27 | 1 | -6/+0 |
* | There were two identical files named 'min_allocator.h'. Move one of them to /... | Marshall Clow | 2013-11-26 | 810 | -1060/+808 |
* | Don't use T as template argument, it is part of the application | Joerg Sonnenberger | 2013-11-25 | 2 | -2/+2 |
* | Compiling libcxx with gcc 4.6.4 (MingW) produces these errors: | Yaron Keren | 2013-11-22 | 1 | -2/+5 |
* | Patch by Xing Xue to improve libc++ support for AIX | Marshall Clow | 2013-11-19 | 3 | -4/+3 |
* | Fix a test that I broke over the weekend | Marshall Clow | 2013-11-19 | 1 | -10/+10 |
* | Patch by Bruce Mitchener. Change all references to EMSCRIPTEN to __EMSCRIPTEN... | Marshall Clow | 2013-11-19 | 4 | -22/+22 |
* | G M suggestion: conditionally include files on _WIN32. | Yaron Keren | 2013-11-18 | 1 | -0/+2 |
* | This patch implements snprintf_l function in a way similar to the other | Yaron Keren | 2013-11-18 | 2 | -1/+11 |
* | Set the permissions for 'experimental' and its context to the correct values. | Bill Wendling | 2013-11-18 | 1 | -0/+2 |
* | Fix-it suggestion for fixing min or max defines on Windows. | Yaron Keren | 2013-11-15 | 1 | -2/+4 |
* | Windows.h is not required. | Yaron Keren | 2013-11-15 | 1 | -1/+0 |
* | Move <optional> into include/experimental, and into the std::experimental nam... | Marshall Clow | 2013-11-15 | 59 | -409/+523 |
* | Add the CMakeLists.txt that was missed in r194825 | Justin Bogner | 2013-11-15 | 1 | -0/+16 |
* | Justin Bogner: This makes the headers available in the build directory, makin... | Howard Hinnant | 2013-11-15 | 2 | -13/+1 |
* | This is a followup to r194536, which changed the pair copy constructor to be | Howard Hinnant | 2013-11-14 | 2 | -2/+12 |
* | Fixed bug in quoted strings implementation. Added test to be sure. Thanks to ... | Marshall Clow | 2013-11-14 | 2 | -1/+15 |
* | Move <dynarray> into include/experimental, and into the std::experimental nam... | Marshall Clow | 2013-11-13 | 12 | -46/+68 |
* | This fixes a very subtle ABI problem concerning the copy constructor of | Howard Hinnant | 2013-11-13 | 5 | -32/+15 |
* | Patch from Bruce Mitchener; fixes two typos in comments. No functionality cha... | Marshall Clow | 2013-11-11 | 2 | -2/+2 |
* | Tell libc++abi whether or not libc++ has declared bad_array_length. | Howard Hinnant | 2013-11-07 | 1 | -1/+5 |
* | More duplicate code removal in <locale>. Hoist common parsing code into two t... | Marshall Clow | 2013-11-07 | 1 | -236/+54 |
* | Fix several tuple bugs that were exposed by clang's implementation of CWG 140... | Howard Hinnant | 2013-11-06 | 1 | -8/+19 |
* | Fix an off-by-one error in basic_string::__grow_by, where it would incorrectl... | Marshall Clow | 2013-11-06 | 2 | -7/+37 |
* | Refactor floating point code for num_get::do_get into a template. No function... | Marshall Clow | 2013-11-05 | 1 | -89/+23 |
* | Better inline marking for __does_policy_contain. Thanks to Chongyu Zhu for th... | Marshall Clow | 2013-11-03 | 1 | -1/+1 |
* | Mark __does_policy_contain as 'inline'. Thanks to Chongyu Zhu for the catch | Marshall Clow | 2013-11-03 | 1 | -1/+1 |
* | Fix LWG Issue 2078. Make std::async(policy,...) try multiple policies until o... | Marshall Clow | 2013-11-03 | 2 | -7/+19 |
* | LWG issue 2341; Make the two variants of basic_ostream::seekp and basic_istre... | Marshall Clow | 2013-10-31 | 4 | -6/+22 |
* | Fixes PR17148 | Marshall Clow | 2013-10-31 | 2 | -2/+8 |
* | Update status of issues | Marshall Clow | 2013-10-23 | 1 | -5/+5 |
* | Mark seed_seq default constructor and size() as noexcept. This is implied, bu... | Marshall Clow | 2013-10-23 | 1 | -2/+2 |
* | Patch by GM: Turn off 'deprecated' warnings when building with MSVC, and add ... | Marshall Clow | 2013-10-21 | 1 | -0/+6 |
* | Patch by GM: apparently '__value' (two underscores) is a special name in Visu... | Marshall Clow | 2013-10-21 | 1 | -8/+8 |
* | Patch from GM: locale.cpp; make implicit conversions to bool explicit, fix so... | Marshall Clow | 2013-10-21 | 1 | -3/+21 |
* | Patch by GM: Making implicit conversion to bool explicit in <ios> and <__locale> | Marshall Clow | 2013-10-21 | 2 | -4/+4 |
* | Patch by GM: Adding MSVC support to __bit_reference | Marshall Clow | 2013-10-21 | 1 | -3/+3 |
* | Avoid using the name 'bzero' for an enumerator in global scope. <strings.h> m... | Richard Smith | 2013-10-21 | 2 | -2/+2 |
* | r192075 broke the buildbot at | Howard Hinnant | 2013-10-14 | 1 | -1/+1 |
* | Patch from GM to make more implicit bools explicit since we can't stop MSVC w... | Marshall Clow | 2013-10-13 | 3 | -7/+7 |
* | Updated status of issues and features | Marshall Clow | 2013-10-12 | 1 | -12/+12 |
* | LWG Issue 2087: iostream_category() and noexcept | Marshall Clow | 2013-10-12 | 2 | -7/+7 |
* | LWG Issue 2097: packaged_task constructors should be constrained | Marshall Clow | 2013-10-12 | 4 | -4/+121 |
* | LWG issue 2143: ios_base::xalloc should be thread-safe | Marshall Clow | 2013-10-12 | 2 | -1/+12 |
* | Implement national body comment GB9: remove std::gets | Marshall Clow | 2013-10-12 | 3 | -1/+28 |