summaryrefslogtreecommitdiffstats
path: root/libcxx/test/input.output/file.streams/fstreams
Commit message (Collapse)AuthorAgeFilesLines
* Move common header files into a 'support' directory; make 'testit' include ↵Marshall Clow2013-01-052-2/+2
| | | | | | -I to that directory; rename 'iterators.h' to 'iterator_test.h'; remove hard-coded paths to include files from more than 350 source files llvm-svn: 171594
* Windows porting work by Ruben Van BoxemHoward Hinnant2011-10-032-2/+6
| | | | llvm-svn: 141003
* Correct test.Howard Hinnant2011-07-191-0/+1
| | | | llvm-svn: 135460
* Make all fstream tests use tmpnam if creating files, rather thanAlexis Hunt2011-07-1824-156/+205
| | | | | | hard-coded names. llvm-svn: 135444
* Do a litmus test of using tmpnam to generate safe temporary file namesAlexis Hunt2011-07-181-4/+6
| | | | | | for the tests that open new data files. llvm-svn: 135422
* license changeHoward Hinnant2010-11-1648-96/+96
| | | | llvm-svn: 119395
* Changed __config to react to all of clang's currently documented has_feature ↵Howard Hinnant2010-09-048-16/+16
| | | | | | flags, and renamed _LIBCPP_MOVE to _LIBCPP_HAS_NO_RVALUE_REFERENCES to be more consistent with the rest of the libc++'s flags, and with clang's nomenclature. llvm-svn: 113086
* Accidentally changed a data file during the whitespace cleanupHoward Hinnant2010-08-231-1/+1
| | | | llvm-svn: 111845
* Fixing whitespace problemsHoward Hinnant2010-08-2219-20/+20
| | | | llvm-svn: 111758
* UTF-8 data in this file somehow got garbledHoward Hinnant2010-05-281-1/+1
| | | | llvm-svn: 104952
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-1149-49/+49
| | | | llvm-svn: 103516
* libcxx initial importHoward Hinnant2010-05-1154-0/+2360
llvm-svn: 103490
OpenPOWER on IntegriCloud