summaryrefslogtreecommitdiffstats
path: root/libcxx
Commit message (Expand)AuthorAgeFilesLines
...
* Patch by Andrew C. Morrow: shims to work around macroized getc and putc on l...Howard Hinnant2012-07-261-0/+12
* Patch by Andrew C. Morrow: Conditionally include cxxabi.h in new.cpp and typ...Howard Hinnant2012-07-262-1/+17
* <algorithm> no longer needs to include <cstdlib>, but can get away with just ...Howard Hinnant2012-07-263-1/+3
* locale::id really needs to be constructed at compile time.Howard Hinnant2012-07-261-1/+1
* libc++: switch from using _ATTRIBUTE(noreturn) (which conflicts with aRichard Smith2012-07-263-15/+15
* Apple LWG 2067: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3318...Howard Hinnant2012-07-211-6/+6
* noexcept applied to <future>.Howard Hinnant2012-07-212-125/+125
* noexcept applied to <thread>.Howard Hinnant2012-07-212-38/+38
* noexcept applied to <condition_variable>.Howard Hinnant2012-07-213-12/+12
* noexcept and constexpr applied to <mutex>.Howard Hinnant2012-07-214-54/+65
* noexcept and constexpr applied to <regex>.Howard Hinnant2012-07-211-29/+28
* noexcept and constexpr applied to <ios>.Howard Hinnant2012-07-213-36/+39
* noexcept applied to <valarray>.Howard Hinnant2012-07-211-11/+11
* constexpr applied to <complex>.Howard Hinnant2012-07-2011-22/+134
* noexcept applied to <random>.Howard Hinnant2012-07-202-9/+9
* Relax the tolerances on some timing tests.Howard Hinnant2012-07-202-2/+2
* noexcept applied to <iterator>.Howard Hinnant2012-07-202-15/+15
* constexpr applied to <array>.Howard Hinnant2012-07-202-4/+18
* constexpr applied to <string>.Howard Hinnant2012-07-201-42/+44
* Further tweaks on relaxing complete type checking for function.Howard Hinnant2012-07-202-15/+16
* Jean-Daniel : clang now supports all required type_traits.Howard Hinnant2012-07-191-2/+2
* Jean-Daniel updates the libc++ index page to reflect not so recent changes in...Howard Hinnant2012-07-191-6/+6
* Relax the complete-type checks that are happening under __invokable<Fp, Args....Howard Hinnant2012-07-162-1/+30
* Applied constexpr to <chrono>.Howard Hinnant2012-07-1326-58/+432
* Fixed a bug in wstring_convert concerning zero-length inputs. Thanks to Jona...Howard Hinnant2012-07-123-2/+8
* Teach libc++ to check for libc++abi and use its features if they're available.Richard Smith2012-07-111-8/+11
* Add test for self-referencing emplace test.Howard Hinnant2012-07-091-0/+34
* Change emplace for vector and deque to create the temporary (when necessary) ...Howard Hinnant2012-07-082-3/+6
* Appy constexpr to <memory>. Picked up a few missing noexcepts as well.Howard Hinnant2012-07-073-14/+30
* Apply constexpr to the mutex constructor. As a conforming extension, apply c...Howard Hinnant2012-07-071-0/+8
* Apply constexpr to <bitset>.Howard Hinnant2012-07-075-16/+44
* Apply noexcept to tuple.Howard Hinnant2012-07-061-24/+48
* As a conforming extension give tuple a noexcept default constructor condition...Howard Hinnant2012-07-061-5/+9
* Give tuple a constexpr default constructor.Howard Hinnant2012-07-062-3/+23
* New Windows libc++ test results provided by Ruben Van Boxem.Howard Hinnant2012-07-061-255/+72
* Apply noexcept to those functions implemented in <cstdlib> as a conforming ex...Howard Hinnant2012-07-061-4/+4
* Apply noexcept to those functions implemented in <cmath> as a conforming exte...Howard Hinnant2012-07-061-195/+195
* Add noexcept test for offsetof macro per [support.types]/p4.Howard Hinnant2012-07-061-0/+8
* This commit establishes a new bucket_count policy in the unordered containers...Howard Hinnant2012-07-065-43/+68
* link to Marshall's notes.Howard Hinnant2012-07-061-0/+1
* mark operator new(std::nothrow) as noalias (aka __attribute__((malloc))Nuno Lopes2012-06-282-2/+8
* Fixed a bug regarding result_of reported by Sven Behne. The fix is C++11 onl...Howard Hinnant2012-06-261-66/+8
* fix help with bashNuno Lopes2012-06-251-1/+1
* Revert pair constructors back to using is_convertible instead of is_construct...Howard Hinnant2012-06-091-6/+6
* Fix warning flags for CMake builds, from Andrew C. Morrow!Douglas Gregor2012-06-071-8/+8
* Fix a few testsuite bugs involving trailing null (or lack thereof) in strstream.Howard Hinnant2012-06-015-7/+7
* Fix dangling else clause. Bug found and fixed by Dimitry Andric.Howard Hinnant2012-05-311-0/+4
* Fix the new _ALIGNAS_TYPE per instructions supplied by Eli Friedman.Howard Hinnant2012-05-311-1/+1
* Protect use of alignas against older versions of clangHoward Hinnant2012-05-312-14/+16
* The rules for emplace in map, multimap, unordered_map and unordered_multimap ...Howard Hinnant2012-05-2511-258/+285
OpenPOWER on IntegriCloud