summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2017-01-06[libc++] Cleanup and document <__threading_support>Eric Fiselier
2017-01-05typeinfo: style adjustments for adding MS ABI RTTISaleem Abdulrasool
2017-01-05thread_support: split out {,non-}recursive mutexSaleem Abdulrasool
2017-01-05[libcxx] Fix PR31402: map::__find_equal_key has undefined behavior.Eric Fiselier
2017-01-05Fix PR26961 - Add default constructor to std::pointer_safety struct.Eric Fiselier
2017-01-05Fix std::pointer_safety type in ABI v2Eric Fiselier
2017-01-04[NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VISEric Fiselier
2017-01-04Fix private inheritance in C++03 tuple_sizeEric Fiselier
2017-01-04Implement P0505: 'Wording for GB 50'Marshall Clow
2017-01-04[libcxx] Re-implement LWG 2770 again: Fix tuple_size to work with structured ...Eric Fiselier
2017-01-04Implement the last bit of P0031: 'A Proposal to Add Constexpr Modifiers to re...Marshall Clow
2017-01-04config: MSVC 19+ has unicode charsSaleem Abdulrasool
2017-01-04Refactor bitscan64 checkSaleem Abdulrasool
2017-01-03clean up use of _WIN32Saleem Abdulrasool
2017-01-03[libcxx] Add build/test support for the externally threaded libc++abi variantAsiri Rathnayake
2017-01-03[libcxx] Fix testing of the externally-threaded library buildAsiri Rathnayake
2017-01-03Simplify CMake target for the __generated_config headerEric Fiselier
2017-01-03build: remove now unused UNIX_CATSaleem Abdulrasool
2017-01-03Fix creating __generated_config on WindowsEric Fiselier
2017-01-03threading_support: refactor for Win32 threadingSaleem Abdulrasool
2017-01-02Re-implement LWG 2770 - Fix tuple_size with structured bindings.Eric Fiselier
2017-01-02Fix use of throw(...) spec with GCC in C++17Eric Fiselier
2017-01-02Introduce _LIBCPP_DEPRECATED_ABI_EXTERNAL_ERROR_CATEGORY_CONSTRUCTOR ABI option.Eric Fiselier
2017-01-02Rework fix for PR19460 - Use explicit bool as an extension instead.Eric Fiselier
2017-01-02locale: update ctype access for MSVC CRT 14+Saleem Abdulrasool
2017-01-01build: differentiate between building for and on WindowsSaleem Abdulrasool
2016-12-31clean up some qualifier castingSaleem Abdulrasool
2016-12-31remove some inherited attributes on exceptionsSaleem Abdulrasool
2016-12-30improve performance of string::findSebastian Pop
2016-12-30Recommit r290750: Fix PR19460 - std::ios is convertible to int.Eric Fiselier
2016-12-30Revert r290750 - Fix PR19460 - std::ios is convertible to int.Eric Fiselier
2016-12-30Fix PR19460 - std::ios is convertible to int.Eric Fiselier
2016-12-30Remove mblen(), mbtowc() and wctomb() from the thread-unsafe functions.Ed Schouten
2016-12-29Fix PR31489 - std::function self-swap segfaultsEric Fiselier
2016-12-28Fix typo in commentEric Fiselier
2016-12-28Fix ABI incompatible C++03 nullptr_tEric Fiselier
2016-12-28Ensure <__debug> gets the nullptr definition in C++03Eric Fiselier
2016-12-28Fix debug mode for vector/list and cleanup testsEric Fiselier
2016-12-28Fix stupid build error caused by a stupid personEric Fiselier
2016-12-28Add tests for unordered container tests and std::stringEric Fiselier
2016-12-28Fix __wrap_iter in debug mode and apply _NOEXCEPT_DEBUG to itEric Fiselier
2016-12-28Fix build errors in C++03 caused by recent debug changesEric Fiselier
2016-12-28Fix debug mode build w/o exceptionsEric Fiselier
2016-12-28Implement a throwing version of _LIBCPP_ASSERT.Eric Fiselier
2016-12-27Implement P0435R1 - Resolving LWG issues for common_typeEric Fiselier
2016-12-27Fix PR31481 - 3+ parameter common_type isn't SFINAE friendlyEric Fiselier
2016-12-24[libc++] Make __num_get_float hiddenShoaib Meenai
2016-12-24Fix bug #31387 - not checking end iterator when parsing decimal escape. Thank...Marshall Clow
2016-12-24Avoid unused warning in __throw_future_error w/o exceptions enabledEric Fiselier
2016-12-24fix sign comparison warningsEric Fiselier