summaryrefslogtreecommitdiffstats
path: root/libcxx/test/depr/depr.c.headers
Commit message (Expand)AuthorAgeFilesLines
* Move test into test/std subdirectory.Eric Fiselier2014-12-2026-2935/+0
* Add an XFAIL for Newlib's missing uchar.hJonathan Roelofs2014-12-111-0/+1
* Add an XFAIL for Newlib's missing fenv.hJonathan Roelofs2014-12-111-0/+2
* Remove tests that va_copy is not defined when C++ < 11.Eric Fiselier2014-11-201-4/+0
* Change contradictory wording in va_copy test error message.Eric Fiselier2014-11-191-2/+2
* Modify tests to check that va_copy is only defined in C++11 and beyond.Eric Fiselier2014-11-181-2/+8
* Some tests used __typeof__ instead of decltype. Replace these usages.Marshall Clow2014-10-212-4/+4
* Fix unused variables in tests to placate scan-build. Patch from Steve MacKenzie.Eric Fiselier2014-10-191-0/+1
* fix stdio.h test to reflect removal of ::gets in c++14Eric Fiselier2014-08-101-0/+2
* Mark math.h and cmath tests as xfail on linux.Eric Fiselier2014-08-091-0/+2
* Fix a couple of -Wabsolute-value warnings in the libc++ testsMarshall Clow2014-03-061-3/+3
* [tests] XFAIL a few things that require libc (?) support missing on Darwin.Daniel Dunbar2013-02-051-0/+2
* Move common header files into a 'support' directory; make 'testit' include -I...Marshall Clow2013-01-051-1/+1
* Silence some warnings in a test.Howard Hinnant2012-02-251-0/+2
* Fix wchar tests by not assuming that tm is complete and by using theAlexis Hunt2011-07-151-2/+6
* <inttypes.h> does not necessarily include <stdint.h>. Accordingly, doAlexis Hunt2011-07-061-286/+0
* http://llvm.org/bugs/show_bug.cgi?id=9854. Also created an emulated hexfloat...Howard Hinnant2011-05-132-79/+81
* license changeHoward Hinnant2010-11-1626-52/+52
* fixing whitespaceHoward Hinnant2010-09-281-1/+1
* Fixing whitespace problemsHoward Hinnant2010-08-223-3/+2
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-1126-26/+26
* libcxx initial importHoward Hinnant2010-05-1126-0/+3202
OpenPOWER on IntegriCloud