aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include
AgeCommit message (Expand)AuthorFilesLines
2019-10-24Revert ABI changes to std::allocator in C++20Jonathan Wakely1-7/+12
2019-10-24Simplify common case of use_future_t that uses std::allocatorJonathan Wakely1-2/+43
2019-10-24Define std::uniform_random_bit_generator concept for C++20Jonathan Wakely1-0/+15
2019-10-23Make std::invoke usable in constant expressionsJonathan Wakely2-4/+8
2019-10-23PR c++/91369 Implement P0784R7 changes to allocation and constructionJonathan Wakely7-111/+207
2019-10-23Only qualify function as constexpr for C++14 and laterJonathan Wakely1-1/+1
2019-10-23Qualify type names in <ext/throw_allocator.h>Jonathan Wakely1-2/+2
2019-10-23Adjust pb_ds extensions to use allocator_traitsJonathan Wakely36-469/+328
2019-10-23Adjust extension types to use allocator_traitsJonathan Wakely7-28/+56
2019-10-22Do not declare std::uses_allocator before C++11Jonathan Wakely1-0/+2
2019-10-22Remove redundant std::allocator members for C++20Jonathan Wakely15-59/+154
2019-10-18Implement std::ranges::less without std::lessJonathan Wakely1-3/+12
2019-10-17Define [range.cmp] comparisons for C++20Jonathan Wakely4-0/+184
2019-10-17PR libstdc++/92124 fix incorrect container move assignmentJonathan Wakely4-8/+9
2019-10-16Only use GCC-specific __is_same_as built-in conditionallyJonathan Wakely3-4/+24
2019-10-11Implement <concepts> header for C++20Jonathan Wakely5-7/+363
2019-10-11Use __is_same_as for std::is_same and std::is_same_vJonathan Wakely1-7/+4
2019-10-11PR libstdc++/92059 fix several bugs in tr2::dynamic_bitsetJonathan Wakely2-154/+143
2019-10-11Avoid warnings in <charconv>Jonathan Wakely1-5/+5
2019-10-06Add std::copy_n istreambuf_iterator specializationFrançois Dumont1-2/+17
2019-10-06Add std::copy_n istreambuf_iterator specializationFrançois Dumont2-1/+27
2019-10-06Add C++11 __iterator_category_t template alias.François Dumont2-6/+8
2019-10-06Add std::copy_n __glibcxx_requires_can_increment checks.François Dumont1-0/+2
2019-10-04Improve _GLIBCXX_DEBUG safe iterator range size computation.François Dumont4-21/+39
2019-10-04Build filesystem library with large file supportJonathan Wakely2-0/+46
2019-10-04Add missing header required by previous changeJonathan Wakely1-0/+1
2019-10-04Adjust tr1::_Hashtable to work with std::allocator in C++20Jonathan Wakely1-2/+6
2019-10-04Add <span> to <bits/stdc++.h> precompiled headerJonathan Wakely1-1/+1
2019-10-03Avoid reserved identifier in include/parallel/multiway_merge.hRainer Orth1-2/+2
2019-10-01Make some new algorithms work in parallel modeJonathan Wakely2-3/+8
2019-10-01Make some parallel mode algorithms usable in constexpr contextsJonathan Wakely2-1/+45
2019-10-01Fix non-reserved names in Parallel Mode headersJonathan Wakely4-26/+26
2019-09-30Implement C++20 constexpr comparison operators for __debug::array (P1023).François Dumont1-0/+6
2019-09-30Include netinet/in.h in include/experimental/internetAndreas Tobler1-0/+3
2019-09-30Implement LWG 3255 for std::span constructorsJonathan Wakely1-21/+24
2019-09-30PR libstdc++/77936 remove unused variableJonathan Wakely1-2/+0
2019-09-28stl_algo.h (merge): Fix documentation.François Dumont4-48/+123
2019-09-26Define std::to_array for Debug ModeJonathan Wakely1-0/+39
2019-09-26Implement C++20 constexpr changes to std::pair (P1032R1)Jonathan Wakely2-12/+16
2019-09-26Fix array index error in address_v6 comparisonsJonathan Wakely1-2/+2
2019-09-26Remove include directives for deleted Profile Mode headersJonathan Wakely10-40/+0
2019-09-25Implement LWG 3296 for basic_regex::assignJonathan Wakely1-1/+3
2019-09-24Remove check for impossible condition in std::variant::index()Jonathan Wakely1-3/+1
2019-09-23PR libstdc++/91788 improve codegen for std::variant<T...>::index()Jonathan Wakely1-1/+11
2019-09-12PR libstdc++/91748 fix std::for_each_n for random access iteratorsJonathan Wakely1-1/+5
2019-09-10Implement std::common_reference for C++20Jonathan Wakely1-6/+178
2019-09-10LWG 3266. to_chars(bool) should be deletedJonathan Wakely1-1/+38
2019-09-10Optimise std::remove_cv and use more helper aliasesJonathan Wakely1-38/+48
2019-09-10Implement C++20 p1424 - 'constexpr' feature macro concerns...Edward Smith-Rowland5-9/+8
2019-09-09Minor std::to_chars optimisation for base 10Antony Polukhin1-3/+3