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