summaryrefslogtreecommitdiffstats
path: root/libcxx/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Secure __next_prime from overflowingHoward Hinnant2010-10-291-0/+24
* Changing <atomic> to follow Design AHoward Hinnant2010-10-181-23/+0
* Convert __thread_local_data to the singleton patternHoward Hinnant2010-10-143-4/+9
* Still working on the basic design of <atomic>. I'm working towards a system ...Howard Hinnant2010-10-041-0/+23
* Bug 8254 by Bernhard RosenkraenzerHoward Hinnant2010-10-021-0/+2
* Experimenting with a new forward fomulation (kudos Daniel Kruegler), updated ...Howard Hinnant2010-09-131-148/+198
* <rdar://problem/8279559> [libstdcxx] use new linker options to make symbols n...Nick Kledzik2010-09-101-0/+9
* Fix whitespaceHoward Hinnant2010-09-041-1/+0
* Changed __config to react to all of clang's currently documented has_feature ...Howard Hinnant2010-09-041-2/+2
* Fix typos, noticed by Clang.Daniel Dunbar2010-09-042-2/+2
* [futures.atomic_future] and notify_all_at_thread_exit. This completes the he...Howard Hinnant2010-09-033-0/+63
* [futures.shared_future]Howard Hinnant2010-09-031-0/+17
* [futures.task] and [futures.async]. Requires variadics and rvalue-ref support.Howard Hinnant2010-08-301-6/+29
* future continues ...Howard Hinnant2010-08-272-0/+212
* Getting started on <future>Howard Hinnant2010-08-251-0/+63
* Remove tabsHoward Hinnant2010-08-222-25/+25
* Fixing whitespace problemsHoward Hinnant2010-08-2216-156/+129
* now works with -fno-exceptions and -fno-rttiHoward Hinnant2010-08-119-2/+144
* continued regex development...Howard Hinnant2010-07-271-0/+4
* A good start on ecma regex's. Maybe even feature complete, not sure yet. Al...Howard Hinnant2010-07-271-0/+58
* Continuing to work through regex, and updated libcxx_by_chapter.pdf with week...Howard Hinnant2010-06-241-14/+21
* Finished [re.traits]. I'd like to acknowledge the help of Bjorn Reese with <...Howard Hinnant2010-06-211-2/+47
* Just getting our toes wet on <regex>Howard Hinnant2010-06-171-0/+203
* [util.smartptr.hash]Howard Hinnant2010-06-031-1/+1
* [string.conversions]Howard Hinnant2010-06-022-55/+690
* [conversions.string]Howard Hinnant2010-05-311-3/+3
* [locale.stdcvt]Howard Hinnant2010-05-301-252/+2037
* [except.nested]Howard Hinnant2010-05-271-0/+17
* Completed [alg.random.shuffle].Howard Hinnant2010-05-261-0/+35
* For compiling on FreeBSDHoward Hinnant2010-05-251-0/+1
* patch by Jeffrey Yasskin for porting to Ubuntu Hardy. Everything was accepte...Howard Hinnant2010-05-2410-72/+79
OpenPOWER on IntegriCloud