aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2016-11-15PR 59406 note that FNV hash functions are incorrectJonathan Wakely4-0/+17
2016-11-15Use existing helper for new std::string constructorJonathan Wakely2-9/+10
2016-11-15Make std::tuple_size<cv T> SFINAE-friendly (LWG 2770)Jonathan Wakely5-27/+41
2016-11-15Adjust pretty printer test for variant<T&>Jonathan Wakely2-4/+9
2016-11-15variant: Remove variant<T&>...Tim Shen3-208/+28
2016-11-15config-ml.in: Remove references to GCJ.Matthias Klose2-1/+4
2016-11-15Fix find&replace error in license boilerplateJonathan Wakely138-137/+282
2016-11-15Add std::string constructor for substring of string_view (LWG 2742)Jonathan Wakely6-3/+137
2016-11-15Constrain swap overload for std::optional (LWG 2748)Jonathan Wakely4-3/+67
2016-11-14Implement P0513R0, Poisoning the Hash.Ville Voutilainen12-7/+141
2016-11-14Implement P0504R0 (Revisiting in-place tag types for any/optional/variant).Ville Voutilainen10-93/+167
2016-11-14Use constexpr addressof in optional, SFINAE housekeeping for any, optional an...Ville Voutilainen5-78/+73
2016-11-13Improve various diagnostic issues.Jason Merrill2-2/+2
2016-11-14Delete addressof for temporaries (LWG 2598)Jonathan Wakely2-0/+8
2016-11-14Make std::future::share() noexcept (LWG 2556)Jonathan Wakely2-6/+13
2016-11-14PR78326 fix incorrect access of data member in base classJonathan Wakely2-0/+5
2016-11-13Add array support to std::shared_ptr for C++17Jonathan Wakely9-686/+617
2016-11-13Implement P0403R1, Literal suffixes for basic_string_view.Ville Voutilainen5-0/+188
2016-11-13DR 374 - specialization in outer namespaceJason Merrill15-90/+78
2016-11-12* src/filesystem/ops.cc (is_empty): Fix typo in exception message.Jonathan Wakely2-1/+3
2016-11-12* include/std/future (future_error): Fix public typo to private.Jonathan Wakely2-1/+5
2016-11-12Add std::future_error constructor from future_errcJonathan Wakely2-6/+18
2016-11-12Use shared_ptr<T>::element_type in hash specializationsJonathan Wakely3-2/+12
2016-11-10debug.cc (format_word): Delete.François Dumont2-61/+63
2016-11-09regex.h (regex_iterator::regex_iterator()): Define end() as _M_pregex == null...Tim Shen4-9/+41
2016-11-07Implement P0012R1, Make exception specifications part of the type system.Jason Merrill7-60/+81
2016-11-07gnu-versioned-namespace.ver: Export C++17 new of over-aligned types symbols.François Dumont2-0/+17
2016-10-28Make filesystem::path work with basic_string_view (P0392R0)Jonathan Wakely3-0/+114
2016-10-28Fix filesystem::path for iterators with const value_typeJonathan Wakely3-5/+65
2016-10-28Implement std::launder for C++17Jonathan Wakely8-8/+185
2016-10-27PR70975 Pass valid offset argument to sendfileUros Bizjak2-1/+8
2016-10-27Fix target selectors in uniform_inside_sphere_distribution testsJonathan Wakely7-6/+19
2016-10-27Adjust precision of filesystem::last_write_time testsJonathan Wakely5-33/+47
2016-10-26stl_map.h (map()): Make default.François Dumont6-23/+39
2016-10-26re PR libstdc++/78110 (freestanding libstdc++ fails to compile)Bernd Edlinger2-0/+10
2016-10-26Fix test for recursive_directory_iterator::popJonathan Wakely2-5/+7
2016-10-26Implement uniform_inside_sphere_distribution extension.Edward Smith-Rowland9-1/+670
2016-10-26Add recursive_directory_iterator::pop(error_code&)Jonathan Wakely4-5/+141
2016-10-26Fix error handling in recursive_directory_iterator::incrementJonathan Wakely3-1/+10
2016-10-26PR78111 fix fallback code for filesystem::canonicalJonathan Wakely2-1/+10
2016-10-26Add missing header in Filesystem TS configure testsUros Bizjak3-0/+9
2016-10-25Handle negative times in filesystem::last_write_timeJonathan Wakely3-0/+51
2016-10-25Fix error handling in copy_file and equivalentJonathan Wakely9-13/+368
2016-10-24Fix error handling in filesystem::is_emptyJonathan Wakely2-5/+12
2016-10-24PR71337 fix filesystem::temp_directory_path error handlingJonathan Wakely3-4/+61
2016-10-24Make directory iterators become end iterator on errorJonathan Wakely4-18/+20
2016-10-24Do not retry failed close(3) in filesystem::copyJonathan Wakely2-13/+6
2016-10-24Implement DR resolutions for filesystem::copyJonathan Wakely4-9/+105
2016-10-24Cross-port exception-safety and move fixes of std::any to std::experimental::...Ville Voutilainen6-28/+185
2016-10-24Cross-port the latest resolution of LWG2756 and some bug-fixes to experimenta...Ville Voutilainen6-91/+594