aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include
AgeCommit message (Expand)AuthorFilesLines
2019-02-05Rename __is_trivially_relocatable to __is_bitwise_relocatable.Marc Glisse2-4/+5
2019-01-29Avoid ambiguity between C++2a std::erase_if and LFTS versionJonathan Wakely4-6/+12
2019-01-29Ensure pool resources always use normal mode vectorJonathan Wakely2-1/+8
2019-01-28PR libstdc++/68737 Do not use vsnprintf on HPUXJonathan Wakely1-1/+1
2019-01-24PR libstdc++/88840 delay evaluation of constant until type is completeJonathan Wakely2-9/+12
2019-01-21re PR ipa/86590 (Codegen is poor when passing std::string by value with _GLIB...Jakub Jelinek1-0/+13
2019-01-21Fix after P0600.Ulrich Drepper65-78/+87
2019-01-18PR libstdc++/88782 avoid ODR problems in std::make_sharedJonathan Wakely2-34/+47
2019-01-16PR libstdc++/88738 treat shared_ptr and unique_ptr more like plain old pointersUlrich Drepper3-36/+44
2019-01-15Update value of __cpp_lib_shared_ptr_arrays macroJonathan Wakely2-2/+2
2019-01-15Fix more missing or incorrect feature test macrosJonathan Wakely3-1/+14
2019-01-15Fix missing or incorrect feature test macrosJonathan Wakely5-7/+13
2019-01-11P0357R3 reference_wrapper for incomplete typesJonathan Wakely1-0/+9
2019-01-11P0972R0 <chrono> zero(), min(), and max() should be noexceptJonathan Wakely1-8/+8
2019-01-11Fix location of __cpp_lib_erase_if macroJonathan Wakely1-1/+1
2019-01-11Remove trailing whitespace from latest commit.Jakub Jelinek1-1/+1
2019-01-11type_traits (__cpp_lib_is_constant_evaluated): Define.Jakub Jelinek2-0/+6
2019-01-11PR libstdc++/88802 define std::hash<nullptr_t> for C++17Jonathan Wakely1-0/+10
2019-01-10Define __cpp_lib_erase_if feature test macroJonathan Wakely7-0/+18
2019-01-10Check AI_NUMERICSERV is defined before using itJonathan Wakely1-0/+4
2019-01-10Implement LWG 2221: formatted output operator for nullptrVille Voutilainen1-0/+6
2019-01-10re PR tree-optimization/88775 (Optimize std::string assignment)Jakub Jelinek1-4/+28
2019-01-09PR other/16615 [1/5]Sandra Loosemore1-2/+2
2019-01-09Remove some more code duplication in std::optionalJonathan Wakely1-37/+37
2019-01-08PR libstdc++/87855 fix optional for types with non-trivial copy/moveJonathan Wakely1-551/+203
2019-01-08PR libstdc++/88066 use <> for includes not ""Jonathan Wakely3-7/+7
2019-01-07PR libstdc++/87787 avoid undefined null args to memcpy and memmoveJonathan Wakely2-4/+10
2019-01-06PR libstdc++/87431 fix regression introduced by r264574Jonathan Wakely1-1/+32
2019-01-05Define new filesystem::__file_clock typeJonathan Wakely1-1/+43
2019-01-04Export explicit instantiations for C++17 members of std::stringJonathan Wakely2-55/+55
2019-01-04Add allocator-extended copy/move ctors to COW stringJonathan Wakely2-13/+29
2019-01-04Fix bugs in filesystem::path::lexically_normal()Jonathan Wakely1-2/+2
2019-01-03PR libstdc++/88607 replace some more UTF-8 charactersJonathan Wakely2-5/+5
2019-01-03PR libstdc++/88607 replace or remove unnecessary UTF-8 charactersJonathan Wakely11-25/+25
2019-01-01Update copyright years.Jakub Jelinek791-791/+791
2018-12-23Respect pointer_traits on node deallocation in _ReuseOrAllocNode parenthesis ...François Dumont1-3/+12
2018-12-18LWG 3171: restore stream insertion for filesystem::directory_entryJonathan Wakely1-0/+8
2018-12-18LWG 2936: update path::compare logic and optimize string comparisonsJonathan Wakely1-9/+7
2018-12-18LWG 3040: define starts_with/ends_with as proposedJonathan Wakely1-6/+3
2018-12-13PR libstdc++/71044 optimize std::filesystem::path constructionJonathan Wakely1-101/+124
2018-12-12Overload std::distance and std::advance for path::iteratorJonathan Wakely1-0/+40
2018-12-12PR libstdc++/80762 avoid ambiguous __constructible_from<void, void>Jonathan Wakely2-2/+5
2018-12-12P0595R2 - is_constant_evaluatedJakub Jelinek2-0/+12
2018-12-04PR libstdc++/88341 - Complex norm doesn't compile with C++11Edward Smith-Rowland1-2/+2
2018-11-30Implement P0457R2 String Prefix and Suffix Checking.Edward Smith-Rowland2-1/+84
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-Rowland9-35/+51
2018-11-29Only include bits/stl_algo.h for C++20.Edward Smith-Rowland3-3/+9
2018-11-29Fix erasure goofs.Edward Smith-Rowland5-5/+20
2018-11-29PR libstdc++/88119 use alignof in std::alignment_of, not __alignof__Jonathan Wakely2-4/+5