summaryrefslogtreecommitdiff
path: root/libstdc++-v3
Commit message (Expand)AuthorAgeFilesLines
* x86: Also check if -fcf-protection worksH.J. Lu2020-05-152-0/+8
* x86: Default CET run-time support to autoH.J. Lu2020-05-142-2/+6
* x86-vxworks malloc aligns to 8 bytes like solarisAlexandre Oliva2020-05-133-5/+15
* Actually comment the new testsUlrich Drepper2020-05-122-0/+64
* Implent C++20 std::atomic_flag::testUlrich Drepper2020-05-123-0/+29
* Revert "libstdc++ Enhance thread safety of debug mode iterators"François Dumont2020-05-112-52/+28
* libstdc++ Enhance thread safety of debug mode iteratorsFrançois Dumont2020-05-102-28/+52
* libstdc++: Fix whitespace in ChangelogJonathan Wakely2020-05-071-8/+8
* libstdc++: Fix some C++20 algorithms to work in parallel modeJonathan Wakely2020-05-074-23/+39
* libstdc++: Make relational operators work with const guarded iterators (PR 92...Jonathan Wakely2020-05-072-12/+24
* Update the baseline symbols for SPARC64/LinuxEric Botcazou2020-05-073-0/+177
* libstdc++ std::fill overload for std::vector<bool>::iteratorFrançois Dumont2020-05-064-49/+102
* x32: Update baseline_symbols.txtH.J. Lu2020-05-062-0/+21
* libstdc++: Update Solaris baselines for GCC 10.1Rainer Orth2020-05-065-0/+57
* Revert "Use const for template argument."Martin Liska2020-05-062-2/+10
* libstdc++: Document library versioning for 9.[123] and 10.1Jonathan Wakely2020-05-063-5/+16
* libstdc++: Update {x86_64,i?86,powerpc64,s390x,aarch64}-linux baselines for G...Jakub Jelinek2020-05-068-0/+124
* Add missing ChangeLog entries.Martin Liska2020-05-051-0/+6
* Use const for template argument.Martin Liska2020-05-051-2/+2
* libstdc++: Fix the return type of __cxa_finalizeFangrui Song2020-05-042-1/+5
* libstdc++: Fix broken link to SGI STL FAQJonathan Wakely2020-05-044-212/+215
* libstdc++: Fix incorrect size calculation in PMR resource (PR 94906)Jonathan Wakely2020-05-042-2/+9
* libstdc++: Avoid negating a size_t [pr 94747]Nathan Sidwell2020-05-042-5/+12
* libstdc++: Make pmr::synchronized_pool_resource work without libpthread (PR 9...Jonathan Wakely2020-05-045-44/+179
* libstdc++: Make byte-sized std::fill_n a constant expression (PR 94933)Jonathan Wakely2020-05-033-1/+48
* libstdc++: Add more tests for _E10, _E11 etc. (PR 94901)Jonathan Wakely2020-05-012-1/+19
* libstdc++: Replace deduced return type in ranges::iter_move (PR 92894)Jonathan Wakely2020-05-014-11/+153
* libstdc++: Replace reserved identifier _T with _Tp (PR 94901)Jonathan Wakely2020-05-013-2/+81
* libstdc++: Avoid errors in allocator's noexcept-specifier (PR 89510)Jonathan Wakely2020-04-308-13/+471
* libstdc++: Fix outdated comment about std::string instantiations (PR 94854)Jonathan Wakely2020-04-292-5/+11
* libstdc++: Fixes for feature test macros (PR 91480)Jonathan Wakely2020-04-2811-7/+57
* libstdc++: Fix regression in std::_Construct (PR 94831)Jonathan Wakely2020-04-285-14/+84
* libstdc++: Fix subrange::advance and subrange::prev (LWG 3433)Patrick Palka2020-04-283-10/+119
* coroutines: Fix handling of non-class coroutine returns [PR94759]Iain Sandoe2020-04-282-3/+19
* libstdc++: Make net::service_already_exists default constructibleJonathan Wakely2020-04-243-4/+13
* libstdc++: Fix constructor constraints for std::any (PR 90415)Jonathan Wakely2020-04-246-71/+255
* libstdc++: Mark experimental::net::system_context ctor deletedThomas Rodgers2020-04-233-1/+15
* libstdc++: Update C++20 library status docsJonathan Wakely2020-04-236-1028/+1141
* libstdc++: Change __cpp_lib_array_constexpr for C++17 againJonathan Wakely2020-04-235-7/+14
* libstdc++: Define __cpp_lib_three_way_comparison for freestandingJonathan Wakely2020-04-232-3/+8
* coroutines, libstdc++-v3: Update to n4861 C++20 DIS.Iain Sandoe2020-04-233-3/+15
* libstdc++: Define __cpp_lib_execution feature test macroJonathan Wakely2020-04-228-25/+137
* libstdc++: Update (and revert) value of __cpp_lib_array_constexprJonathan Wakely2020-04-227-5/+99
* libstdc++: Do not define __cpp_lib_constexpr_algorithms in <utility>Jonathan Wakely2020-04-223-12/+7
* libstdc++: Update __cpp_lib_concepts valueJonathan Wakely2020-04-225-4/+10
* libstdc++: Rename __cpp_lib_constexpr_invoke macroJonathan Wakely2020-04-224-4/+9
* libstdc++: Add missing feature test macrosJonathan Wakely2020-04-2211-1/+53
* libstdc++: Remove non-standard feature test macrosJonathan Wakely2020-04-224-4/+7
* libstdc++: Update value of __cpp_lib_jthread macroJonathan Wakely2020-04-2210-10/+23
* libstdc++: Improve tests for __cpp_lib_erase_if macroJonathan Wakely2020-04-2210-16/+36