summaryrefslogtreecommitdiffstats
path: root/libcxx/test/input.output/iostream.format
Commit message (Expand)AuthorAgeFilesLines
* Move test into test/std subdirectory.Eric Fiselier2014-12-20121-8635/+0
* Add more REQUIRES: LOCALE.* to tests.Dan Albert2014-11-212-0/+4
* Fix assignments that should be comparisons x3Eric Fiselier2014-08-231-2/+2
* Change two tests to be less dependant on locales.Eric Fiselier2014-08-122-4/+5
* Fix bug 19740; round-tripping a pointer through a stream doesn't workMarshall Clow2014-05-211-0/+18
* Remove XFAIL from a number of tests that aren't expected to failJustin Bogner2014-05-155-15/+0
* Add more tests for std::ws as pointed out by bug #19497Marshall Clow2014-04-211-0/+20
* Implement LWG #2344: quoted()'s interaction with padding is unclear. I think ...Marshall Clow2014-03-071-4/+19
* Fix a test that I broke over the weekendMarshall Clow2013-11-191-10/+10
* Fixed bug in quoted strings implementation. Added test to be sure. Thanks to ...Marshall Clow2013-11-141-0/+12
* LWG issue 2341; Make the two variants of basic_ostream::seekp and basic_istre...Marshall Clow2013-10-312-2/+8
* N3545: Quoted stringsMarshall Clow2013-09-053-0/+270
* XFAIL a few tests on darwin12Howard Hinnant2013-08-223-0/+3
* Add pointer format test for Windows.Howard Hinnant2013-07-161-1/+7
* War on tabs.Howard Hinnant2013-07-081-12/+12
* XFAIL this test on 10.7 and 10.8Howard Hinnant2013-07-011-0/+3
* In istream::ignore, check the delimeter as an int_type, not as a char_type, s...Howard Hinnant2013-07-011-0/+34
* [tests] Mark some istream.unformatted expected failures (with system libc++).Daniel Dunbar2013-02-054-0/+9
* Move common header files into a 'support' directory; make 'testit' include -I...Marshall Clow2013-01-054-4/+4
* Test case for http://llvm.org/bugs/show_bug.cgi?id=14670.Howard Hinnant2012-12-201-0/+2
* Andrew Morrow: This patch fixesHoward Hinnant2012-08-021-1/+1
* Windows porting work by Ruben Van BoxemHoward Hinnant2011-10-034-12/+20
* More fixes to the tests. Add UTF-8 encoding to all locales that don't specif...David Chisnall2011-09-214-12/+12
* Reimplemented much of <istream> such that single character extractions do not...Howard Hinnant2011-09-014-8/+8
* Fix test bug.Howard Hinnant2011-05-141-1/+1
* license changeHoward Hinnant2010-11-16117-234/+234
* Changed __config to react to all of clang's currently documented has_feature ...Howard Hinnant2010-09-048-32/+32
* Fixing whitespace problemsHoward Hinnant2010-08-2235-51/+51
* more :: to _Howard Hinnant2010-05-1813-0/+0
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-11117-117/+117
* libcxx initial importHoward Hinnant2010-05-11117-0/+8239
OpenPOWER on IntegriCloud