summaryrefslogtreecommitdiffstats
path: root/libcxx/test/support/platform_support.h
Commit message (Expand)AuthorAgeFilesLines
* [libcxx] [test] Fix URLs in comments and make them HTTPS. NFC.Stephan T. Lavavej2017-08-051-1/+1
* [libcxx] [test] Update locale names for Windows.Stephan T. Lavavej2017-06-081-6/+9
* [libcxx] [test] Fix comment typos, strip trailing whitespace.Stephan T. Lavavej2017-01-181-1/+1
* Fix possible test breakage for MinGWEric Fiselier2016-04-291-8/+9
* Fix get_temp_file_name() to compile on Windows. Patch from STL@microsoft.comEric Fiselier2016-04-291-6/+8
* Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macrosEric Fiselier2016-04-281-1/+1
* Fix some non-standard parts of our test suite. Reported by STLEric Fiselier2016-04-221-6/+4
* Add option to disable access to the global filesystem namespace.Ed Schouten2015-03-121-0/+4
* Add CloudABI locale names to platform_support.h.Ed Schouten2015-03-091-0/+10
* Fix error checking in get_temp_file_name().Dan Albert2015-02-131-4/+7
* Fix platform_support.h's get_temp_file_name() on Newlib under __STRICT_ANSI__Jonathan Roelofs2014-12-111-0/+7
* fix missing include for ::close in platform_support.hEric Fiselier2014-08-191-0/+2
* Give libcxx tests temporary filenames that are actually unique.Jonathan Roelofs2014-08-191-4/+14
* G M: 1. It changes the temp file handling to use the template and the current...Howard Hinnant2013-10-061-7/+6
* Nico Rieck: Currently _MSC_VER and _WIN32 are used to guard code which isHoward Hinnant2013-08-011-1/+1
* İsmail Dönmez: Change to mktemp template to make it compatible with Linux.Howard Hinnant2013-04-251-1/+1
* Test cleanup with respect to use of deprecated tmpnam function. Also Windows...Howard Hinnant2013-03-221-0/+21
* Removed raw references to _WIN32; now just check to see if it is defined.Marshall Clow2013-03-181-1/+1
* Michael van der Westhuizen: Improve support for testing on Linux. Fixes http...Howard Hinnant2013-01-141-1/+6
* Move common header files into a 'support' directory; make 'testit' include -I...Marshall Clow2013-01-051-0/+37
OpenPOWER on IntegriCloud