aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/std/system_error
AgeCommit message (Expand)AuthorFilesLines
2025-01-02Update copyright years.Jakub Jelinek1-1/+1
2024-09-25libstdc++: #ifdef out #pragma GCC system_headerJason Merrill1-0/+2
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-11-04libstdc++: Use strerror_r in std::generic_category()::message(int) [PR110133]Jonathan Wakely1-2/+2
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-10-03libstdc++: Mark headers that must be hosted as such [PR103626]Arsen Arsenović1-0/+2
2022-09-08libstdc++: Find make_error_code and make_error_condition via ADL onlyJonathan Wakely1-5/+13
2022-08-26libstdc++: Simplify std::error_code and std::error_conditionJonathan Wakely1-18/+20
2022-05-17libstdc++: Add attributes to <system_error> and relatedJonathan Wakely1-2/+21
2022-05-13libstdc++: Improve doxygen docs for <system_error>Jonathan Wakely1-29/+107
2022-05-13libstdc++: Add macros for the inline namespace std::_V2Jonathan Wakely1-2/+3
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-07-01libstdc++: Improvements to Doxygen markupJonathan Wakely1-5/+21
2021-04-06libstdc++: Fix doxygen markup for group close commandsJonathan Wakely1-1/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-07-06libstdc++: Fix -Wmismatched-tags warnings (PR 96063)Jonathan Wakely1-2/+4
2020-02-20libstdc++: Define operator<=> for <system_error> typesJonathan Wakely1-24/+55
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-05-04Fix reference to wrong class in commentJonathan Wakely1-1/+1
2019-05-04Improve API docs for <system_error> headerJonathan Wakely1-11/+71
2019-05-04Fix std::hash<std::error_condition>Jonathan Wakely1-6/+4
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-05-18Some libstdc++ fixes for -Wdeprecated-copy.Jason Merrill1-0/+5
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-03-23Implement LWG 2686, std::hash<error_condition>, for C++17Daniel Kruegler1-4/+18
2017-03-23Implement P0607R0 "Inline Variables for Standard Library" for C++17Daniel Kruegler1-2/+3
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-07-29Implement C++17 variable templates for type traits.Ville Voutilainen1-0/+7
2016-06-16Remove trailing whitespace from libstdc++ headersJonathan Wakely1-22/+22
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-09-17Remove redundant conditional expressions in <system_error>Jonathan Wakely1-2/+2
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-19New std::string implementation.Jonathan Wakely1-5/+26
2014-11-14Define C++11 version of std::ios_base::failure.Jonathan Wakely1-10/+5
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford1-1/+1
2013-05-19system_error (error_category::error_category()): LWG 2145: Declare public and...Jonathan Wakely1-3/+6
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford1-1/+1
2012-11-10* many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus.Jason Merrill1-2/+2
2011-12-06re PR libstdc++/51438 (std::exception and derived classes are not compatible ...Paolo Carlini1-1/+1
2011-11-18hash-long-double-aux.cc: Rename to...Paolo Carlini1-1/+1
2011-07-20system_error: Use noexcept.Paolo Carlini1-51/+53
2011-03-15Makefile.am: Add functional.cc, shared_ptr.cc.Benjamin Kosnik1-4/+2
2011-01-30PR libstdc++/36104 part fourBenjamin Kosnik1-4/+10
2010-12-19*: Use headername alias to associate private includes to public includes.Benjamin Kosnik1-1/+1
2010-09-22functional_hash.h (__hash_base): Add.Paolo Carlini1-1/+1
2010-09-16system_error (system_error::system_error(error_code), [...]): Fix for what() ...Paolo Carlini1-7/+10
2010-09-13hash_bytes.cc: New file...Matt Austern1-3/+2
2010-02-25functional_hash.h (__hash_combine): Remove.Paolo Carlini1-1/+1
2010-02-23functional_hash.h (struct _Fnv_hash): Rename to _Fnv_hash_base.Paolo Carlini1-2/+7
2010-02-22functional_hash.h (hash<string>, [...]): Move, per DR 1182 to...Paolo Carlini1-0/+24