aboutsummaryrefslogtreecommitdiff
path: root/libcxx
AgeCommit message (Expand)AuthorFilesLines
2019-05-06[libcxx] Don't use -fvisibility-global-new-delete-hidden when not defining themPetr Hosek1-1/+6
2019-05-03Mark is_trivially_destructible as unsupported with apple-clang-9Nico Weber1-0/+1
2019-05-02[libc++][test] Remove non-portable assumption that thread's constructor alloc...Casey Carter1-10/+19
2019-05-02[libc++][CMake] Link against libSystem on Apple platformsLouis Dionne2-0/+11
2019-05-02[gn] Support for building libc++Petr Hosek1-2/+1
2019-05-02[libcxx] cmake - guard list removeBrian Cain1-4/+6
2019-05-01Add missing locale requirement to test.Dan Albert1-0/+1
2019-05-01[WebAssembly] WASI support for libcxxDan Gohman5-6/+12
2019-05-01Get rid of a bunch of 'unused variable' warnings in test when run with debug_...Marshall Clow5-4/+8
2019-05-01[libcxx] Move CMake file to src, avoid using globsPetr Hosek2-17/+78
2019-05-01Fix a bunch of unordered container tests that were failing when _LIBCPP_DEBUG...Marshall Clow18-46/+41
2019-04-30Support overaligned types in `aligned_storage`.Eric Fiselier2-2/+12
2019-04-30[libc++][CMake] Refactor how we link against system librariesLouis Dionne3-40/+79
2019-04-30Implement LWG 2960: nonesuch is insufficiently uselessMarshall Clow4-6/+67
2019-04-30Mark LWG#2977 as 'Nothing to do'. NFCMarshall Clow1-2/+2
2019-04-29Add tests specifically for LWG2164. We already did this; but now we have test...Marshall Clow3-1/+24
2019-04-28Fix permission error while running botsEric Fiselier1-0/+1
2019-04-28attempt to unbreak build botsEric Fiselier2-5/+7
2019-04-28Attempt to switch to auto-scaling botsEric Fiselier3-0/+117
2019-04-26Add '_LIBCPP_ASSERT(ready())' to several match_results method that have this ...Marshall Clow8-13/+34
2019-04-26[libc++] Relax libc++-only test on regex_constantsLouis Dionne1-13/+13
2019-04-26Fix r359229 which tried to fix r359159...Chandler Carruth1-1/+1
2019-04-26add tuple_cat test for const TEric Fiselier1-6/+6
2019-04-26Fix return type of std::tuple_cat.Eric Fiselier2-2/+17
2019-04-25Remove incorrect explicit instantiation declarations for valarrayRichard Smith3-6/+4
2019-04-25Remove libc++ checks and workarounds for unsupported old versions of GCC (<4.9).Richard Smith3-68/+39
2019-04-25Fix buildbot failures after r359159.Richard Smith1-1/+1
2019-04-25Set _LIBCPP_DLL_VIS on _LIBCPP_EXTERN_TEMPLATE_TYPE_VIS in MinGW modeMartin Storsjo1-2/+7
2019-04-25[libc++][test] Fix noexcept assertions in variant's get testsCasey Carter3-6/+20
2019-04-25Implement 'lerp'; which is the last bit of P0811. Mark that paper as complete.Marshall Clow3-1/+103
2019-04-25Implement midpoint for floating point types. Reviewed as https://reviews.llvm...Marshall Clow8-1/+228
2019-04-25Update test to better check for the non-constexpr-ness of a move constructor....Marshall Clow1-5/+20
2019-04-25Use modern type trait implementations when available.Richard Smith2-14/+45
2019-04-24Add std::is_constant_evaluated.Eric Fiselier10-10/+103
2019-04-24Make the test object callable. libstdc++'s bind checks that (libc++ currently...Marshall Clow1-1/+1
2019-04-24Fix a one more compare test that assumed -1/0/1 instsad of <0/0/>0. NFC.Marshall Clow1-1/+1
2019-04-24Fix a couple of tests that assumed that compare retunred -1/0/1 instead of <0...Marshall Clow4-7/+7
2019-04-24Add an any_cast test for array types. Thanks to Jonathan Wakely for the sugge...Marshall Clow2-8/+25
2019-04-24Avoid name conflict with kernel headersEric Fiselier4-9/+12
2019-04-23[libcxx] Use relative path for libc++ library when generating scriptPetr Hosek1-1/+4
2019-04-23Fix namespace name conflict with GCCEric Fiselier6-55/+55
2019-04-23Fix implementation of ::abs and std::abs LWG 2192.Eric Fiselier7-52/+242
2019-04-23[libc++] Remove redundant conditionals for Apple platformsLouis Dionne3-8/+6
2019-04-22[libcxx] Update gen_link_script.py to support different input and outputPetr Hosek2-62/+34
2019-04-22[libc++][test] Update some wstring_convert tests for MSVC quirksCasey Carter3-20/+23
2019-04-19[libc++] [test] Silence C++20 deprecation warnings in the MSVC STLCasey Carter1-1/+2
2019-04-19[libc++] Make __debug_less::operator() constexprThomas Anderson2-0/+14
2019-04-18[libc++] Link against libc++abi in the libc++abi testsLouis Dionne1-1/+5
2019-04-18[libc++] [test] Add missing required headers to midpoint.integer.pass.cppBilly Robert O'Neal III1-0/+2
2019-04-18[libc++] Make sure we re-export some missing libc++abi symbols from libc++Louis Dionne4-9/+22