Daily bump.
[gcc.git] / libstdc++-v3 / testsuite / experimental / filesystem / path /
2021-01-04 Jakub JelinekUpdate copyright years.
2020-11-27 Jonathan Wakelylibstdc++: Fix -Wrange-loop-construct warnings in files...
2020-03-21 Jonathan Wakelylibstdc++: Fix experimental::path::generic_string ...
2020-01-01 Jakub JelinekUpdate copyright years.
2019-11-29 Tom Honermannlibstdc++: P1423R3 char8_t remediation (4/4)
2019-11-29 Tom Honermannlibstdc++: P1423R3 char8_t remediation (3/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-04-30 Jonathan WakelyFix filesystem::path tests
2019-02-19 Tom HonermannP0482R5 char8_t: New standard library tests
2019-01-01 Jakub JelinekUpdate copyright years.
2018-12-13 Jonathan WakelyDisable new tests for configurations with no libstdc...
2018-12-12 Jonathan WakelyPR libstdc++/80762 avoid ambiguous __constructible_from...
2018-12-10 Jonathan WakelyMake test for Filesystem TS actually use the Filesystem TS
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-21 Jonathan WakelyPR libstdc++/85818 make new test require Filesystem...
2018-05-17 Jonathan WakelyPR libstdc++/85818 ensure path::preferred_separator...
2018-05-15 Jonathan WakelyPR libstdc++/83891 fix path::is_absolute() for non...
2018-05-15 Jonathan WakelyRemove unused headers from tests
2018-04-16 Jonathan WakelyMake Filesystem TS tests pass in C++17 mode
2018-01-03 Jakub JelinekUpdate copyright years.
2017-10-23 Jonathan WakelyImplement C++17 Filesystem library
2017-10-21 Jonathan WakelyFix invalid path::iterator test
2017-10-19 Jonathan WakelyFix path::iterator post-increment and post-decrement
2017-09-15 Jakub Jelinekinvoke.texi: Document -std=c++17 and -std=gnu++17 and...
2017-01-01 Jakub JelinekUpdate copyright years.
2016-12-08 Jonathan WakelyFix filesystem test that fails in debug mode
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-14 Paolo Carlini1.cc: Remove 'test' variables.
2016-08-26 Jonathan WakelyUse effective-target instead of -std options
2016-05-05 Jonathan WakelyAdd dg-require-filesystem-ts directive to test
2016-04-19 Jonathan Wakelylibstdc++/69703 ignore endianness in codecvt_utf8
2016-01-04 Jakub JelinekUpdate copyright years.
2015-10-02 Jonathan WakelyAllow Filesystem TS to compile without wchar_t
2015-05-01 Jonathan Wakelyfs_path.h (path::_List): Use vector instead of list.
2015-04-30 Jonathan WakelyImplement N4100 File System TS