]> git.ipfire.org Git - thirdparty/gcc.git/history - libstdc++-v3/include/bits/fs_path.h
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / include / bits / fs_path.h
2022-01-03  Jakub JelinekUpdate copyright years.
2021-10-15  Jonathan Wakelylibstdc++: Fix error in filesystem::path with Clang
2021-10-14  Jonathan Wakelylibstdc++: Make filesystem::path(path&&) always noexcept
2021-10-14  Jonathan Wakelylibstdc++: Fix brainwrong in path::_S_convert(T) [PR102743]
2021-10-13  Jonathan Wakelylibstdc++: Fix regression in memory use when constructi...
2021-10-13  Jonathan Wakelylibstdc++: Refactor filesystem::path encoding conversions
2021-10-13  Jonathan Wakelylibstdc++: Fix dangling string_view in filesystem:...
2021-09-28  Jonathan Wakelylibstdc++: Fix mismatched noexcept-specifiers in filesy...
2021-09-17  Jonathan Wakelylibstdc++: Add 'noexcept' to path::iterator members
2021-09-16  Jonathan Wakelylibstdc++: Remove non-deducible parameter for std:...
2021-07-27  Jonathan Wakelylibstdc++: Remove unnecessary uses of <utility>
2021-07-01  Jonathan Wakelylibstdc++: Improvements to Doxygen markup
2021-06-11  Jonathan Wakelylibstdc++: Fix filesystem::path comparisons for C++23
2021-04-06  Jonathan Wakelylibstdc++: Fix doxygen markup for group close commands
2021-01-14  Jonathan Wakelylibstdc++: Define function to throw filesystem_error...
2021-01-04  Jakub JelinekUpdate copyright years.
2020-10-27  Jonathan Wakelylibstdc++: Add noexcept to declaration of path::_List...
2020-09-10  Jonathan Wakelylibstdc++: Fix -Wnarrowing warnings
2020-06-01  Jonathan Wakelylibstdc++: Fix filesystem::u8path for mingw targets...
2020-05-23  Jonathan Wakelylibstdc++: Refactor filesystem::path string conversions
2020-05-23  Jonathan Wakelylibstdc++: Remove incorrect static specifiers
2020-05-23  Jonathan Wakelylibstdc++: Simplify filesystem::path SFINAE constraints
2020-04-15  Jonathan Wakelylibstdc++: Add comparison operators to std::filesystem...
2020-03-21  Jonathan Wakelylibstdc++: Fix path::generic_string allocator handling...
2020-01-13  Jonathan Wakelylibstdc++: Ensure root-dir converted to forward slash...
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-11-25  Jonathan WakelyPR libstdc++/91786 fix compilation error with Clang
2019-06-26  Jonathan WakelyAdd new helper traits for signed/unsigned integer types
2019-06-17  Jonathan WakelyPR libstdc++/90281 Fix string conversions for filesyste...
2019-05-13  Jonathan WakelyPR libstdc++/90454.cc path construction from void*
2019-05-02  Jonathan WakelyImprove docs for C++17 Filesystem library
2019-04-26  Jonathan WakelyReduce code instantiated by filesystem::path::_S_conver...
2019-04-24  Jonathan WakelyMake filesystem::path comparison operators hidden frien...
2019-04-05  Jonathan WakelyMake filesystem::path safe for self assignment
2019-03-08  Jonathan WakelyAdd fixed underlying type to enum path::format
2019-02-19  Tom HonermannP0482R5 char8_t: Standard library support
2019-02-09  Jonathan WakelyAdd noexcept to filesystem::path query functions
2019-01-04  Jonathan WakelyAdd allocator-extended copy/move ctors to COW string
2019-01-04  Jonathan WakelyFix bugs in filesystem::path::lexically_normal()
2019-01-01  Jakub JelinekUpdate copyright years.
2018-12-18  Jonathan WakelyLWG 2936: update path::compare logic and optimize strin...
2018-12-13  Jonathan WakelyPR libstdc++/71044 optimize std::filesystem::path const...
2018-12-12  Jonathan WakelyOverload std::distance and std::advance for path::iterator
2018-12-12  Jonathan WakelyPR libstdc++/80762 avoid ambiguous __constructible_from...
2018-11-28  Jonathan WakelyPR libstdc++/83306 make filesystem_error no-throw copyable
2018-06-18  Jonathan WakelyLWG 2989 hide path iostream operators from normal lookup
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-23  Jonathan WakelyFix handling of an empty filename at end of a path
2018-05-15  Jonathan WakelyPR libstdc++/83891 fix path::is_absolute() for non...
2018-05-15  Jonathan WakelyPR libstdc++/84159 fix appending strings to paths
2018-05-07  Jonathan WakelyPR libstdc++/85671 allow copy elision in path concatenation
2018-01-03  Jakub JelinekUpdate copyright years.
2017-11-23  Jonathan WakelyAdd [[nodiscard]] attribute to C++17 components
2017-10-27  Jonathan WakelyDefine std::filesystem::path::format enum (P0430R2)
2017-10-23  Jonathan WakelyImplement C++17 Filesystem library