Daily bump.
[gcc.git] / libstdc++-v3 / include / experimental / bits /
2021-01-04 Jakub JelinekUpdate copyright years.
2020-09-10 Jonathan Wakelylibstdc++: Fix -Wdeprecated-declarations warnings
2020-05-23 Jonathan Wakelylibstdc++: Refactor filesystem::path string conversions
2020-05-23 Jonathan Wakelylibstdc++: Remove incorrect static specifiers
2020-05-20 Jonathan Wakelylibstdc++: Better requirements checking in Networking TS
2020-03-21 Jonathan Wakelylibstdc++: Fix experimental::path::generic_string ...
2020-01-01 Jakub JelinekUpdate copyright years.
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-06-17 Jonathan WakelyPR libstdc++/90281 Fix string conversions for filesyste...
2019-05-28 Jonathan WakelyPR libstdc++/90634 reduce allocations in filesystem...
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-02-19 Tom HonermannP0482R5 char8_t: Standard library support
2019-01-21 Ulrich DrepperFix after P0600.
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-28 Edward Smith-RowlandImplement uniform container erasure for C++20.
2018-10-16 Jonathan WakelyFix versioned namespace macros for Networking TS
2018-10-12 Jonathan WakelyInitial commit of Networking TS implementation
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-03 Jakub JelinekUpdate copyright years.
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...
2017-09-12 Jonathan WakelyPR libstdc++/70483 make std::experimental::string_view...
2017-07-23 François Dumontre PR libstdc++/81064 (Inline namespace regression)
2017-05-10 François DumontBump version namespace.
2017-04-19 Jonathan WakelyPR libstdc++/80448 remove noexcept from defaulted functions
2017-01-26 Jonathan WakelyFix namespace versioning and remove __detail::__identit...
2017-01-01 Jakub JelinekUpdate copyright years.
2016-12-07 Jonathan WakelyReplace uses of C++14 remove_cv_t alias in C++11 header
2016-11-13 Jonathan WakelyAdd array support to std::shared_ptr for C++17
2016-10-28 Jonathan WakelyMake filesystem::path work with basic_string_view ...
2016-10-28 Jonathan WakelyFix filesystem::path for iterators with const value_type
2016-10-26 Jonathan WakelyAdd recursive_directory_iterator::pop(error_code&)
2016-10-21 Jonathan WakelyLWG2720 implement filesystem::perms::symlink_nofollow
2016-10-21 Jonathan WakelyLWG2725 Fix error reporting for filesystem::exists
2016-10-21 Jonathan WakelyLWG2707 init filesystem::path from string_type&&
2016-10-19 Jonathan WakelyMake std::enable_shared_from_this cope with ambiguity
2016-10-19 Jonathan WakelyFix std::experimental::shared_ptr SFINAE constraints
2016-10-18 Jonathan WakelyFix indentation of experimental::shared_ptr code
2016-10-18 Jonathan WakelyFix typos in experimental::shared_ptr
2016-10-03 Jonathan WakelyFix libstdc++ versioned namespace build
2016-09-28 Jonathan WakelyCheck for overflow in filesystem::last_write_time
2016-05-10 Jonathan WakelyTest begin and end functions for directory iterators
2016-05-10 Jonathan WakelyOptimize __directory_iterator_proxy for the common...
2016-05-10 Jonathan Wakelylibstdc++/71005 fix post-increment for filesystem iterators
2016-05-09 Jonathan Wakelylibstdc++/71004 fix recursive_directory_iterator defaul...
2016-04-19 Jonathan WakelyAdd noexcept to Filesystem TS operators
2016-01-04 Jakub JelinekUpdate copyright years.
2015-12-10 Jonathan WakelyFix dejagnu directives in shared_ptr test
2015-12-10 Jonathan WakelyImprove generated libstdc++ API docs
2015-12-01 Jonathan WakelyDefine path::_Cmpt after specializing path::__is_encode...
2015-11-13 Jonathan Wakely* include/experimental/bits/shared_ptr.h: Tweak comments.
2015-11-13 Fan YouImplement std::experimental::shared_ptr with array...
2015-11-12 Jonathan Wakely* include/experimental/bits/string_view.tcc: Fix doxyge...
2015-10-09 Jonathan WakelyAdd include/experimental/bits dir