aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
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
2018-11-30Pre-emptively support P0646R1 for std container erasure.Edward Smith-Rowland19-57/+117
2018-11-29Only include bits/stl_algo.h for C++20.Edward Smith-Rowland4-3/+16
2018-11-29Fix erasure goofs.Edward Smith-Rowland15-5/+49
2018-11-29PR libstdc++/88119 use alignof in std::alignment_of, not __alignof__Jonathan Wakely4-14/+29
2018-11-29PR libstdc++/86910 fix filesystem::create_directoriesJonathan Wakely5-23/+194
2018-11-28Fix undefined references in libstdc++fs.aJonathan Wakely2-24/+32
2018-11-28PR libstdc++/83511 add default argument to basic_string_view::substrJonathan Wakely7-2/+168
2018-11-28Implement uniform container erasure for C++20.Edward Smith-Rowland26-26/+720
2018-11-28Apply resolution for LWG DR 3096Jonathan Wakely4-2/+37
2018-11-28PR libstdc++/83306 make filesystem_error no-throw copyableJonathan Wakely5-52/+302
2018-11-28Update C++17 library status docsJonathan Wakely5-20/+48
2018-11-27Clean up temporary files created by std::filesystem testsuiteJonathan Wakely3-0/+7
2018-11-27PR libstdc++/67843 set shared_ptr lock policy at build-timeJonathan Wakely10-21/+224
2018-11-27re PR libstdc++/88199 (memory leak on unordered container move assignment)François Dumont3-112/+169
2018-11-26Only use __float128 in test if availableJonathan Wakely2-0/+7
2018-11-23Implement P0415 More constexpr for std::complex.Edward Smith-Rowland7-154/+524
2018-11-23PR libstdc++/65229 fix pretty printer for std::bitset<0>Martin Sebor3-4/+21
2018-11-23PR libstdc++/87308 adjust regex used in std::any pretty printerJonathan Wakely3-1/+12
2018-11-22Improve relocationMarc Glisse6-9/+45
2018-11-22PR libstdc++/87520 Always pass type-punned type_info referenceJonathan Wakely2-13/+24
2018-11-21re PR c++/87386 (Error message for static_assert show wrong range)Jakub Jelinek8-7/+19
2018-11-21PR libstdc++/88111 Make maximum block size depend on size_t widthJonathan Wakely3-6/+37
2018-11-21PR libstdc++/88113 use size_type consistently instead of size_tJonathan Wakely2-12/+27
2018-11-20Housekeeping for the effective targets of optional's tests.Ville Voutilainen52-51/+106
2018-11-192018-11-19 François Dumont <fdumont@gcc.gnu.org>François Dumont2-33/+44