summaryrefslogtreecommitdiff
path: root/libstdc++-v3
Commit message (Expand)AuthorAgeFilesLines
* Fix [fs.path.gen] tests to use backslashes for mingwJonathan Wakely2018-12-133-14/+43
* Fix test to work when path::native() returns wstringJonathan Wakely2018-12-132-3/+6
* Disable new tests for configurations with no libstdc++fs.aJonathan Wakely2018-12-133-0/+8
* Overload std::distance and std::advance for path::iteratorJonathan Wakely2018-12-123-0/+66
* PR libstdc++/80762 avoid ambiguous __constructible_from<void, void>Jonathan Wakely2018-12-125-2/+70
* P0595R2 - is_constant_evaluatedJakub Jelinek2018-12-125-0/+125
* documentation_hacking.xml: Update reference to epubcheck.Gerald Pfeifer2018-12-112-1/+6
* Make test for Filesystem TS actually use the Filesystem TSJonathan Wakely2018-12-102-5/+10
* Darwin fix libstdc++ build warnings.Iain Sandoe2018-12-062-0/+13
* Fix PR libstdc++/64883 Darwin headers use always_inline so don't test thatJonathan Wakely2018-12-066-8/+19
* PR libstdc++/88341 - Complex norm doesn't compile with C++11Edward Smith-Rowland2018-12-043-2/+35
* Implement P0457R2 String Prefix and Suffix Checking.Edward Smith-Rowland2018-11-3011-1/+523
* The remainder of the Pre-emptively support P0646R1 for std container erasure.Edward Smith-Rowland2018-11-301-2/+6
* Pre-emptively support P0646R1 for std container erasure.Edward Smith-Rowland2018-11-3019-57/+117
* Only include bits/stl_algo.h for C++20.Edward Smith-Rowland2018-11-294-3/+16
* Fix erasure goofs.Edward Smith-Rowland2018-11-2915-5/+49
* PR libstdc++/88119 use alignof in std::alignment_of, not __alignof__Jonathan Wakely2018-11-294-14/+29
* PR libstdc++/86910 fix filesystem::create_directoriesJonathan Wakely2018-11-295-23/+194
* Fix undefined references in libstdc++fs.aJonathan Wakely2018-11-282-24/+32
* PR libstdc++/83511 add default argument to basic_string_view::substrJonathan Wakely2018-11-287-2/+168
* Implement uniform container erasure for C++20.Edward Smith-Rowland2018-11-2826-26/+720
* Apply resolution for LWG DR 3096Jonathan Wakely2018-11-284-2/+37
* PR libstdc++/83306 make filesystem_error no-throw copyableJonathan Wakely2018-11-285-52/+302
* Update C++17 library status docsJonathan Wakely2018-11-285-20/+48
* Clean up temporary files created by std::filesystem testsuiteJonathan Wakely2018-11-273-0/+7
* PR libstdc++/67843 set shared_ptr lock policy at build-timeJonathan Wakely2018-11-2710-21/+224
* re PR libstdc++/88199 (memory leak on unordered container move assignment)François Dumont2018-11-273-112/+169
* Only use __float128 in test if availableJonathan Wakely2018-11-262-0/+7
* Implement P0415 More constexpr for std::complex.Edward Smith-Rowland2018-11-237-154/+524
* PR libstdc++/65229 fix pretty printer for std::bitset<0>Martin Sebor2018-11-233-4/+21
* PR libstdc++/87308 adjust regex used in std::any pretty printerJonathan Wakely2018-11-233-1/+12
* Improve relocationMarc Glisse2018-11-226-9/+45
* PR libstdc++/87520 Always pass type-punned type_info referenceJonathan Wakely2018-11-222-13/+24
* re PR c++/87386 (Error message for static_assert show wrong range)Jakub Jelinek2018-11-218-7/+19
* PR libstdc++/88111 Make maximum block size depend on size_t widthJonathan Wakely2018-11-213-6/+37
* PR libstdc++/88113 use size_type consistently instead of size_tJonathan Wakely2018-11-212-12/+27
* Housekeeping for the effective targets of optional's tests.Ville Voutilainen2018-11-2052-51/+106
* 2018-11-19 François Dumont <fdumont@gcc.gnu.org>François Dumont2018-11-192-33/+44
* re PR libstdc++/87855 (std::optional<T> only copy-constructible if T is trivi...Ville Voutilainen2018-11-194-4/+150
* PR libstdc++/88084 - Implement LWG 2777Jonathan Wakely2018-11-194-3/+125
* PR libstdc++/83566 - cyl_bessel_j returns wrong result for x>1000Michele Pezzutti2018-11-186-11/+192
* Implement std::pmr::synchronized_pool_resourceJonathan Wakely2018-11-1713-55/+1387
* [Patch][libstdc++.exp] Update the usage of cached result.Renlin Li2018-11-162-714/+225
* Optimize pool resource allocationJonathan Wakely2018-11-156-11/+230
* Fix test that does undefined shifts greater than width of size_tJonathan Wakely2018-11-152-23/+32
* Add missing dir to create_testsuite_files scriptJonathan Wakely2018-11-143-0/+10
* Fix error when selecting number of memory poolsJonathan Wakely2018-11-132-1/+4
* Fix unused parameter warnings introduced in earlier patchJonathan Wakely2018-11-132-1/+5
* Remove redundant loop in unsynchronized_pool_resource codeJonathan Wakely2018-11-132-26/+16
* Improve handling of pool_options::largest_required_pool_blockJonathan Wakely2018-11-133-21/+101