summaryrefslogtreecommitdiff
path: root/libstdc++-v3
Commit message (Expand)AuthorAgeFilesLines
* libstdc++: Use non-throwing increment in recursive_directory_iterator [PR 97731]Jonathan Wakely2020-11-052-7/+60
* libstdc++: Fix multiple definitions of std::exception_ptr functions [PR 97729]Jonathan Wakely2020-11-053-44/+34
* libstdc++: Export basic_stringbuf constructor [PR 97729]Jonathan Wakely2020-11-052-0/+7
* libstdc++: Fix new <sstream> constructorsJonathan Wakely2020-11-059-55/+451
* libstdc++: Adjust whitespace in <sstream>Jonathan Wakely2020-11-051-12/+13
* Daily bump.GCC Administrator2020-11-051-0/+31
* libstdc++: Fix default mode of new basic_stringstream constructor [PR 97719]Jonathan Wakely2020-11-042-1/+41
* libstdc++: Fix test failure with --disable-linux-futexJonathan Wakely2020-11-041-0/+4
* libstdc++: Define new C++17 std::search overload for Parallel Mode [PR 94971]Jonathan Wakely2020-11-042-1/+16
* libstdc++: Document istreambuf_iterator base class change [PR 92285]Jonathan Wakely2020-11-042-0/+16
* libstdc++: Fix constant expressions in std::uniform_int_distributionJonathan Wakely2020-11-041-4/+4
* Daily bump.GCC Administrator2020-11-041-0/+57
* libstdc++: Ensure std::lock_guard is declaredJonathan Wakely2020-11-031-4/+1
* libstdc++: Add mising gnu-versioned-namespace symbolsFrançois Dumont2020-11-031-0/+4
* libstdc++: Refactor std::call_once internalsJonathan Wakely2020-11-031-29/+39
* libstdc++: Rewrite std::call_once to use futexes [PR 66146]Jonathan Wakely2020-11-0311-90/+274
* libstdc++: use lt_host_flags for libstdc++.laJonathan Yong2020-11-032-2/+2
* Daily bump.GCC Administrator2020-11-021-0/+130
* libstdc++: Add c++2a <syncstream>Thomas Rodgers2020-11-0215-1/+939
* libstdc++: Define type traits for wchar_t even when libc support missingJonathan Wakely2020-11-012-5/+8
* libstdc++: Fix gnu-version-namespace buidFrançois Dumont2020-10-312-4/+50
* libstdc++: Prefer double to long double in std::shuffle_order_engineJonathan Wakely2020-10-313-7/+43
* libstdc++: Use double for unordered container load factors [PR 96958]Jonathan Wakely2020-10-312-11/+11
* libstdc++: Don't initialize from *this inside some views [PR97600]Patrick Palka2020-10-302-39/+71
* libstdc++: Implement P2017R1 "Conditionally borrowed ranges"Jonathan Wakely2020-10-302-0/+99
* libstdc++: Use double for unordered container load factors [PR 96958]Jonathan Wakely2020-10-301-6/+6
* libstdc++: Fix some more warnings in testJonathan Wakely2020-10-301-24/+24
* libstdc++: Fix the default constructor of ranges::__detail::__boxPatrick Palka2020-10-302-2/+12
* libstdc++: AIX xfail for_overwrite.cc testcaseDavid Edelsohn2020-10-291-0/+1
* Daily bump.GCC Administrator2020-10-301-0/+268
* libstdc++: Fix linker script to remove conflicting patternsJonathan Wakely2020-10-291-3/+3
* libstdc++: Avoid narrowing conversion in subrange constructorJonathan Wakely2020-10-291-1/+1
* libstdc++: Fix some warnings in headersJonathan Wakely2020-10-294-7/+9
* libstdc++: Prevent deprecation warnings from <tr1/shared_ptr>Jonathan Wakely2020-10-292-3/+19
* libstdc++: Avoid warnings in testsJonathan Wakely2020-10-2974-243/+393
* libstdc++: Improve tests for constexpr algorithmsJonathan Wakely2020-10-2933-54/+83
* libstdc++: Allow Lemire's algorithm to be used in more casesJonathan Wakely2020-10-291-19/+33
* libstdc++: Do not use volatile for __gnu_cxx::rope reference countingJonathan Wakely2020-10-291-2/+2
* libstdc++: Make std::function work better with -fno-rttiJonathan Wakely2020-10-292-14/+109
* libstdc++: Fix memory issue in ranges::lexicographical_compare testcasePatrick Palka2020-10-291-1/+1
* libstdc++: Correct PR number in ChangeLog entryPatrick Palka2020-10-291-1/+1
* libstdc++: Fix some warnings in headersJonathan Wakely2020-10-298-14/+25
* libstdc++: Rename _UniformRandomNumberGenerator parametersJonathan Wakely2020-10-291-26/+22
* libstdc++: Fix new basic_stringbuf constructorJonathan Wakely2020-10-291-2/+2
* Daily bump.GCC Administrator2020-10-291-0/+101
* libstdc++: Fix linker scriptJonathan Wakely2020-10-281-47/+11
* libstdc++: Implement C++20 features for <sstream>Thomas Rodgers2020-10-2825-25/+2287
* libstdc++: Fix arithmetic bug in year_month_weekday conversion [PR96713]Patrick Palka2020-10-282-1/+67
* libstdc++: Add comment to nothrow new explaining catch (...)Jonathan Wakely2020-10-281-3/+7
* libstdc++: Override BUFSIZ for Windows targets [PR 94268]Jonathan Wakely2020-10-285-3/+14