aboutsummaryrefslogtreecommitdiff
path: root/libcxx/src
AgeCommit message (Expand)AuthorFilesLines
2011-09-29Windows port work by Ruben Van BoxemHoward Hinnant2-1/+95
2011-09-29Windows patch work by Ruben Van BoxemHoward Hinnant1-43/+49
2011-09-28Attempted locale refactoring. _LIBCPP_LOCALE__L_EXTENSIONS now should be def...Howard Hinnant1-62/+47
2011-09-28Work on Windows port by Ruben Van BoxemHoward Hinnant1-2/+11
2011-09-27Another installment on debug mode. This addresses list. However this should...Howard Hinnant1-31/+42
2011-09-23Work on Windows port by Ruben Van BoxemHoward Hinnant4-2/+76
2011-09-22Partial Windows port by Ruben Van BoxemHoward Hinnant1-0/+22
2011-09-21Correct change to exception.cpp from r140245Howard Hinnant1-1/+1
2011-09-21Fixes for FreeBSD, including some fairly obvious copy-and-paste errors.David Chisnall2-20/+31
2011-09-16Doug Gregor pointed out some problems with debug mode enabled in one TU and n...Howard Hinnant1-4/+19
2011-09-16Create multilevel debug modeHoward Hinnant1-6/+2
2011-09-14Initial checkin for debug mode (version 2)Howard Hinnant1-0/+462
2011-07-31Correct misspelling:_LIBCPP_APPLE_STABLE_ABI -> _LIBCPP_STABLE_APPLE_ABIHoward Hinnant1-3/+3
2011-07-29Configure to get along with 2.9 clangHoward Hinnant1-0/+1
2011-07-15Reapply 135035 with proper conditional inclusion, hopefully solvingAlexis Hunt1-124/+183
2011-07-14http://llvm.org/bugs/show_bug.cgi?id=10353Howard Hinnant1-0/+6
2011-07-13http://llvm.org/bugs/show_bug.cgi?id=10346Howard Hinnant1-0/+22
2011-07-13Reverted to 134947. Once I got into it, I discovered there were too many pro...Howard Hinnant1-43/+124
2011-07-13Implement the __nolocale functions properly so that they will work onAlexis Hunt1-124/+43
2011-07-09Toralf Niebuhr: This is just a tiny patch fixing some small (probably copy & ...Howard Hinnant1-3/+3
2011-07-09Don't assume that wctype produces a nice mask on all platforms. OnAlexis Hunt1-0/+46
2011-07-09Conditionally wrap the changes from r134781.Alexis Hunt1-0/+36
2011-07-09Implement generalized table lookups for upper, lower, and characterAlexis Hunt1-69/+57
2011-07-08provide ~future_error() definitionHoward Hinnant1-0/+4
2011-07-07Fix typoAlexis Hunt1-1/+1
2011-07-07Fixing up some ABI issuesHoward Hinnant2-81/+0
2011-06-30_STD -> _VSTD to avoid macro clash on windowsHoward Hinnant6-47/+47
2011-06-30Patch by Petteri Räty, http://llvm.org/bugs/show_bug.cgi?id=8992Howard Hinnant1-101/+134
2011-05-31noexcept for Chapter 22 [localization].Howard Hinnant1-53/+53
2011-05-28noexcept for <chrono>.Howard Hinnant1-5/+5
2011-05-28noexcept for <memory>. I've added a few extension noexcept to: allocator_tr...Howard Hinnant3-15/+15
2011-05-26Applied noexcept to everything in [diagnostics] (Chapter 19)Howard Hinnant4-35/+35
2011-05-26Applied noexcept to everything in [language.support] (Chapter 18)Howard Hinnant3-37/+37
2011-05-26Added [[noreturn]] attribute everywhere it should beHoward Hinnant1-2/+4
2011-02-14Chris Jefferson noted many places where function calls needed to be qualified...Howard Hinnant3-7/+7
2011-01-27clang found a missing return statement.Howard Hinnant1-0/+1
2010-12-17Effort to reduce the number of exported symbolsHoward Hinnant1-3/+18
2010-12-10Add CMake build and fix major Linux blockers.Michael J. Spencer1-3/+118
2010-12-06Add a couple more std-qualifers.Howard Hinnant1-2/+2
2010-12-04oops, forgot std::Howard Hinnant1-1/+1
2010-12-04Fix up uses of new/terminate/unexpected handlers to use the new getters.Howard Hinnant2-4/+5
2010-12-02N3189 Observers for the three handler functionsHoward Hinnant2-9/+21
2010-11-30Implemented N3194Howard Hinnant1-35/+0
2010-11-20N3191: C++ Timeout SpecificationHoward Hinnant1-18/+18
2010-11-17LWG 1323Howard Hinnant1-2/+2
2010-11-16license changeHoward Hinnant23-46/+46
2010-11-16Dave Zarzycki showed how the efficiency of shared_ptr could be significantlyHoward Hinnant1-4/+7
2010-10-29Secure __next_prime from overflowingHoward Hinnant1-0/+24
2010-10-18Changing <atomic> to follow Design AHoward Hinnant1-23/+0
2010-10-14Convert __thread_local_data to the singleton patternHoward Hinnant3-4/+9