summaryrefslogtreecommitdiffstats
path: root/libcxx/utils
Commit message (Expand)AuthorAgeFilesLines
* Merging r340406:Hans Wennborg2018-08-221-1/+6
* Merging r339874:Hans Wennborg2018-08-161-1/+2
* Implement <filesystem>Eric Fiselier2018-07-271-5/+5
* Remove BUILD file from google-benchmarkEric Fiselier2018-07-101-65/+0
* Update google-benchark to trunkEric Fiselier2018-07-1066-729/+2671
* Remove old workaround that is no longer neededEric Fiselier2018-07-041-3/+0
* Fix libcxx tests after clang r334677.Richard Smith2018-06-171-3/+7
* Avoid Clang error about throwing _LIBCPP_ASSERT in noexcept function.Eric Fiselier2018-03-221-5/+0
* commit temporary workaround for new Clang exception warningEric Fiselier2018-03-221-0/+5
* Allow passing additional compiler/linker flags for the testsAlexander Richardson2018-02-231-0/+6
* Fix test failure on compilers w/o deduction guidesEric Fiselier2018-02-151-1/+2
* Update Google Benchmark libraryEric Fiselier2018-01-1868-2610/+4870
* Fix nodiscard failure tests on compilers w/o -verify.Eric Fiselier2018-01-171-1/+12
* [libcxx] Support the use of compiler-rt in lit testsPetr Hosek2018-01-081-1/+3
* Attempt to fix template depth test failures on older Clang versionsEric Fiselier2017-11-191-0/+3
* Teach test suite about C++2a dialect flag.Eric Fiselier2017-11-071-2/+3
* Change test suite to support c++17 dialect flag instead of c++1z.Eric Fiselier2017-11-071-3/+5
* [libc++] Support Microsoft ABI without vcruntime headersShoaib Meenai2017-10-091-0/+3
* [libc++] Add site config option for ABI macrosShoaib Meenai2017-10-041-1/+1
* Fix test suite misconfiguration on OS XEric Fiselier2017-10-031-2/+2
* Improve test runner output for broken configurations.Eric Fiselier2017-10-022-6/+16
* Use CMAKE_AR instead of the system default 'ar' for merging static librariesMartin Storsjo2017-09-131-3/+9
* libcxx: fix merge_archives error variable nameMartell Malone2017-09-121-1/+1
* Handle object files named *.obj in merge_archives.pyMartin Storsjo2017-09-121-1/+1
* XFAIL tests on SLES11Brian Cain2017-09-081-2/+4
* Fix issues with UBSAN test configuration.Eric Fiselier2017-07-101-4/+0
* Fix filesystem build on platforms with weird time_t types.Eric Fiselier2017-07-081-0/+1
* cmath: Support clang's -fdelayed-template-parsingDuncan P. N. Exon Smith2017-07-071-0/+3
* Suppress -Waligned-allocation-unavailable warning in libc++ test suiteEric Fiselier2017-07-051-0/+1
* [lit/libcxx] Fix a remaining reference to lit.util.capture() in custom libcxx...David L. Jones2017-06-291-5/+6
* remove incorrectly committed assertionEric Fiselier2017-06-151-1/+0
* Add hack to get --param=enable_modules=true working with a __config_site headerEric Fiselier2017-06-151-3/+17
* Define -DNOMINMAX when running the tests on WindowsEric Fiselier2017-05-311-1/+5
* Disable the coroutines tests until Clang bumps __cpp_coroutines to reflect re...Eric Fiselier2017-05-251-1/+9
* Add <experimental/coroutine>Eric Fiselier2017-05-251-0/+5
* [test] Add support for Objective-C++ testsErik Pilkington2017-05-193-4/+27
* Workaround -W#warnings on Windows until the correct fixes can landEric Fiselier2017-05-101-0/+3
* Clean up LIT failure output by not showing the entire environmentEric Fiselier2017-05-101-28/+3
* Attempt to speculatively unbreak Apple build botsEric Fiselier2017-05-101-11/+1
* Improve how LIT reports the added environment variablesEric Fiselier2017-05-101-1/+5
* Attempt to unbreak Libc++ test configurationEric Fiselier2017-05-101-4/+1
* Fix test runtime environment on WindowsEric Fiselier2017-05-091-1/+4
* Fix misspelling of environment throughout libc++Eric Fiselier2017-05-091-1/+1
* Fix Windows tests when __config_site is present.Ben Craig2017-05-091-1/+1
* Revert "Fix Windows tests when __config_site is present."Ben Craig2017-05-091-1113/+1113
* Fix Windows tests when __config_site is present.Ben Craig2017-05-081-1113/+1113
* Fix Windows locale detectionEric Fiselier2017-05-081-12/+14
* Revert "Actually remove the MSVC STL when linking and testing libc++ on Windows"Eric Fiselier2017-05-071-5/+1
* Actually remove the MSVC STL when linking and testing libc++ on WindowsEric Fiselier2017-05-071-1/+5
* Add markup for libc++ dylib availabilityMehdi Amini2017-05-041-7/+43
OpenPOWER on IntegriCloud