summaryrefslogtreecommitdiffstats
path: root/libcxx
Commit message (Expand)AuthorAgeFilesLines
* Found six (nmostly) identical files named 'test_allocator.h' in the libcxx te...Marshall Clow2013-12-03324-719/+366
* Found two identical files named 'allocators.h' in the libcxx test suite. Move...Marshall Clow2013-12-0230-202/+28
* Found two identical files named 'DefaultOnly.h' in the libcxx test suite. Mov...Marshall Clow2013-12-0225-49/+23
* Fix for PRPR17934; based on a fix suggested by Peter SommerladMarshall Clow2013-12-023-59/+75
* Remove executable permissions on a text fileSylvestre Ledru2013-12-011-0/+0
* Remove _LIBCPP_TRIVIAL_PAIR_COPY_CTOR=0 for __APPLE__, no longer needed.Howard Hinnant2013-11-271-6/+0
* There were two identical files named 'min_allocator.h'. Move one of them to /...Marshall Clow2013-11-26810-1060/+808
* Don't use T as template argument, it is part of the applicationJoerg Sonnenberger2013-11-252-2/+2
* Compiling libcxx with gcc 4.6.4 (MingW) produces these errors:Yaron Keren2013-11-221-2/+5
* Patch by Xing Xue to improve libc++ support for AIXMarshall Clow2013-11-193-4/+3
* Fix a test that I broke over the weekendMarshall Clow2013-11-191-10/+10
* Patch by Bruce Mitchener. Change all references to EMSCRIPTEN to __EMSCRIPTEN...Marshall Clow2013-11-194-22/+22
* 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
OpenPOWER on IntegriCloud