summaryrefslogtreecommitdiff
path: root/libcxx
Commit message (Expand)AuthorAgeFilesLines
* [libc++][NFC] Mark LWG issue 2899 as not complete.zoecarver2020-11-031-1/+1
* [libc++] Harden tests against executors not running tests in a shellLouis Dionne2020-11-0312-78/+48
* [libc++] Remove support for .run.fail.cpp testsLouis Dionne2020-11-035-72/+1
* [libc++] NFC: Simplify how we run config testsLouis Dionne2020-11-032-9/+4
* [libc++] Move <memory> helpers outside of std::allocator_traitsLouis Dionne2020-11-032-118/+91
* [libcxx] Error out if __libcpp_mbsrtowcs_l fails in __time_get_storageMartin Storsjö2020-11-031-4/+4
* [libcxx] [libcxxabi] Set flags for visibility when statically linking libcxxa...Martin Storsjö2020-11-031-0/+6
* [libcxx] [test] Use error_code::default_error_condition to check errors again...Martin Storsjö2020-11-037-44/+38
* [libcxx] Avoid double frees of file descriptors in the fallback ifstream/ofst...Martin Storsjö2020-11-031-0/+2
* [libcxx] [test] Create symlink_to_dir as the right kind, as a directory symlinkMartin Storsjö2020-11-031-1/+1
* [libcxx] [test] Avoid an unused variable in non-libcpp cases in path.appendMartin Storsjö2020-11-031-0/+1
* [libcxx] [test] Fix the fs.op.absolute test to cope with windows pathsMartin Storsjö2020-11-031-2/+2
* [libc++] Fix invalid parsing of ints in a <random> testLouis Dionne2020-11-021-90/+90
* [libc++] Migrate warning flags to the DSLLouis Dionne2020-11-024-38/+62
* [libc++][CI] Allow retries in case an agent is lostLouis Dionne2020-11-021-0/+84
* [libc++] NFC: Re-generate the ABI lists with the new scriptLouis Dionne2020-11-022-470/+470
* [libc++] Make it easier to re-generate the ABI listsLouis Dionne2020-11-025-109/+53
* [libc++/libc++abi] Use Python3_EXECUTABLE consistently to run utilitiesLouis Dionne2020-11-022-9/+10
* [libc++] Split off iostreams explicit instantiations into its own source fileLouis Dionne2020-11-023-16/+32
* [libc++] NFC: Remove warning about non-void function returning voidLouis Dionne2020-11-021-1/+1
* [libcxx] Fix regression where `ninja all` doesn't copy libcxx headersNico Weber2020-11-011-1/+1
* [libc++] Fix tests failing with Clang after removing GCC warningsLouis Dionne2020-10-303-4/+4
* [libc++] Add -Wno-sized-deallocation to avoid spurious GCC warningsLouis Dionne2020-10-301-0/+5
* [libc++] NFC: Fix several GCC warnings in the test suiteLouis Dionne2020-10-3095-278/+282
* [libc++] Add a new concept of ConfigAction, and use it in the DSLLouis Dionne2020-10-305-186/+303
* [libc++] Minor cleanup in the test suiteLouis Dionne2020-10-293-26/+23
* [libc++] Remove additional uses of std::rand() missed by 63aeadb4849dLouis Dionne2020-10-2922-96/+63
* [libcxx] [docs] [NFC] Fix typo.Marek Kurdej2020-10-291-1/+1
* [libcxx] Add targets to available features.Daniel Kiss2020-10-291-0/+15
* [libc++] Re-apply the switch-based std::variant implementationMichael Park2020-10-281-136/+217
* [libc++] Fix a few warningsYAMAMOTO Takashi2020-10-282-2/+2
* [libc++] Refactor tests to remove uses of std::rand()Louis Dionne2020-10-2833-814/+779
* [libc++] Move the #error message for no localization to <locale.h>Louis Dionne2020-10-289-17/+28
* [libc++] Remove <clocale> from some system_error testsLouis Dionne2020-10-286-30/+12
* [libcxx] Don't truncate intermediates to wchar_t when wideningMartin Storsjö2020-10-271-2/+2
* [libc++] Try to fix cross-loading of lit.local.cfg on WindowsLouis Dionne2020-10-277-7/+21
* [libc++] Make sure we include a header when checking compiler macrosLouis Dionne2020-10-271-1/+5
* [libc++] Add a libc++ configuration that does not support localizationLouis Dionne2020-10-27117-84/+396
* [libcxx] Fix typo in spelling of 'sentinel'. NFC.Martin Storsjö2020-10-271-11/+11
* [libc++] Get rid of iostreams in the to_string testsLouis Dionne2020-10-273-22/+82
* [libc++] Remove references to CONDUIT_TOKENLouis Dionne2020-10-272-9/+0
* [libc++] Fix filesystem test in C++11/14Louis Dionne2020-10-271-1/+1
* [libc++] Remove the reliance of several <random> tests on <iostream>Louis Dionne2020-10-265-145/+164
* [libc++] Get rid of <iostream> in a filesystem testLouis Dionne2020-10-261-16/+14
* [libc++] NFC: Minor refactoring in filesystem_test_helper.h to ease readabilityLouis Dionne2020-10-261-2/+3
* [libc++] NFC: Consistent indentation for buildkite-pipeline.ymlLouis Dionne2020-10-261-15/+17
* [libc++abi] Make sure we can run the tests in Standalone modeLouis Dionne2020-10-261-1/+2
* [libc++] Fix indentation of buildkite-pipeline.ymlLouis Dionne2020-10-261-10/+10
* [libc++] Add a CI jobs to test the Standalone buildsLouis Dionne2020-10-263-1/+67
* [libc++] NFC: Remove unused includes from the test suiteLouis Dionne2020-10-232-4/+0