summaryrefslogtreecommitdiffstats
path: root/libcxx
Commit message (Expand)AuthorAgeFilesLines
* force the bots to cycleEric Fiselier2019-05-091-1/+0
* Mark private function __sign as constexpr.Marshall Clow2019-05-071-1/+1
* Remove unneeded <algorithm> include in cmath.Eric Fiselier2019-05-061-1/+0
* [libcxx] Don't use -fvisibility-global-new-delete-hidden when not defining themPetr Hosek2019-05-061-1/+6
* Mark is_trivially_destructible as unsupported with apple-clang-9Nico Weber2019-05-031-0/+1
* [libc++][test] Remove non-portable assumption that thread's constructor alloc...Casey Carter2019-05-021-10/+19
* [libc++][CMake] Link against libSystem on Apple platformsLouis Dionne2019-05-022-0/+11
* [gn] Support for building libc++Petr Hosek2019-05-021-2/+1
* [libcxx] cmake - guard list removeBrian Cain2019-05-021-4/+6
* Add missing locale requirement to test.Dan Albert2019-05-011-0/+1
* [WebAssembly] WASI support for libcxxDan Gohman2019-05-015-6/+12
* Get rid of a bunch of 'unused variable' warnings in test when run with debug_...Marshall Clow2019-05-015-4/+8
* [libcxx] Move CMake file to src, avoid using globsPetr Hosek2019-05-012-17/+78
* Fix a bunch of unordered container tests that were failing when _LIBCPP_DEBUG...Marshall Clow2019-05-0118-46/+41
* Support overaligned types in `aligned_storage`.Eric Fiselier2019-04-302-2/+12
* [libc++][CMake] Refactor how we link against system librariesLouis Dionne2019-04-303-40/+79
* Implement LWG 2960: nonesuch is insufficiently uselessMarshall Clow2019-04-304-6/+67
* Mark LWG#2977 as 'Nothing to do'. NFCMarshall Clow2019-04-301-2/+2
* Add tests specifically for LWG2164. We already did this; but now we have test...Marshall Clow2019-04-293-1/+24
* Fix permission error while running botsEric Fiselier2019-04-281-0/+1
* attempt to unbreak build botsEric Fiselier2019-04-282-5/+7
* Attempt to switch to auto-scaling botsEric Fiselier2019-04-283-0/+117
* Add '_LIBCPP_ASSERT(ready())' to several match_results method that have this ...Marshall Clow2019-04-268-13/+34
* [libc++] Relax libc++-only test on regex_constantsLouis Dionne2019-04-261-13/+13
* Fix r359229 which tried to fix r359159...Chandler Carruth2019-04-261-1/+1
* add tuple_cat test for const TEric Fiselier2019-04-261-6/+6
* Fix return type of std::tuple_cat.Eric Fiselier2019-04-262-2/+17
* Remove incorrect explicit instantiation declarations for valarrayRichard Smith2019-04-253-6/+4
* Remove libc++ checks and workarounds for unsupported old versions of GCC (<4.9).Richard Smith2019-04-253-68/+39
* Fix buildbot failures after r359159.Richard Smith2019-04-251-1/+1
* Set _LIBCPP_DLL_VIS on _LIBCPP_EXTERN_TEMPLATE_TYPE_VIS in MinGW modeMartin Storsjo2019-04-251-2/+7
* [libc++][test] Fix noexcept assertions in variant's get testsCasey Carter2019-04-253-6/+20
* Implement 'lerp'; which is the last bit of P0811. Mark that paper as complete.Marshall Clow2019-04-253-1/+103
* Implement midpoint for floating point types. Reviewed as https://reviews.llvm...Marshall Clow2019-04-258-1/+228
* Update test to better check for the non-constexpr-ness of a move constructor....Marshall Clow2019-04-251-5/+20
* Use modern type trait implementations when available.Richard Smith2019-04-252-14/+45
* Add std::is_constant_evaluated.Eric Fiselier2019-04-2410-10/+103
* Make the test object callable. libstdc++'s bind checks that (libc++ currently...Marshall Clow2019-04-241-1/+1
* Fix a one more compare test that assumed -1/0/1 instsad of <0/0/>0. NFC.Marshall Clow2019-04-241-1/+1
* Fix a couple of tests that assumed that compare retunred -1/0/1 instead of <0...Marshall Clow2019-04-244-7/+7
* Add an any_cast test for array types. Thanks to Jonathan Wakely for the sugge...Marshall Clow2019-04-242-8/+25
* Avoid name conflict with kernel headersEric Fiselier2019-04-244-9/+12
* [libcxx] Use relative path for libc++ library when generating scriptPetr Hosek2019-04-231-1/+4
* Fix namespace name conflict with GCCEric Fiselier2019-04-236-55/+55
* Fix implementation of ::abs and std::abs LWG 2192.Eric Fiselier2019-04-237-52/+242
* [libc++] Remove redundant conditionals for Apple platformsLouis Dionne2019-04-233-8/+6
* [libcxx] Update gen_link_script.py to support different input and outputPetr Hosek2019-04-222-62/+34
* [libc++][test] Update some wstring_convert tests for MSVC quirksCasey Carter2019-04-223-20/+23
* [libc++] [test] Silence C++20 deprecation warnings in the MSVC STLCasey Carter2019-04-191-1/+2
* [libc++] Make __debug_less::operator() constexprThomas Anderson2019-04-192-0/+14
OpenPOWER on IntegriCloud