summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-12-27Fix memory leak in converting weak_ptr to shared_ptrHoward Hinnant
2011-12-01Quash a whole bunch of warningsHoward Hinnant
2011-10-22More windows port work by Ruben Van BoxemHoward Hinnant
2011-10-17de-tabbifyHoward Hinnant
2011-09-29Windows port work by Ruben Van BoxemHoward Hinnant
2011-09-29Windows patch work by Ruben Van BoxemHoward Hinnant
2011-09-28Attempted locale refactoring. _LIBCPP_LOCALE__L_EXTENSIONS now should be def...Howard Hinnant
2011-09-28Work on Windows port by Ruben Van BoxemHoward Hinnant
2011-09-27Another installment on debug mode. This addresses list. However this should...Howard Hinnant
2011-09-23Work on Windows port by Ruben Van BoxemHoward Hinnant
2011-09-22Partial Windows port by Ruben Van BoxemHoward Hinnant
2011-09-21Correct change to exception.cpp from r140245Howard Hinnant
2011-09-21Fixes for FreeBSD, including some fairly obvious copy-and-paste errors.David Chisnall
2011-09-16Doug Gregor pointed out some problems with debug mode enabled in one TU and n...Howard Hinnant
2011-09-16Create multilevel debug modeHoward Hinnant
2011-09-14Initial checkin for debug mode (version 2)Howard Hinnant
2011-07-31Correct misspelling:_LIBCPP_APPLE_STABLE_ABI -> _LIBCPP_STABLE_APPLE_ABIHoward Hinnant
2011-07-29Configure to get along with 2.9 clangHoward Hinnant
2011-07-15Reapply 135035 with proper conditional inclusion, hopefully solvingSean Hunt
2011-07-14http://llvm.org/bugs/show_bug.cgi?id=10353Howard Hinnant
2011-07-13http://llvm.org/bugs/show_bug.cgi?id=10346Howard Hinnant
2011-07-13Reverted to 134947. Once I got into it, I discovered there were too many pro...Howard Hinnant
2011-07-13Implement the __nolocale functions properly so that they will work onSean Hunt
2011-07-09Toralf Niebuhr: This is just a tiny patch fixing some small (probably copy & ...Howard Hinnant
2011-07-09Don't assume that wctype produces a nice mask on all platforms. OnSean Hunt
2011-07-09Conditionally wrap the changes from r134781.Sean Hunt
2011-07-09Implement generalized table lookups for upper, lower, and characterSean Hunt
2011-07-08provide ~future_error() definitionHoward Hinnant
2011-07-07Fix typoSean Hunt
2011-07-07Fixing up some ABI issuesHoward Hinnant
2011-06-30_STD -> _VSTD to avoid macro clash on windowsHoward Hinnant
2011-06-30Patch by Petteri Räty, http://llvm.org/bugs/show_bug.cgi?id=8992Howard Hinnant
2011-05-31noexcept for Chapter 22 [localization].Howard Hinnant
2011-05-28noexcept for <chrono>.Howard Hinnant
2011-05-28noexcept for <memory>. I've added a few extension noexcept to: allocator_tr...Howard Hinnant
2011-05-26Applied noexcept to everything in [diagnostics] (Chapter 19)Howard Hinnant
2011-05-26Applied noexcept to everything in [language.support] (Chapter 18)Howard Hinnant
2011-05-26Added [[noreturn]] attribute everywhere it should beHoward Hinnant
2011-02-14Chris Jefferson noted many places where function calls needed to be qualified...Howard Hinnant
2011-01-27clang found a missing return statement.Howard Hinnant
2010-12-17Effort to reduce the number of exported symbolsHoward Hinnant
2010-12-10Add CMake build and fix major Linux blockers.Michael J. Spencer
2010-12-06Add a couple more std-qualifers.Howard Hinnant
2010-12-04oops, forgot std::Howard Hinnant
2010-12-04Fix up uses of new/terminate/unexpected handlers to use the new getters.Howard Hinnant
2010-12-02N3189 Observers for the three handler functionsHoward Hinnant
2010-11-30Implemented N3194Howard Hinnant
2010-11-20N3191: C++ Timeout SpecificationHoward Hinnant
2010-11-17LWG 1323Howard Hinnant
2010-11-16license changeHoward Hinnant