summaryrefslogtreecommitdiff
path: root/include/system_error
AgeCommit message (Expand)Author
2018-01-02Implement most of P0607: Inline Variables for the Standard Library. This invo...Marshall Clow
2017-09-11Add include of <string> to <system_error>, since things in there return strin...Marshall Clow
2017-01-17Add ABI option to remove recently inlined __shared_count functions from the l...Eric Fiselier
2017-01-04[NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VISEric Fiselier
2017-01-02Introduce _LIBCPP_DEPRECATED_ABI_EXTERNAL_ERROR_CATEGORY_CONSTRUCTOR ABI option.Eric Fiselier
2016-11-14Fixes for LWG 2598, 2686, 2739, 2742, 2747, and 2759, which were adopted last...Marshall Clow
2016-09-24Implement is_error_code_v and is_error_condition_v for c++17. Rework the test...Marshall Clow
2016-08-27Add attribute noreturn to functions that throwAditya Kumar
2015-08-28Fix most GCC warnings during build. Only -Wattribute left.Eric Fiselier
2013-08-24G M: Improve support for compilers not supporting defaulted functions.Howard Hinnant
2013-08-22David Blaikie suggested this test for detecting constexpr on the error_catego...Howard Hinnant
2013-08-21LWG 2145 - mark constructor for std::error_category as inline and constexpr. ...Marshall Clow
2013-08-12Nico Rieck: this patch series fixes visibility issues on Windows as explaine...Howard Hinnant
2013-03-06No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...Howard Hinnant
2012-10-30Rename uses of _ and __ because these are getting stepped on by macros from o...Howard Hinnant
2012-09-14Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you ...Howard Hinnant
2012-03-21It appears that the standard accidentally removed the default constructor for...Howard Hinnant
2012-02-21Modernize conversion to bool to the explicit bool conversion operator (librar...Howard Hinnant
2011-12-02Fix http://llvm.org/bugs/show_bug.cgi?id=11428. Fix provided by Alberto Gane...Howard Hinnant
2011-12-01Quash a whole bunch of warningsHoward Hinnant
2011-11-29Further macro protection by replacing _[A-Z] with _[A-Z]pHoward Hinnant
2011-10-17Windows support by Ruben Van Boxem.Howard Hinnant
2011-05-26Applied noexcept to everything in [diagnostics] (Chapter 19)Howard Hinnant
2010-11-16license changeHoward Hinnant
2010-09-23visibility-decoration.Howard Hinnant
2010-08-22Fixing whitespace problemsHoward Hinnant
2010-08-11#ifdef around Solaris/Linux/Darwin-specific error codes and replace them with...David Chisnall
2010-05-11Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant
2010-05-11libcxx initial importHoward Hinnant