aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include
AgeCommit message (Expand)AuthorFilesLines
2017-11-20streambuf_iterator.h (istreambuf_iterator<>): Declare std::advance for istrea...François Dumont2-18/+71
2017-11-20Implement LWG 2353Ville Voutilainen1-6/+5
2017-11-19PR libstdc++/pr66689 - comp_ellint_3 and ellint_3 return garbage valuesEdward Smith-Rowland1-4/+4
2017-11-18specfun.h: Expose airy_ai and airy_bi.Edward Smith-Rowland2-1/+84
2017-11-17Enable building libstdc++-v3 with Intel CETIgor Tsimbalist1-1/+2
2017-11-17PR libstdc++/83025 fix constraints for path overloads in <fstream>Jonathan Wakely1-19/+15
2017-11-16Tweak vector::_M_realloc_insert for code sizeMarc Glisse1-6/+7
2017-11-16Add noexcept to std::shared_future copy operations (LWG DR 2799)Jonathan Wakely1-2/+2
2017-11-15Fix gcd breakage.Ville Voutilainen1-1/+1
2017-11-15Add noexcept to generic std::size, std::empty and std::dataJonathan Wakely1-5/+9
2017-11-14Implement LWG 2733 and LWG 2759Ville Voutilainen2-16/+24
2017-11-14Fix typo in std::wbuffer_convertJonathan Wakely1-1/+1
2017-11-10PR libstdc++/82917 add missing returns in <fstream>Jonathan Wakely1-3/+3
2017-11-03Define std::endian for C++2a (P0463R1)Jonathan Wakely1-2/+12
2017-11-03Remove _Node_insert_return::get() member functions (P0508R0)Jonathan Wakely1-48/+0
2017-10-30Don't create broken symlink in libstdc++-v3/include/bitsJonathan Wakely2-2/+2
2017-10-30Remove ios_mode::trunc from basic_ofstream openmode argumentsJonathan Wakely1-34/+11
2017-10-30Minor header reorganization for unordered containersJonathan Wakely3-5/+5
2017-10-30Implement LWG 2485Ville Voutilainen4-0/+57
2017-10-27Simplify _Node_insert_return to avoid including <tuple>Jonathan Wakely1-5/+32
2017-10-27List headers in Makefile in alphabetical orderJonathan Wakely2-2/+2
2017-10-27Remove noexcept from filesystem iterators and operations (LWG 3013, 3014)Jonathan Wakely2-17/+15
2017-10-27Make filesystem::file_status default constructor non-explicit (LWG 2787)Jonathan Wakely1-3/+4
2017-10-27Provide filesystem::path overloads for file streams (LWG 2676, partial)Jonathan Wakely1-5/+120
2017-10-27Define std::filesystem::path::format enum (P0430R2)Jonathan Wakely1-5/+8
2017-10-27Protect more algorithms from overloaded comma operatorsJonathan Wakely3-12/+12
2017-10-26Deduction guides for associative containers, debug mode deduction guide fixes.Ville Voutilainen17-0/+909
2017-10-25PR libstdc++/82716 avoid stupid -Wmismatched-tags warningsJonathan Wakely1-2/+2
2017-10-24Refactor std::basic_string_view members and add noexceptJonathan Wakely2-52/+47
2017-10-24PR libstdc++/82685 add 'noexcept' to string_view literalsJonathan Wakely2-8/+8
2017-10-23Implement C++17 Filesystem libraryJonathan Wakely13-39/+2413
2017-10-23PR libstdc++/82644 document IS 29124 supportJonathan Wakely2-2/+4
2017-10-20Update value of __cpp_lib_chrono feature-test macroJonathan Wakely1-2/+2
2017-10-20Define __cpp_lib_byte feature-test macroJonathan Wakely1-1/+3
2017-10-19Fix path::iterator post-increment and post-decrementJonathan Wakely1-2/+2
2017-10-16re PR libstdc++/82558 (V8 JavaScript engine segfaults since r249235)François Dumont1-1/+1
2017-10-13PR libstdc++/82522 overload map insert functions for rvalues (LWG 2354)Jonathan Wakely3-1/+54
2017-10-13PR libstdc++/82481 Suppress clang-tidy warningsJonathan Wakely1-0/+6
2017-10-10Update comment referring to status of LWG issue 111Jonathan Wakely1-1/+1
2017-10-10PR libstdc++/82417 do not include C99 <complex.h> in strict modesJonathan Wakely1-1/+3
2017-10-042017-10-04 Petr Ovtchenkov <ptr@void-ptr.info>Petr Ovtchenkov1-33/+26
2017-10-03charconv (__unsigned_least_t): Fix number of closing >s for !_GLIBCXX_USE_INT...Jakub Jelinek1-1/+5
2017-10-02C++17 P0067R5 std::to_chars and std::from_chars (partial)Jonathan Wakely4-0/+660
2017-09-20PR libstdc++/79162 Fix std::string regression due to LWG 2946 (old ABI)Jonathan Wakely1-0/+1
2017-09-20PR libstdc++/79162 Fix std::string regression due to LWG 2946Jonathan Wakely1-0/+1
2017-09-20Deprecate nested types in std::hashJonathan Wakely4-8/+24
2017-09-20PR libstdc++/82262 fix std::hash<std::optional<const T>>Jonathan Wakely1-6/+6
2017-09-19PR libstdc++/71500 restore C++11 compatibility in <regex>Jonathan Wakely2-47/+67
2017-09-19PR libstdc++/82254 fix std::is_nothrow_invocable_r w.r.t throwing conversionsJonathan Wakely1-2/+23
2017-09-18Use built-in for std::make_integer_sequnceJonathan Wakely1-34/+19