summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include
Commit message (Expand)AuthorAgeFilesLines
* Fix after P0600.Ulrich Drepper2019-01-2165-78/+87
* PR libstdc++/88782 avoid ODR problems in std::make_sharedJonathan Wakely2019-01-182-34/+47
* PR libstdc++/88738 treat shared_ptr and unique_ptr more like plain old pointersUlrich Drepper2019-01-163-36/+44
* Update value of __cpp_lib_shared_ptr_arrays macroJonathan Wakely2019-01-152-2/+2
* Fix more missing or incorrect feature test macrosJonathan Wakely2019-01-153-1/+14
* Fix missing or incorrect feature test macrosJonathan Wakely2019-01-155-7/+13
* P0357R3 reference_wrapper for incomplete typesJonathan Wakely2019-01-111-0/+9
* P0972R0 <chrono> zero(), min(), and max() should be noexceptJonathan Wakely2019-01-111-8/+8
* Fix location of __cpp_lib_erase_if macroJonathan Wakely2019-01-111-1/+1
* Remove trailing whitespace from latest commit.Jakub Jelinek2019-01-111-1/+1
* type_traits (__cpp_lib_is_constant_evaluated): Define.Jakub Jelinek2019-01-112-0/+6
* PR libstdc++/88802 define std::hash<nullptr_t> for C++17Jonathan Wakely2019-01-111-0/+10
* Define __cpp_lib_erase_if feature test macroJonathan Wakely2019-01-107-0/+18
* Check AI_NUMERICSERV is defined before using itJonathan Wakely2019-01-101-0/+4
* Implement LWG 2221: formatted output operator for nullptrVille Voutilainen2019-01-101-0/+6
* re PR tree-optimization/88775 (Optimize std::string assignment)Jakub Jelinek2019-01-101-4/+28
* PR other/16615 [1/5]Sandra Loosemore2019-01-091-2/+2
* Remove some more code duplication in std::optionalJonathan Wakely2019-01-091-37/+37
* PR libstdc++/87855 fix optional for types with non-trivial copy/moveJonathan Wakely2019-01-081-551/+203
* PR libstdc++/88066 use <> for includes not ""Jonathan Wakely2019-01-083-7/+7
* PR libstdc++/87787 avoid undefined null args to memcpy and memmoveJonathan Wakely2019-01-072-4/+10
* PR libstdc++/87431 fix regression introduced by r264574Jonathan Wakely2019-01-061-1/+32
* Define new filesystem::__file_clock typeJonathan Wakely2019-01-051-1/+43
* Export explicit instantiations for C++17 members of std::stringJonathan Wakely2019-01-042-55/+55
* Add allocator-extended copy/move ctors to COW stringJonathan Wakely2019-01-042-13/+29
* Fix bugs in filesystem::path::lexically_normal()Jonathan Wakely2019-01-041-2/+2
* PR libstdc++/88607 replace some more UTF-8 charactersJonathan Wakely2019-01-032-5/+5
* PR libstdc++/88607 replace or remove unnecessary UTF-8 charactersJonathan Wakely2019-01-0311-25/+25
* Update copyright years.Jakub Jelinek2019-01-01791-791/+791
* Respect pointer_traits on node deallocation in _ReuseOrAllocNode parenthesis ...François Dumont2018-12-231-3/+12
* LWG 3171: restore stream insertion for filesystem::directory_entryJonathan Wakely2018-12-181-0/+8
* LWG 2936: update path::compare logic and optimize string comparisonsJonathan Wakely2018-12-181-9/+7
* LWG 3040: define starts_with/ends_with as proposedJonathan Wakely2018-12-181-6/+3
* PR libstdc++/71044 optimize std::filesystem::path constructionJonathan Wakely2018-12-131-101/+124
* Overload std::distance and std::advance for path::iteratorJonathan Wakely2018-12-121-0/+40
* PR libstdc++/80762 avoid ambiguous __constructible_from<void, void>Jonathan Wakely2018-12-122-2/+5
* P0595R2 - is_constant_evaluatedJakub Jelinek2018-12-122-0/+12
* PR libstdc++/88341 - Complex norm doesn't compile with C++11Edward Smith-Rowland2018-12-041-2/+2
* Implement P0457R2 String Prefix and Suffix Checking.Edward Smith-Rowland2018-11-302-1/+84
* 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-309-35/+51
* Only include bits/stl_algo.h for C++20.Edward Smith-Rowland2018-11-293-3/+9
* Fix erasure goofs.Edward Smith-Rowland2018-11-295-5/+20
* PR libstdc++/88119 use alignof in std::alignment_of, not __alignof__Jonathan Wakely2018-11-292-4/+5
* PR libstdc++/83511 add default argument to basic_string_view::substrJonathan Wakely2018-11-282-2/+2
* Implement uniform container erasure for C++20.Edward Smith-Rowland2018-11-2816-26/+205
* PR libstdc++/83306 make filesystem_error no-throw copyableJonathan Wakely2018-11-281-15/+18
* PR libstdc++/67843 set shared_ptr lock policy at build-timeJonathan Wakely2018-11-273-10/+17
* re PR libstdc++/88199 (memory leak on unordered container move assignment)François Dumont2018-11-271-78/+64
* Implement P0415 More constexpr for std::complex.Edward Smith-Rowland2018-11-231-119/+105