| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
| |
This fixes a race condition on temp file name creation.
http://reviews.llvm.org/D4962
llvm-svn: 215977
|
|
|
|
|
|
| |
interface.
llvm-svn: 215691
|
|
|
|
|
|
| |
tests for list, forward_list, and the std::remove_if algorithm
llvm-svn: 214736
|
|
|
|
| |
llvm-svn: 213887
|
|
|
|
| |
llvm-svn: 212651
|
|
|
|
|
|
| |
return void in C++11
llvm-svn: 210562
|
|
|
|
|
|
| |
are constexpr, and a comparison predicate which counts how many times it's been called.
llvm-svn: 210381
|
|
|
|
| |
llvm-svn: 208319
|
|
|
|
|
|
| |
allocator, not construct one from scratch. Add a test to make sure
llvm-svn: 206623
|
|
|
|
|
|
| |
two new container classes to the test suite that overload operator &, and add test cases to the insert/front_insert/back_insert iterator tests that use these containers.
llvm-svn: 202741
|
|
|
|
|
|
| |
functionality change. Fixes 18291. Thanks to Nico for the bug report and the patch.
llvm-svn: 199400
|
|
|
|
|
|
| |
test suite. Moved one to /support, made it a superset, and removed all but one of the others, and iupdated all the includes. Left the odd one (thread/futures/test_allocator.h) for later.
llvm-svn: 196174
|
|
|
|
|
|
| |
Moved one to /support, removed the other, and iupdated all the includes. No functionality change
llvm-svn: 196127
|
|
|
|
|
|
| |
Moved one to /support, removed the other, and iupdated all the includes. No functionality change
llvm-svn: 196118
|
|
|
|
|
|
| |
/support and delete the other. Then adjust all the tests that used them to include the moved one. No functionality change.
llvm-svn: 195785
|
|
|
|
|
|
|
|
| |
current directory for windows, matching how it works on other platforms.
2. It re-enables the temp file handling for mingw that regressed.
llvm-svn: 192073
|
|
|
|
| |
llvm-svn: 188241
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
MSVC-specific, MSVCRT-specific, or Windows-specific. Because Clang can
also define _MSC_VER, and MSVCRT is not necessarily the only C runtime,
these macros should not be used interchangeably.
This patch divides all Windows-related bits into the aforementioned
categories. Two new macros are introduced:
- _LIBCPP_MSVC: Defined when compiling with MSVC. Detected using
_MSC_VER, excluding Clang.
- _LIBCPP_MSVCRT: Defined when using the Microsoft CRT. This is the default
when _WIN32 is defined.
This leaves _WIN32 for code using the Windows API.
This also corrects the spelling of _LIBCP_HAS_IS_BASE_OF to _LIBCPP_HAS_IS_BASE_OF.
Nico, please prepare a patch for CREDITS.TXT, thanks.
llvm-svn: 187593
|
|
|
|
| |
llvm-svn: 185865
|
|
|
|
| |
llvm-svn: 180267
|
|
|
|
|
|
| |
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
|
|
|
|
| |
llvm-svn: 177291
|
|
|
|
|
|
| |
http://llvm.org/bugs/show_bug.cgi?id=14892.
llvm-svn: 172436
|
|
|
|
| |
llvm-svn: 171980
|
|
-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
|