Daily bump.
[gcc.git] / libstdc++-v3 / include / experimental /
2021-01-04 Jakub JelinekUpdate copyright years.
2020-12-16 Jonathan Wakelylibstdc++: Fix errors from Library Fundamentals TS...
2020-11-09 François Dumontlibstdc++: Remove <debug/array>
2020-10-29 Jonathan Wakelylibstdc++: Fix some warnings in headers
2020-10-26 Jonathan Wakelylibstdc++: Fix error in experimental::strand
2020-10-23 Jonathan Wakelylibstdc++: Ensure std::forward_as_tuple is defined
2020-09-22 Jonathan Wakelylibstdc++: Introduce new headers for C++20 ranges compo...
2020-09-10 Jonathan Wakelylibstdc++: Fix -Wdeprecated-declarations warnings
2020-08-28 Jonathan Wakelylibstdc++: Fix std::gcd and std::lcm for unsigned integ...
2020-08-26 Jonathan Wakelylibstdc++: Enable assertions in constexpr string_view...
2020-08-11 Jonathan Wakelylibstdc++: Make Networking TS work without gthreads...
2020-08-11 Jonathan Wakelylibstdc++: Make net::system_context tag type constructo...
2020-08-11 Jonathan Wakelylibstdc++: Fix net::system_context stop condition
2020-05-23 Jonathan Wakelylibstdc++: Refactor filesystem::path string conversions
2020-05-23 Jonathan Wakelylibstdc++: Remove incorrect static specifiers
2020-05-21 Jonathan Wakelylibstdc++: Use macro for nodiscard attribute
2020-05-20 Jonathan Wakelylibstdc++: Better requirements checking in Networking TS
2020-05-20 Jonathan Wakelylibstdc++: Fix net::basic_socket::close(error_code&)
2020-05-20 Jonathan Wakelylibstdc++: Use 'using' for types in Networking TS headers
2020-05-13 Alexandre Olivax86-vxworks malloc aligns to 8 bytes like solaris
2020-04-24 Jonathan Wakelylibstdc++: Make net::service_already_exists default...
2020-04-23 Thomas Rodgerslibstdc++: Mark experimental::net::system_context ctor...
2020-03-21 Jonathan Wakelylibstdc++: Fix experimental::path::generic_string ...
2020-03-18 Jonathan Wakelylibstdc++: Fix type-erasure in experimental::net::execu...
2020-03-16 Jonathan Wakelylibstdc++: Add default constructor to net::service_alre...
2020-02-24 Jonathan Wakelylibstdc++: enable_view has false positives (LWG 3326)
2020-02-19 Jonathan Wakelylibstdc++: "safe" in several library names is misleadin...
2020-01-09 Jonathan Wakelylibstdc++: Fix testsuite failures and warnings due...
2020-01-01 Jakub JelinekUpdate copyright years.
2019-12-09 Jonathan Wakelylibstdc++: Implement ranges::safe_range for C++20 ...
2019-11-30 Jonathan Wakelylibstdc++: Fix experimental::filesystem::u8path(const...
2019-11-29 Jonathan Wakelylibstdc++: Adjust some function templates for coding...
2019-11-29 Tom Honermannlibstdc++: P1423R3 char8_t remediation (2/4)
2019-11-29 Tom Honermannlibstdc++: P1423R3 char8_t remediation (1/4)
2019-10-24 Jonathan WakelySimplify common case of use_future_t that uses std...
2019-10-01 Jonathan WakelyMake some new algorithms work in parallel mode
2019-09-30 Andreas ToblerInclude netinet/in.h in include/experimental/internet
2019-09-26 Jonathan WakelyFix array index error in address_v6 comparisons
2019-08-08 Jonathan WakelyP0325R4 to_array from LFTS with updates
2019-07-12 Jonathan WakelyDefine __type_identity_t alias and use for string_view
2019-06-17 Jonathan WakelyPR libstdc++/90281 Fix string conversions for filesyste...
2019-06-14 Jonathan WakelyDisable -Wctor-dtor-privacy warnings for some standard...
2019-05-28 Jonathan WakelyPR libstdc++/90634 reduce allocations in filesystem...
2019-05-23 Jonathan WakelyMake any_cast compare typeinfo as well as function...
2019-05-23 Jonathan WakelyPR libstdc++/90220 fix experimental::any_cast for non...
2019-05-22 Jonathan WakelyPR libstdc++/77691 fix resource_adaptor failures due...
2019-05-17 Jonathan WakelyFix uses of non-reserved names for template parameters
2019-05-14 Nina Dinka Rannsnonesuch is insufficiently useless (lwg2996)
2019-05-13 Jonathan WakelyPR libstdc++/90454.cc path construction from void*
2019-05-07 Jonathan WakelyImprove API docs for Filesystem TS and Networking TS
2019-05-02 Jonathan WakelyRemove redundant __constexpr_addressof function
2019-05-02 Jonathan WakelyImprove docs for Networking TS
2019-05-02 Jonathan WakelyImprove docs for Library Fundamentals TS
2019-05-02 Jonathan WakelyImprove docs for Filesystem TS
2019-04-26 Jonathan WakelyRemove redundant step in experimental::filesystem:...
2019-04-24 Jonathan WakelyFix basic_string_view typedefs and enforce preconditions
2019-03-11 Jonathan WakelyPR libstdc++/89460 Fix Networking TS test failures...
2019-02-19 Tom HonermannP0482R5 char8_t: Standard library support
2019-01-29 Jonathan WakelyAvoid ambiguity between C++2a std::erase_if and LFTS...
2019-01-21 Ulrich DrepperFix after P0600.
2019-01-10 Jonathan WakelyCheck AI_NUMERICSERV is defined before using it
2019-01-03 Jonathan WakelyPR libstdc++/88607 replace some more UTF-8 characters
2019-01-03 Jonathan WakelyPR libstdc++/88607 replace or remove unnecessary UTF...
2019-01-01 Jakub JelinekUpdate copyright years.
2018-12-12 Jonathan WakelyPR libstdc++/80762 avoid ambiguous __constructible_from...
2018-11-29 Edward Smith-RowlandFix erasure goofs.
2018-11-28 Jonathan WakelyPR libstdc++/83511 add default argument to basic_string...
2018-11-28 Edward Smith-RowlandImplement uniform container erasure for C++20.
2018-10-16 Jonathan WakelyFix versioned namespace macros for Networking TS
2018-10-16 Jonathan WakelyUse autoconf to check for features needed by Networking TS
2018-10-16 Jonathan WakelyAdd missing return
2018-10-12 Jonathan WakelyInitial commit of Networking TS implementation
2018-10-11 Jonathan WakelyPR libstdc++/77691 increase allocation size to at least...
2018-08-22 Jonathan WakelyPR libstdc++/87061 remove pmr type aliases for COW...
2018-08-15 Jonathan WakelyFix experimental::pmr typedefs and add tests
2018-08-15 Jonathan WakelyRefactor uses-allocator construction
2018-07-26 Jonathan WakelyRemove char16_t and char32_t dependency on <stdint.h>
2018-07-25 Jonathan WakelyAdd missing header for std::max_align_t
2018-07-24 Jonathan WakelyMake __resource_adaptor_imp usable with C++17 memory_re...
2018-07-24 Jonathan WakelyPR libstdc++/70966 fix lifetime bug for default resource
2018-07-23 Jonathan WakelyPR libstdc++/70940 optimize pmr::resource_adaptor for...
2018-06-25 Jonathan WakelyAdd experimental::sample and experimental::shuffle...
2018-06-22 Jonathan WakelyPR libstdc++/86280 fix undefined left shift on 32-bit...
2018-06-21 Jonathan WakelyPR libstdc++/70940 make pmr::resource_adaptor return...
2018-06-21 Jonathan WakelyPR libstdc++/70940 make pmr::resource_adaptor return...
2018-06-20 Jonathan WakelyPR libstdc++/70966 make pmr::new_delete_resource()...
2018-05-31 Jonathan WakelyPR libstdc++/78870 support std::filesystem on Windows
2018-05-23 Jonathan WakelyRefactor path construction from null terminated iterato...
2018-05-15 Jonathan WakelyPR libstdc++/83891 fix path::is_absolute() for non...
2018-05-07 Jonathan WakelyPR libstdc++/85671 allow copy elision in path concatenation
2018-01-04 Jonathan WakelyAvoid redundant calls to filesystem::status_known
2018-01-04 Jonathan WakelyPR libstdc++/83607 specialize Boyer-Moore searchers...
2018-01-03 Jakub JelinekUpdate copyright years.
2017-12-01 Jonathan WakelyFix narrowing conversions in string_view types
2017-12-01 Jonathan WakelyDisable -Wliteral-suffix for standard UDLs
2017-11-14 Ville VoutilainenImplement LWG 2733 and LWG 2759
2017-10-24 Jonathan WakelyPR libstdc++/82685 add 'noexcept' to string_view literals
2017-10-23 Jonathan WakelyImplement C++17 Filesystem library
2017-10-19 Jonathan WakelyFix path::iterator post-increment and post-decrement
2017-09-12 Jonathan WakelyPR libstdc++/79433 no #error for including TS headers...
next