summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Quash a whole bunch of warningsHoward Hinnant2011-12-0113-169/+185
* More windows port work by Ruben Van BoxemHoward Hinnant2011-10-221-6/+6
* de-tabbifyHoward Hinnant2011-10-173-6/+6
* Windows port work by Ruben Van BoxemHoward Hinnant2011-09-292-1/+95
* Windows patch work by Ruben Van BoxemHoward Hinnant2011-09-291-43/+49
* Attempted locale refactoring. _LIBCPP_LOCALE__L_EXTENSIONS now should be def...Howard Hinnant2011-09-281-62/+47
* Work on Windows port by Ruben Van BoxemHoward Hinnant2011-09-281-2/+11
* Another installment on debug mode. This addresses list. However this should...Howard Hinnant2011-09-271-31/+42
* Work on Windows port by Ruben Van BoxemHoward Hinnant2011-09-234-2/+76
* Partial Windows port by Ruben Van BoxemHoward Hinnant2011-09-221-0/+22
* Correct change to exception.cpp from r140245Howard Hinnant2011-09-211-1/+1
* Fixes for FreeBSD, including some fairly obvious copy-and-paste errors.David Chisnall2011-09-212-20/+31
* Doug Gregor pointed out some problems with debug mode enabled in one TU and n...Howard Hinnant2011-09-161-4/+19
* Create multilevel debug modeHoward Hinnant2011-09-161-6/+2
* Initial checkin for debug mode (version 2)Howard Hinnant2011-09-141-0/+462
* Correct misspelling:_LIBCPP_APPLE_STABLE_ABI -> _LIBCPP_STABLE_APPLE_ABIHoward Hinnant2011-07-311-3/+3
* Configure to get along with 2.9 clangHoward Hinnant2011-07-291-0/+1
* Reapply 135035 with proper conditional inclusion, hopefully solvingSean Hunt2011-07-151-124/+183
* http://llvm.org/bugs/show_bug.cgi?id=10353Howard Hinnant2011-07-141-0/+6
* http://llvm.org/bugs/show_bug.cgi?id=10346Howard Hinnant2011-07-131-0/+22
* Reverted to 134947. Once I got into it, I discovered there were too many pro...Howard Hinnant2011-07-131-43/+124
* Implement the __nolocale functions properly so that they will work onSean Hunt2011-07-131-124/+43
* Toralf Niebuhr: This is just a tiny patch fixing some small (probably copy & ...Howard Hinnant2011-07-091-3/+3
* Don't assume that wctype produces a nice mask on all platforms. OnSean Hunt2011-07-091-0/+46
* Conditionally wrap the changes from r134781.Sean Hunt2011-07-091-0/+36
* Implement generalized table lookups for upper, lower, and characterSean Hunt2011-07-091-69/+57
* provide ~future_error() definitionHoward Hinnant2011-07-081-0/+4
* Fix typoSean Hunt2011-07-071-1/+1
* Fixing up some ABI issuesHoward Hinnant2011-07-072-81/+0
* _STD -> _VSTD to avoid macro clash on windowsHoward Hinnant2011-06-306-47/+47
* Patch by Petteri Räty, http://llvm.org/bugs/show_bug.cgi?id=8992Howard Hinnant2011-06-301-101/+134
* noexcept for Chapter 22 [localization].Howard Hinnant2011-05-311-53/+53
* noexcept for <chrono>.Howard Hinnant2011-05-281-5/+5
* noexcept for <memory>. I've added a few extension noexcept to: allocator_tr...Howard Hinnant2011-05-283-15/+15
* Applied noexcept to everything in [diagnostics] (Chapter 19)Howard Hinnant2011-05-264-35/+35
* Applied noexcept to everything in [language.support] (Chapter 18)Howard Hinnant2011-05-263-37/+37
* Added [[noreturn]] attribute everywhere it should beHoward Hinnant2011-05-261-2/+4
* Chris Jefferson noted many places where function calls needed to be qualified...Howard Hinnant2011-02-143-7/+7
* clang found a missing return statement.Howard Hinnant2011-01-271-0/+1
* Effort to reduce the number of exported symbolsHoward Hinnant2010-12-171-3/+18
* Add CMake build and fix major Linux blockers.Michael J. Spencer2010-12-101-3/+118
* Add a couple more std-qualifers.Howard Hinnant2010-12-061-2/+2
* oops, forgot std::Howard Hinnant2010-12-041-1/+1
* Fix up uses of new/terminate/unexpected handlers to use the new getters.Howard Hinnant2010-12-042-4/+5
* N3189 Observers for the three handler functionsHoward Hinnant2010-12-022-9/+21
* Implemented N3194Howard Hinnant2010-11-301-35/+0
* N3191: C++ Timeout SpecificationHoward Hinnant2010-11-201-18/+18
* LWG 1323Howard Hinnant2010-11-171-2/+2
* license changeHoward Hinnant2010-11-1623-46/+46
* Dave Zarzycki showed how the efficiency of shared_ptr could be significantlyHoward Hinnant2010-11-161-4/+7