summaryrefslogtreecommitdiffstats
path: root/libcxx/utils
Commit message (Expand)AuthorAgeFilesLines
* 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
* XFAIL Windows test failures under test/libcxxEric Fiselier2017-04-211-1/+1
* Fix 'verify-support' available featureEric Fiselier2017-04-211-2/+2
* Fix comment and remove incorrect linker flags in test configurationEric Fiselier2017-04-201-3/+5
* Rename the static version of libc++ on Windows.Eric Fiselier2017-04-201-1/+5
* Make linker errors verbose on WindowsEric Fiselier2017-04-201-0/+2
* Fix typo in Windows test configuration codeEric Fiselier2017-04-191-1/+1
* Update google benchmarkEric Fiselier2017-04-1841-159/+1227
* Fix remote test execution in litMehdi Amini2017-04-061-2/+3
* suppress GCC warning about noexcept functions changing manglingEric Fiselier2017-04-031-0/+1
* libc++ testing: fix invalid python syntaxMehdi Amini2017-03-301-1/+1
* libc++ testing: fix assertion around `use_system_cxx_lib`Mehdi Amini2017-03-301-2/+2
* libc++ config testing: `use_system_cxx_lib` can be a boolMehdi Amini2017-03-301-1/+1
* libc++ testing: allow to provide a path for `use_system_cxx_lib`Mehdi Amini2017-03-302-5/+18
* Add deployment knobs to tests (for Apple platforms)Mehdi Amini2017-03-152-4/+122
* Fix nonsense commentEric Fiselier2017-03-041-1/+2
* teach LIT how to detect the glibc versionEric Fiselier2017-03-041-0/+8
* Fix python 3 syntax error in sym_diffEric Fiselier2017-03-021-1/+1
* test: prevent incorrect quoting of pathsSaleem Abdulrasool2017-02-171-13/+11
* Update all bug URL's to point to https://bugs.llvm.org/...Eric Fiselier2017-02-171-1/+1
* update revision in CHANGELOG.TXT and fix python errorEric Fiselier2017-02-171-1/+1
* [libc++] Fix PR 31938 - std::basic_string constructors use non-deductible par...Eric Fiselier2017-02-171-0/+3
OpenPOWER on IntegriCloud