1. 1d4a1ed Revert "Update aosp/master libcxx rebase to r263688" by Dan Albert · 8 years ago
  2. 7aa3806 Fix possible test breakage for MinGW by Eric Fiselier · 8 years ago
  3. 59f8126 Fix get_temp_file_name() to compile on Windows. Patch from STL@microsoft.com by Eric Fiselier · 8 years ago
  4. 375e2f6 Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macros by Eric Fiselier · 8 years ago
  5. 5ccbc48 Fix some non-standard parts of our test suite. Reported by STL by Eric Fiselier · 8 years ago
  6. b33ae5b Add option to disable access to the global filesystem namespace. by Ed Schouten · 9 years ago
  7. 2020d8a Add CloudABI locale names to platform_support.h. by Ed Schouten · 9 years ago
  8. 1bd299a Fix error checking in get_temp_file_name(). by Dan Albert · 9 years ago
  9. 2f2daa1 Fix platform_support.h's get_temp_file_name() on Newlib under __STRICT_ANSI__ by Jonathan Roelofs · 10 years ago
  10. 682132b fix missing include for ::close in platform_support.h by Eric Fiselier · 10 years ago
  11. 6f10d47 Give libcxx tests temporary filenames that are actually unique. by Jonathan Roelofs · 10 years ago
  12. ae2b90b G M: 1. It changes the temp file handling to use the template and the current directory for windows, matching how it works on other platforms. by Howard Hinnant · 11 years ago
  13. e9df0a5 Nico Rieck: Currently _MSC_VER and _WIN32 are used to guard code which is by Howard Hinnant · 11 years ago
  14. a5f0e6c İsmail Dönmez: Change to mktemp template to make it compatible with Linux. by Howard Hinnant · 11 years ago
  15. 06d8bf6 Test cleanup with respect to use of deprecated tmpnam function. Also 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 by Howard Hinnant · 11 years ago
  16. a22d2ad Removed raw references to _WIN32; now just check to see if it is defined. by Marshall Clow · 11 years ago
  17. b4ebb0e Michael van der Westhuizen: Improve support for testing on Linux. Fixes http://llvm.org/bugs/show_bug.cgi?id=14892. by Howard Hinnant · 12 years ago
  18. 83e2c4d Move common header files into a 'support' directory; make 'testit' include -I to that directory; rename 'iterators.h' to 'iterator_test.h'; remove hard-coded paths to include files from more than 350 source files by Marshall Clow · 12 years ago[Renamed from test/platform_support.h]
  19. c0d0cba Windows porting work by Ruben Van Boxem by Howard Hinnant · 13 years ago