summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-02-11Merging r228843:release_36Hans Wennborg
2015-02-10Merging r228353:Hans Wennborg
2015-01-22Merging r226847:Hans Wennborg
2015-01-14Creating release_36 branch off revision 225991Hans Wennborg
2015-01-14Fix a lit configuration diagnostic. NFCJonathan Roelofs
2015-01-14Refactor the lit config's linker flag discovery code. NFCJonathan Roelofs
2015-01-13Make regex::assign not clobber the regex in case of failure. Fixes PR#22213Marshall Clow
2015-01-12Fix vexing parse in test.Eric Fiselier
2015-01-11One more #include request in the test suite from Walter BrownMarshall Clow
2015-01-11Change a couple more template parameter names from 'T' to '_Tp', etc. Thanks ...Marshall Clow
2015-01-10Support Newlib as libc++'s C library [cstdio part, part 2]Jonathan Roelofs
2015-01-09Walter Brown sent a list of tests which needed 'additional includes' to match...Marshall Clow
2015-01-09[libc++] Refactor test components into modules.Dan Albert
2015-01-09K-Ballo found a place where we were using 'V' as a template parameter. Replac...Marshall Clow
2015-01-08In early C++11 standard drafts, std::function derived from std::unary_functio...Marshall Clow
2015-01-08Add checks to make sure the hash functor has the right typedefsMarshall Clow
2015-01-07Missed a typenameMarshall Clow
2015-01-07libc++ implements its' hash objects as deriving from std::unary_function, and...Marshall Clow
2015-01-07In C++03, a bunch of the arithmetic/logical/comparison functors (such as nega...Marshall Clow
2015-01-07Add tests to check the typedefs from the result of std::owner_lessMarshall Clow
2015-01-07Missed one comparison test in r225375Marshall Clow
2015-01-07In C++03, a bunch of the arithmetic/logical/comparison functors (such as add/...Marshall Clow
2015-01-06Move a test to the new tests directory.Dan Albert
2015-01-06Make a test UNSUPPORTED if libcpp-has-no-threads.Dan Albert
2015-01-06Appease MSAN buildbots.Dan Albert
2015-01-06Fix PR 22106; make std::swap work for multi-dimensional arrays. Thanks to Pet...Marshall Clow
2015-01-06Obey [atomics.types.operations.req]/21 for GCC.Dan Albert
2015-01-06[libcxx] Set _LIBCPP_ELAST for mingw.Dan Albert
2014-12-29[cmake/multilib] Teach libc++'s CMake build to support multilib libdirChandler Carruth
2014-12-23Prevent ill-formed instantiation of __invoke_of<...> during the evaluation of...Eric Fiselier
2014-12-23Remove non-const test to get test passing. Will come back later and (correctl...Marshall Clow
2014-12-22[libcxx] Consolidate new/delete replacement in tests and disable it when usin...Eric Fiselier
2014-12-22[libcxx] Add numerous options to libc++ LIT test suite configuration. Eric Fiselier
2014-12-22Fix PR22000. __bit_iterator::move_backwards. Also make a note that __bit_iter...Marshall Clow
2014-12-20Move unconditional test compile and link flags into their configuration funct...Eric Fiselier
2014-12-20[libcxx] Teach libcxx's lit configuration new ways to find lit.site.cfgEric Fiselier
2014-12-20Move test into test/std subdirectory.Eric Fiselier
2014-12-19[libcxx] Add <experimental/type_traits> for LFTSEric Fiselier
2014-12-19Remove unneeded configuration code.Eric Fiselier
2014-12-19[libcxx] Allow the use of ccache when running the test suite.Eric Fiselier
2014-12-16Re-commit the test for regex that I busted last night - now passes under ASANMarshall Clow
2014-12-16Revert "Fix installheaders target's permissions"Justin Bogner
2014-12-16Appease the c++14 buildbotsJonathan Roelofs
2014-12-16Comment out the breaking tests until I figure out what's going on here.Marshall Clow
2014-12-16Fix installheaders target's permissionsJonathan Roelofs
2014-12-16Once more w/o the typo.Marshall Clow
2014-12-16Fix the literal string that I said would be six elements long to actually be ...Marshall Clow
2014-12-16Add test to ensure that iterator_traits<NotAnIterator> doesn't have a value typeMarshall Clow
2014-12-15Implement LWG 2217 - operator==(sub_match, string) slices on embedded '\0'sMarshall Clow
2014-12-12Add option to turn off installation of headers.Eric Fiselier