summaryrefslogtreecommitdiffstats
path: root/include/system_error
Commit message (Expand)AuthorAgeFilesLines
* Add ABI option to remove recently inlined __shared_count functions from the l...Eric Fiselier2017-01-171-1/+1
* [NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VISEric Fiselier2017-01-041-6/+6
* Introduce _LIBCPP_DEPRECATED_ABI_EXTERNAL_ERROR_CATEGORY_CONSTRUCTOR ABI option.Eric Fiselier2017-01-021-1/+2
* Fixes for LWG 2598, 2686, 2739, 2742, 2747, and 2759, which were adopted last...Marshall Clow2016-11-141-0/+12
* Implement is_error_code_v and is_error_condition_v for c++17. Rework the test...Marshall Clow2016-09-241-0/+16
* Add attribute noreturn to functions that throwAditya Kumar2016-08-271-1/+2
* Fix most GCC warnings during build. Only -Wattribute left.Eric Fiselier2015-08-281-1/+1
* G M: Improve support for compilers not supporting defaulted functions.Howard Hinnant2013-08-241-1/+1
* David Blaikie suggested this test for detecting constexpr on the error_catego...Howard Hinnant2013-08-221-1/+2
* LWG 2145 - mark constructor for std::error_category as inline and constexpr. ...Marshall Clow2013-08-211-0/+5
* Nico Rieck: this patch series fixes visibility issues on Windows as explaine...Howard Hinnant2013-08-121-8/+8
* No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...Howard Hinnant2013-03-061-11/+11
* Rename uses of _ and __ because these are getting stepped on by macros from o...Howard Hinnant2012-10-301-1/+1
* Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you ...Howard Hinnant2012-09-141-4/+4
* It appears that the standard accidentally removed the default constructor for...Howard Hinnant2012-03-211-1/+1
* Modernize conversion to bool to the explicit bool conversion operator (librar...Howard Hinnant2012-02-211-2/+2
* Fix http://llvm.org/bugs/show_bug.cgi?id=11428. Fix provided by Alberto Gane...Howard Hinnant2011-12-021-11/+4
* Quash a whole bunch of warningsHoward Hinnant2011-12-011-2/+2
* Further macro protection by replacing _[A-Z] with _[A-Z]pHoward Hinnant2011-11-291-12/+12
* Windows support by Ruben Van Boxem.Howard Hinnant2011-10-171-0/+2
* Applied noexcept to everything in [diagnostics] (Chapter 19)Howard Hinnant2011-05-261-89/+97
* license changeHoward Hinnant2010-11-161-2/+2
* visibility-decoration.Howard Hinnant2010-09-231-9/+16
* Fixing whitespace problemsHoward Hinnant2010-08-221-1/+0
* #ifdef around Solaris/Linux/Darwin-specific error codes and replace them with...David Chisnall2010-08-111-0/+20
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-111-1/+1
* libcxx initial importHoward Hinnant2010-05-111-0/+607