summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/experimental
Commit message (Expand)AuthorAgeFilesLines
* x86-vxworks malloc aligns to 8 bytes like solarisAlexandre Oliva2020-05-261-2/+2
* libstdc++: Remove incorrect static specifiersJonathan Wakely2020-05-231-6/+6
* libstdc++: Fix net::basic_socket::close(error_code&)Jonathan Wakely2020-05-213-14/+40
* libstdc++: Make net::service_already_exists default constructibleJonathan Wakely2020-04-241-4/+3
* libstdc++: Mark experimental::net::system_context ctor deletedThomas Rodgers2020-04-231-1/+1
* libstdc++: Fix experimental::path::generic_string (PR 93245)Jonathan Wakely2020-03-211-9/+31
* libstdc++: Fix type-erasure in experimental::net::executor (PR 94203)Jonathan Wakely2020-03-182-77/+167
* libstdc++: Add default constructor to net::service_already_exists (PR 94199)Jonathan Wakely2020-03-161-1/+8
* libstdc++: enable_view has false positives (LWG 3326)Jonathan Wakely2020-02-241-1/+5
* libstdc++: "safe" in several library names is misleading (LWG 3379)Jonathan Wakely2020-02-191-3/+3
* libstdc++: Fix testsuite failures and warnings due to is_pod deprecationJonathan Wakely2020-01-091-0/+3
* Update copyright years.Jakub Jelinek2020-01-0146-46/+46
* libstdc++: Implement ranges::safe_range for C++20 (P1870R1)Jonathan Wakely2019-12-091-0/+12
* libstdc++: Fix experimental::filesystem::u8path(const Source&) for WindowsJonathan Wakely2019-11-301-30/+48
* libstdc++: Adjust some function templates for coding conventionsJonathan Wakely2019-11-291-1/+1
* libstdc++: P1423R3 char8_t remediation (2/4)Tom Honermann2019-11-291-11/+62
* libstdc++: P1423R3 char8_t remediation (1/4)Tom Honermann2019-11-291-113/+123
* Simplify common case of use_future_t that uses std::allocatorJonathan Wakely2019-10-241-2/+43
* Make some new algorithms work in parallel modeJonathan Wakely2019-10-011-3/+3
* Include netinet/in.h in include/experimental/internetAndreas Tobler2019-09-301-0/+3
* Fix array index error in address_v6 comparisonsJonathan Wakely2019-09-261-2/+2
* P0325R4 to_array from LFTS with updatesJonathan Wakely2019-08-081-1/+1
* Define __type_identity_t alias and use for string_viewJonathan Wakely2019-07-121-20/+22
* PR libstdc++/90281 Fix string conversions for filesystem::pathJonathan Wakely2019-06-171-53/+65
* Disable -Wctor-dtor-privacy warnings for some standard typesJonathan Wakely2019-06-141-0/+3
* PR libstdc++/90634 reduce allocations in filesystem::path constructionJonathan Wakely2019-05-281-2/+3
* Make any_cast compare typeinfo as well as function pointersJonathan Wakely2019-05-231-5/+12
* PR libstdc++/90220 fix experimental::any_cast for non-object typesJonathan Wakely2019-05-231-5/+31
* PR libstdc++/77691 fix resource_adaptor failures due to max_align_t bugsJonathan Wakely2019-05-221-32/+60
* Fix uses of non-reserved names for template parametersJonathan Wakely2019-05-171-4/+4
* nonesuch is insufficiently useless (lwg2996)Nina Dinka Ranns2019-05-141-2/+2
* PR libstdc++/90454.cc path construction from void*Jonathan Wakely2019-05-131-4/+5
* Improve API docs for Filesystem TS and Networking TSJonathan Wakely2019-05-083-16/+22
* Remove redundant __constexpr_addressof functionJonathan Wakely2019-05-022-66/+12
* Improve docs for Networking TSJonathan Wakely2019-05-029-26/+30
* Improve docs for Library Fundamentals TSJonathan Wakely2019-05-0230-18/+60
* Improve docs for Filesystem TSJonathan Wakely2019-05-025-3/+16
* Remove redundant step in experimental::filesystem::path constructionJonathan Wakely2019-04-261-1/+1
* Fix basic_string_view typedefs and enforce preconditionsJonathan Wakely2019-04-241-2/+2
* PR libstdc++/89460 Fix Networking TS test failures on HP-UXJonathan Wakely2019-03-112-16/+17
* P0482R5 char8_t: Standard library supportTom Honermann2019-02-193-16/+104
* Avoid ambiguity between C++2a std::erase_if and LFTS versionJonathan Wakely2019-01-292-2/+6
* Fix after P0600.Ulrich Drepper2019-01-215-8/+8
* Check AI_NUMERICSERV is defined before using itJonathan Wakely2019-01-101-0/+4
* PR libstdc++/88607 replace some more UTF-8 charactersJonathan Wakely2019-01-031-3/+3
* PR libstdc++/88607 replace or remove unnecessary UTF-8 charactersJonathan Wakely2019-01-037-21/+21
* Update copyright years.Jakub Jelinek2019-01-0146-46/+46
* PR libstdc++/80762 avoid ambiguous __constructible_from<void, void>Jonathan Wakely2018-12-121-1/+3
* Fix erasure goofs.Edward Smith-Rowland2018-11-291-2/+2
* PR libstdc++/83511 add default argument to basic_string_view::substrJonathan Wakely2018-11-281-1/+1