summaryrefslogtreecommitdiff
path: root/libstdc++-v3
Commit message (Expand)AuthorAgeFilesLines
* Fix testsuite failures caused by the patch implementing LWG 2534.ville2016-11-303-13/+28
* Fix condition in shared_ptr assertionredi2016-11-302-1/+6
* * testsuite/18_support/50594.cc: XFAIL on AIX.dje2016-11-305-0/+14
* Implement LWG 2534, Constrain rvalue stream operators.ville2016-11-307-6/+463
* [libstdc++, testsuite] Add dg-require-thread-fenceclyon2016-11-302-0/+6
* PR libstdc++/68838dje2016-11-293-2/+11
* PR libstdc++/78441timshen2016-11-273-0/+28
* Fix PR number in ChangeLogredi2016-11-231-1/+1
* PR78494 add missing returns to propagate_constredi2016-11-234-3/+15
* gcc/ChangeLoguros2016-11-223-3/+10
* PR78465 Remove runtime tests for <atomic> macrosredi2016-11-222-47/+26
* Don't define libstdc++-internal macros in Solaris 10+ <math.h>ro2016-11-216-108/+385
* PR 59406 note that FNV hash functions are incorrectredi2016-11-154-0/+17
* Use existing helper for new std::string constructorredi2016-11-152-9/+10
* Make std::tuple_size<cv T> SFINAE-friendly (LWG 2770)redi2016-11-155-27/+41
* Adjust pretty printer test for variant<T&>redi2016-11-152-4/+9
* * include/std/variant: Remove variant<T&>, variant<void>, variant<> supporttimshen2016-11-153-208/+28
* <toplevel>doko2016-11-152-1/+4
* Fix find&replace error in license boilerplateredi2016-11-15138-137/+282
* Add std::string constructor for substring of string_view (LWG 2742)redi2016-11-156-3/+137
* Constrain swap overload for std::optional (LWG 2748)redi2016-11-154-3/+67
* Implement P0513R0, Poisoning the Hash.ville2016-11-1412-7/+141
* Implement P0504R0 (Revisiting in-place tag types forville2016-11-1410-93/+167
* Use constexpr addressof in optional, SFINAE housekeepingville2016-11-145-78/+73
* Improve various diagnostic issues.jason2016-11-142-2/+2
* Delete addressof for temporaries (LWG 2598)redi2016-11-142-0/+8
* Make std::future::share() noexcept (LWG 2556)redi2016-11-142-6/+13
* PR78326 fix incorrect access of data member in base classredi2016-11-142-0/+5
* Add array support to std::shared_ptr for C++17redi2016-11-139-686/+617
* Implement P0403R1, Literal suffixes for basic_string_view.ville2016-11-135-0/+188
* DR 374 - specialization in outer namespacejason2016-11-1315-90/+78
* * src/filesystem/ops.cc (is_empty): Fix typo in exception message.redi2016-11-122-1/+3
* * include/std/future (future_error): Fix public typo to private.redi2016-11-122-1/+5
* Add std::future_error constructor from future_errcredi2016-11-122-6/+18
* Use shared_ptr<T>::element_type in hash specializationsredi2016-11-123-2/+12
* 2016-11-10 François Dumont <fdumont@gcc.gnu.org>fdumont2016-11-102-61/+63
* * libstdc++-v3/include/bits/regex.h (regex_iterator::regex_iterator()):timshen2016-11-094-9/+41
* Implement P0012R1, Make exception specifications part of the type system.jason2016-11-077-60/+81
* 2016-11-07 François Dumont <fdumont@gcc.gnu.org>fdumont2016-11-072-0/+17
* Make filesystem::path work with basic_string_view (P0392R0)redi2016-10-283-0/+114
* Fix filesystem::path for iterators with const value_typeredi2016-10-283-5/+65
* Implement std::launder for C++17redi2016-10-288-8/+185
* PR70975 Pass valid offset argument to sendfileuros2016-10-272-1/+8
* Fix target selectors in uniform_inside_sphere_distribution testsredi2016-10-277-6/+19
* Adjust precision of filesystem::last_write_time testsredi2016-10-275-33/+47
* 2016-10-26 François Dumont <fdumont@gcc.gnu.org>fdumont2016-10-266-23/+39
* 2016-10-26 Bernd Edlinger <bernd.edlinger@hotmail.de>edlinger2016-10-262-0/+10
* Fix test for recursive_directory_iterator::popredi2016-10-262-5/+7
* 2016-10-26 Edward Smith-Rowland <3dw4rd@verizon.net>emsr2016-10-269-1/+670
* Add recursive_directory_iterator::pop(error_code&)redi2016-10-264-5/+141