aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2019-01-07PR libstdc++/87787 avoid undefined null args to memcpy and memmoveJonathan Wakely3-4/+23
2019-01-07Update documentation for C++17 filesystem libraryJonathan Wakely11-13/+20
2019-01-07Fix build for systems without POSIX truncateJonathan Wakely9-24/+391
2019-01-06PR libstdc++/86756 Move rest of std::filesystem to libstdc++.soJonathan Wakely49-329/+692
2019-01-06PR libstdc++/86756 add std::filesystem::path to libstdc++.soJonathan Wakely60-163/+251
2019-01-06PR libstdc++/87431 fix regression introduced by r264574Jonathan Wakely4-3/+118
2019-01-06PR libstdc++/88607 add tests using -finput-charset=asciiJonathan Wakely6-0/+29
2019-01-05Define new filesystem::__file_clock typeJonathan Wakely4-6/+102
2019-01-04Export explicit instantiations for C++17 members of std::stringJonathan Wakely8-62/+186
2019-01-04Add allocator-extended copy/move ctors to COW stringJonathan Wakely7-19/+67
2019-01-04Fix test failure when -fno-inline is usedJonathan Wakely2-1/+4
2019-01-04Remove XFAIL from test that no longer failsJonathan Wakely2-1/+3
2019-01-04Fix test failure with old Copy-On-Write std::stringJonathan Wakely2-0/+13
2019-01-04Fix bugs in filesystem::path::lexically_normal()Jonathan Wakely5-34/+121
2019-01-04Fix concatenation bug in filesystem::pathJonathan Wakely3-1/+14
2019-01-04Avoid spurious test failures when -fno-inline in test flagsJonathan Wakely3-2/+14
2019-01-03PR libstdc++/88607 replace some more UTF-8 charactersJonathan Wakely3-5/+12
2019-01-03PR libstdc++/88607 replace or remove unnecessary UTF-8 charactersJonathan Wakely12-25/+39
2019-01-03PR libstdc++/88681 export missing symbolsJonathan Wakely5-0/+161
2019-01-02Add more testcases for class template argument deduction of mapsJonathan Wakely3-24/+244
2019-01-02Fix year range in copyright headerJonathan Wakely2-1/+6
2019-01-02Fix year range in libstdc++v3/testsuite/.../empty.cc copyright headerJoel Brobecker2-1/+6
2019-01-01Update copyright years.Jakub Jelinek8933-15110/+15119
2018-12-232018-12-23 François Dumont <fdumont@gcc.gnu.org>François Dumont2-1/+5
2018-12-23Respect pointer_traits on node deallocation in _ReuseOrAllocNode parenthesis ...François Dumont2-3/+22
2018-12-22[Patch, PowerPC/Darwin] Fix library export of long double symbols.Iain Sandoe2-0/+25
2018-12-20Fix filesystem::path tests that fail on WindowsJonathan Wakely4-14/+43
2018-12-20Add missing test from previous commitJonathan Wakely2-0/+45
2018-12-19Fix grammar in libstdc++ ABI history documentationJonathan Wakely2-1/+5
2018-12-18LWG 3171: restore stream insertion for filesystem::directory_entryJonathan Wakely2-0/+12
2018-12-18Fix previous commit to move instead of copyingJonathan Wakely2-1/+4
2018-12-18Micro-optimization to avoid creating temporary pathJonathan Wakely2-1/+6
2018-12-18LWG 2936: update path::compare logic and optimize string comparisonsJonathan Wakely6-79/+300
2018-12-18LWG 3040: define starts_with/ends_with as proposedJonathan Wakely2-6/+12
2018-12-17PR libstdc++/71044 fix off-by-one errors introduced recentlyJonathan Wakely5-7/+93
2018-12-13Fix handling of POSIX paths containing a root-nameJonathan Wakely3-11/+91
2018-12-13PR libstdc++/71044 optimize std::filesystem::path constructionJonathan Wakely6-244/+1461
2018-12-13Fix [fs.path.gen] tests to use backslashes for mingwJonathan Wakely3-14/+43
2018-12-13Fix test to work when path::native() returns wstringJonathan Wakely2-3/+6
2018-12-13Disable new tests for configurations with no libstdc++fs.aJonathan Wakely3-0/+8
2018-12-12Overload std::distance and std::advance for path::iteratorJonathan Wakely3-0/+66
2018-12-12PR libstdc++/80762 avoid ambiguous __constructible_from<void, void>Jonathan Wakely5-2/+70
2018-12-12P0595R2 - is_constant_evaluatedJakub Jelinek5-0/+125
2018-12-11documentation_hacking.xml: Update reference to epubcheck.Gerald Pfeifer2-1/+6
2018-12-10Make test for Filesystem TS actually use the Filesystem TSJonathan Wakely2-5/+10
2018-12-06Darwin fix libstdc++ build warnings.Iain Sandoe2-0/+13
2018-12-06Fix PR libstdc++/64883 Darwin headers use always_inline so don't test thatJonathan Wakely6-8/+19
2018-12-04PR libstdc++/88341 - Complex norm doesn't compile with C++11Edward Smith-Rowland3-2/+35
2018-11-30Implement P0457R2 String Prefix and Suffix Checking.Edward Smith-Rowland11-1/+523
2018-11-30The remainder of the Pre-emptively support P0646R1 for std container erasure.Edward Smith-Rowland1-2/+6