aboutsummaryrefslogtreecommitdiff
path: root/libcxx
AgeCommit message (Expand)AuthorFilesLines
2020-09-25[libc++][ci] Don't require passing --token to phabricator-reportLouis Dionne2-15/+13
2020-09-25[libc++] Initial support for pre-commit CI with BuildkiteLouis Dionne5-0/+366
2020-09-23[libc++] Fix spurious test failure in -fno-exceptionsLouis Dionne1-0/+3
2020-09-23[libc++] Re-apply fdc41e11f (LWG1203) without breaking the C++11 buildLouis Dionne7-45/+118
2020-09-23Revert "[libc++] Implement LWG1203"Raphael Isemann7-118/+45
2020-09-22[libc++] NFC: Reindent the feature test macro generation scriptLouis Dionne1-624/+435
2020-09-22[libc++] NFC: Collocate C++20 removed members of std::allocatorLouis Dionne1-86/+92
2020-09-22[libc++] Implement LWG1203Louis Dionne7-45/+118
2020-09-22[libc++] Implement C++20's P0784 (More constexpr containers)Louis Dionne27-389/+856
2020-09-22[libc++] NFC: Remove trailing whitespace from the feature test macro tableLouis Dionne2-108/+109
2020-09-21[libc++] Fix copy/paste error that broke a testLouis Dionne1-1/+1
2020-09-21[libc++] Fix failures when running the test suite without RTTILouis Dionne47-326/+283
2020-09-21[libc++] Verify base substitutions earlier in the testing formatLouis Dionne1-7/+7
2020-09-19Fixes complexity of map insert_or_assign with a hint.Mark de Wever3-36/+138
2020-09-17[libc++] Remove some workarounds for missing variadic templatesLouis Dionne5-396/+92
2020-09-16Commenting out atomics with padding to unbreak MSAN testsogiroux1-4/+14
2020-09-16[libc++] Ensure streams are initialized earlyLouis Dionne2-1/+89
2020-09-15[libc++] Fix broken test for std::any and allocatorsLouis Dionne1-13/+3
2020-09-15[libc++] Add missing friend keywordLouis Dionne1-1/+1
2020-09-15[libc++] Add a benchmark for std::map operationsMark de Wever1-0/+1037
2020-09-15[libc++] Use allocator_traits to consistently allocate/deallocate/construct/d...Marshall Clow2-7/+156
2020-09-15[libcxx] Disable failing test for no-exceptions buildOliver Stannard1-4/+4
2020-09-14[Take 2] [libc++] Make rotate a constexpr.zoecarver9-36/+145
2020-09-14Revert "[libc++] Make rotate a constexpr."zoecarver6-124/+36
2020-09-14[libc++][test] Portability fix of std::strstreambuf constructor testLouis Dionne1-1/+1
2020-09-14[libc++] Finish implementing P0202R3Nicholas-Baron5-172/+170
2020-09-14[libc++] Make rotate a constexpr.zoecarver6-36/+123
2020-09-14[libc++] Add comment in atomic test to explain why part of it is disabled on ...Louis Dionne1-1/+1
2020-09-14[libc++] Use LLVM 11 instead of trunk on build botsLouis Dionne1-1/+1
2020-09-14[libc++] Upgrade the Clang on build botsLouis Dionne2-2/+1
2020-09-14[libcxx] ostream{,buf}_iterator::difference_type changes in C++20Louis Dionne3-7/+45
2020-09-11Re-split integral & pointer overloads. Add tests.Olivier Giroux5-8/+80
2020-09-11[libcxx] Remove the 'availability' Lit featureLouis Dionne20-157/+170
2020-09-11[libc++] NFC: Add missing license to testLouis Dionne1-0/+8
2020-09-11[libcxx] Handle target triples with dashes in platform nameMikhail Maltsev1-1/+1
2020-09-10[libcxx] Make sure we pass -isysroot when linking AND when compilingLouis Dionne2-1/+3
2020-09-10[libcxx] Simplify back-deployment testingLouis Dionne5-141/+51
2020-09-09Revert a test using padding bits in atomicsOlivier Giroux1-1/+1
2020-09-09[libc++] Fix variant benchmark build for some configurations.Eric Fiselier1-12/+10
2020-09-09Update atomic feature macros, synopsis, signatures to match C++20. Improve te...Olivier Giroux15-185/+856
2020-09-08[libc++] Allow overriding the cached value of LIBCXX_TEST_CONFIGLouis Dionne1-1/+1
2020-09-08[libc++] Make sure we always print all available featuresLouis Dionne1-0/+2
2020-09-08[CMake] Remove dead FindPythonInterp codeRaul Tambre1-25/+11
2020-09-03[libc++] Mark std::atomic<_ExtInt> test as unsupported in C++03Louis Dionne1-0/+2
2020-09-03[libc++] Make ext-int.verify.cpp test compatible with c++03John Brawn1-1/+1
2020-09-02[libc++] Avoid including <sys/cdefs.h> on non-Apple platforms in <ctime>Louis Dionne1-3/+5
2020-09-02[libcxx] Fix whitespace errorMichael Schellenberger Costa4-30/+30
2020-09-02Add constexpr to pairMichael Schellenberger Costa14-377/+478
2020-09-02[libc++] Remove definition of _LIBCPP_ALIGNOF for GCC in C++03 modeLouis Dionne1-3/+1
2020-09-02[libc++] Fix incorrect usage of __STDC_HOSTED__hyd-dev2-1/+22