summaryrefslogtreecommitdiffstats
path: root/libcxx
Commit message (Expand)AuthorAgeFilesLines
* Prevent ill-formed instantiation of __invoke_of<...> during the evaluation of...Eric Fiselier2014-12-232-2/+51
* Remove non-const test to get test passing. Will come back later and (correctl...Marshall Clow2014-12-231-4/+0
* [libcxx] Consolidate new/delete replacement in tests and disable it when usin...Eric Fiselier2014-12-2219-449/+372
* [libcxx] Add numerous options to libc++ LIT test suite configuration. Eric Fiselier2014-12-224-51/+242
* Fix PR22000. __bit_iterator::move_backwards. Also make a note that __bit_iter...Marshall Clow2014-12-221-1/+1
* Move unconditional test compile and link flags into their configuration funct...Eric Fiselier2014-12-201-2/+4
* [libcxx] Teach libcxx's lit configuration new ways to find lit.site.cfgEric Fiselier2014-12-205-10/+45
* Move test into test/std subdirectory.Eric Fiselier2014-12-204817-0/+13
* [libcxx] Add <experimental/type_traits> for LFTSEric Fiselier2014-12-198-0/+1368
* Remove unneeded configuration code.Eric Fiselier2014-12-191-12/+4
* [libcxx] Allow the use of ccache when running the test suite.Eric Fiselier2014-12-191-12/+46
* Re-commit the test for regex that I busted last night - now passes under ASANMarshall Clow2014-12-161-2/+2
* Revert "Fix installheaders target's permissions"Justin Bogner2014-12-161-14/+0
* Appease the c++14 buildbotsJonathan Roelofs2014-12-161-0/+4
* Comment out the breaking tests until I figure out what's going on here.Marshall Clow2014-12-161-2/+2
* Fix installheaders target's permissionsJonathan Roelofs2014-12-161-0/+14
* Once more w/o the typo.Marshall Clow2014-12-161-5/+4
* Fix the literal string that I said would be six elements long to actually be ...Marshall Clow2014-12-161-2/+2
* Add test to ensure that iterator_traits<NotAnIterator> doesn't have a value typeMarshall Clow2014-12-161-0/+12
* Implement LWG 2217 - operator==(sub_match, string) slices on embedded '\0'sMarshall Clow2014-12-153-18/+22
* Add option to turn off installation of headers.Eric Fiselier2014-12-122-5/+8
* Include newlib-specific locales in __localeSergey Dmitrouk2014-12-121-0/+2
* Add support for building libc++ as a 32 bit libraryEric Fiselier2014-12-124-0/+14
* Fix building and running tests when LIBCXX_ENABLE_EXCEPTIONS or LIBCXX_ENABLE...Eric Fiselier2014-12-124-1/+16
* Add 'REQUIRES: long_tests' to one more long testJonathan Roelofs2014-12-111-0/+2
* Add 'REQUIERS: long_tests' to a few more long testsJonathan Roelofs2014-12-114-0/+8
* Fix platform_support.h's get_temp_file_name() on Newlib under __STRICT_ANSI__Jonathan Roelofs2014-12-111-0/+7
* Add an XFAIL for Newlib's missing uchar.hJonathan Roelofs2014-12-111-0/+1
* Mark a bunch of long running tests as 'REQUIRES: long_tests'Jonathan Roelofs2014-12-1138-0/+86
* Mark some more fenv tests as UNSUPPORTED by newlibJonathan Roelofs2014-12-112-0/+4
* Add an XFAIL for Newlib's missing fenv.hJonathan Roelofs2014-12-111-0/+2
* Update information on where to find buildbots. Remove dead buildbot links.Eric Fiselier2014-12-091-11/+5
* Move the optional tests into test/experimental. They were put into test/utili...Marshall Clow2014-12-0968-0/+6
* Add all the relational operators to std::experimental::optional. Also update ...Marshall Clow2014-12-0924-282/+1063
* Explicitly include <sched.h> for sched_yield()Sergey Dmitrouk2014-12-082-0/+2
* Give lit.cfg's threading options default values when not defined.Eric Fiselier2014-12-071-5/+4
* Mark a couple of tests as XFAIL with older compilers.Eric Fiselier2014-12-072-0/+7
* Consolidate error reporting in lit.cfgEric Fiselier2014-12-071-36/+23
* Revert parts of r223594. Use DYLD_LIBRARY_PATH on OSX when running tests.Eric Fiselier2014-12-071-1/+4
* Fix apple clang detection in lit.cfgEric Fiselier2014-12-061-1/+1
* Unify and cleanup rpath handling in tests.Eric Fiselier2014-12-061-10/+3
* [libcxx] Add logic to probe compiler in tests.Eric Fiselier2014-12-061-0/+39
* Add support for building and testing libc++ without threads to CMake.Eric Fiselier2014-12-064-11/+48
* Improve error message when _LIBCPP_HAS_NO_MONOTONIC_CLOCK is used improperlyEric Fiselier2014-12-061-0/+5
* libc++: support NaCl when building thread.cppJF Bastien2014-12-021-4/+4
* libc++: add NaCl and PNaCl support for std::random_deviceJF Bastien2014-12-014-38/+118
* libc++: integral types trap on PNaClJF Bastien2014-11-262-2/+2
* Fixes to get libc++ building on sun solaris. Patch from C Bergstrom.Eric Fiselier2014-11-256-4/+13
* Use lit.util.executeCommand instead of our own versionEric Fiselier2014-11-251-20/+2
* Print lit configuration information after all configuration is done.Eric Fiselier2014-11-241-7/+10
OpenPOWER on IntegriCloud