summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/std/system_error
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2023-01-161-1/+1
* libstdc++: Mark headers that must be hosted as such [PR103626]Arsen Arsenović2022-10-031-0/+2
* libstdc++: Find make_error_code and make_error_condition via ADL onlyJonathan Wakely2022-09-081-5/+13
* libstdc++: Simplify std::error_code and std::error_conditionJonathan Wakely2022-08-261-18/+20
* libstdc++: Add attributes to <system_error> and relatedJonathan Wakely2022-05-171-2/+21
* libstdc++: Improve doxygen docs for <system_error>Jonathan Wakely2022-05-131-29/+107
* libstdc++: Add macros for the inline namespace std::_V2Jonathan Wakely2022-05-131-2/+3
* Update copyright years.Jakub Jelinek2022-01-031-1/+1
* libstdc++: Improvements to Doxygen markupJonathan Wakely2021-07-011-5/+21
* libstdc++: Fix doxygen markup for group close commandsJonathan Wakely2021-04-061-1/+1
* Update copyright years.Jakub Jelinek2021-01-041-1/+1
* libstdc++: Fix -Wmismatched-tags warnings (PR 96063)Jonathan Wakely2020-07-061-2/+4
* libstdc++: Define operator<=> for <system_error> typesJonathan Wakely2020-02-201-24/+55
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* Fix reference to wrong class in commentJonathan Wakely2019-05-041-1/+1
* Improve API docs for <system_error> headerJonathan Wakely2019-05-041-11/+71
* Fix std::hash<std::error_condition>Jonathan Wakely2019-05-041-6/+4
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* Some libstdc++ fixes for -Wdeprecated-copy.Jason Merrill2018-05-181-0/+5
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* Implement LWG 2686, std::hash<error_condition>, for C++17Daniel Kruegler2017-03-231-4/+18
* Implement P0607R0 "Inline Variables for Standard Library" for C++17Daniel Kruegler2017-03-231-2/+3
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* Implement C++17 variable templates for type traits.Ville Voutilainen2016-07-291-0/+7
* Remove trailing whitespace from libstdc++ headersJonathan Wakely2016-06-161-22/+22
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* Remove redundant conditional expressions in <system_error>Jonathan Wakely2015-09-171-2/+2
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* New std::string implementation.Jonathan Wakely2014-12-191-5/+26
* Define C++11 version of std::ios_base::failure.Jonathan Wakely2014-11-141-10/+5
* Update copyright years in libstdc++-v3/Richard Sandiford2014-01-021-1/+1
* system_error (error_category::error_category()): LWG 2145: Declare public and...Jonathan Wakely2013-05-191-3/+6
* Update copyright in libstdc++-v3.Richard Sandiford2013-02-031-1/+1
* * many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus.Jason Merrill2012-11-101-2/+2
* re PR libstdc++/51438 (std::exception and derived classes are not compatible ...Paolo Carlini2011-12-061-1/+1
* hash-long-double-aux.cc: Rename to...Paolo Carlini2011-11-181-1/+1
* system_error: Use noexcept.Paolo Carlini2011-07-201-51/+53
* Makefile.am: Add functional.cc, shared_ptr.cc.Benjamin Kosnik2011-03-151-4/+2
* PR libstdc++/36104 part fourBenjamin Kosnik2011-01-301-4/+10
* *: Use headername alias to associate private includes to public includes.Benjamin Kosnik2010-12-191-1/+1
* functional_hash.h (__hash_base): Add.Paolo Carlini2010-09-221-1/+1
* system_error (system_error::system_error(error_code), [...]): Fix for what() ...Paolo Carlini2010-09-161-7/+10
* hash_bytes.cc: New file...Matt Austern2010-09-131-3/+2
* functional_hash.h (__hash_combine): Remove.Paolo Carlini2010-02-251-1/+1
* functional_hash.h (struct _Fnv_hash): Rename to _Fnv_hash_base.Paolo Carlini2010-02-231-2/+7
* functional_hash.h (hash<string>, [...]): Move, per DR 1182 to...Paolo Carlini2010-02-221-0/+24
* ios_locale.cc: Fixes for -pedantic.Benjamin Kosnik2010-02-171-2/+2
* hashtable.h: Fold in include/tr1_impl/hashtable.h contents.Paolo Carlini2010-02-101-2/+2
* PR c++/38796, Core issue 906Jason Merrill2009-10-261-1/+3
* functional (function): Use explicit operator bool.Benjamin Kosnik2009-05-211-18/+4