Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move test into test/std subdirectory. | Eric Fiselier | 2014-12-20 | 60 | -3542/+0 |
| | | | | llvm-svn: 224658 | ||||
* | Remove unused code in a libc++ test. | Nico Weber | 2014-06-02 | 1 | -17/+0 |
| | | | | | | | | | | | Other tests in this directory use this type, so it's probably copypasta from there. (test_buf only forwards to the superclass in all tests where it's used though, so I wonder if it can be replaced with just using filebuf / wfilebuf everywhere?) llvm-svn: 210019 | ||||
* | Implement national body comment GB9: remove std::gets | Marshall Clow | 2013-10-12 | 2 | -0/+25 |
| | | | | llvm-svn: 192538 | ||||
* | Test cleanup with respect to use of deprecated tmpnam function. Also ↵ | Howard Hinnant | 2013-03-22 | 24 | -184/+184 |
| | | | | | | Windows port for these tests to use _tempnam. The bulk of this patch was donated anonymously. I've tested it on OS X and accept responsibility for it. If I've broken anyone's platform by switching from tmpnam to mktemp for the generation of temporary file names, just let me know. Should be easy to fix in test/support/platform_support.h llvm-svn: 177755 | ||||
* | Move common header files into a 'support' directory; make 'testit' include ↵ | Marshall Clow | 2013-01-05 | 2 | -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 | ||||
* | noexcept and constexpr applied to <ios>. | Howard Hinnant | 2012-07-21 | 1 | -0/+3 |
| | | | | llvm-svn: 160593 | ||||
* | Windows porting work by Ruben Van Boxem | Howard Hinnant | 2011-10-03 | 2 | -2/+6 |
| | | | | llvm-svn: 141003 | ||||
* | Remove undefines in cstdio test. Fix these properly rather than bodging the ↵ | David Chisnall | 2011-09-21 | 1 | -24/+0 |
| | | | | | | tests. llvm-svn: 140264 | ||||
* | More fixes to the tests. Add UTF-8 encoding to all locales that don't ↵ | David Chisnall | 2011-09-21 | 1 | -0/+24 |
| | | | | | | specify one. Undefine some stdio.h macros that break the tests. llvm-svn: 140252 | ||||
* | Correct test. | Howard Hinnant | 2011-07-19 | 1 | -0/+1 |
| | | | | llvm-svn: 135460 | ||||
* | Make all fstream tests use tmpnam if creating files, rather than | Alexis Hunt | 2011-07-18 | 24 | -156/+205 |
| | | | | | | hard-coded names. llvm-svn: 135444 | ||||
* | Do a litmus test of using tmpnam to generate safe temporary file names | Alexis Hunt | 2011-07-18 | 1 | -4/+6 |
| | | | | | | for the tests that open new data files. llvm-svn: 135422 | ||||
* | Suppress some warings in the tests. | Howard Hinnant | 2011-05-14 | 1 | -8/+8 |
| | | | | llvm-svn: 131327 | ||||
* | license change | Howard Hinnant | 2010-11-16 | 53 | -106/+106 |
| | | | | llvm-svn: 119395 | ||||
* | Changed __config to react to all of clang's currently documented has_feature ↵ | Howard Hinnant | 2010-09-04 | 8 | -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 cleanup | Howard Hinnant | 2010-08-23 | 1 | -1/+1 |
| | | | | llvm-svn: 111845 | ||||
* | Fixing whitespace problems | Howard Hinnant | 2010-08-22 | 19 | -20/+20 |
| | | | | llvm-svn: 111758 | ||||
* | UTF-8 data in this file somehow got garbled | Howard Hinnant | 2010-05-28 | 1 | -1/+1 |
| | | | | llvm-svn: 104952 | ||||
* | Wiped out some non-ascii characters that snuck into the copyright. | Howard Hinnant | 2010-05-11 | 54 | -54/+54 |
| | | | | llvm-svn: 103516 | ||||
* | libcxx initial import | Howard Hinnant | 2010-05-11 | 59 | -0/+3475 |
llvm-svn: 103490 |